mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-05 21:09:29 +00:00
8 lines
162 B
SQL
8 lines
162 B
SQL
-- Retrieves the ARP cache values in the target system.
|
|
--
|
|
-- interval: 3600
|
|
-- value: Determine if MITM in progress.
|
|
-- version: 1.4.5
|
|
|
|
select * from arp_cache;
|