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 ingress traffic to server administration ports

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