mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-22 05:12:59 +00:00
8 lines
162 B
MySQL
8 lines
162 B
MySQL
|
-- 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;
|