Skip to content

Commit

Permalink
use ps.uuid field for connecting the events
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack committed Mar 31, 2023
1 parent ba64664 commit ae9939d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/defense_evasion_system_binary_proxy_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
'*-sta*',
'*RunHTMLApplication*',
)
| by ps.child.pid
|spawn_process| by ps.pid
| by ps.child.uuid
|spawn_process| by ps.uuid
action: >
{{
emit . "System Binary Proxy Execution via Rundll32" ""
Expand Down

0 comments on commit ae9939d

Please sign in to comment.