Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
autoexec
Aggregate of executables that will automatically execute on the target machine. This is an amalgamation of other tables like services, scheduled_tasks, startup_items and more.
Column | Type | Description |
---|---|---|
name | text | Name of the program |
path | text | Path to the executable |
source | text | Source table of the autoexec item |