osquery-defense-kit/incident_response/kextstat_macos.sql

9 lines
176 B
SQL

-- Retrieves all the information about the current kernel extensions for the target OSX system.
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
kernel_extensions;