The activity of assigning a new drive letter or creating a mount point for a data storage device, such as a USB, network share, or external hard drive, enabling access to its content on a host system. Examples:
E:\ on a Windows machine.\\server\share is mapped to the drive Z:\./mnt/virtualdrive using an ISO image or a virtual hard disk (VHD).G:\ on a Windows machine using a cloud sync tool./mnt/external on a Linux system.This data component can be collected through the following measures:
Windows Event Logs
Computer Configuration > Administrative Templates > System > Removable Storage AccessLinux System Logs
Command-Line Monitoring: Use dmesg or journalctl to monitor mount events.
Auditd Configuration: Add audit rules to track mount points.
macOS System Logs
diskutil list to verify newly created or mounted drives.Endpoint Detection and Response (EDR) Tools
SIEM Tools
| Name | Channel |
|---|---|
| auditd:SYSCALL | mknod,open,openat |
| auditd:SYSCALL | Removable media mount notification |
| auditd:SYSCALL | device event logs |
| auditd:SYSCALL | udev events or drive enumeration involving TinyPilot paths or device classes |
| auditd:SYSCALL | Kernel Device Events - USB Block Devices |
| Drive | None |
| journald:systemd | udisks2 or udevd logs |
| linux:osquery | mount_events |
| linux:syslog | Device attach logs containing TinyPilot/PiKVM identifiers |
| linux:syslog | New HID device enumeration with type 'keyboard' followed by immediate input injection |
| macos:unifiedlog | mounted|appeared|DA: disk* attached |
| macos:unifiedlog | com.apple.diskarbitration |
| macos:unifiedlog | Volume Mount + File Read |
| macos:unifiedlog | Hardware enumeration events via IOKit or USBMuxd showing TinyPilot or unknown keyboard/mouse |
| macos:unifiedlog | Volume Mount + Process Trace + File Read |
| macos:unifiedlog | log stream --predicate 'eventMessage contains "USBMSC"' |
| macos:unifiedlog | New IOUSB keyboard/HID device enumerated with suspicious attributes |
| maos:osquery | mount_events |
| WinEventLog:Microsoft-Windows-DriverFrameworks-UserMode/Operational | EventCode=2003 |
| WinEventLog:Microsoft-Windows-Partition/Diagnostic | EventCode=1006 |
| WinEventLog:System | Kernel-PnP 410/400 device install, disk added |
| WinEventLog:System | EventCode=1006,10001 |
| WinEventLog:System | EventCode=2003 |
| WinEventLog:System | EventCode=20001/20003 |
| WinEventLog:System | 20001-20003 |