Skip to content

Commit 618e5dc

Browse files
Joshrabbitstack
authored andcommitted
Added Exclusion To defense_evasion_process_execution_from_self_deleting_binary.yml
1 parent eab4790 commit 618e5dc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

rules/defense_evasion_process_execution_from_self_deleting_binary.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ references:
1919

2020
condition: >
2121
sequence
22-
maxspan 1m
23-
|delete_file and file.info.is_disposition_delete_file| by file.name
22+
maxspan 1m
23+
|delete_file
24+
and
25+
file.info.is_disposition_delete_file
26+
and
27+
not file.name imatches '?:\\Windows\\SoftwareDistribution\\Download\\*'
28+
| by file.name
2429
|load_module| by image.name
2530
2631
output: >

0 commit comments

Comments
 (0)