mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 18:07:10 +00:00
7 lines
101 B
SQL
7 lines
101 B
SQL
-- Return hardware platform info (UEFI)
|
|
--
|
|
-- tags: postmortem seldom
|
|
SELECT
|
|
*
|
|
FROM
|
|
platform_info |