Skip to content

Hostname

codespeed.com

Last fetched

codespeed.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · codespeed.comRouting diversity4.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/codespeed.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.218.188.15134.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.223.152.1434.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.167.3.20835.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.80.199.23035.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.205.18150.112.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.106.19152.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.239.16754.148.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.68.85.4254.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:48
Organization
llc rocketgui
Contact emails

Subdomains

8 observed subdomains of codespeed.com.

Web-graph footprint

Distinct hostnames that link to or from codespeed.com in the public web crawl.

7 sites link to this hostname.

6 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for codespeed.com.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from codespeed.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "codespeed.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.