Skip to content

Commit ba1ebea

Browse files
w0rk3rgithub-actions[bot]
authored andcommitted
[Rule Tuning] Sensitive Registry Hive Access via RegBack (#3947)
Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com> (cherry picked from commit 8d3ec2b)
1 parent 431f0ca commit ba1ebea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

rules/windows/credential_access_regback_sam_security_hives.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2024/07/01"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2024/07/01"
5+
updated_date = "2024/08/01"
66

77
[rule]
88
author = ["Elastic"]
@@ -70,7 +70,10 @@ file where host.os.type == "windows" and
7070
("?:\\Windows\\System32\\config\\RegBack\\SAM",
7171
"?:\\Windows\\System32\\config\\RegBack\\SECURITY",
7272
"?:\\Windows\\System32\\config\\RegBack\\SYSTEM") and
73-
not (user.id == "S-1-5-18" and process.executable : "?:\\Windows\\system32\\taskhostw.exe")
73+
not (
74+
user.id == "S-1-5-18" and process.executable : (
75+
"?:\\Windows\\system32\\taskhostw.exe", "?:\\Windows\\system32\\taskhost.exe"
76+
))
7477
'''
7578

7679

0 commit comments

Comments
 (0)