Currently viewing ATT&CK v7.2 which was live between July 8, 2020 and October 26, 2020. Learn more about the versioning system or see the live site.
Register to stream the next session of ATT&CKcon Power Hour November 12

Data Manipulation: Transmitted Data Manipulation

Adversaries may alter data en route to storage or other systems in order to manipulate external outcomes or hide activity.[1][2] By manipulating transmitted data, adversaries may attempt to affect a business process, organizational understanding, and decision making.

Manipulation may be possible over a network connection or between system processes where there is an opportunity deploy a tool that will intercept and change information. The type of modification and the impact it will have depends on the target transmission mechanism as well as the goals and objectives of the adversary. For complex systems, an adversary would likely need special expertise and possibly access to specialized software related to the system that would typically be gained through a prolonged information gathering campaign in order to have the desired impact.

ID: T1565.002
Sub-technique of:  T1565
Tactic: Impact
Platforms: Linux, Windows, macOS
Permissions Required: Administrator, SYSTEM, User, root
Data Sources: Network protocol analysis, Packet capture
Impact Type: Integrity
Version: 1.0
Created: 02 March 2020
Last Modified: 02 March 2020

Procedure Examples

Name Description
APT38

APT38 has used DYEPACK to manipulate SWIFT messages en route to a printer.[1]

LightNeuron

LightNeuron is capable of modifying email content, headers, and attachments during transit.[3]

Mitigations

Mitigation Description
Encrypt Sensitive Information

Encrypt all important data flows to reduce the impact of tailored modifications on data in transit.

Detection

Detecting the manipulation of data as at passes over a network can be difficult without the appropriate tools. In some cases integrity verification checks, such as file hashing, may be used on critical files as they transit a network. With some critical processes involving transmission of data, manual or out-of-band integrity checking may be useful for identifying manipulated data.

References