PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs allow ingress traffic to server administration ports'
| extend AccountCustomEntity = UserName
requiredDataConnectors:
- dataTypes:
- PaloAltoPrismaCloud
connectorId: PaloAltoPrismaCloud
queryPeriod: 1h
triggerThreshold: 0
queryFrequency: 1h
version: 1.0.1
status: Available
severity: Medium
description: |
'Detects Network ACLs allow ingress traffic to server administration ports.'
name: Palo Alto Prisma Cloud - Network ACL allow ingress traffic to server administration ports
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
triggerOperator: gt
id: df89f4bf-720e-41c5-a209-15e41e400d35
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudAclAllowInToAdminPort.yaml
tactics:
- InitialAccess
relevantTechniques:
- T1133
kind: Scheduled
query: |
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'Network ACLs allow ingress traffic to server administration ports'
| extend AccountCustomEntity = UserName