manipulate safe mode programs: restrict to windows

This commit is contained in:
Willi Ballenthin
2021-10-25 12:47:43 -06:00
committed by GitHub
parent fe1aa57334
commit abe6402a55
@@ -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