osquery-defense-kit/incident_response/disk_encryption.sql

9 lines
148 B
SQL

-- Retrieves the current disk encryption status for the target system.
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
disk_encryption;