Hostname
rottentomatoes.com
Last fetched
rottentomatoes.com resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
rottentomatoes.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.130 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.144 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.160 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.168 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.6.14 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.16.6.23 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 23.48.224.77 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.79 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.62.20.105 | 23.62.20.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 23.62.20.109 | 23.62.20.0/24 | AS20940 | AKAMAI-ASN1 | JP |
| 95.100.110.17 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.5 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.74.84 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 95.101.74.96 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
43 observed subdomains of rottentomatoes.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rottentomatoes.com in the public web crawl.
29,037 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for rottentomatoes.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from rottentomatoes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rottentomatoes.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.