mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-20 12:30:44 +00:00
8 lines
125 B
SQL
8 lines
125 B
SQL
-- Dump a list of process execution events from EndpointSecurity
|
|
--
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
es_process_events;
|