osquery-defense-kit/incident_response/disk_encryption.sql
2022-10-19 16:19:53 -04:00

9 lines
148 B
SQL

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