Skip to content

Commit ad4f42b

Browse files
committed
fix(rules): Correct Process spawned from macro-enabled Microsoft Office document rule
1 parent 3b8494e commit ad4f42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/initial_access_process_spawned_from_macro_enabled_microsoft_office_document.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ labels:
2020
condition: >
2121
spawn_process
2222
and
23-
ps.parent.name iin msoffice_binaries
23+
ps.name iin msoffice_binaries
2424
and
2525
(
26-
thread.callstack.modules imatches '*vbe?.dll'
26+
thread.callstack.modules imatches ('*vbe?.dll')
2727
or
2828
thread.callstack.symbols imatches
2929
(

0 commit comments

Comments
 (0)