Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
iokit_registry
The full IOKit registry without selecting a plane.
| Column | Type | Description |
|---|---|---|
| busy_state | integer | 1 if the node is in a busy state else 0 |
| class | text | Best matching device class (most-specific category) |
| depth | integer | Node nested depth |
| id | bigint | IOKit internal registry ID |
| name | text | Default name of the node |
| parent | bigint | Parent registry ID |
| retain_count | integer | The node reference count |
Identify devices with a Yubikey connected. The name will also contain the protocols supported by the key, such as FIDO.
SELECT * from iokit_registry WHERE name LIKE 'Yubi%';