Detectionhightest

HackTool - Potential Remote Credential Dumping Activity Via CrackMapExec Or Impacket-Secretsdump

Detects default filenames output from the execution of CrackMapExec and Impacket-secretsdump against an endpoint.

Convert In Phoenix Studio

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

Launch
SecurityAuraCreated Wed Nov 16Updated Thu Jun 276e2a900a-ced9-4e4a-a9c2-13e706f9518awindows
Log Source
WindowsFile Event
ProductWindows← raw: windows
CategoryFile Event← raw: file_event

Events for file system activity including creation, modification, and deletion.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|endswith: '\svchost.exe'
        # CommandLine|contains: 'RemoteRegistry' # Uncomment this line if you collect CommandLine data for files events from more accuracy
        TargetFilename|re: '\\Windows\\System32\\[a-zA-Z0-9]{8}\.tmp$'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
6e2a900a-ced9-4e4a-a9c2-13e706f9518a
Status
test
Level
high
Type
Detection
Created
Wed Nov 16
Modified
Thu Jun 27
Path
rules/windows/file/file_event/file_event_win_hktl_remote_cred_dump.yml
Raw Tags
attack.credential-accessattack.t1003
View on GitHub