mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-18 19:40:52 +00:00
8 lines
118 B
SQL
8 lines
118 B
SQL
-- Retrieves entries from the macOS nvram database
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
nvram; |