mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 01:54:32 +00:00
9 lines
147 B
SQL
9 lines
147 B
SQL
-- Retrieves the list of application scheme/protocol-based IPC handlers.
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
app_schemes;
|