Suspicious Sysmon as Execution Parent
Description
Detects suspicious process executions in which Sysmon itself is the parent of a process, which could be a sign of exploitation (e.g. CVE-2022-41120)
Query · sigma
selection: ParentImage|endswith: - \Sysmon.exe - \Sysmon64.exe filter_main_temp_sysmon: Image|startswith: C:\Users\ Image|contains: \AppData\Local\Temp\ Image|endswith: - \Sysmon.exe - \Sysmon64.exe filter_main_generic: Image|contains: - :\Windows\Sysmon.exe - :\Windows\Sysmon64.exe - :\Windows\System32\conhost.exe - :\Windows\System32\WerFault.exe - :\Windows\System32\WerFaultSecure.exe - :\Windows\System32\wevtutil.exe - :\Windows\SysWOW64\wevtutil.exe filter_main_null: Image: null condition: selection and not 1 of filter_main_*
Known false positives
- Unknown