SenservaPro_CL
| where ControlName_s == 'UserStaleLastPasswordChange'
name: Stale last password change
id: 645A8724-5C7E-4A1F-81CB-C33AFF1439EB
description: |
'This query searches for stale last password change'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: ControlName_s
identifier: Name
- columnName: TenantId
identifier: AadTenantId
- columnName: TenantDisplayName_s
identifier: DisplayName
entityType: Account
- fieldMappings:
- columnName: Group_s
identifier: DistinguishedName
entityType: SecurityGroup
- fieldMappings:
- columnName: SourceSystem
identifier: ResourceId
entityType: AzureResource
version: 1.0.0
triggerOperator: gt
query: |
SenservaPro_CL
| where ControlName_s == 'UserStaleLastPasswordChange'
tactics:
- InitialAccess
kind: Scheduled
queryFrequency: 6h
severity: Low
queryPeriod: 6h
requiredDataConnectors:
- dataTypes:
- SenservaPro_CL
connectorId: SenservaPro
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/SearchStaleLastPasswordChange.yaml
relevantTechniques:
- T1566