diff --git a/rules/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml b/rules/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml index 1fb438cd2..a26d4e145 100644 --- a/rules/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml +++ b/rules/windows/process_creation/proc_creation_win_rundll32_parent_explorer.yml @@ -12,6 +12,8 @@ detection: selection: Image|endswith: '\rundll32.exe' ParentImage|endswith: '\explorer.exe' + filter: + CommandLine|contains: '\shell32.dll,OpenAs_RunDLL' condition: selection fields: - Image