osquery-defense-kit/incident_response/arp_cache.sql
Thomas Stromberg e785c35614
v0.0.1
2022-10-13 09:11:17 -04:00

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;