Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Palo Alto Prisma Cloud - Network ACL allow all outbound traffic

Back
Id4264e133-eec2-438f-af85-05e869308f94
RulenamePalo Alto Prisma Cloud - Network ACL allow all outbound traffic
DescriptionDetects network ACLs with outbound rule to allow all traffic.
SeverityMedium
TacticsInitialAccess
TechniquesT1133
Required data connectorsPaloAltoPrismaCloud
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudAclAllowAllOut.yaml
Version1.0.1
Arm template4264e133-eec2-438f-af85-05e869308f94.json
Deploy To Azure
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs with Outbound rule to allow All Traffic'
| extend AccountCustomEntity = UserName
requiredDataConnectors:
- connectorId: PaloAltoPrismaCloud
  dataTypes:
  - PaloAltoPrismaCloud
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudAclAllowAllOut.yaml
triggerThreshold: 0
status: Available
relevantTechniques:
- T1133
queryPeriod: 1h
name: Palo Alto Prisma Cloud - Network ACL allow all outbound traffic
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
queryFrequency: 1h
triggerOperator: gt
kind: Scheduled
description: |
    'Detects network ACLs with outbound rule to allow all traffic.'
tactics:
- InitialAccess
severity: Medium
version: 1.0.1
query: |
  PaloAltoPrismaCloud
  | where Reason =~ 'NEW_ALERT'
  | where Status =~ 'open'
  | where AlertMessage has 'Network ACLs with Outbound rule to allow All Traffic'
  | extend AccountCustomEntity = UserName  
id: 4264e133-eec2-438f-af85-05e869308f94