mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
14 lines
413 B
YAML
14 lines
413 B
YAML
|
name: alf_explicit_auths
|
||
|
examples: >-
|
||
|
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;
|
||
|
|
||
|
```
|
||
|
notes: This table is currently affected by a
|
||
|
[bug](https://github.com/osquery/osquery/issues/2322) and not returning
|
||
|
applications visible in the preferences interface.
|