diff --git a/rules/windows/other/win_wmi_persistence.yml b/rules/windows/other/win_wmi_persistence.yml index 58bf3033d..f978565a5 100644 --- a/rules/windows/other/win_wmi_persistence.yml +++ b/rules/windows/other/win_wmi_persistence.yml @@ -16,9 +16,10 @@ detection: selection: EventID: 5861 keywords: - - 'ActiveScriptEventConsumer' - - 'CommandLineEventConsumer' - - 'CommandLineTemplate' + Message: + - '*ActiveScriptEventConsumer*' + - '*CommandLineEventConsumer*' + - '*CommandLineTemplate*' # - 'Binding EventFilter' # too many false positive with HP Health Driver selection2: EventID: 5859