Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Stale last password change

Back
Id645A8724-5C7E-4A1F-81CB-C33AFF1439EB
RulenameStale last password change
DescriptionThis query searches for stale last password change
SeverityLow
TacticsInitialAccess
TechniquesT1566
Required data connectorsSenservaPro
KindScheduled
Query frequency6h
Query period6h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/SearchStaleLastPasswordChange.yaml
Version1.0.0
Arm template645A8724-5C7E-4A1F-81CB-C33AFF1439EB.json
Deploy To Azure
SenservaPro_CL
| where ControlName_s == 'UserStaleLastPasswordChange'
queryPeriod: 6h
query: |
  SenservaPro_CL
  | where ControlName_s == 'UserStaleLastPasswordChange'  
name: Stale last password change
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
queryFrequency: 6h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/SearchStaleLastPasswordChange.yaml
requiredDataConnectors:
- connectorId: SenservaPro
  dataTypes:
  - SenservaPro_CL
description: |
    'This query searches for stale last password change'
kind: Scheduled
version: 1.0.0
status: Available
severity: Low
relevantTechniques:
- T1566
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 645A8724-5C7E-4A1F-81CB-C33AFF1439EB