Windows: Raspberry Robin Command Execution via fodhelper.exe and rundll32/regsvr32
Flags Windows process-spawn chains where fodhelper.exe runs rundll32/regsvr32 with Raspberry Robin-style command-line patterns.
- Product
- windows
- Category
- process_creation
- Author
- @kostastsale (SigmaHQ), DRL 1.1
- Published
- 2022-05-06
- Updated
- 2026-07-31
ATT&CK techniques
ExecutionRecon
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 suspicious Windows process creation where a parent process ending in \fodhelper.exe launches child processes ending in \rundll32.exe or \regsvr32.exe with command lines containing specific Raspberry Robin-related sequences. The behavior matters because these execution chains are used to run attacker-controlled code through trusted Windows binaries. It relies on process creation telemetry, specifically ParentImage, Image, and full CommandLine content.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- 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: Raspberry Robin Command Execution via fodhelper.exe and rundll32/regsvr32"
id: 7bf514a7-4948-402a-a502-aa7a7e3a6fce
related:
- id: 2c6bea3a-ef58-4f2e-a775-4928f6b7c58a
type: similar
- id: d52d2e87-eb03-4fac-961d-eb616da79788
type: derived
status: test
description: This rule identifies suspicious Windows process creation where a parent process ending in \fodhelper.exe launches child processes ending in \rundll32.exe or \regsvr32.exe with command lines containing specific Raspberry Robin-related sequences. The behavior matters because these execution chains are used to run attacker-controlled code through trusted Windows binaries. It relies on process creation telemetry, specifically ParentImage, Image, and full CommandLine content.
references:
- https://redcanary.com/blog/raspberry-robin/
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2022/Malware/Raspberry-Robin/proc_creation_win_malware_raspberry_robin_execution.yml
author: "@kostastsale, Huntrule Team"
date: 2022-05-06
tags:
- attack.execution
- attack.t1059.001
- detection.emerging-threats
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: \fodhelper.exe
Image|endswith:
- \rundll32.exe
- \regsvr32.exe
CommandLine|contains|all:
- odbcconf.exe
- regsvr
- shellexec_rundll
CommandLine|contains:
- installdriver
- setfiledsndir
- vkipdse
CommandLine|endswith|windash:
- /a
- /f
- /s
condition: selection
falsepositives:
- Unlikely
level: high
license: DRL-1.1