mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-08 06:19:28 +00:00
9 lines
252 B
SQL
9 lines
252 B
SQL
-- Retrieves the current list of mounted drives in the target system.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: posix
|
|
-- value: Scope for lateral movement. Potential exfiltration locations. Potential dormant backdoors.
|
|
-- version: 1.4.5
|
|
|
|
select * from mounts;
|