Skip to content

Hostname

go.eco

Last fetched

go.eco resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI. WHOIS lists iana:9998 as the registrar.

Nutrition Label

WHISPER CANON · go.ecoRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/go.eco

Resolution chain

go.eco resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.235.11513.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.4213.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.513.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.8413.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
3.168.167.1093.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.493.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.83.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.167.853.168.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:9998
Organization
big room
Contact emails

Subdomains

9 observed subdomains of go.eco.

Web-graph footprint

Distinct hostnames that link to or from go.eco in the public web crawl.

84 sites link to this hostname.

322 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for go.eco.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from go.eco.

Cypher and MCP

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

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