Query library - Get USB devices (#610)
Add Get USB devices query to query handbook
This commit is contained in:
@@ -20,6 +20,7 @@ Fleet's standard query library includes a growing collection of useful queries f
|
||||
- [Get wifi status](./get-wifi-status.md)
|
||||
- [Get Windows machines with unencrypted hard disks](./get-windows-machines-with-unencrypted-hard-disks.md)
|
||||
- [Get platform info](./get-platform-info.md)
|
||||
- [Get USB devices](./get-usb-devices.md)
|
||||
|
||||
### Contributors
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Get USB devices
|
||||
|
||||
Shows all USB devices that are actively plugged into the host system.
|
||||
|
||||
### Support
|
||||
macOS
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM usb_devices;
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
||||
Reference in New Issue
Block a user