Hostname
media.simplecastcdn.com
Last fetched
media.simplecastcdn.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
media.simplecastcdn.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 |
|---|---|---|---|---|
| 18.245.46.127 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.25 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.29 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.65 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.168.73.10 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.29 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.70 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.72 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with media.simplecastcdn.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from media.simplecastcdn.com in the public web crawl.
17 sites link to this hostname.
Sample inbound links
- redhat.com
- afp-110771-injected.calisto.simplecastaudio.com
- afp-12468-injected.calisto.simplecastaudio.com
- afp-13278-injected.calisto.simplecastaudio.com
- afp-161330-injected.calisto.simplecastaudio.com
- afp-50213-injected.calisto.simplecastaudio.com
- afp-873546-injected.calisto.simplecastaudio.com
- afp-900888-injected.calisto.simplecastaudio.com
- afp-920643-injected.calisto.simplecastaudio.com
- afp-920658-injected.calisto.simplecastaudio.com
Threat posture
History
Related pages
Pivot deeper into the graph from media.simplecastcdn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "media.simplecastcdn.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.