Hostname
da.dk
Last fetched
da.dk resolves to 1 IPv4 address operated by EPIX-TRANSIT-AS in DK.
Nutrition Label
Resolution chain
da.dk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.229.92.34 | 185.229.92.0/22 | AS205144 | EPIX-TRANSIT-AS | DK |
WHOIS identity
- Registrar
- —
- Organization
- dansk arbejdsgiverforening
- Contact emails
Subdomains
29 observed subdomains of da.dk.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from da.dk in the public web crawl.
288 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for da.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.111.132.51/32 |
| SPF_IP | 147.111.132.52/32 |
| SPF_IP | 185.229.92.0/22 |
| SPF_IP | 195.41.215.0/24 |
| SPF_IP | 85.252.138.62/28 |
| SPF_IP | 94.101.212.0/24 |
Related pages
Pivot deeper into the graph from da.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "da.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.