Skip to content

Hostname

go2jump.org

Last fetched

go2jump.org resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · go2jump.orgRouting diversity3.9/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/go2jump.org

Resolution chain

go2jump.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.205.207.13634.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.93.13034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.18.218.7852.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.212.63.23952.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.214.34.2352.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.55.51.2952.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1068
Organization
1&1 internet
Contact emails

Subdomains

382 observed subdomains of go2jump.org.

Web-graph footprint

Distinct hostnames that link to or from go2jump.org in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from go2jump.org.

Cypher and MCP

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

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