Files
blue-team-tools/rules
eb8f9a 2ab0582fd1 (win_susp_rundll32_activity.yml) Rule syntax error
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'
2021-12-23 10:09:51 +09:00
..
2021-11-27 11:33:14 +01:00
2021-11-27 11:33:14 +01:00
2021-11-23 18:47:42 +01:00
2021-11-27 11:33:14 +01:00
2021-12-10 16:45:42 +01:00
2021-12-16 12:12:37 -05:00