mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-11 08:34:34 +00:00
9 lines
134 B
SQL
9 lines
134 B
SQL
-- Return the list of configured DNS servers on this system
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: posix
|
|
SELECT
|
|
*
|
|
FROM
|
|
dns_resolvers
|