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
ATT&CK techniques
Resource Dev → Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
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.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
windows-hacktool-execution-via-pe-company-metadata-cube0x0-37c1333a
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