Hostname
2kolde.dk
Last fetched
2kolde.dk resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
2kolde.dk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.81.229 | 104.22.10.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.55.134.177 | 162.60.40.0/23 | AS24940 | — | DE |
| 172.67.165.105 | 172.68.30.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- yardbird productions
- Contact emails
- —
Subdomains
2 observed subdomains of 2kolde.dk.
| Subdomain |
|---|
| links.2kolde.dk |
| www.2kolde.dk |
Web-graph footprint
Distinct hostnames that link to or from 2kolde.dk in the public web crawl.
7 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 2kolde.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from 2kolde.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2kolde.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.