| name | T1560.003_archive-via-custom-method |
| description | An adversary may compress or encrypt data that is collected prior to exfiltration using a custom method. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1560.003","collection","linux","macos","windows","sub-technique"] |
| technique_id | T1560.003 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["Linux","macOS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1560/003 |
| tech_stack | ["linux","macos","windows"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1560","T1560.001","T1560.002"] |
| prerequisites | ["T1560"] |
| severity_boost | {"T1560":"Chain with T1560 for deeper attack path","T1560.001":"Chain with T1560.001 for deeper attack path","T1560.002":"Chain with T1560.002 for deeper attack path"} |
T1560.003 Archive via Custom Method
Sub-technique of: T1560
High-Level Description
An adversary may compress or encrypt data that is collected prior to exfiltration using a custom method. Adversaries may choose to use custom archival methods, such as encryption with XOR or stream ciphers implemented with no external library or utility references. Custom implementations of well-known compression algorithms have also been used.
Kill Chain Phase
Platforms: Linux, macOS, Windows
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Archive via Custom Method by examining the target platforms (Linux, macOS, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1560.003 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
No specific mitigations documented for this technique.
Detection
Detect Archiving via Custom Method (T1560.003)
Risk Assessment
| Finding | Severity | Impact |
|---|
| Archive via Custom Method technique applicable | Low | Collection |
CWE Categories