mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 10:04:40 +00:00
8 lines
102 B
SQL
8 lines
102 B
SQL
-- Return hardware platform info (UEFI)
|
|
--
|
|
-- tags: postmortem seldom
|
|
SELECT
|
|
*
|
|
FROM
|
|
platform_info
|