DNS Best PracticesDNS Records ReportSecurity Headers Best PracticesSecurity Headers ReportSSL Certificate ReportSSL/TLS Best PracticesSSL/TLS Server Configuration Report
Dashboard: DNS Records Report
This report answers the following questions:
- How are the DNS records configured?
- Are the parent records configured correctly?
- Are the Name Server (NS) records configured correctly?
- Are the Start of Authority (SOA) records configured correctly?
- Are the Mail Exchange (MX) records configured correctly?
This dashboard contains 1 input and 8 tables.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-net-insights
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select DNS Records Report dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe dashboard run net_insights.dashboard.dns_records_report --share
Queries
The dashboard uses the named queries:
- dns_mx_record
- dns_mx_report
- dns_ns_record
- dns_ns_report
- dns_parent_record
- dns_parent_report
- dns_soa_record
- dns_soa_report