The preparation step in which attackers gather, compress, and organise files before removing them from the environment. Staging is important because it often creates detectable behaviour, such as archive creation, bulk reads, and unusual transfer volume, before the final leak occurs.
Expanded Definition
Data exfiltration staging is the preparation phase before theft of information leaves an environment. It usually involves locating target files, collecting them into a smaller set of directories, compressing or archiving them, and sometimes renaming or splitting them to make transfer easier and less conspicuous.
In security work, the term is narrower than exfiltration itself. Exfiltration is the actual movement of data out of a trusted boundary; staging is the preparatory handling that creates a more portable payload. That distinction matters because defenders often see staging behaviour first, including bulk file reads, archive creation, temporary working folders, and unusual filesystem churn. Those signals can appear across endpoint, cloud, and SaaS environments.
Usage across vendors and incident reports is fairly consistent, though the exact boundary between “collection” and “staging” can vary. In practice, the term usually implies intent to remove data, not routine backup, migration, or content packaging. The key boundary is whether the activity is being shaped for covert or unauthorised removal rather than normal administration.
Examples and Use Cases
Staging often appears as a short-lived sequence rather than a single action. Analysts may see a cluster of file access, archive generation, and transfer preparation before any outbound connection is made.
- A compromised endpoint is used to gather customer records into a temporary folder, then compress them into one or more archives before upload.
- A cloud workload enumerates storage buckets, copies selected objects to an intermediate location, and prepares a large export job for later transfer.
- An insider copies sensitive project files into a staging directory, renames them, and bundles them into a password-protected archive.
- An attacker uses built-in tools to read many files in sequence, then creates archives to reduce the number of artifacts that need to be moved.
The trade-off for attackers is speed versus detectability. Large archives and heavy file reads are efficient, but they can stand out in telemetry if baselines are well-tuned. That is why staging is often compressed into a short window and may be distributed across several paths or hosts.
Security Implications
Staging is often the earliest observable sign that data loss is being prepared. When organisations treat it as harmless file handling, they miss a critical chance to detect theft before the final transfer occurs.
The main failure mechanism is concentration of sensitive data into a form that is easier to move, hide, or encrypt. Bulk reads can spike disk activity, archives can reduce visibility into file contents, and temporary directories can evade casual inspection. If defenders only alert on outbound transfer, they may see the exfiltration too late to limit exposure.
Staging also increases the blast radius of a compromise. One repository, one endpoint, or one cloud bucket can be transformed into a compact theft package, especially where access is broad or poorly segmented. NHI Mgmt Group research shows that 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, underscoring how quickly staged sensitive material can become a business-impacting event.
A practical observation is that staging tends to create mixed signals: archive creation, file enumeration, and unusual write activity. None is proof of theft alone, but together they often mark the point where incident response should shift from monitoring to containment.
Domain and Governance Relevance
In NHI and agentic environments, staging matters because non-human identities often have broad read access, automation-friendly filesystem reach, and direct access to cloud storage, build systems, or collaboration tools. That combination can make a machine account or workflow ideal for quietly assembling a theft package.
The governance issue is not just whether an identity can access data, but whether its activity is observable and bounded well enough to distinguish legitimate processing from suspicious mass collection. Service accounts used for exports, synchronisation, analytics, or CI/CD often create the exact access patterns that staging abuses, so ownership and logging expectations need to be clear.
For NHI programs, staging also reinforces the need to understand which identities can read sensitive corpora at scale, not just which ones can authenticate. Visibility into file access, archive creation, and cross-system movement becomes part of identity assurance, especially when the same automation account can touch multiple repositories. NHIMG’s Key Research and Survey Results highlight the scale of unmanaged NHI exposure that makes this kind of staging harder to detect and contain.
Risk and Threat Considerations
Data exfiltration staging is a material risk because it is the point where theft becomes operationally ready while still remaining partly inside the environment. It is closely associated with insider abuse, post-compromise activity, and quiet preparation for large-volume loss.
Failure mechanism: an attacker or malicious insider uses legitimate access to collect many files, package them into archives, and reduce the number of observable objects before transfer. Compression, bundling, and temporary staging locations can obscure what was taken and delay detection until after the data has already been prepared for removal.
Impact: sensitive data can be removed in larger, more efficient batches, increasing confidentiality loss, recovery complexity, and the chance that defenders only discover the breach after the critical evidence has been altered or deleted.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK, OWASP Non-Human Identity Top 10 and MITRE ATT&CK address the attack and risk surface, while CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| MITRE ATT&CK | T1020 | Staging is a preparatory phase within the exfiltration tactic and related collection patterns. |
| Recommendation: Highlights pre-transfer collection and packaging behaviour that often precedes outbound theft. | ||
| CIS Controls v8 | 8 | Staging leaves file-read, archive-creation, and volume anomalies that depend on logging to detect. |
| Recommendation: Requires telemetry that can surface suspicious bulk access and packaging activity before exfiltration. | ||
| OWASP Non-Human Identity Top 10 | NHI-06 | Staging commonly abuses machine identities with broad data access to assemble exfiltration payloads. |
| Recommendation: Emphasises limiting and governing non-human access that can quietly gather large sensitive datasets. | ||
| NIST CSF 2.0 | DE.CM | Staging is often only visible through continuous monitoring of host, file, and transfer behaviour. |
| Recommendation: Supports detection of abnormal collection and archiving patterns before data leaves the environment. | ||
| MITRE ATT&CK | T1074 | This technique directly describes preparation of stolen data into a transfer-ready form. |
| Recommendation: Maps the exact pre-exfiltration behaviour of collecting and organising data for removal. | ||
Practitioner Guidance
What to watch for: treat archive creation, repeated bulk file reads, and sudden spikes in temporary storage use as potential staging signals when they occur on systems that do not normally package large datasets. The signal is strongest when the activity clusters around sensitive repositories or non-human identities with broad read permissions.
Governance implication: ownership should extend beyond “who can access” to “who can assemble data for removal.” That means logging and review need to cover file collection and packaging behaviour, not only the final outbound transfer.
Practitioner takeaway: if you only hunt for egress, you are looking too late; staging is the window where containment is still most likely to prevent loss.
Related resources from NHI Mgmt Group
- How can organisations support forensic investigation of suspected data exfiltration?
- How can organisations reduce the risk of data exfiltration through AI chat sessions?
- How should security teams detect SAP compromise before data exfiltration starts?
- How should security teams stop agentic browsers from turning links into data exfiltration paths?