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

9 lines
180 B
SQL

-- Retrieves the list of processes with explicit authorization for the Application Layer Firewall.
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
alf_explicit_auths;