Hostname
www.dca.dk
Last fetched
www.dca.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
www.dca.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 |
|---|---|---|---|---|
| 212.97.141.152 | 212.97.140.0/22 | AS48854 | — | DK |
WHOIS identity
No WHOIS records are currently associated with www.dca.dk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for www.dca.dk.
| Mechanism | Target |
|---|---|
| SPF_A | ng-mxrelay01.ng.peytz.dk |
| SPF_A | relay937.mysmtp3.com |
| SPF_A | www.noedhjaelp.dk |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 141.226.167.26 |
| SPF_IP | 157.56.112.63 |
| SPF_IP | 185.163.189.41/32 |
| SPF_IP | 185.163.189.46/32 |
| SPF_IP | 20.50.161.178 |
| SPF_IP | 20.61.79.23 |
| SPF_IP | 41.175.156.94 |
| SPF_IP | 51.145.185.23 |
| SPF_IP | 77.66.16.73 |
| SPF_IP | 81.19.233.248 |
Related pages
Pivot deeper into the graph from www.dca.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.dca.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.