mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 18:07:10 +00:00
5 lines
108 B
SQL
5 lines
108 B
SQL
-- Return the list of audit user events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT * FROM user_events; |