mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 09:27:06 +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; |