mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 09:27:06 +00:00
8 lines
118 B
MySQL
8 lines
118 B
MySQL
|
-- Retrieves entries from the macOS nvram database
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
nvram;
|