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