Detectionhightest

Rundll32 Execution Without CommandLine Parameters

Detects suspicious start of rundll32.exe without any parameters as found in CobaltStrike beacon activity

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 27Updated Thu Aug 311775e15e-b61b-4d14-a1a3-80981298085awindows
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 Logic2 selectors
detection:
    selection:
        CommandLine|endswith:
            - '\rundll32.exe'
            - '\rundll32.exe"'
            - '\rundll32'
    filter:
        ParentImage|contains:
            - '\AppData\Local\'
            - '\Microsoft\Edge\'
    condition: selection and not filter
False Positives

Possible but rare

Rule Metadata
Rule ID
1775e15e-b61b-4d14-a1a3-80981298085a
Status
test
Level
high
Type
Detection
Created
Thu May 27
Modified
Thu Aug 31
Path
rules/windows/process_creation/proc_creation_win_rundll32_no_params.yml
Raw Tags
attack.defense-evasionattack.t1202
View on GitHub