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'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cynerio/Analytic Rules/SuspiciousConnections.yaml
kind: Scheduled
severity: High
id: c0756978-baa6-4239-9174-bac1b1ca1a6a
triggerOperator: gt
query: |
  CynerioEvent_CL
  | where TimeGenerated > ago(24h)
  | where module_s == 'IDS'
  | where title_s == 'Suspicious Connection'  
queryFrequency: 5h
name: Cynerio - Suspicious Connection to External Address
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: asset_ip_s
    identifier: Address
queryPeriod: 5h
customDetails:
  DstIP: dst_ip_s
  Hostname: host_s
description: Suspicious Connection to External Address
requiredDataConnectors:
- connectorId: CynerioSecurityEvents
  dataTypes:
  - CynerioEvent_CL
relevantTechniques:
- T0866
triggerThreshold: 0
version: 1.0.0
tactics:
- LateralMovement
eventGroupingSettings:
  aggregationKind: SingleAlert