Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
shellbags
Shows directories accessed via Windows Explorer.
Column | Type | Description |
---|---|---|
accessed_time | bigint | Directory Accessed time. |
created_time | bigint | Directory Created time. |
mft_entry | bigint | Directory master file table entry. |
mft_sequence | integer | Directory master file table sequence. |
modified_time | bigint | Directory Modified time. |
path | text | Directory name. |
sid | text | User SID |
source | text | Shellbags source Registry file |
select * from shellbags;