Currently viewing ATT&CK v8.2 which was live between October 27, 2020 and April 28, 2021. Learn more about the versioning system or see the live site.

Obfuscated Files or Information: Steganography

Adversaries may use steganography techniques in order to prevent the detection of hidden information. Steganographic techniques can be used to hide data in digital media such as images, audio tracks, video clips, or text files.

Duqu was an early example of malware that used steganography. It encrypted the gathered information from a victim's system and hid it within an image before exfiltrating the image to a C2 server.[1]

By the end of 2017, a threat group used Invoke-PSImage to hide PowerShell commands in an image file (.png) and execute the code on a victim's system. In this particular case the PowerShell code downloaded another obfuscated script to gather intelligence from the victim's machine and communicate it back to the adversary.[2]

ID: T1027.003
Sub-technique of:  T1027
Tactic: Defense Evasion
Platforms: Linux, Windows, macOS
Data Sources: Binary file metadata
CAPEC ID: CAPEC-636
Version: 1.1
Created: 05 February 2020
Last Modified: 16 September 2020

Procedure Examples

Name Description
ABK

ABK can extract a malicious Portable Executable (PE) from a photo.[3]

APT37

APT37 uses steganography to send images to users that are embedded with shellcode.[4][5]

Avenger

Avenger can extract backdoor malware from downloaded images.[3]

BBK

BBK can extract a malicious Portable Executable (PE) from a photo.[3]

BRONZE BUTLER

BRONZE BUTLER has used steganography in multiple operations to conceal malicious payloads.[3]

build_downer

build_downer can extract malware from a downloaded JPEG.[3]

IcedID

IcedID has embedded binaries within RC4 encrypted .png files.[6]

MuddyWater

MuddyWater has stored obfuscated JavaScript code in an image file named temp.jpg.[7]

Okrum

Okrum's payload is encrypted and embedded within its loader, or within a legitimate PNG file.[8]

PolyglotDuke

PolyglotDuke can use steganography to hide C2 information in images.[9]

PowerDuke

PowerDuke uses steganography to hide backdoors in PNG files, which are also encrypted using the Tiny Encryption Algorithm (TEA).[10]

Raindrop

Raindrop used steganography to locate the start of its encoded payload within legitimate 7-Zip code.[11]

RDAT

RDAT can also embed data within a BMP image prior to exfiltration.[12]

RegDuke

RegDuke can hide data in images, including use of the Least Significant Bit (LSB).[9]

Tropic Trooper

Tropic Trooper has used JPG files with encrypted payloads to mask their backdoor routines and evade detection.[13]

Mitigations

This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of system features.

Detection

Detection of steganography is difficult unless artifacts are left behind by the obfuscation process that are detectable with a known signature. Look for strings are other signatures left in system artifacts related to decoding steganography.

References