T1547.002: Authentication Package
Adversaries may abuse authentication packages to execute DLLs when the system boots. Windows authentication package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[1]
Adversaries can use the autostart mechanism provided by LSA authentication packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ with the key value of "Authentication Packages"=<target binary>. The binary will then be executed by the system when the authentication packages are loaded.
Analyst context for executives and security teams
Authentication Package persistence matters because it places adversary-controlled code in a Windows authentication path that loads during system start under the Local Security Authority context. For leaders, this is not just another autorun location: it touches logon infrastructure and privileged process trust, so a missed change can undermine incident containment, credential-protection assumptions, and evidence that privileged Windows hosts are hardened.
Executive priority
Prioritize this as a Windows privileged-persistence and privilege-escalation risk. Security leaders should ask whether changes to LSA authentication package configuration are monitored, whether LSASS-related DLL loads are visible to the SOC, and whether privileged process protections such as Windows RunAsPPL are enabled where appropriate. This is especially relevant for audit evidence around hardening, identity infrastructure readiness, and incident response scoping of systems where authentication components may have been modified.
Technical view
ATT&CK describes this as a Windows sub-technique of Boot or Logon Autostart Execution used for persistence and privilege escalation. The key defensive validation is whether the SOC can detect modification of HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ Authentication Packages and correlate it with DLL loading by LSASS at system start. Relationship context identifies DET0207, Detect LSA Authentication Package Persistence via Registry and LSASS DLL Load, and mitigation M1025, Privileged Process Integrity, including enabling RunAsPPL on Windows systems. Flame is listed as software using this technique, but that relationship should be used as historical technique context, not as evidence of current activity.
Likely telemetry
- Windows Registry auditing or endpoint telemetry for HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ Authentication Packages changes
- Process and module-load telemetry showing DLLs loaded by LSASS during boot or authentication initialization
- Endpoint detection telemetry from Windows systems covering privileged process activity
- Change-management or configuration-management records for approved LSA authentication package settings
- Host inventory and hardening state for Windows systems, including whether additional LSA protection such as RunAsPPL is enabled
Detection direction
- Validate alerting for new, unexpected, or modified values under the LSA Authentication Packages registry configuration.
- Correlate registry modification events with subsequent LSASS DLL loads to reduce noise and support incident triage.
- Baseline expected authentication packages on critical Windows systems so legitimate operating system or administrator-driven changes are distinguishable from suspicious persistence.
- Tune carefully because authentication packages are a legitimate Windows mechanism; detection should emphasize unauthorized change, unusual binaries, and mismatch with approved configuration.
- Confirm collection starts early enough and is retained long enough to support boot-time persistence investigations.
Mitigation priorities
- Establish and document approved LSA authentication package configuration for managed Windows systems.
- Restrict and monitor administrative paths that can modify HKLM LSA configuration.
- Apply privileged process integrity controls where appropriate, including Windows RunAsPPL as referenced by the related mitigation.
- Include LSA configuration checks in Windows hardening, compliance validation, and post-incident persistence reviews.
- Use configuration management to detect drift and support rapid restoration to known-good authentication settings.
Analyst notes and limits
This object is a Windows-only ATT&CK sub-technique under T1547 Boot or Logon Autostart Execution. MITRE provides no official detection text for the technique, so detection guidance is derived from the official behavior description and the supplied DET0207 relationship. The revoked T1131 relationship indicates this content supersedes the older Authentication Package technique. External references include Microsoft authentication package documentation and Microsoft guidance for additional LSA protection.
The supplied ATT&CK fields do not provide procedure details beyond the Flame software relationship, do not prove current exploitation, and do not define a complete detection analytic. Local baselines, endpoint telemetry quality, registry auditing configuration, and approved authentication package usage are required to determine real coverage and risk.
Authentication Package
Adversaries may abuse authentication packages to execute DLLs when the system boots. Windows authentication package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[1]
Adversaries can use the autostart mechanism provided by LSA authentication packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ with the key value of "Authentication Packages"=<target binary>. The binary will then be executed by the system when the authentication packages are loaded.
How security teams should use this page
Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.
Related techniques
This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.
| Domain | ID | Name | Relationship / procedure |
|---|---|---|---|
| Enterprise | T1131 | Authentication Package | Authentication Package revoked by this object. |
| Enterprise | T1547 | Boot or Logon Autostart Execution | This object subtechnique of Boot or Logon Autostart Execution. |
Groups, software, and campaigns
S0143: Flame
All related ATT&CK context
Mitigation direction
Object version and sync metadata
The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .
Imported snapshots across ATT&CK releases (1)
| Release | Bundle imported | Object version | Modified | Status | Raw hash |
|---|---|---|---|---|---|
| 19.1 | 1.1 | Current bundle | 7d0c90ce0443… |
Mirrored ATT&CK source object
The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.
External references and citations
MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.
-
[1]
MSDN Authentication Packages
Microsoft. (n.d.). Authentication Packages. Retrieved March 1, 2017.
Open source URL -
[2]
Graeber 2014
Graeber, M. (2014, October). Analysis of Malicious Security Support Provider DLLs. Retrieved March 1, 2017.
Open source URL -
[3]
Microsoft Configure LSA
Microsoft. (2013, July 31). Configuring Additional LSA Protection. Retrieved June 24, 2015.
Open source URL -
[4]
mitre-attack T1547.002Open source URL
Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.