← back to portfolio
Digital Forensics

USB Data Exfiltration Investigation

Category
Digital Forensics
Status
Complete
Device
USB Removable Storage
Method
Registry, shellbag & jump list analysis
MITRE ATT&CK
T1025 Data from Removable Media T1052.001 Exfiltration over USB Device T1005 Data from Local System
Executive Summary A removable USB device was connected to the host and used to access a folder containing sensitive employee data. Registry, shellbag, and jump list artifacts were correlated to identify the device, its assigned drive letter, the folder accessed, and the specific file containing PII that was opened — establishing a full timeline of device connection through data access.
Table of Contents
  1. Scenario
  2. Evidence Collected
  3. Timeline
  4. Key Findings
  5. Attack Chain
  6. Analyst Notes
  7. Lessons Learned

Scenario

Investigate USB device activity and determine whether data was accessed from a removable device.

Evidence Collected

ArtifactSourceWhy It Mattered
USBSTORSYSTEM hive (ControlSet001)Provided device information and serial number
Properties\0064USBSTOR Properties keyProvided first connection timestamp
Event ID 142NTFS Operational LogRevealed assigned drive letter
ShellbagsUsrClass.datRevealed folder access activity
Jump ListsJumpList ExplorerRevealed application used to open files

Timeline

Time (UTC)EventSource
2024-07-15 03:36:22USB device first connectedUSBSTOR Properties\0064
2024-07-15 03:37:28Folder NewProject_Hires_Data browsedShellbags
2024-07-15 03:38:07Employee_PII.csv openedJump Lists

Key Findings

Attack Chain

Device Connection
USB removable device connected to the host.
Drive Assignment
Device assigned drive letter E:\.
Folder Access
Folder NewProject_Hires_Data browsed on the device.
File Access
Employee_PII.csv accessed and opened using Notepad 64-bit.

Analyst Notes

Started with the SYSTEM hive using Registry Explorer and loaded the associated LOG files.
Investigated ControlSet001\USBSTOR to identify device information and serial number.
Used the Properties\0064 key to determine the first connection timestamp.
Pivoted to Event ID 142 in the NTFS Operational log to identify the assigned drive letter.
Used Shellbags from UsrClass.dat to identify the folder accessed on the USB device.
Used Jump Lists to determine the application used to open the files.

Lessons Learned