Hostname
skagen.com
Last fetched
skagen.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
skagen.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.37.57 | 104.18.37.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.150.199 | 172.64.150.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
16 observed subdomains of skagen.com.
Web-graph footprint
Distinct hostnames that link to or from skagen.com in the public web crawl.
709 sites link to this hostname.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for skagen.com.
| Mechanism | Target |
|---|---|
| SPF_A | keys.fossil.com |
| SPF_A | ptmail.fossil.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 12.106.212.0/24 |
| SPF_IP | 12.37.59.1 |
| SPF_IP | 129.41.192.4 |
| SPF_IP | 129.41.76.55 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 64.29.218.214 |
| SPF_MX | fossil.com |
| SPF_MX | pt.fossil.com |
| SPF_MX | skagen.com |
Related pages
Pivot deeper into the graph from skagen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "skagen.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.