mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 15:49:31 +00:00
9 lines
249 B
SQL
9 lines
249 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;
|