osquery-defense-kit/incident_response/user_events.sql

9 lines
113 B
SQL

-- Return the list of audit user events
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
user_events;