osquery-defense-kit/incident_response/alf_exceptions_macos.sql
2022-10-19 16:19:53 -04:00

8 lines
128 B
SQL

-- Retrieves the exceptions for the Application Layer Firewall in OSX.
--
-- tags: postmortem
SELECT
*
FROM
alf_exceptions;