mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
66 lines
1.8 KiB
YAML
66 lines
1.8 KiB
YAML
name: O365 Disable MFA
|
|
id: c783dd98-c703-4252-9e8a-f19d9f5c949e
|
|
version: 1
|
|
date: '2020-12-16'
|
|
author: Rod Soto, Splunk
|
|
type: TTP
|
|
datamodel: []
|
|
description: This search detects when multi factor authentication has been disabled,
|
|
what entitiy performed the action and against what user
|
|
search: '`o365_management_activity` Operation="Disable Strong Authentication." | stats
|
|
count earliest(_time) as firstTime latest(_time) as lastTime by UserType Operation
|
|
user status signature dest ResultStatus |`security_content_ctime(firstTime)` |`security_content_ctime(lastTime)`
|
|
| `o365_disable_mfa_filter`'
|
|
how_to_implement: You must install splunk Microsoft Office 365 add-on. This search
|
|
works with o365:management:activity
|
|
known_false_positives: Unless it is a special case, it is uncommon to disable MFA
|
|
or Strong Authentication
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1556/
|
|
tags:
|
|
analytic_story:
|
|
- Office 365 Detections
|
|
asset_type: Office 365
|
|
automated_detection_testing: passed
|
|
confidence: 80
|
|
context:
|
|
- Source:Cloud Data
|
|
- Scope:External
|
|
- Outcome:Allowed
|
|
- Stage:Execution
|
|
- Stage:Defense Evasion
|
|
dataset:
|
|
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1556/o365_disable_mfa/o365_disable_mfa.json
|
|
impact: 80
|
|
kill_chain_phases:
|
|
- Actions on Objective
|
|
message: User $user$ has executed an operation $Operation$ for this destination
|
|
$dest$
|
|
mitre_attack_id:
|
|
- T1556
|
|
observable:
|
|
- name: dest
|
|
type: Endpoint
|
|
role:
|
|
- Victim
|
|
- name: user
|
|
type: User
|
|
role:
|
|
- Attacker
|
|
product:
|
|
- Splunk Security Analytics for AWS
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
required_fields:
|
|
- _time
|
|
- Operation
|
|
- UserType
|
|
- user
|
|
- status
|
|
- signature
|
|
- dest
|
|
- ResultStatus
|
|
risk_score: 64
|
|
security_domain: threat
|