mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-18 03:54:30 +00:00
8 lines
124 B
SQL
8 lines
124 B
SQL
-- Return the list of interface addresses (IPv6)
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: posix
|
|
SELECT
|
|
*
|
|
FROM
|
|
interface_ipv6; |