Hostname
swarovski.com
Last fetched
swarovski.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
swarovski.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.19.96.131 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.96.202 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.96.217 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.96.89 | 2.19.96.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.64.19 | 2.21.64.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 2.21.64.31 | 2.21.64.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 95.100.104.18 | 95.100.104.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 95.100.104.20 | 95.100.104.0/24 | AS20940 | AKAMAI-ASN1 | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from swarovski.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for swarovski.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.perceptyx.com |
| SPF_INCLUDE | marketing.dynamics.com |
| SPF_INCLUDE | psm.knowbe4.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.swarovski.com |
| SPF_IP | 82.199.95.7/32 |
Related pages
Pivot deeper into the graph from swarovski.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swarovski.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.