WhatsApp
← Blog·Method·26/09/2026·7 min read

By Computer Forensics Lab Research Group (CFLRG), Digital forensics research team

File Copied, Emailed or Uploaded? How Data Routes Are Proven

When sensitive data leaves an organisation, establishing the exact route of movement is critical. Forensic analysis of system artefacts can prove whether files were copied to external storage, attached to emails, or uploaded via web browsers.

Infographic showing how digital forensics proves data movement across five file routes: USB, email, web upload, cloud sync, and messaging.

Digital forensic examiners identify the route data took by examining residual system artefacts left in operating system registries, file system logs, application caches, and event logs. By correlating timestamped entries across multiple independent data sources, file transfer forensics can establish whether a document was written to a USB flash drive, attached to an email message, uploaded through a web browser, or synchronized via cloud storage services.

Understanding Data Movement and System Artefacts

When a file is opened, moved, copied, or transmitted, the operating system and installed applications generate low-level records of the event. Users often assume that simply dragging a file to a USB stick or attaching it to a personal email leaves no trace once the user account is signed out. In practice, modern operating systems like Microsoft Windows and macOS maintain redundant logging mechanisms designed to ensure system stability, support user convenience, and track file activity.

Digital investigators analyse these artefacts to reconstruct a complete timeline of user activity. Rather than relying on a single indicator, forensic examiners cross-reference evidence from multiple independent sources on the storage media. This process ensures that conclusions regarding data exfiltration analysis withstand legal scrutiny under Civil Procedure Rules Part 35 or Criminal Procedure Rules Part 19 in UK courts.

Identifying USB and Removable Media Transfers

Copying files to an external storage device, such as a USB flash drive or portable hard drive, is one of the most common methods of data exfiltration. Proving that a file was transferred to a specific USB device requires linking the file access history to the physical device's connection history.

Device Connection History

In Microsoft Windows environments, connecting an external storage device triggers entries in several registry hives, including SYSTEM and SOFTWARE. The USBSTOR registry key records the vendor, product name, revision number, and unique serial number of the connected device. Additional keys, such as MountedDevices and MountPoints2, show the drive letter assigned to the volume and the specific user account active during the session. Event logs, specifically the Partition and DeviceInstall operational logs, record exact connection and disconnection timestamps.

File Access and Transfer Artefacts

Establishing that a USB drive was plugged in is only the first step. To prove file transfer forensics must show that specific files were moved to that device. Key artefacts include:

  • Link Files (.lnk): Windows automatically creates shortcut files when a user opens a file. These files store the original target path, volume serial number, drive type, and file size. If a shortcut file points to a drive letter corresponding to a known USB device serial number, it demonstrates the file was accessed from that drive.
  • Jump Lists: Similar to shortcut files, Jump Lists retain recent file access history associated with specific applications, such as Windows File Explorer or Microsoft Word.
  • Shellbags: Registry keys that preserve a user's folder viewing preferences. Shellbags retain records of directory structures, including folders located on external devices that are no longer connected to the machine.
  • USN Journal and $LogFile: NTFS file system metadata logs that record file creation, modification, and deletion events down to the microsecond level.

Detecting Email Attachment and Transmission Routes

Sending confidential documents via email leaves distinct footprints depending on whether the individual used a desktop client, such as Microsoft Outlook, or a webmail service through a web browser.

Desktop Email Clients

When an attachment is added to an email in Outlook, the file is frequently copied to a temporary staging folder, such as the Outlook Secure Temp folder (OLK). The presence of a document within this directory indicates it was attached to an outgoing message. Furthermore, desktop client databases contain full header information, including Message-IDs, sender and recipient addresses, and MIME boundary markers that tie the file attachment to the specific outgoing transmission.

Webmail and Browser-Based Email

If a user accesses web-based email services through a browser, tracing data movement relies on browser upload forensics. Webmail attachments generate POST requests captured in browser history, cache files, and IndexedDB storage. When a user selects a file to upload, browser process logs record the local path of the file chosen from the file picker dialog box.

Tracing Web Browser Uploads and Cloud Synchronization

Browser upload forensics has become increasingly vital as organizations transition to cloud storage solutions such as Google Drive, Dropbox, OneDrive, and SharePoint. File exfiltration via web interfaces leaves clear evidence across browser storage mechanisms.

Browser Artefacts

Modern web browsers store extensive session data in SQLite databases. Investigators examine browser history, cache, and upload logs to identify interaction with cloud hosting sites, file-sharing platforms, or webmail portals. Key indicators include:

  • Chromium Visited Links and Downloads Databases: Record full URLs, timestamps, local file paths, and download or upload status.
  • Session Store Files: Capture open tabs, form data, and recent user actions, allowing reconstruction of web browsing sessions even if the browser was subsequently closed.
  • Cache and Web Storage: Web application cached data may contain fragments of uploaded files, form submissions, or session tokens proving active file transmission.

Cloud Synchronization Clients

Dedicated cloud storage applications maintain local databases to track file synchronization status. For example, OneDrive maintains sync logs detailing when local files were queued, uploaded, or modified in the cloud account. Forensic examination of these application databases can differentiate between automated background sync and intentional manual uploads by a user.

Comparing Exfiltration Routes and Forensic Evidence

Different exfiltration pathways leave varying degrees of forensic evidence. The table below summarizes the key artefacts and evidence levels associated with each primary data transfer route.

Transfer RoutePrimary Forensic ArtefactsEvidence LevelTypical Limitations
USB Flash DriveUSBSTOR registry, LNK files, Shellbags, Volume Serial NumbersHigh (Device serial number tied to specific file paths)Does not prove file was opened on destination machine
Desktop Email ClientOutlook Temp folder (OLK), OST/PST message stores, MAPI logsHigh (File attachment bound to outgoing message header)Requires access to mailbox file or email server logs
Webmail / Web UploadBrowser SQLite databases, Cache, Session Store, Chrome Web DataMedium to High (Identifies file picker selection and domain)Cache clearing or private browsing can limit detail
Cloud Sync ServiceSync logs, database state files, API interaction logsHigh (Timestamps show exact sync queued and completion times)Requires differentiating background sync from active user copy

Addressing Anti-Forensics and Technical Limitations

Attempts to conceal data movement are common in corporate investigations. Users may attempt to delete browser history, use private browsing modes, run privacy cleaning software, or clear event logs. However, complete destruction of digital evidence is rare.

For example, using browser Private Browsing or Incognito mode prevents historical URLs from saving to standard history files, but it does not prevent system-level file allocation, memory residency, or network log entries. Similarly, unallocated disk space, volume shadow copies, and RAM analysis often reveal deleted artefacts or staging files created during the transfer process.

Where corporate networks are involved, endpoint data exfiltration analysis can be correlated with network perimeter logs, firewall records, and cloud tenancy logs available through cloud forensics investigations. For mobile devices, specialized tools trace sharing extensions and application sandboxes, as outlined in our guide to mobile phone forensics.

Legal Standards and Disclosure Compliance in the UK

Digital evidence collected during a data exfiltration investigation must adhere to strict procedural rules to be admissible in legal proceedings. In the UK, forensic practitioners follow the National Police Chiefs' Council (NPCC) guidelines for digital evidence, ensuring that original data remains unaltered and all analytical steps are fully documented and repeatable.

When disclosure obligations arise under the Criminal Procedure and Investigations Act 1996 (CPIA) or Civil Procedure Rules (CPR), expert findings must be clearly presented without jargon. Forensic reports must meet the standards required for expert witness testimony under CPR Part 35 or CrPR Part 19. During corporate disputes, matters requiring eDiscovery (aka eDisclosure in the UK) rely heavily on precise file transfer forensics to filter, review, and produce relevant records without compromising privileged data. Subsequent eDiscovery processes depend on this initial forensic integrity.

What This Means for Your Case: Practical Next Steps

If you suspect an employee, contractor, or third party has improperly copied, emailed, or uploaded confidential business files, early action is essential to preserve ephemeral data.

  • Isolate the Computer Immediately: Power down or disconnect the machine from the network. Continued use can overwrite vital registry entries, event logs, and unallocated space.
  • Avoid Self-Investigation: Accessing files or running non-forensic utilities alters file metadata, including last-accessed timestamps, which can compromise evidentiary integrity.
  • Secure Peripheral Media: Secure any known or suspected USB drives, external hard drives, or secondary devices relevant to the matter.
  • Instruct an Accredited Specialist: Engage ISO 17025 aligned forensic practitioners to extract and analyse computer media in accordance with legal disclosure standards. Review our digital forensic evidence guide for procedural advice.

To discuss a suspected data breach or request assistance with a computer investigation, contact our team through our secure inquiry page or explore our full range of digital forensics services.

Frequently asked questions

Can investigators tell if a file was copied to a USB drive even if the drive is missing?
Yes. Investigators can examine registry keys, link files, Shellbags, and Jump Lists on the computer. These system artefacts preserve the serial number, volume label, and drive letter of the external drive, as well as the path and timestamps of files accessed from or moved to that device.
Does using Private Browsing or Incognito mode prevent upload detection?
No. While Incognito mode stops the browser from saving standard history URLs, it does not prevent operating system artefacts, web cache fragments, RAM contents, or network security logs from recording the file upload activity and file selection events.
Can forensic analysis prove whether a cloud upload was manual or automated?
Yes. Forensic examiners analyse application database records and local sync logs for services like OneDrive or Google Drive. These logs log specific event codes that differentiate automated background background synchronization from manual user drag-and-drop actions.
How long do file transfer artefacts remain on a computer?
Artefact retention depends on computer usage and drive size. Registry keys and system event logs can persist for months or years, whereas fast-overwriting artefacts like volatile memory or browser caches may be overwritten within days or weeks of heavy system use.
What is required to make file transfer evidence admissible in UK courts?
Evidence must be collected in accordance with NPCC digital evidence principles to preserve data integrity. The analysis must be fully documented, repeatable, and presented in an expert report compliant with CPR Part 35 or CrPR Part 19 standards.