Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
alf_explicit_auths
ALF services explicitly allowed to perform networking.
Column | Type | Description |
---|---|---|
process | text | Process name explicitly allowed |
List applications were granted explicit access through the firewall. This is useful when looking to see if vulnerable software is exposed to networks.
SELECT * FROM alf_exceptions;
This table is currently affected by a bug and not returning applications visible in the preferences interface.