Modify Authentication Process: Password Filter DLL T1556.002

Tactics: Defense Impairment, Persistence, Credential Access

Adversaries may register malicious password filter dynamic link libraries (DLLs) into the authentication process to acquire user credentials as they are validated.

Events covered

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

Authoring guide

Patterns shared across the 5 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 (6 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
CommandLine2contains 2, starts_with 1/cfg, /configure, /db, hklm\system\currentcontrolset\control\lsa, reg add
EventID2eq 24103, 4104, 4688
Image1ends_with 1\secedit.exe
OriginalFileName1eq 1secedit
ScriptBlockText1regex_match 1(copy-item|cpi) .{2,128} -destination...
Type1eq 1

Top indicator values (13 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
CommandLinecontains
/cfg
12
CommandLinecontains
/configure
12
CommandLinecontains
/db
12
CommandLinecontains
/export
12
CommandLinecontains
hklm\system\currentcontrolset\control\lsa
1
CommandLinecontains
reg add
114
CommandLinestarts_with
scecli\0
1
EventIDeq
4103
1105
EventIDeq
4104
1268
EventIDeq
4688
1313
Imageends_with
\secedit.exe
1
OriginalFileNameeq
secedit
1
ScriptBlockTextregex_match
(copy-item|cpi) .{2,128} -destination .{1,32}\\windows\\(system32|syswow64)
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 3 rules

Splunk 2 rules