All hostnames api.espn.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.espn.com Routing diversity 5.4/10 Peering density 9.3/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/api.espn.com Resolution chain api.espn.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 16.147.128.145 16.147.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.148.248.154 16.148.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.208.86.181 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.164.140.51 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.86.33.99 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.225.198.193 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.236.237.149 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.238.144.125 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.240.135.215 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.252.254.253 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.255.238.27 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.10.57.1 52.10.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.37.36.7 52.36.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.43.20.32 52.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.200.108.53 54.200.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.70.151.239 54.70.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api.espn.com in WhisperGraph.
Subdomains 35 observed subdomains of api.espn.com.
Related pages Pivot deeper into the graph from api.espn.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.espn.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 .