mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-21 20:46:50 +00:00
6 lines
107 B
SQL
6 lines
107 B
SQL
-- Return the list of socket events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT * FROM socket_events;
|