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 94a6a90ff..f1b485722 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 @@ -18,9 +18,7 @@ detection: Image|endswith: '\rundll32.exe' ParentImage|endswith: '\explorer.exe' filter: - - CommandLine|contains: '\shell32.dll,OpenAs_RunDLL' - - CommandLine|contains: 'rundll32.exe" C:\Windows\System32\' - - CommandLine|contains: 'rundll32.exe C:\Windows\System32\' + CommandLine|contains: ' C:\Windows\System32\' # The space at the start is required condition: selection and not filter fields: - Image