Skip to content

Commit ae9939d

Browse files
committed
use ps.uuid field for connecting the events
1 parent ba64664 commit ae9939d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules/defense_evasion_system_binary_proxy_execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
'*-sta*',
3737
'*RunHTMLApplication*',
3838
)
39-
| by ps.child.pid
40-
|spawn_process| by ps.pid
39+
| by ps.child.uuid
40+
|spawn_process| by ps.uuid
4141
action: >
4242
{{
4343
emit . "System Binary Proxy Execution via Rundll32" ""

0 commit comments

Comments
 (0)