mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-24 06:12:44 +00:00
9 lines
256 B
MySQL
9 lines
256 B
MySQL
|
-- Retrieves the current list of Network File System mounted shares.
|
||
|
--
|
||
|
-- interval: 3600
|
||
|
-- platform: darwin
|
||
|
-- value: Scope for lateral movement. Potential exfiltration locations. Potential dormant backdoors.
|
||
|
-- version: 1.4.5
|
||
|
|
||
|
select * from nfs_shares;
|