osquery-defense-kit/incident_response/disk_encryption.sql

11 lines
235 B
MySQL
Raw Normal View History

2022-10-13 13:11:17 +00:00
-- Retrieves the current disk encryption status for the target system.
--
-- interval: 86400
-- platform: posix
-- value: Identifies a system potentially vulnerable to disk cloning.
-- version: 1.4.5
2022-10-17 23:06:17 +00:00
select
*
from
disk_encryption;