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