osquery-defense-kit/incident_response/alf_exceptions_macos.sql

8 lines
128 B
SQL

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