PaloAltoPrismaCloud
| where Status =~ 'open'
| where AlertMessage has 'Inactive users for more than 30 days'
| extend AccountCustomEntity = ResourceId
relevantTechniques:
- T1078
version: 1.0.1
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudInactiveUser.yaml
name: Palo Alto Prisma Cloud - Inactive user
description: |
'Detects users inactive for 30 days.'
queryFrequency: 1d
tactics:
- InitialAccess
triggerThreshold: 0
queryPeriod: 1d
id: 7f78fa52-9833-41de-b5c5-76e61b8af9c1
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
requiredDataConnectors:
- connectorId: PaloAltoPrismaCloud
dataTypes:
- PaloAltoPrismaCloud
triggerOperator: gt
status: Available
query: |
PaloAltoPrismaCloud
| where Status =~ 'open'
| where AlertMessage has 'Inactive users for more than 30 days'
| extend AccountCustomEntity = ResourceId
kind: Scheduled