Detection rules › Sigma

User Risk and MFA Registration Policy Updated

Status
test
Severity
high
Log source
product azure, service auditlogs
Author
Harjot Singh (@cyb3rjy0t)
Source
github.com/SigmaHQ/sigma

Detects changes and updates to the user risk and MFA registration policy. Attackers can modified the policies to Bypass MFA, weaken security thresholds, facilitate further attacks, maintain persistence.

MITRE ATT&CK coverage

TacticTechniques
PersistenceNo specific technique

Event coverage

Rules detecting the same action

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

Rule body yaml

title: User Risk and MFA Registration Policy Updated
id: d4c7758e-9417-4f2e-9109-6125d66dabef
status: test
description: |
    Detects changes and updates to the user risk and MFA registration policy.
    Attackers can modified the policies to Bypass MFA, weaken security thresholds, facilitate further attacks, maintain persistence.
references:
    - https://learn.microsoft.com/en-us/entra/id-protection/howto-identity-protection-configure-mfa-policy
    - https://learn.microsoft.com/en-us/entra/identity/monitoring-health/reference-audit-activities
author: Harjot Singh (@cyb3rjy0t)
date: 2024-08-13
tags:
    - attack.persistence
logsource:
    product: azure
    service: auditlogs
detection:
    selection:
        LoggedByService: 'AAD Management UX'
        Category: 'Policy'
        OperationName: 'Update User Risk and MFA Registration Policy'
    condition: selection
falsepositives:
    - Known updates by administrators.
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    LoggedByService: 'AAD Management UX'
    Category: 'Policy'
    OperationName: 'Update User Risk and MFA Registration Policy'

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
Categoryeq
  • Policy
LoggedByServiceeq
  • AAD Management UX
OperationNameeq
  • Update User Risk and MFA Registration Policy