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