Cross-source coverage
T1546.009 / ATT&CK
Event Triggered Execution: AppCert DLLs
5 rules across 3 sources.
From MITRE ATT&CK 19.2
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.
Similar to Process Injection, this value can be abused to obtain elevated privileges by causing a malicious DLL to be loaded and run in the context of separate processes on the computer. Malicious AppCert DLLs may also provide persistence by continuously being triggered by API activity.
- Tactics
- Privilege Escalation · Persistence
- Platforms
- Windows
- Telemetry
-
WinEventLog:SecurityWinEventLog:Sysmon
How MITRE says to detect it DET0362
Detection Strategy for AppCert DLLs Persistence via Registry Injection
Windows Analytic 1029
Detection of AppCert DLL abuse involves correlating registry modifications to the AppCertDLLs key with subsequent unexpected DLL load behavior during process creation events. Specifically, defenders can observe abnormal DLLs being loaded into standard Windows processes after changes to the 'AppCertDLLs' registry value. Monitoring CreateProcess-family API executions with injected DLLs and linking those DLLs back to recent registry edits is key to identifying misuse. This is often accompanied by elevated privileges and potential lateral movement or discovery behavior.
WinEventLog:SecurityEventCode=4657WinEventLog:SysmonEventCode=1WinEventLog:SysmonEventCode=7
SigmaHQ/sigma
2 rules| Detection | Severity | Format |
|---|---|---|
| New DLL Added to AppCertDlls Registry Key | Medium | Sigma |
| Session Manager Autorun Keys Modification | Medium | Sigma |
splunk/security_content
2 rules| Detection | Severity | Format |
|---|---|---|
| Windows AppCertDLL Modification Via Command Line | Undefined | SPL |
| Windows AppCertDLL Modification Via Registry | Undefined | SPL |
elastic/detection-rules
1 rule| Detection | Severity | Format |
|---|---|---|
| Registry Persistence via AppCert DLL | Medium | Elastic TOML |