Windows grpconv Utility Execution with Output Option

Alerts on Windows process command lines invoking GrpConv with -o, potentially for .grp conversion or persistence.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-05-19
Updated
2026-07-31
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