Credentials from Password Stores: Windows Credential Manager T1555.004

Tactic: Credential Access

Adversaries may acquire credentials from the Windows Credential Manager. The Credential Manager stores credentials for signing into websites, applications, and/or devices that request authentication through NTLM or Kerberos in Credential Lockers (previously known as Windows Vaults).

Events covered

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

Authoring guide

Patterns shared across the 15 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names 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 (33 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
EventType4starts_with 4, eq 2AppControl, ConnectionSuccess
OriginalFileName4eq 4vaultcmd.exe, msbuild.exe, rundll32.exe
file_name4eq 4ncrypt.dll
parent_process_name4contains 2, ne 2microsoft.tri.sensor.exe, powershell, python
DestinationHostname3eq 3login.microsoftonline.com
process_name3eq 2, in 1*:\\temp\\*, *\\appdata\\local\\temp\\*, *\\perflogs\\*, msbuild.exe, vaultcmd.exe
CommandLine2contains 2/listcreds:, keymgr, krshowkeymgr
DestinationPort2eq 23389
GlobalPrevalence2lt 2250
Image2ends_with 2\rundll32.exe, \vaultcmd.exe
NodeLabel2eq 2device
OnboardingStatus2ne 2Onboarded
Resource2starts_with 2http
ScriptBlockText2contains 1, eq 1cert_system_store_local_machine, crypto::certificates, dpapi::cred, retrieve, windows.security.credentials.passwordvault
TpmActivated2ne 2true

Top indicator values (90 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. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
EventTypestarts_with
AppControl
45
EventTypestarts_with
ConnectionSuccess
1
file_nameeq
ncrypt.dll
44
DestinationHostnameeq
login.microsoftonline.com
33
DestinationPorteq
3389
211
EventTypeeq
ConnectionSuccess
29
GlobalPrevalencelt
250
24
NodeLabeleq
device
23
OnboardingStatusne
Onboarded
25
OriginalFileNameeq
vaultcmd.exe
22
Resourcestarts_with
http
22
TpmActivatedne
true
24
TpmEnabledne
true
24
TpmSupportedne
true
24
event.typeeq
start
2606
parent_process_namecontains
powershell
22
parent_process_namecontains
python
22
parent_process_namene
microsoft.tri.sensor.exe
23
typeeq
DeviceInventoryId
25
CommandLinecontains
/listcreds:
1
CommandLinecontains
keymgr
1
CommandLinecontains
krshowkeymgr
1
Computereq
devices_with_admin_accounts
1
EventDatacontains
retrieve
1
EventDatacontains
windows.security.credentials.passwordvault
1
EventIDeq
7
139
Identitycontains
@
1
Imageends_with
\rundll32.exe
195
Imageends_with
\vaultcmd.exe
1
ImageLoadedends_with
\\vaultcli.dll
1

Exclusions (5 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. 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. Click a value to expand the rules under this technique that exclude it.

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.

Platform (all)
Domain (all)

Sigma 6 rules

Elastic 4 rules

Splunk 1 rule

Kusto 4 rules