let ip_except = dynamic(['127.0.0.2']); //Add exceptions to this list
CiscoWSAEvent
| where ipv4_is_private(SrcIpAddr) == false
| extend IPCustomEntity = SrcIpAddr
id: 4250b050-e1c6-4926-af04-9484bbd7e94f
triggerThreshold: 0
description: |
'Detects internet access from public IP.'
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
queryPeriod: 1h
version: 1.0.2
severity: Medium
tactics:
- InitialAccess
queryFrequency: 1h
kind: Scheduled
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
name: Cisco WSA - Internet access from public IP
relevantTechniques:
- T1189
triggerOperator: gt
query: |
let ip_except = dynamic(['127.0.0.2']); //Add exceptions to this list
CiscoWSAEvent
| where ipv4_is_private(SrcIpAddr) == false
| extend IPCustomEntity = SrcIpAddr
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoWSA/Analytic Rules/CiscoWSAPublicIPSource.yaml