mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-18 03:54:30 +00:00
9 lines
110 B
SQL
9 lines
110 B
SQL
-- Return hardware events
|
|
--
|
|
-- tags: postmortem events
|
|
-- platform: posix
|
|
SELECT
|
|
*
|
|
FROM
|
|
hardware_events;
|