M1044 Restrict Library Loading
Prevent abuse of library loading mechanisms in the operating system and software to load untrusted code by configuring appropriate library loading mechanisms and investigating potential vulnerable software.
Techniques Addressed by Mitigation
Domain |
ID |
Name |
Use |
enterprise |
T1547 |
Boot or Logon Autostart Execution |
- |
enterprise |
T1547.008 |
LSASS Driver |
Ensure safe DLL search mode is enabled HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SafeDllSearchMode to mitigate risk that lsass.exe loads a malicious code library. |
enterprise |
T1574 |
Hijack Execution Flow |
Disallow loading of remote DLLs. This is included by default in Windows Server 2012+ and is available by patch for XP+ and Server 2003+. |
enterprise |
T1574.001 |
DLL Search Order Hijacking |
Disallow loading of remote DLLs. This is included by default in Windows Server 2012+ and is available by patch for XP+ and Server 2003+. |
References