Windows Hacktool Execution via PE Metadata Company Field

Flags execution of Windows binaries with PE Company metadata set to "Cube0x0", even when renamed.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-04-27
Updated
2026-07-31
title: Windows Hacktool Execution via PE Metadata Company Field
id: f2de78d5-9388-4333-a1a1-f77d9971d5f9
status: test
description: This rule identifies process executions where the PE header Company value matches Cube0x0. Attackers commonly embed distinctive metadata in compiled binaries, so renamed files can still be attributed via their PE fields. It relies on Windows process creation telemetry that includes parsed PE metadata such as the Company value.
references:
  - https://github.com/cube0x0
  - https://www.virustotal.com/gui/search/metadata%253ACube0x0/files
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_execution_via_pe_metadata.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-04-27
modified: 2024-01-15
tags:
  - attack.credential-access
  - attack.resource-development
  - attack.t1588.002
  - attack.t1003
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    Company: Cube0x0
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: 37c1333a-a0db-48be-b64b-7393b2386e3b
    type: derived