osquery-defense-kit/incident_response/running_apps_macos.sql

8 lines
135 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Retrieves currently running applications
--
-- tags: postmortem disabled-privacy
2023-02-23 14:35:38 +00:00
-- platform: darwin
SELECT
*
FROM
running_apps;