| name | T1567.001_exfiltration-to-code-repository |
| description | Adversaries may exfiltrate data to a code repository rather than over their primary command and control channel. |
| category | client-side |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1567.001","exfiltration","linux","macos","windows","esxi","sub-technique"] |
| technique_id | T1567.001 |
| tactic | exfiltration |
| all_tactics | ["exfiltration"] |
| platforms | ["Linux","macOS","Windows","ESXi"] |
| mitre_url | https://attack.mitre.org/techniques/T1567/001 |
| tech_stack | ["linux","macos","windows","esxi"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1567","T1567.002","T1567.003","T1567.004"] |
| prerequisites | ["T1567"] |
| severity_boost | {"T1567":"Chain with T1567 for deeper attack path","T1567.002":"Chain with T1567.002 for deeper attack path","T1567.003":"Chain with T1567.003 for deeper attack path"} |
T1567.001 Exfiltration to Code Repository
Sub-technique of: T1567
High-Level Description
Adversaries may exfiltrate data to a code repository rather than over their primary command and control channel. Code repositories are often accessible via an API (ex: https://api.github.com). Access to these APIs are often over HTTPS, which gives the adversary an additional level of protection.
Exfiltration to a code repository can also provide a significant amount of cover to the adversary if it is a popular service already used by hosts within the network.
Kill Chain Phase
Platforms: Linux, macOS, Windows, ESXi
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Exfiltration to Code Repository by examining the target platforms (Linux, macOS, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1567.001 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
M1021 Restrict Web-Based Content
Web proxies can be used to enforce an external network communication policy that prevents use of unauthorized external services.
Detection