Hostname
golangdata.com
Last fetched
golangdata.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
golangdata.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.161.49.104 | 18.161.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.161.49.126 | 18.161.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.161.49.127 | 18.161.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.161.49.8 | 18.161.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.64.183.101 | 18.64.182.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.183.12 | 18.64.182.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.183.48 | 18.64.182.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.183.97 | 18.64.182.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of golangdata.com owner
- Contact emails
- 1acb6cd9-9d7b-49c5-a270-e416976b35b8@identity-protect.org
- 1c9350b4-60b4-46aa-afa9-4f60b390639c@identity-protect.org
- 26b0366f-18ce-44a3-ac5f-f603a3e4251f@identity-protect.org
- 391361b2-3897-4ea5-8367-8bb37ce35903@identity-protect.org
- 890276ba-0abd-405e-8c66-3724d4d76c1c@identity-protect.org
- dc84d844-0d68-4968-9fcd-08028c8aaff1@identity-protect.org
Subdomains
1 observed subdomain of golangdata.com.
| Subdomain |
|---|
| mb.golangdata.com |
Web-graph footprint
Distinct hostnames that link to or from golangdata.com in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for golangdata.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailersend.net |
Related pages
Pivot deeper into the graph from golangdata.com.
- IP · 18.161.49.104
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · ID
- Email · 1acb6cd9-9d7b-49c5-a270-e416976b35b8@identity-protect.org
- TLD · .com
- Browse hostnames · go…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "golangdata.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.