PIM Alert Setting Changes To Disabled

Detects when PIM alerts are set to disabled.

Sigma rule (View on GitHub)

 1title: PIM Alert Setting Changes To Disabled
 2id: aeaef14c-e5bf-4690-a9c8-835caad458bd
 3status: test
 4description: Detects when PIM alerts are set to disabled.
 5references:
 6    - https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-privileged-identity-management#azure-ad-roles-assignment
 7author: Mark Morowczynski '@markmorow', Yochana Henderson, '@Yochana-H'
 8date: 2022/08/09
 9tags:
10    - attack.persistence
11    - attack.privilege_escalation
12    - attack.t1078
13logsource:
14    product: azure
15    service: auditlogs
16detection:
17    selection:
18        properties.message: Disable PIM Alert
19    condition: selection
20falsepositives:
21    - Administrator disabling PIM alerts as an active choice.
22level: high

References

Related rules

to-top