Detection rules › Sigma

Password Reset By User Account

Status
test
Severity
medium
Log source
product azure, service auditlogs
Author
YochanaHenderson, '@Yochana-H'
Source
github.com/SigmaHQ/sigma

Detect when a user has reset their password in Azure AD

MITRE ATT&CK coverage

Rules detecting the same action

Other rules on this platform that filter on the same API call or operation.

Rule body yaml

title: Password Reset By User Account
id: 340ee172-4b67-4fb4-832f-f961bdc1f3aa
status: test
description: Detect when a user has reset their password in Azure AD
references:
    - https://learn.microsoft.com/en-us/entra/architecture/security-operations-privileged-accounts
author: YochanaHenderson, '@Yochana-H'
date: 2022-08-03
tags:
    - attack.privilege-escalation
    - attack.initial-access
    - attack.persistence
    - attack.credential-access
    - attack.stealth
    - attack.t1078.004
logsource:
    product: azure
    service: auditlogs
detection:
    selection:
        Category: 'UserManagement'
        Status: 'Success'
        Initiatedby: 'UPN'
    filter:
        Target|contains: 'UPN'
        ActivityType|contains: 'Password reset'
    condition: selection and filter
falsepositives:
    - If this was approved by System Administrator or confirmed user action.
level: medium

Stages and Predicates

Stage 0: condition

selection and filter

Stage 1: selection

selection:
    Category: 'UserManagement'
    Status: 'Success'
    Initiatedby: 'UPN'

Stage 2: filter

filter:
    Target|contains: 'UPN'
    ActivityType|contains: 'Password reset'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
ActivityTypematch
  • Password reset
Categoryeq
  • UserManagement
Initiatedbyeq
  • UPN
Statuseq
  • Success
Targetmatch
  • UPN