Detectionhightest

Operator Bloopers Cobalt Strike Modules

Detects Cobalt Strike module/commands accidentally entered in CMD shell

Convert In Phoenix Studio

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

Launch
_pete_0, TheDFIRReportCreated Fri May 06Updated Mon Jan 304f154fb6-27d1-4813-a759-78b93e0b9c48windows
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_img:
        - OriginalFileName: 'Cmd.Exe'
        - Image|endswith: '\cmd.exe'
    selection_cli:
        CommandLine|contains:
            - 'Invoke-UserHunter'
            - 'Invoke-ShareFinder'
            - 'Invoke-Kerberoast'
            - 'Invoke-SMBAutoBrute'
            - 'Invoke-Nightmare'
            - 'zerologon'
            - 'av_query'
    condition: all of selection_*
False Positives
Unknown

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

Rule Metadata
Rule ID
4f154fb6-27d1-4813-a759-78b93e0b9c48
Status
test
Level
high
Type
Detection
Created
Fri May 06
Modified
Mon Jan 30
Path
rules/windows/process_creation/proc_creation_win_hktl_cobaltstrike_bloopers_modules.yml
Raw Tags
attack.executionattack.t1059.003
View on GitHub