mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
20 lines
606 B
YAML
20 lines
606 B
YAML
rule:
|
|
meta:
|
|
name: manipulate safe mode programs
|
|
namespace: host-interaction/bootloader
|
|
authors:
|
|
- william.ballenthin@mandiant.com
|
|
scope: function
|
|
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
|