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