Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
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;