Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
magic
Magic number recognition library table.
Column | Type | Description |
---|---|---|
data | text | Magic number data from libmagic |
magic_db_files | text | Colon(:) separated list of files where the magic db file can be found. By default one of the following is used: /usr/share/file/magic/magic, /usr/share/misc/magic or /usr/share/misc/magic.mgc |
mime_encoding | text | MIME encoding data from libmagic |
mime_type | text | MIME type data from libmagic |
path | text | Absolute path to target file Required in WHERE clause |