title: Process Injection (T1055)
id: df00tech-t1055
status: experimental
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."
references:
  - https://attack.mitre.org/techniques/T1055/
  - https://df00tech.com/detections/T1055
author: df00tech
date: 2026/04/16
tags:
  - attack.t1055
# NOTE: logsource is auto-derived and may need adjustment for your environment
logsource:
  category: process_creation
  product: windows
detection:
  # This detection logic could not be auto-translated; see the KQL/SPL query on df00tech.
  selection:
    EventID: '*'
  condition: selection
falsepositives:
  - "Endpoint protection products (CrowdStrike, SentinelOne, Carbon Black) injecting DLLs for hooking and monitoring"
  - Application compatibility shims (apphelp.dll) that inject into processes for compatibility fixes
  - "Accessibility tools (screen readers, magnifiers) that inject into processes to read UI state"
  - "Development tools and debuggers (Visual Studio, x64dbg, WinDbg) attaching to processes during debugging sessions"
level: high
