Skip to content

Commit

Permalink
chore(rules): Replace deprecated filter field
Browse files Browse the repository at this point in the history
Leftovers from previous migration of the
deprecated pe.ps.child.file.name filter field.
  • Loading branch information
rabbitstack committed Oct 11, 2024
1 parent 06c0f66 commit e05823d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ labels:
condition: >
spawn_process
and
(ps.child.name ~= 'rundll32.exe' or pe.ps.child.file.name ~= 'rundll32.exe')
(ps.child.name ~= 'rundll32.exe' or ps.child.pe.file.name ~= 'rundll32.exe')
and
(ps.child.args iin ('keymgr.dll') and ps.child.args iin ('KRShowKeyMgr'))
Expand Down

0 comments on commit e05823d

Please sign in to comment.