mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-12 17:14:37 +00:00
8 lines
124 B
SQL
8 lines
124 B
SQL
-- Retrieves currently running applications
|
|
--
|
|
-- tags: postmortem often
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
running_apps; |