mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 18:07:10 +00:00
6 lines
122 B
SQL
6 lines
122 B
SQL
|
|
-- Dump a list of process execution events from EndpointSecurity
|
|
--
|
|
-- platform: darwin
|
|
SELECT * FROM es_process_events;
|