osquery-defense-kit/incident_response/app_schemes.sql

9 lines
147 B
SQL

-- Retrieves the list of application scheme/protocol-based IPC handlers.
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
app_schemes;