Hostname
sandals.com
Last fetched
sandals.com resolves to 16 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
sandals.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 |
|---|---|---|---|---|
| 2.17.100.139 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.226 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.147.139 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.216 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.161.136 | 2.17.161.0/24 | AS20940 | AKAMAI-ASN1 | KE |
| 2.17.161.155 | 2.17.161.0/24 | AS20940 | AKAMAI-ASN1 | KE |
| 23.212.110.138 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.147 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.136 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.243 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.105 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.145 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.49 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 92.122.203.173 | 92.122.203.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 92.122.203.178 | 92.122.203.0/24 | AS20940 | AKAMAI-ASN1 | BR |
WHOIS identity
- Registrar
- iana:2
- Organization
- unique vacations,
- Contact emails
Subdomains
107 observed subdomains of sandals.com.
Showing 25 of 107. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sandals.com in the public web crawl.
3,737 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for sandals.com.
| Mechanism | Target |
|---|---|
| SPF_A | messageboard.sandals.com |
| SPF_A | mt01.cimondemand.com |
| SPF_A | sandals.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.gomoxie.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.249.202.16/29 |
| SPF_IP | 178.249.98.16/29 |
| SPF_IP | 199.187.116.0/22 |
| SPF_IP | 216.221.149.0/24 |
| SPF_IP | 216.221.149.140/32 |
| SPF_IP | 216.82.240.0/20 |
| SPF_IP | 69.167.71.227 |
| SPF_IP | 74.112.65.87 |
| SPF_IP | 74.121.52.241 |
| SPF_IP | 8.36.160.0/24 |
| SPF_IP | 8.36.160.132/32 |
| SPF_IP | 8.36.160.35 |
| SPF_MX | sandals.com |
Related pages
Pivot deeper into the graph from sandals.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sandals.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.