mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-22 13:23:01 +00:00
5 lines
102 B
MySQL
5 lines
102 B
MySQL
|
-- Return the list of USB devices
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: posix
|
||
|
SELECT * FROM usb_devices;
|