ATT&CK coverage › Technique

OS Credential Dumping: LSA Secrets T1003.004

Adversaries with SYSTEM access to a host may attempt to access Local Security Authority (LSA) secrets, which can contain a variety of different credential materials, such as credentials for service accounts. LSA secrets are stored in the registry at <code>HKEY_LOCAL_MACHINE\SECURITY\Policy\Secrets</code>. LSA secrets can also be dumped from memory.

Events covered

12 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon11FileCreate
Sysmon13RegistryEvent (Value Set)
Sysmon17PipeEvent (Pipe Created)
Sysmon18PipeEvent (Pipe Connected)
Security-Auditing4662An operation was performed on an object.
Security-Auditing4672Special privileges assigned to new logon.
Security-Auditing4688A new process has been created.
Security-Auditing4692Backup of data protection master key was attempted.
Security-Auditing4697A service was installed in the system.
Security-Auditing5145A network share object was checked to see whether client can be granted desired access.
Service-Control-Manager7045A service was installed in the system.

Authoring guide

Patterns shared across the 11 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (17 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
RelativeTargetName2eq 1, match 1winreg, SYSTEM32\, .tmp
CommandLine2match 2 save , hkey_local_machine, ˢave , ::printnightmare, ::mstsc
EventType1eq 1logged-in-special
PrivilegeList1eq 1SeBackupPrivilege
TargetFilename1ends_with 1, match 1\pwdump.exe, \kirbi, \wce_krbtkts
ServiceFileName1match 1servpw, dumpsvc, gsecdump
ImagePath1match 1servpw, dumpsvc, gsecdump
Provider_Name1eq 1Service Control Manager
ObjectName1match 1BCKUPKEY
AccessMask1eq 10x2
ObjectType1eq 1SecretObject
Image1ends_with 1\reg.exe
OriginalFileName1eq 1reg.exe
PipeName1match 1\cachedump, \lsadump, \wceservicepipe
ShareName1eq 1\\\\\*\\ADMIN$

Top indicator values (99 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
RelativeTargetNameeqwinreg1
PrivilegeListeqSeBackupPrivilege1
EventTypeeqlogged-in-special1
TargetFilenameends_with\NTDS.out1
TargetFilenameends_with\DumpSvc.exe1
TargetFilenameends_with\wceaux.dll1
TargetFilenameends_with\servpw64.exe1
TargetFilenameends_with\cachedump64.exe1
TargetFilenameends_with\servpw.exe1
TargetFilenameends_with\lsremora.dll1
TargetFilenameends_with\pstgdump.exe1
TargetFilenameends_with\pwdump.exe1
TargetFilenameends_with\DumpExt.dll1
TargetFilenamematch\fgdump-log1
TargetFilenameends_with\SECURITY.out1
TargetFilenameends_with\SAM.out1
TargetFilenameends_with\lsremora64.dll1
TargetFilenameends_with\cachedump.exe1
TargetFilenameends_with\SYSTEM.out1
TargetFilenameends_with\Dumpy.exe1

Common exclusions (1 distinct)

Field/operator/value combinations that rules under this technique routinely exclude (top-level not() clauses). These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths.

FieldKindValueRules excluding
PrivilegeListeqSeDebugPrivilege1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 9 rules

Elastic 1 rule

Splunk 1 rule