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
prefetch
Prefetch files show metadata related to file execution.
| Column | Type | Description |
|---|---|---|
| accessed_directories | text | Directories accessed by application within ten seconds of launch. |
| accessed_directories_count | integer | Number of directories accessed. |
| accessed_files | text | Files accessed by application within ten seconds of launch. |
| accessed_files_count | integer | Number of files accessed. |
| filename | text | Executable filename. |
| hash | text | Prefetch CRC hash. |
| last_run_time | integer | Most recent time application was run. |
| other_run_times | text | Other execution times in prefetch file. |
| path | text | Prefetch file path. |
| run_count | integer | Number of times the application has been run. |
| size | integer | Application file size. |
| volume_creation | text | Volume creation time. |
| volume_serial | text | Volume serial number. |
select * from prefetch;