Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1249-1280 of 1801 terms

P
27

Process Injection

An attacker technique that inserts malicious code into a legitimate running process, so the code runs under that process's identity and trust, evading defenses that focus on suspicious processes.

Process injection covers techniques (DLL injection, reflective loading, process hollowing, APC injection, and more) where attackers run their code inside an existing legitimate process rather than launching a new one. This evades many defenses that watch for unfamiliar executables, since the malicious code lives inside a trusted process. Defenders detect it through behavioral signals (unusual memory writes, anomalous threads in a benign process) and treat it as a serious post-exploitation indicator.

Introduced in: Threat Landscape and Attacker Thinking

Examples

  • Injecting malicious code into a legitimate process to hide execution.
  • Process hollowing replacing the contents of a benign process.
  • Detecting injection through anomalous threads in a trusted process.

No related terms linked yet.

Q
5