osquery-defense-kit/incident_response/app_schemes.sql

11 lines
252 B
MySQL
Raw Normal View History

2022-10-13 13:11:17 +00:00
-- 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
2022-10-17 23:06:17 +00:00
select
*
from
app_schemes;