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

9 lines
138 B
SQL

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