fleet/handbook/queries/get-usb-devices.md

16 lines
210 B
Markdown
Raw Normal View History

# Get USB devices
Shows all USB devices that are actively plugged into the host system.
### Support
macOS, Linux
### Query
```sql
SELECT * FROM usb_devices;
```
### Purpose
Informational
### Remediation
N/A