T1055.001 Dynamic-link Library Injection — ATT&CK Technique
Adversaries may inject dynamic-link libraries (DLLs) into processes in order to evade process-based defenses as well as possibly elevate privileges. DLL injection is a method of executing arbitrary code in the address space of a separate live process. DLL injection is commonly performed by writing the path to a DLL in the virtual address space of the target process before loading the DLL by invoking a new thread. The write can be performed with native Windows API calls such as VirtualAllocEx and WriteProcessMemory, then invoked with CreateRemoteThread (which calls the LoadLibrary API responsible for loading the DLL). Variations of this method such as reflective DLL injection (writing a self-mapping DLL into a process) and memory module (map DLL when writing into process) overcome the address relocation issue as well as the additional APIs to invoke execution (since these methods load and execute the files in memory by manually preforming the function of LoadLibrary). Another variation of this method, often referred to as Module Stomping/Overloading or DLL Hollowing, may be leveraged to conceal injected code within a process. This method involves loading a legitimate DLL into a remote process then manually overwriting the module's AddressOfEntryPoint before starting a new thread in the target process. This variation allows attackers to hide malicious injected code by potentially backing its execution with a legitimate DLL file on disk. Running code in the context of another process may allow access to the process's memory, system/network resources, and possibly elevated privileges. Execution via DLL injection may also evade detection from security products since the execution is masked under a legitimate process.
Detection coverage (13)
- CreateRemoteThread API and LoadLibrary medium
- HackTool - Potential CobaltStrike Process Injection high
- ManageEngine Endpoint Central Dctask64.EXE Potential Abuse high
- Potential DLL Injection Or Execution Using Tracker.exe medium
- Mavinject Inject DLL Into Running Process high
- Renamed Mavinject.EXE Execution high
- Renamed ZOHO Dctask64 Execution high
- Loading Of Dynwrapx Module
- PowerShell PInvoke Process Injection API Chain
- Windows Process Injection Of Wermgr to Known Browser
- Windows Rasautou DLL Execution
- Windows Uncommon Remote Thread Creation In Browser Process
- TAIDOOR RAT DLL Load high
Malware using this technique
- Bumblebee
- Stuxnet
- PipeMon
- Get2
- Emissary
- PS1
- Havoc
- Matryoshka
- TONESHELL
- MegaCortex
- Aria-body
- Emotet
- BADHATCH
- SombRAT
- Conti
- Kazuar
- BlackEnergy
- DarkTortilla
- RATANKBA
- Dyre
- Remsec
- Mongall
- Netwalker
- Elise
- Saint Bot
- Sagerunex
- Uroburos
- Metamorfo
- Heyoka Backdoor
- RARSTONE
- SDBbot
- Derusbi
- IronNetInjector
- FinFisher
- Cobalt Strike
- ShadowPad
- Taidoor
- PoisonIvy
- TajMahal
- Koadic
- Carbon
- Ramsay
- Carberp
- FunnyDream
- ZxShell
- Pupy
- Maze
- ComRAT
- Qilin
- Socksbot