Skip to content

Commit c8d9328

Browse files
authored
Update rules/windows/defense_evasion_process_termination_followed_by_deletion.toml
1 parent 6fcebe1 commit c8d9328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/defense_evasion_process_termination_followed_by_deletion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sequence by host.id with maxspan=5s
114114
"C:\\Windows\\WinSxS\\*.exe",
115115
"?:\\Windows\\Postillion\\Office\\*.exe")
116116
] by process.executable
117-
[file where host.os.type == "windows" and event.type == "deletion" and file.extension in ("exe", "scr", "com") and
117+
[file where host.os.type == "windows" and event.type == "deletion" and file.extension in~ ("exe", "scr", "com") and
118118
not process.executable like
119119
("?:\\Program Files\\*.exe",
120120
"?:\\Program Files (x86)\\*.exe",

0 commit comments

Comments
 (0)