PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'IAM Groups with Administrator Access Permissions'
| extend AccountCustomEntity = UserName
requiredDataConnectors:
- dataTypes:
- PaloAltoPrismaCloud
connectorId: PaloAltoPrismaCloud
queryPeriod: 1h
triggerThreshold: 0
queryFrequency: 1h
version: 1.0.1
status: Available
severity: Medium
description: |
'Detects IAM Groups with Administrator Access Permissions.'
name: Palo Alto Prisma Cloud - IAM Group with Administrator Access Permissions
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
triggerOperator: gt
id: ac76d9c0-17a3-4aaa-a341-48f4c0b1c882
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudIamAdminGroup.yaml
tactics:
- InitialAccess
relevantTechniques:
- T1078
kind: Scheduled
query: |
PaloAltoPrismaCloud
| where Reason =~ 'NEW_ALERT'
| where Status =~ 'open'
| where AlertMessage has 'IAM Groups with Administrator Access Permissions'
| extend AccountCustomEntity = UserName