SenservaPro_CL
| where ControlName_s == 'UserStaleLastPasswordChange'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/SearchStaleLastPasswordChange.yaml
queryFrequency: 6h
name: Stale last password change
severity: Low
triggerThreshold: 0
query: |
SenservaPro_CL
| where ControlName_s == 'UserStaleLastPasswordChange'
requiredDataConnectors:
- dataTypes:
- SenservaPro_CL
connectorId: SenservaPro
relevantTechniques:
- T1566
status: Available
triggerOperator: gt
queryPeriod: 6h
description: |
'This query searches for stale last password change'
id: 645A8724-5C7E-4A1F-81CB-C33AFF1439EB
version: 1.0.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
kind: Scheduled
tactics:
- InitialAccess