usb_devices

USB devices that are actively plugged into the host system.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: usb_devices

  • Linux
  • Mac OSX

Table schema

Name Type Description
usb_address INTEGER USB Device used address
usb_port INTEGER USB Device used port
vendor TEXT USB Device vendor string
vendor_id TEXT Hex encoded USB Device vendor identifier
version TEXT USB Device version number
model TEXT USB Device model string
model_id TEXT Hex encoded USB Device model identifier
serial TEXT USB Device serial connection
class TEXT USB Device class
subclass TEXT USB Device subclass
protocol TEXT USB Device protocol
removable INTEGER 1 If USB device is removable else 0

Query examples

Select all the results for the given table.

SELECT * FROM usb_devices;