fleet/handbook/queries/get-usb-devices.md
Mike Thomas 871ba3940d
Add count-apple-applications to query handbook (#653)
- Add "Count apple applications" to query handbook
- Add supported platforms to query index in `/handbook/queries` README
2021-04-16 16:50:20 -07:00

16 lines
210 B
Markdown

# 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