Detection rules › Sigma

HackTool - Pypykatz Credentials Dumping Activity

Severity
high
Author
frack113
Source
upstream

Detects the usage of "pypykatz" to obtain stored credentials. Adversaries may attempt to extract credential material from the Security Account Manager (SAM) database through Windows registry where the SAM database is stored

MITRE ATT&CK coverage

TacticTechniques
Credential AccessT1003.002 OS Credential Dumping: Security Account Manager

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.

Stages and Predicates

Stage 1: selection

or:
Image|endswith: '\pypykatz.exe'
Image|endswith: '\python.exe'
CommandLine|contains: live
CommandLine|contains: registry

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • live
  • registry
Imageends_with
  • \pypykatz.exe corpus 2 (sigma 2)
  • \python.exe corpus 3 (sigma 3)