turbot/steampipe-mod-net-insights

Benchmark: Start of Authority (SOA) Records

Overview

A Start of Authority (SOA) record is a type of resource record in the DNS containing administrative information about the zone, especially regarding zone transfers. An SOA resource record is created at the time of creating a managed zone.

Every domain must have an SOA record at the cutover point where the domain is delegated from its parent. A zone without an SOA record does not conform to the standard required by RFC 1035.

This benchmark contains best practices for SOA records.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-net-insights

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select Start of Authority (SOA) Records.

Run this benchmark in your terminal:

powerpipe benchmark run net_insights.benchmark.dns_soa_best_practices

Snapshot and share results via Turbot Pipes:

powerpipe benchmark run net_insights.benchmark.dns_soa_best_practices --share

Controls

Tags