dnsviz

Analyze and visualize DNS and DNSSEC behavior and configuration

brewmacoslinux
Try with needOr install directly
Source

About

Tools for analyzing and visualizing DNS and DNSSEC behavior

Commands

dnsviz

Examples

Analyze DNS configuration for a domain and generate an HTML report$ dnsviz query -d example.com | dnsviz graph -T html -o report.html
Check DNSSEC validation chain for a domain$ dnsviz query -d example.com -t DNSKEY | dnsviz validate -i
Generate a text-based analysis of DNS configuration$ dnsviz query -d example.com | dnsviz print -T text