Detectionhightest

HackTool - Koadic Execution

Detects command line parameters used by Koadic hack tool

Convert In Phoenix Studio

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

Launch
wagga, Jonhnathan Ribeiro, oscd.communityCreated Sun Jan 12Updated Sat Feb 115cddf373-ef00-4112-ad72-960ac29bac34windows
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:
        - Image|endswith: '\cmd.exe'
        - OriginalFileName: 'Cmd.Exe'
    selection_cli:
        CommandLine|contains|all:
            - '/q'
            - '/c'
            - 'chcp'
    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
5cddf373-ef00-4112-ad72-960ac29bac34
Status
test
Level
high
Type
Detection
Created
Sun Jan 12
Modified
Sat Feb 11
Path
rules/windows/process_creation/proc_creation_win_hktl_koadic.yml
Raw Tags
attack.executionattack.t1059.003attack.t1059.005attack.t1059.007
View on GitHub