Hostname
cdn.wavellroom.com
Last fetched
cdn.wavellroom.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
cdn.wavellroom.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.196.107 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.124 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.2 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.75 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 65.9.189.123 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.24 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.43 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.189.59 | 65.8.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with cdn.wavellroom.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cdn.wavellroom.com in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.wavellroom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.wavellroom.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.