CiscoSyslogUTD
| union (CiscoSDWANNetflow)
| where isnotempty(SourceIP) or isnotempty(NetflowFwSrcAddrIpv4)
| extend SourceIP = coalesce(SourceIP, NetflowFwSrcAddrIpv4)
| where ipv4_is_in_any_range(SourceIP, "Enter comma-separated IPs")
| summarize count() by SourceIP
relevantTechniques:
- T1071
queryPeriod: 3h
triggerOperator: gt
eventGroupingSettings:
aggregationKind: AlertPerResult
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco SD-WAN/Analytic Rules/CiscoSDWANSentinelMonitorCriticalIP.yaml
description: |
'This analytic rule will monitor critical IPs in Syslog and Netflow Data.'
tactics:
- CommandAndControl
severity: High
status: Available
kind: Scheduled
triggerThreshold: 0
queryFrequency: 3h
requiredDataConnectors:
- dataTypes:
- CiscoSyslogUTD
connectorId: CiscoSDWAN
- dataTypes:
- CiscoSDWANNetflow
connectorId: CiscoSDWAN
incidentConfiguration:
createIncident: true
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: SourceIP
id: a62a207e-62be-4a74-acab-4466d5b3854f
customDetails:
critical_ip: SourceIP
query: |
CiscoSyslogUTD
| union (CiscoSDWANNetflow)
| where isnotempty(SourceIP) or isnotempty(NetflowFwSrcAddrIpv4)
| extend SourceIP = coalesce(SourceIP, NetflowFwSrcAddrIpv4)
| where ipv4_is_in_any_range(SourceIP, "Enter comma-separated IPs")
| summarize count() by SourceIP
name: Cisco SDWAN - Monitor Critical IPs