mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-13 17:44:33 +00:00
9 lines
113 B
SQL
9 lines
113 B
SQL
-- Return the list of audit user events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
user_events;
|