Detectionhightest

Suspicious GrpConv Execution

Detects the suspicious execution of a utility to convert Windows 3.x .grp files or for persistence purposes by malicious software or actors

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems)Created Thu May 19f14e169e-9978-4c69-acb3-1cff8200bc36windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        CommandLine|contains:
            - 'grpconv.exe -o'
            - 'grpconv -o'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
f14e169e-9978-4c69-acb3-1cff8200bc36
Status
test
Level
high
Type
Detection
Created
Thu May 19
Path
rules/windows/process_creation/proc_creation_win_lolbin_susp_grpconv.yml
Raw Tags
attack.privilege-escalationattack.persistenceattack.t1547
View on GitHub