T1567

Exfiltration Over Web Service

ESXi · Linux · macOS · Office Suite · SaaS · Windows9 pieces on this siteT1567 on attack.mitre.org

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.

MITRE ATT&CK 19.2, retrieved 2026-09-12

If this is happening now

6

Checklists and playbooks to open while the alert is still live.

IR playbookCONSTRUCTED

Ransomware response plan: from the first renamed file to the review

The whole response rather than the first hour of it: who decides what, how to contain without destroying the evidence you will need, what has to be true before you restore, and the notifications whose clocks started before you noticed.

T1567
First-hour playbookMembers

An extortion demand, and nothing is encrypted

A message to staff, executives or a public address claiming to hold your data and demanding payment, often with a sample or a file listing, while every system is running normally.

T1567
First-hour playbookMembers

Data leaving with a person

A resignation with an unusual access pattern behind it, a bulk download, or a report from a manager.

T1567.002

Practise it

2

Labs, timelines, evidence packs and tabletop scenarios to work before you need to.

Read

1

Analyses, case studies, guides, references and interview questions.

AnalysisMembers

Case study: one appliance, and the disclosure that followed

CL0P against MOVEit Transfer, worked as a case rather than read as news. A zero-day in an internet-facing file transfer product, a web shell, and a scope question that has nothing to do with how many hosts were touched. Nine questions, and the answers are in the advisory.

T1567

how MITRE says to see it

Detection Strategy for Exfiltration Over Web Service

  • Processes that normally do not initiate network communications suddenly making outbound HTTPS connections with high outbound-to-inbound data ratios. Defender view: correlation between process creation logs (e.g., Word, Excel, PowerShell) and subsequent anomalous network traffic volumes toward common web services...
  • Processes (tar, curl, python scripts) accessing large file sets and initiating outbound HTTPS POST requests with payload sizes inconsistent with baseline activity. Defender perspective: detect abnormal sequence of file archival followed by encrypted uploads to external web services.
  • Office apps or scripts writing files followed by xattr manipulation (to evade quarantine) and subsequent HTTPS uploads. Defender perspective: anomalous file modification + outbound TLS traffic originating from non-networking apps (Word, Excel, Preview).
  • Abnormal API calls from user accounts invoking file upload endpoints outside normal baselines (M365, Google Drive, Box). Defender perspective: monitor unified audit logs for elevated frequency of Upload, Create, or Copy operations from compromised accounts.

what reduces it

  • 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.

sub-techniques

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.