Detectionhightest

HackTool - Hashcat Password Cracker Execution

Execute Hashcat.exe with provided SAM file from registry of Windows and Password list to crack against

Convert In Phoenix Studio

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

Launch
François HubautCreated Mon Dec 27Updated Sat Feb 0439b31e81-5f5f-4898-9c0e-2160cfc0f9bfwindows
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: '\hashcat.exe'
    selection_cli:
        CommandLine|contains|all:
            - '-a '
            - '-m 1000 '
            - '-r '
    condition: 1 of selection_*
False Positives

Tools that use similar command line flags and values

Rule Metadata
Rule ID
39b31e81-5f5f-4898-9c0e-2160cfc0f9bf
Status
test
Level
high
Type
Detection
Created
Mon Dec 27
Modified
Sat Feb 04
Path
rules/windows/process_creation/proc_creation_win_hktl_hashcat.yml
Raw Tags
attack.credential-accessattack.t1110.002
View on GitHub