| name | T1567_exfiltration-over-web-service |
| description | Adversaries may use an existing, legitimate external Web service to exfiltrate data rather than their primary command and control channel. |
| category | client-side |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1567","exfiltration","esxi","linux","macos","office-suite","saas","windows"] |
| technique_id | T1567 |
| tactic | exfiltration |
| all_tactics | ["exfiltration"] |
| platforms | ["ESXi","Linux","macOS","Office Suite","SaaS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1567 |
| tech_stack | ["esxi","linux","macos","office","saas","windows"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1567.001","T1567.002","T1567.003","T1567.004"] |
| prerequisites | [] |
| severity_boost | {"T1567.001":"Chain with T1567.001 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 Exfiltration Over Web Service
High-Level Description
Adversaries may use an existing, legitimate external Web service to exfiltrate data rather than their primary command and control channel. Popular Web services acting as an exfiltration mechanism may give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to compromise. Firewall rules may also already exist to permit traffic to these services.
Web service providers also commonly use SSL/TLS encryption, giving adversaries an added level of protection.
Kill Chain Phase
Platforms: ESXi, Linux, macOS, Office Suite, SaaS, Windows
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Exfiltration Over Web Service by examining the target platforms (ESXi, Linux, macOS).
-
Assess Existing Defenses: Review whether mitigations for T1567 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.
M1057 Data Loss Prevention
Data loss prevention can be detect and block sensitive data being uploaded to web services via web browsers.