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 - Inactive user

Back
Id7f78fa52-9833-41de-b5c5-76e61b8af9c1
RulenamePalo Alto Prisma Cloud - Inactive user
DescriptionDetects users inactive for 30 days.
SeverityLow
TacticsInitialAccess
TechniquesT1078
Required data connectorsPaloAltoPrismaCloud
KindScheduled
Query frequency1d
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoPrismaCloud/Analytic Rules/PaloAltoPrismaCloudInactiveUser.yaml
Version1.0.1
Arm template7f78fa52-9833-41de-b5c5-76e61b8af9c1.json
Deploy To Azure
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