Skip to content

T1659 Content Injection

Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic. Rather than luring victims to malicious payloads hosted on a compromised website (i.e., Drive-by Target followed by Drive-by Compromise), adversaries may initially access victims through compromised data-transfer channels where they can manipulate traffic and/or inject their own content. These compromised online network channels may also be used to deliver additional payloads (i.e., Ingress Tool Transfer) and other data to already compromised systems.2

Adversaries may inject content to victim systems in various ways, including:

  • From the middle, where the adversary is in-between legitimate online client-server communications (Note: this is similar but distinct from Adversary-in-the-Middle, which describes AiTM activity solely within an enterprise environment) 3
  • From the side, where malicious content is injected and races to the client as a fake response to requests of a legitimate online server 4

Content injection is often the result of compromised upstream communication channels, for example at the level of an internet service provider (ISP) as is the case with “lawful interception.”421

Item Value
ID T1659
Sub-techniques
Tactics TA0001, TA0011
Platforms Linux, Windows, macOS
Version 1.0
Created 01 September 2023
Last Modified 15 April 2025

Procedure Examples

ID Name Description
S1088 Disco Disco has achieved initial access and execution through content injection into DNS, HTTP, and SMB replies to targeted hosts that redirect them to download malicious files.5
G1019 MoustachedBouncer MoustachedBouncer has injected content into DNS, HTTP, and SMB replies to redirect specifically-targeted victims to a fake Windows Update page to download malware.5

Mitigations

ID Mitigation Description
M1041 Encrypt Sensitive Information Where possible, ensure that online traffic is appropriately encrypted through services such as trusted VPNs.
M1021 Restrict Web-Based Content Consider blocking download/transfer and execution of potentially uncommon file types known to be used in adversary campaigns.

References