Windows Process Creation: PCHunter64/PCHunter32 Execution

Flags Windows execution of PCHunter64/32.exe using image path plus PE metadata and known hashes.

FreeUnreviewedSigmahighv1
title: "Windows Process Creation: PCHunter64/PCHunter32 Execution"
id: 34fff399-15c1-4907-ad95-0f549d74e841
status: test
description: This rule identifies execution of PCHunter on Windows by matching process image paths for PCHunter64.exe and PCHunter32.exe. It also validates likely binaries using expected PE metadata and known file hashes, reducing false matches. Attackers may use PCHunter-like utilities to enumerate and interact with processes and low-level system components during discovery and investigation. The detection relies on Windows process creation telemetry, including image path, PE properties, and file hash fields.
references:
  - https://web.archive.org/web/20231210115125/http://www.xuetr.com/
  - https://www.crowdstrike.com/blog/falcon-overwatch-report-finds-increase-in-ecrime/
  - https://www.hexacorn.com/blog/2018/04/20/kernel-hacking-tool-you-might-have-never-heard-of-xuetr-pchunter/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_pchunter.yml
author: Florian Roth (Nextron Systems), Nasreddine Bencherchali, Huntrule Team
date: 2022-10-10
modified: 2024-11-23
tags:
  - attack.execution
  - attack.discovery
  - attack.t1082
  - attack.t1057
  - attack.t1012
  - attack.t1083
  - attack.t1007
logsource:
  category: process_creation
  product: windows
detection:
  selection_image:
    Image|endswith:
      - \PCHunter64.exe
      - \PCHunter32.exe
  selection_pe:
    - OriginalFileName: PCHunter.exe
    - Description: Epoolsoft Windows Information View Tools
  selection_hashes:
    Hashes|contains:
      - SHA1=5F1CBC3D99558307BC1250D084FA968521482025
      - MD5=987B65CD9B9F4E9A1AFD8F8B48CF64A7
      - SHA256=2B214BDDAAB130C274DE6204AF6DBA5AEEC7433DA99AA950022FA306421A6D32
      - IMPHASH=444D210CEA1FF8112F256A4997EED7FF
      - SHA1=3FB89787CB97D902780DA080545584D97FB1C2EB
      - MD5=228DD0C2E6287547E26FFBD973A40F14
      - SHA256=55F041BF4E78E9BFA6D4EE68BE40E496CE3A1353E1CA4306598589E19802522C
      - IMPHASH=0479F44DF47CFA2EF1CCC4416A538663
  condition: 1 of selection_*
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: fca949cc-79ca-446e-8064-01aa7e52ece5
    type: derived

What it detects

This rule identifies execution of PCHunter on Windows by matching process image paths for PCHunter64.exe and PCHunter32.exe. It also validates likely binaries using expected PE metadata and known file hashes, reducing false matches. Attackers may use PCHunter-like utilities to enumerate and interact with processes and low-level system components during discovery and investigation. The detection relies on Windows process creation telemetry, including image path, PE properties, and file hash fields.

Known false positives

  • Unlikely

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.