T1027.015 Compression
Sub-technique of: T1027
High-Level Description
Adversaries may use compression to obfuscate their payloads or files. Compressed file formats such as ZIP, gzip, 7z, and RAR can compress and archive multiple files together to make it easier and faster to transfer files. In addition to compressing files, adversaries may also compress shellcode directly - for example, in order to store it in a Windows Registry key (i.e., Fileless Storage).
In order to further evade detection, adversaries may combine multiple ZIP files into one archive. This process of concatenation creates an archive that appears to be a single archive but in fact contains the central directories of the embedded archives. Some ZIP readers, such as 7zip, may not be able to identify concatenated ZIP files and miss the presence of the malicious payload.
File archives may be sent as one Spearphishing Attachment through email. Adversaries have sent malicious payloads as archived files to encourage the user to interact with and extract the malicious payload onto their system (i.e., Malicious File). However, some file compression tools, such as 7zip, can be used to produce self-extracting archives. Adversaries may send self-extracting archives to hide the functionality of their payload and launch it without requiring multiple actions from the user.
Compression may be used in combination with Encrypted/Encoded File where compressed files are encrypted and password-protected.
Kill Chain Phase
- Defense Evasion (TA0005)
Platforms: Linux, Windows, macOS
What to Check
- Identify if Compression technique is applicable to target environment
- Check Linux systems for indicators of Compression
- Check Windows systems for indicators of Compression
- Check macOS systems for indicators of Compression
- Verify mitigations are bypassed or absent (1 known mitigations)
- Assess detection coverage (1 detection strategies)
How to Test
Manual Testing
Identify Attack Surface: Determine if the target environment is susceptible to Compression by examining the target platforms (Linux, Windows, macOS).
Assess Existing Defenses: Review whether mitigations for T1027.015 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1049 Antivirus/Antimalware
Anti-virus can be used to automatically detect and quarantine suspicious files. Consider anti-virus products capable of unpacking and inspecting compressed files recursively, as well as analyzing SFX archives.
Detection
Detection Strategy for Compressed Payload Creation and Execution
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Compression technique applicable | High | Defense Evasion |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-693 | Protection Mechanism Failure |