Skip to content

Hostname

gotanet.net

Last fetched

gotanet.net resolves to 2 IPv4 addresses operated by AS12597 in SE. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · gotanet.netRouting diversity2.4/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/gotanet.net

Resolution chain

gotanet.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:269
Organization
- -
Contact emails

Subdomains

2 observed subdomains of gotanet.net.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for gotanet.net.

MechanismTarget
SPF_IP212.3.1.210
SPF_IP212.3.1.66
SPF_IP2a02:920:3035:0:0:0:0:210
SPF_IP2a02:920:318f:0:0:0:0:34
SPF_IP62.80.209.34

Related pages

Pivot deeper into the graph from gotanet.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "gotanet.net"})-[: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.