mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
manipulate safe mode programs: restrict to windows
This commit is contained in:
@@ -9,8 +9,10 @@ rule:
|
||||
examples:
|
||||
- 3446b3889a52d81119d8c482a2a282b9:0x409AA8
|
||||
features:
|
||||
- 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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user