Hostname
gotanet.com
Last fetched
gotanet.com resolves to 2 IPv4 addresses operated by AS12597 in SE. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
gotanet.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.3.0.236 | 212.3.0.0/24 | AS12597 | — | SE |
| 62.80.209.236 | 62.80.208.0/23 | AS12597 | — | SE |
WHOIS identity
- Registrar
- iana:460
- Organization
- - -
- Contact emails
Subdomains
2 observed subdomains of gotanet.com.
| Subdomain |
|---|
| ipv6spf.gotanet.com |
| www.gotanet.com |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for gotanet.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ilaitspf.leissner.se |
| SPF_INCLUDE | ipv6spf.gotanet.com |
| SPF_IP | 212.3.0.0/24 |
| SPF_IP | 212.3.1.210 |
| SPF_IP | 212.3.1.66 |
| SPF_IP | 212.3.3.167 |
| SPF_IP | 62.80.209.0/24 |
| SPF_IP | 95.129.200.136 |
Related pages
Pivot deeper into the graph from gotanet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gotanet.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.