Adversaries may abuse print processors to run malicious DLLs during system boot for persistence and/or privilege escalation. Print processors are DLLs that are loaded by the print spooler service, spoolsv.exe, during boot.
Adversaries may abuse the print spooler service by adding print processors that load malicious DLLs at startup. A print processor can be installed through the <code>AddPrintProcessor</code> API call with an account that has <code>SeLoadDriverPrivilege</code> enabled. Alternatively, a print processor can be registered to the print spooler service by adding the <code>HKLM\SYSTEM\[CurrentControlSet or ControlSet001]\Control\Print\Environments\[Windows architecture: e.g., Windows x64]\Print Processors\[user defined]\Driver</code> Registry key that points to the DLL. For the print processor to be correctly installed, it must be located in the system print-processor directory that can be found with the <code>GetPrintProcessorDirectory</code> API call.(Citation: Microsoft AddPrintProcessor May 2018) After the print processors are installed, the print spooler service, which starts during boot, must be restarted in order for them to run.(Citation: ESET PipeMon May 2020) The print spooler service runs under SYSTEM level permissions, therefore print processors installed by an adversary may run under elevated privileges.
View in MITRE ATT&CK®Capability ID | Capability Description | Mapping Type | ATT&CK ID | ATT&CK Name |
---|---|---|---|---|
AC-17 | Remote Access | Protects | T1547.012 | Print Processors |
AC-2 | Account Management | Protects | T1547.012 | Print Processors |
AC-3 | Access Enforcement | Protects | T1547.012 | Print Processors |
AC-5 | Separation of Duties | Protects | T1547.012 | Print Processors |
AC-6 | Least Privilege | Protects | T1547.012 | Print Processors |
CM-5 | Access Restrictions for Change | Protects | T1547.012 | Print Processors |
IA-2 | Identification and Authentication (organizational Users) | Protects | T1547.012 | Print Processors |
SI-4 | System Monitoring | Protects | T1547.012 | Print Processors |
attribute.integrity.variety.Modify configuration | Modified configuration or services | related-to | T1547.012 | Boot or Logon Autostart Execution: Print Processors |