osquery-defense-kit/incident_response/es_process_events.sql

9 lines
147 B
MySQL
Raw Permalink Normal View History

2023-02-23 14:35:38 +00:00
-- Dump a list of process execution events from EndpointSecurity
--
-- platform: darwin
-- tags: events extra
2023-05-08 17:20:47 +00:00
SELECT
*
FROM
es_process_events;