Skip to content

Hostname

ns3.proof-dns.com

Last fetched

ns3.proof-dns.com resolves to 3 IPv4 addresses operated by HOSTHATCH - HostHatch, LLC in US.

Nutrition Label

WHISPER CANON · ns3.proof-dns.comRouting diversity3.0/10Peering density9.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.5/10canon.whisper.security/host/ns3.proof-dns.com

Resolution chain

ns3.proof-dns.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.195.90.154134.195.90.0/24AS63473HOSTHATCH - HostHatch, LLCUS
176.126.70.39176.126.70.0/24AS63473HOSTHATCH - HostHatch, LLCSE
88.198.39.17088.198.0.0/16AS24940DE

WHOIS identity

No WHOIS records are currently associated with ns3.proof-dns.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ns3.proof-dns.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ns3.proof-dns.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.