diff --git a/rules/windows/process_creation/win_susp_sysprep_appdata.yml b/rules/windows/process_creation/win_susp_sysprep_appdata.yml index 68c4260f4..daf98b204 100644 --- a/rules/windows/process_creation/win_susp_sysprep_appdata.yml +++ b/rules/windows/process_creation/win_susp_sysprep_appdata.yml @@ -15,9 +15,9 @@ logsource: product: windows detection: selection: - CommandLine: - - '*\sysprep.exe *\AppData\\*' - - sysprep.exe *\AppData\\* + CommandLine|contains|all: + - 'sysprep.exe' + - '\AppData\\' condition: selection falsepositives: - False positives depend on scripts and administrative tools used in the monitored environment