Table: net_dns_reverse
Reverse DNS lookup from an IP address.
Note: An ip_address
must be provided in all queries to this table.
Examples
Find host names for an IP address
select *from net_dns_reversewhere ip_address = '1.1.1.1';
.inspect net_dns_reverse
Reverse DNS lookup from an IP address.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
domains | jsonb | Domain names associated with the IP address. |
ip_address | inet | IP address to lookup. |