Potential Raspberry Robin CPL Execution Activity
Description
Detects the execution of a ".CPL" file located in the user temp directory via the Shell32 DLL "Control_RunDLL" export function. This behavior was observed in multiple Raspberry-Robin variants.
Query · sigma
selection_parent_img: ParentImage|endswith: - \rundll32.exe - \control.exe selection_img: - Image|endswith: \rundll32.exe - OriginalFileName: RUNDLL32.EXE selection_cli: CommandLine|contains|all: - shell32.dll - Control_RunDLL - .CPL selection_path: CommandLine|contains: \AppData\Local\Temp\ condition: all of selection_*
Known false positives
- Unknown