osquery-defense-kit/incident_response/usb_devices.sql
2023-02-23 09:35:38 -05:00

5 lines
102 B
SQL

-- Return the list of USB devices
--
-- tags: postmortem
-- platform: posix
SELECT * FROM usb_devices;