T1055 β Process Injection
Parent technique
Description
Adversaries may inject code into processes in order to evade process-based defenses as well as possibly elevate privileges. Process injection is a method of executing arbitrary code in the address space of a separate live process. 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 process injection may also evade detection from security products since the execution is masked under a legitimate process.
There are many different ways to inject code into a process, many of which abuse legitimate functionalities. These implementations exist for every major OS but are typically platform specific.
More sophisticated samples may perform multiple process injections to segment modules and further evade detection, utilizing named pipes or other inter-process communication (IPC) mechanisms as a communication channel.
Sub-techniques
- T1055.001 β Dynamic-link Library Injection
- T1055.002 β Portable Executable Injection
- T1055.003 β Thread Execution Hijacking
- T1055.004 β Asynchronous Procedure Call
- T1055.005 β Thread Local Storage
- T1055.008 β Ptrace System Calls
- T1055.009 β Proc Memory
- T1055.011 β Extra Window Memory Injection
- T1055.012 β Process Hollowing
- T1055.013 β Process DoppelgΓ€nging
- T1055.014 β VDSO Hijacking
- T1055.015 β ListPlanting
Detected by EasySIEM
This project's own SigmaHQ-derived detection pipeline tags every compiled rule with the ATT&CK technique(s) it maps to -- if a rule in your install covers this technique, it shows up automatically on your own Grafana Alerts dashboard's "Top ATT&CK Techniques" panel, no lookup needed. This page exists so a click from there always lands here on easysiem.com, not on attack.mitre.org.