166 terms · 75/46/45
Technique № 045 · class: evasion

Process Injection

Injecting malicious code into the address space of a legitimate process.

Term

description · examples · notes

Injecting malicious code into the address space of a legitimate process.

Description

Includes DLL injection, process hollowing, thread hijacking, and APC injection.

Malicious code executes under the identity of the legitimate process.

Bypasses application whitelisting and process controls.

Requires appropriate privileges over the target process.

Examples

  • Process hollowing — replacing legitimate process content with malware
  • DLL injection into explorer.exe for persistent access

Notes

  • Differs from DLL sideloading: injection is at runtime, sideloading is at startup.
Composite

Threats

used by 3

Threats that use it. Select one to open its page.

Defenses

countered by 5

How it is countered. Select one to open its page.