Files
mandiant-capa-rules/host-interaction/bootloader/manipulate-safe-mode-programs.yml
T
Yacine Elhamer 5b73ddcd24 manual pass
2023-08-22 09:40:13 +02:00

22 lines
644 B
YAML

rule:
meta:
name: manipulate safe mode programs
namespace: host-interaction/bootloader
authors:
- william.ballenthin@mandiant.com
scopes:
static: function
dynamic: process
att&ck:
- Defense Evasion::Impair Defenses::Safe Mode Boot [T1562.009]
examples:
- 3446b3889a52d81119d8c482a2a282b9:0x409AA8
features:
- and:
- os: windows
- or:
- substring: "Control\\SafeBoot\\Minimal\\"
description: registry key for safe mode, no networking
- substring: "Control\\SafeBoot\\Network\\"
description: registry key for safe mode, with networking