osquery-defense-kit/incident_response/app_schemes.sql
2022-10-17 19:06:17 -04:00

11 lines
252 B
SQL

-- Retrieves the list of application scheme/protocol-based IPC handlers.
--
-- interval: 86400
-- platform: darwin
-- value: Post-priori hijack detection, detect potential sensitive information leakage.
-- version: 1.4.7
select
*
from
app_schemes;