PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs with Outbound rule to allow All Traffic'
| extend AccountCustomEntity = UserName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudAclAllowAllOut.yaml
queryFrequency: 1h
name: Palo Alto Prisma Cloud - Network ACL allow all outbound traffic
severity: Medium
triggerThreshold: 0
query: |
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs with Outbound rule to allow All Traffic'
| extend AccountCustomEntity = UserName
requiredDataConnectors:
- dataTypes:
- PaloAltoPrismaCloud
connectorId: PaloAltoPrismaCloud
relevantTechniques:
- T1133
status: Available
triggerOperator: gt
queryPeriod: 1h
description: |
'Detects network ACLs with outbound rule to allow all traffic.'
id: 4264e133-eec2-438f-af85-05e869308f94
version: 1.0.1
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
kind: Scheduled
tactics:
- InitialAccess