Credentials from Password Stores T1555

Tactic: Credential Access

Adversaries may search for common password storage locations to obtain user credentials. Passwords are stored in several places on a system, depending on the operating system or application holding the credentials. There are also specific applications and services that store passwords to make them easier for users to manage and maintain, such as password managers and cloud secrets vaults. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.

Events covered

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

Authoring guide

Patterns shared across the 98 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 (113 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
EventType19eq 12, in 6, starts_with 4, wildcard 1AppControl, ConnectionSuccess, GetSecretValue, exec, open
process_name19eq 14, in 4, starts_with 2, ends_with 1cmdkey.exe, cat, cp, *:\\temp\\*, *\\appdata\\local\\temp\\*
CommandLine17contains 13, in 3, regex_match 2, wildcard 1 cp , dump-keychain , export , login-keychain , mi
OriginalFileName13eq 12, ends_with 1cmdkey.exe, vaultcmd.exe, browsercore.exe, esentutl.exe, msbuild.exe
event.type12eq 8, in 3, ne 1start, process_started, deletion
Image10ends_with 7, eq 2, is_not_null 1/usr/bin/security, \bash.exe, \cmd.exe, \cscript.exe, \esentutl.exe
EventID9eq 94663, 4103, 4104, 4656, 4688
process.args9eq 6, wildcard 3, in 1, match 1, starts_with 1--json, --remote-debugging-port=922?, --window-position=-*,-*, -d, -ga
ScriptBlockText7contains 5, eq 2, in 1, match 1-destination, /listcreds:, [dbo].[credentials], [system.runtime.interopservices.runtimeenvironment]::getr..., \google\chrome\user data\default\login data
data_stream.dataset7eq 7, in 1aws.cloudtrail, azure.platformlogs, azure.activitylogs, gcp.audit
file_name7eq 4, in 2, ends_with 1ncrypt.dll, \cookies.sqlite, \places.sqlite, cookie*, local state
event.outcome6eq 6success
host.os.type6eq 6
RelativeTargetName5contains 4, ends_with 2, eq 1, regex_match 1PROGRAM FILES\UltraVNC\ultravnc.ini, PROGRAM FILES\uvnc bvba\UltraVNC\ultravnc.ini, PROGRAMFILES\UltraVNC\ultravnc.ini, Users\\.*\\AppData\\.*, Users\\.*\\Desktop.*
ShareName5wildcard 5\\*\C$

Top indicator values (662 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
event.typeeq
start
8606
event.outcomeeq
success
6251
ShareNamewildcard
\\*\C$
57
EventTypestarts_with
AppControl
45
data_stream.dataseteq
aws.cloudtrail
4141
data_stream.dataseteq
azure.platformlogs
34
file_nameeq
ncrypt.dll
44
DestinationHostnameeq
login.microsoftonline.com
33
EventIDeq
4663
334
EventTypeeq
GetSecretValue
33
EventTypeeq
ConnectionSuccess
29
EventTypeeq
exec
2171
EventTypeeq
open
215
EventTypein
KeyGet
33
EventTypein
SecretGet
33
EventTypein
CertificateContactsGet
22
EventTypein
CertificateGet
22
EventTypein
CertificateGetDeleted
22
EventTypein
CertificateIssuerGet
22
OriginalFileNameeq
cmdkey.exe
35
event.typein
process_started
340
event.typein
start
342
process.code_signature.existseq
false
319
process.code_signature.trustedeq
false
318
process_nameeq
cmdkey.exe
34
resultTypein
Succeeded
351
resultTypein
Success
351
security_result.actioneq
ALLOW
3102
CommandLinecontains
find-certificate
22
DestinationPorteq
3389
211

Exclusions (66 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.

FieldKindValueRules excluding
parent_process_namein
backgroundtaskhost.exe
2
parent_process_namein
svchost.exe
2
process_namein
*\\explorer.exe
2
process_namein
*sql*
2
Effective_process.executableeq
/Library/Elastic/Endpoint/elastic-endpoint.app/Contents/MacOS/elastic-endpoint
1
EventDatacontains
gc_service.exe
1
EventDatacontains
gc_worker.exe
1
LogonIdeq
0x3e7
1
ParentImagecontains
gc_service.exe
1
ParentImagecontains
gc_worker.exe
1
ParentImageeq
c:\windows\system32\compattelrunner.exe
1
ParentImagewildcard
/applications/keeper password manager.app/contents/frameworks/keeper...
1
ParentImagewildcard
c:\program files (x86)\*.exe
1
ParentImagewildcard
c:\program files\*.exe
1
ParentImagewildcard
c:\windows\explorer.exe
1

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 28 rules

Elastic 27 rules

Splunk 16 rules

Kusto 14 rules

YARA-L 4 rules

Panther 9 rules