turbot/net_insights

Query: dns_soa_record

Usage

powerpipe query net_insights.query.dns_soa_record

Steampipe Tables

SQL

select
target as "Primary Name Server",
serial as "Serial Number",
refresh as "Refresh",
retry as "Retry",
expire as "Expire",
minimum as "Minimum TTL"
from
net_dns_record
where
domain = $1
and type = 'SOA'
order by
target;

Params

ArgsNameDefaultDescriptionVariable
$1domain_name_input

    Dashboards

    The query is used in the dashboards: