Windows Process Creation: SysmonEOP.exe HackTool Execution (CVE-2022-41120 PoC)

Alert on Windows process execution of \SysmonEOP.exe with specific IMPhashes associated with the SysmonEOP PoC.

FreeReviewedSigma · Critical · v2
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-12-04
Updated
2026-07-31
title: "Windows Process Creation: SysmonEOP.exe HackTool Execution (CVE-2022-41120 PoC)"
id: d2fce273-452e-42e4-870a-1521888828d0
status: test
description: This rule flags execution of the SysmonEOP.exe binary associated with a public proof-of-concept for exploiting Sysmon CVE-2022-41120. Such tooling is commonly used to attempt privilege escalation by leveraging a Sysmon-related vulnerability. Detection relies on Windows process creation telemetry, matching the executable name and specific embedded imphash values in the process hashes.
references:
  - https://github.com/Wh04m1001/SysmonEoP
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_sysmoneop.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-12-04
modified: 2024-11-23
tags:
  - cve.2022-41120
  - attack.t1068
  - attack.privilege-escalation
logsource:
  category: process_creation
  product: windows
detection:
  selection_img:
    Image|endswith: \SysmonEOP.exe
  selection_hash:
    Hashes|contains:
      - IMPHASH=22F4089EB8ABA31E1BB162C6D9BF72E5
      - IMPHASH=5123FA4C4384D431CD0D893EEB49BBEC
  condition: 1 of selection_*
falsepositives:
  - Unlikely
level: critical
license: DRL-1.1
related:
  - id: 8a7e90c5-fe6e-45dc-889e-057fe4378bd9
    type: derived