mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-21 04:50:42 +00:00
6 lines
107 B
SQL
6 lines
107 B
SQL
-- Return the list of syslog events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT * FROM syslog_events;
|