T1567.002sub-technique of T1567 Exfiltration Over Web Service

Exfiltration to Cloud Storage

ESXi · Linux · macOS · Windows5 pieces on this siteT1567.002 on attack.mitre.org

Adversaries may exfiltrate data to a cloud storage service rather than over their primary command and control channel. Cloud storage services allow for the storage, edit, and retrieval of data from a remote cloud storage server over the Internet. Examples of cloud storage services include Dropbox and Google Docs.

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

If this is happening now

4

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

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

1

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

how MITRE says to see it

Detection Strategy for Exfiltration to Cloud Storage

  • Unusual processes (e.g., powershell.exe, excel.exe) accessing large local files and subsequently initiating HTTPS POST requests to domains associated with cloud storage services (e.g., dropbox.com, drive.google.com, box.com).
  • Processes such as curl, wget, rclone, or custom scripts executing uploads to cloud storage endpoints. Defender perspective: detect chained events where tar/gzip is executed to compress files followed by HTTPS PUT/POST requests to known storage services.
  • Applications or scripts invoking cloud storage APIs (Dropbox sync, iCloud, Google Drive client) in unexpected contexts. Defender perspective: detect sensitive file reads by non-standard applications followed by unusual encrypted uploads to external cloud storage domains.
  • Unusual ESXi processes (vmx, hostd) reading datastore files and generating outbound HTTPS traffic toward external cloud storage endpoints. Defender perspective: anomalous datastore activity followed by network transfers to Dropbox, AWS S3, or other storage services.

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.

the rest of T1567

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.