Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Cynerio - Suspicious Connection to External Address

Back
Idc0756978-baa6-4239-9174-bac1b1ca1a6a
RulenameCynerio - Suspicious Connection to External Address
DescriptionSuspicious Connection to External Address
SeverityHigh
TacticsLateralMovement
TechniquesT0866
Required data connectorsCynerioSecurityEvents
KindScheduled
Query frequency5h
Query period5h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/SuspiciousConnections.yaml
Version1.0.0
Arm templatec0756978-baa6-4239-9174-bac1b1ca1a6a.json
Deploy To Azure
CynerioEvent_CL
| where TimeGenerated > ago(24h)
| where module_s == 'IDS'
| where title_s == 'Suspicious Connection'
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Suspicious Connection'  
description: Suspicious Connection to External Address
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 5h
queryFrequency: 5h
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: asset_ip_s
    identifier: Address
name: Cynerio - Suspicious Connection to External Address
id: c0756978-baa6-4239-9174-bac1b1ca1a6a
tactics:
- LateralMovement
eventGroupingSettings:
  aggregationKind: SingleAlert
kind: Scheduled
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/SuspiciousConnections.yaml
version: 1.0.0
severity: High
customDetails:
  DstIP: dst_ip_s
  Hostname: host_s
relevantTechniques:
- T0866