osquery-defense-kit/incident_response/arp_cache.sql

10 lines
165 B
MySQL
Raw Normal View History

2022-10-13 13:11:17 +00:00
-- Retrieves the ARP cache values in the target system.
--
-- interval: 3600
-- value: Determine if MITM in progress.
-- version: 1.4.5
2022-10-17 23:06:17 +00:00
select
*
from
arp_cache;