Hostname
rolex.com
Last fetched
rolex.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in CA. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
rolex.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 |
|---|---|---|---|---|
| 2.16.170.168 | 2.16.170.0/24 | AS20940 | AKAMAI-ASN1 | CA |
| 2.16.170.172 | 2.16.170.0/24 | AS20940 | AKAMAI-ASN1 | CA |
| 2.16.241.206 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.227 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.122.157.213 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.213 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.218 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 92.122.157.218 | 92.122.157.0/24 | AS20940 | AKAMAI-ASN1 | CO |
| 95.101.234.87 | 95.101.234.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 95.101.234.85 | 95.101.234.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:269
- Organization
- rolex
- Contact emails
Subdomains
77 observed subdomains of rolex.com.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rolex.com in the public web crawl.
7,102 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for rolex.com.
| Mechanism | Target |
|---|---|
| SPF_A | m1p.rolex.com |
| SPF_A | m2p.rolex.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.80.129.71/32 |
| SPF_IP | 137.117.196.23/32 |
| SPF_IP | 194.150.21.198/32 |
| SPF_IP | 195.21.23.241/32 |
| SPF_IP | 52.166.186.164/32 |
Related pages
Pivot deeper into the graph from rolex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rolex.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.