2ab0582fd1
es-dsl does not work properly because the rule syntax is not valid https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/win_susp_rundll32_activity.yml 59 to 61 lines - CommandLine|contains|all: - 'syssetup.dll' - SetupInfObjectInstallAction' should be like below - CommandLine|contains|all: - 'syssetup.dll' - 'SetupInfObjectInstallAction'