Windows grpconv Utility Execution with Output Option
Alerts on Windows process command lines invoking GrpConv with -o, potentially for .grp conversion or persistence.
- Product
- windows
- Category
- process_creation
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-05-19
- Updated
- 2026-07-31
ATT&CK techniques
Persistence → Priv EscRecon
Resource Dev
Initial Access
Execution
Persistence
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows process creation events where the command line contains an invocation of grpconv.exe with an output option ("grpconv.exe -o" or "grpconv -o"). Attackers may use this utility to convert legacy Windows 3.x .grp files or as part of persistence-related activity, making abnormal utility execution noteworthy. It relies on process creation telemetry, specifically the recorded command line for the spawned grpconv process.
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.
title: Windows grpconv Utility Execution with Output Option
id: fe8c41f7-6504-4abe-9959-d36aa578b958
status: test
description: This rule flags Windows process creation events where the command line contains an invocation of grpconv.exe with an output option ("grpconv.exe -o" or "grpconv -o"). Attackers may use this utility to convert legacy Windows 3.x .grp files or as part of persistence-related activity, making abnormal utility execution noteworthy. It relies on process creation telemetry, specifically the recorded command line for the spawned grpconv process.
references:
- https://twitter.com/0gtweet/status/1526833181831200770
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_susp_grpconv.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-05-19
tags:
- attack.privilege-escalation
- attack.persistence
- attack.t1547
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains:
- grpconv.exe -o
- grpconv -o
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: f14e169e-9978-4c69-acb3-1cff8200bc36
type: derived