The alteration of a drive letter, mount point, or other attributes of a data storage device, which could involve reassignment, renaming, permissions changes, or other modifications. Examples:
E:\ is reassigned to D:\ on a Windows machine./mnt/external is moved to /mnt/storage.This data component can be collected through the following measures:
Windows Event Logs
Applications and Services Logs > Microsoft > Windows > Storage-Tiering > OperationalLinux System Logs
auditctl -w /mnt/ -p w -k drive_modificationdmesg or journalctl to observe drive modifications.macOS System Logs
log show --info | grep "Volume modified"diskutil to track changes:Endpoint Detection and Response (EDR) Tools
SIEM Tools
| Name | Channel |
|---|---|
| Drive | None |
| linux:syslog | Block device write errors or unusual bootloader activity |
| macos:unifiedlog | IOKit disk write calls targeting raw devices |
| macos:unifiedlog | IOKit raw disk write to EFI/boot partition sectors |
| macos:unifiedlog | IOKit raw disk write activity targeting physical devices |
| networkdevice:firmware | Unexpected firmware image upload events via TFTP/FTP/SCP |
| networkdevice:runtime | Firmware image uploaded via TFTP/FTP/SCP |
| WinEventLog:Sysmon | Raw disk write access via \\.\PhysicalDrive* or \\.\C: |
| WinEventLog:Sysmon | Raw write attempts targeting \\.\PhysicalDrive0 or sector 0 (MBR/partition table) |
| WinEventLog:Sysmon | Raw disk writes targeting \\.\PhysicalDrive* or MBR locations |