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 ACLs Inbound rule to allow All Traffic

Back
Id6098b34a-1e6b-440a-9e3b-fb4d5944ade1
RulenamePalo Alto Prisma Cloud - Network ACLs Inbound rule to allow All Traffic
DescriptionDetects Network ACLs with Inbound 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/PaloAltoPrismaCloudAclInAllowAll.yaml
Version1.0.1
Arm template6098b34a-1e6b-440a-9e3b-fb4d5944ade1.json
Deploy To Azure
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs with Inbound rule to allow All Traffic'
| extend AccountCustomEntity = UserName
relevantTechniques:
- T1133
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
version: 1.0.1
id: 6098b34a-1e6b-440a-9e3b-fb4d5944ade1
severity: Medium
kind: Scheduled
queryFrequency: 1h
description: |
    'Detects Network ACLs with Inbound rule to allow All Traffic.'
requiredDataConnectors:
- connectorId: PaloAltoPrismaCloud
  dataTypes:
  - PaloAltoPrismaCloud
triggerOperator: gt
name: Palo Alto Prisma Cloud - Network ACLs Inbound rule to allow All Traffic
tactics:
- InitialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudAclInAllowAll.yaml
triggerThreshold: 0
queryPeriod: 1h
query: |
  PaloAltoPrismaCloud
  | where Reason =~ 'NEW_ALERT'
  | where Status =~ 'open'
  | where AlertMessage has 'Network ACLs with Inbound rule to allow All Traffic'
  | extend AccountCustomEntity = UserName  
status: Available