All hostnames jeopardy.com resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · jeopardy.com Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/jeopardy.com Resolution chain jeopardy.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.22.146.156 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.144.165.209 16.144.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.148.152.40 16.148.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.208.181.233 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.83.41.174 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.224.231.238 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.232.202.166 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.253.59.241 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.254.197.106 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.255.11.17 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.10.107.3 52.10.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.10.114.26 52.10.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.37.102.208 52.36.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.37.205.96 52.36.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.185.19.72 54.184.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.214.248.15 54.214.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.69.115.138 54.68.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.145.218.162 16.145.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint Distinct hostnames that link to or from jeopardy.com in the public web crawl.
Related pages Pivot deeper into the graph from jeopardy.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jeopardy.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 .