Windows: Suspicious subprocess execution from Hwp.exe spawning gbb.exe
Alerts when Hwp.exe launches gbb.exe, a suspicious child process pattern on Windows.
FreeReviewedSigma · High · v2
- Product
- windows
- Category
- process_creation
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2019-10-24
- Updated
- 2026-07-31
ATT&CK techniques
Initial Access → ExecutionRecon
Resource Dev
Initial Access
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies process creation events where a parent process ending in \Hwp.exe spawns a child process ending in \gbb.exe. Such spawned subprocesses from a Hangul Word Processor process can indicate exploitation or follow-on execution behavior. It relies on Windows process creation telemetry that captures ParentImage and Image paths.
Reporting behind it
- securitynewspaper.comhttps://www.securitynewspaper.com/2016/11/23/technical-teardown-exploit-malware-hwp-files/
- hybrid-analysis.comhttps://www.hybrid-analysis.com/search?query=context:74940dcc5b38f9f9b1a0fea760d344735d7d91b610e6d5bd34533dd0153402c5&from_sample=5db135000388385a7644131f&block_redirect=1
- twitter.comhttps://twitter.com/cyberwar_15/status/1187287262054076416
- blog.alyac.co.krhttps://blog.alyac.co.kr/1901
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Hangul_(word_processor)
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hwp_exploits.yml
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-hwp-exe-spawned-gbb-exe-subprocess-detection-023394c4
title: "Windows: Suspicious subprocess execution from Hwp.exe spawning gbb.exe"
id: ad5f1b57-3623-4176-a397-6c4931b8e06a
status: test
description: This rule identifies process creation events where a parent process ending in \Hwp.exe spawns a child process ending in \gbb.exe. Such spawned subprocesses from a Hangul Word Processor process can indicate exploitation or follow-on execution behavior. It relies on Windows process creation telemetry that captures ParentImage and Image paths.
references:
- https://www.securitynewspaper.com/2016/11/23/technical-teardown-exploit-malware-hwp-files/
- https://www.hybrid-analysis.com/search?query=context:74940dcc5b38f9f9b1a0fea760d344735d7d91b610e6d5bd34533dd0153402c5&from_sample=5db135000388385a7644131f&block_redirect=1
- https://twitter.com/cyberwar_15/status/1187287262054076416
- https://blog.alyac.co.kr/1901
- https://en.wikipedia.org/wiki/Hangul_(word_processor)
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hwp_exploits.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2019-10-24
modified: 2021-11-27
tags:
- attack.initial-access
- attack.t1566.001
- attack.execution
- attack.t1203
- attack.t1059.003
- attack.g0032
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: \Hwp.exe
Image|endswith: \gbb.exe
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: 023394c4-29d5-46ab-92b8-6a534c6f447b
type: derived