Detectionhightest

HackTool - Mimikatz Execution

Detection well-known mimikatz command line arguments

Convert In Phoenix Studio

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

Launch
Teymur Kheirkhabarov, oscd.community, David ANDRE (additional keywords), Tim SheltonCreated Tue Oct 22Updated Tue Feb 21a642964e-bead-4bed-8910-1bb4d63e3b4dwindows
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 Logic3 selectors
detection:
    selection_tools_name:
        CommandLine|contains:
            - 'DumpCreds'
            - 'mimikatz'
    selection_function_names: # To cover functions from modules that are not in module_names
        CommandLine|contains:
            - '::aadcookie' # misc module
            - '::detours' # misc module
            - '::memssp' # misc module
            - '::mflt' # misc module
            - '::ncroutemon' # misc module
            - '::ngcsign' # misc module
            - '::printnightmare' # misc module
            - '::skeleton' # misc module
            - '::preshutdown'  # service module
            - '::mstsc'  # ts module
            - '::multirdp'  # ts module
    selection_module_names:
        CommandLine|contains:
            - 'rpc::'
            - 'token::'
            - 'crypto::'
            - 'dpapi::'
            - 'sekurlsa::'
            - 'kerberos::'
            - 'lsadump::'
            - 'privilege::'
            - 'process::'
            - 'vault::'
    condition: 1 of selection_*
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

Rule Metadata
Rule ID
a642964e-bead-4bed-8910-1bb4d63e3b4d
Status
test
Level
high
Type
Detection
Created
Tue Oct 22
Modified
Tue Feb 21
Path
rules/windows/process_creation/proc_creation_win_hktl_mimikatz_command_line.yml
Raw Tags
attack.credential-accessattack.t1003.001attack.t1003.002attack.t1003.004attack.t1003.005attack.t1003.006
View on GitHub