diff --git a/rules/windows/process_creation/proc_creation_win_lolbin_customshellhost.yml b/rules/windows/process_creation/proc_creation_win_lolbin_customshellhost.yml index 3408ad75c..26106e227 100644 --- a/rules/windows/process_creation/proc_creation_win_lolbin_customshellhost.yml +++ b/rules/windows/process_creation/proc_creation_win_lolbin_customshellhost.yml @@ -17,7 +17,10 @@ detection: - Image|endswith: '\CustomShellHost.exe' - OriginalFileName: 'CustomShellHost.exe' filter: - Image: 'C:\Windows\explorer.exe' + - Image: + - 'C:\Windows\explorer.exe' + - 'C:\Windows\System32\explorer.exe' + - CurrentDirectory|startswith: C:\Windows\System32\ condition: selection and not filter falsepositives: - Unknown