598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
24 lines
767 B
YAML
24 lines
767 B
YAML
title: Disabled MFA to Bypass Authentication Mechanisms
|
|
id: 7ea78478-a4f9-42a6-9dcd-f861816122bf
|
|
status: test
|
|
description: Detection for when multi factor authentication has been disabled, which might indicate a malicious activity to bypass authentication mechanisms.
|
|
references:
|
|
- https://learn.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates
|
|
author: '@ionsor'
|
|
date: 2022-02-08
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1556
|
|
logsource:
|
|
product: azure
|
|
service: activitylogs
|
|
detection:
|
|
selection:
|
|
eventSource: AzureActiveDirectory
|
|
eventName: 'Disable Strong Authentication.'
|
|
status: success
|
|
condition: selection
|
|
falsepositives:
|
|
- Authorized modification by administrators
|
|
level: medium
|