Hostname
dlm.dk
Last fetched
dlm.dk resolves to 1 IPv4 address operated by HETZNER-AS in FI.
Nutrition Label
Resolution chain
dlm.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 |
|---|---|---|---|---|
| 135.181.42.254 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- —
- Organization
- luthersk missionsforening
- Contact emails
Subdomains
26 observed subdomains of dlm.dk.
Showing 20 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dlm.dk in the public web crawl.
131 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dlm.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dedicated.mysmtp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.20.217.93 |
| SPF_IP | 185.163.189.31 |
| SPF_IP | 185.163.189.32 |
| SPF_IP | 87.54.6.135 |
Related pages
Pivot deeper into the graph from dlm.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dlm.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.