mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-05 12:57:17 +00:00
manipulate safe mode programs: restrict to windows
This commit is contained in:
parent
fe1aa57334
commit
abe6402a55
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue