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