Hostname
sephora.dk
Last fetched
sephora.dk resolves to 15 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
sephora.dk resolves to 15 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.163 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.176 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.136 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.201 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.44.203.49 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.52 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.57.90.138 | 23.57.90.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.57.90.165 | 23.57.90.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 92.123.104.23 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.27 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.4 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.40 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.50 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.55 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.59 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
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 sephora.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for sephora.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-0024c501.pphosted.com |
| SPF_INCLUDE | spf.dixa.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.163.189.111 |
| SPF_IP | 185.163.189.113 |
| SPF_IP | 185.163.189.116/24 |
| SPF_IP | 185.163.189.117 |
| SPF_IP | 185.163.189.118 |
Related pages
Pivot deeper into the graph from sephora.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sephora.dk"})-[: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.