osquery-defense-kit/incident_response/interface_ipv6.sql

9 lines
125 B
SQL

-- Return the list of interface addresses (IPv6)
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
interface_ipv6;