Event Triggered Execution: AppCert DLLs T1546.009

Tactics: Privilege Escalation, Persistence

Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by AppCert DLLs loaded into processes. Dynamic-link libraries (DLLs) that are specified in the AppCertDLLs Registry key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\ are loaded into every process that calls the ubiquitously used application programming interface (API) functions CreateProcess, CreateProcessAsUser, CreateProcessWithLoginW, CreateProcessWithTokenW, or WinExec.

Events covered

5 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 (7 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
TargetObject4contains 2, eq 1, wildcard 1*\system\*controlset*\control\session manager\appcertdlls\*, \\control\\session manager\\appcertdlls\\, \appcertdlls, \bootexecute, \execute
CommandLine1contains 1\\control\\session manager\\appcertdlls
Details1eq 1(Empty)
EventID1eq 113
EventLog1eq 1Microsoft-Windows-Sysmon/Operational
NewName1eq 1HKLM\SYSTEM\CurentControlSet\Control\Session Manager\AppCertDlls
event.type1eq 1change

Top indicator values (16 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
\\control\\session manager\\appcertdlls
1
Detailseq
(Empty)
12
EventIDeq
13
122
EventLogeq
Microsoft-Windows-Sysmon/Operational
110
NewNameeq
HKLM\SYSTEM\CurentControlSet\Control\Session Manager\AppCertDlls
1
TargetObjectcontains
\\control\\session manager\\appcertdlls\\
1
TargetObjectcontains
\appcertdlls
1
TargetObjectcontains
\bootexecute
1
TargetObjectcontains
\execute
1
TargetObjectcontains
\knowndlls
1
TargetObjectcontains
\s0initialcommand
1
TargetObjectcontains
\setupexecute
1
TargetObjectcontains
\system\currentcontrolset\control\session manager
1
TargetObjecteq
hklm\system\currentcontrolset\control\session manager\appcertdlls
1
TargetObjectwildcard
*\system\*controlset*\control\session manager\appcertdlls\*
1
event.typeeq
change
177

Exclusions (1 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
Detailseq
(Empty)
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 2 rules

Elastic 1 rule

Splunk 1 rule

Kusto 1 rule