osquery-defense-kit/incident_response/mounts.sql

9 lines
138 B
SQL

-- Retrieves the current list of mounted drives in the target system.
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
mounts;