osquery-defense-kit/incident_response/apps.sql
2022-10-19 16:19:53 -04:00

9 lines
147 B
SQL

-- Retrieves all the currently installed applications in the target OSX system.
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
apps;