Hostname
dyndns.dk
Last fetched
dyndns.dk resolves to 2 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
dyndns.dk 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 |
|---|---|---|---|---|
| 157.180.74.191 | 157.180.0.0/17 | AS24940 | — | FI |
| 188.226.233.101 | 188.226.128.0/17 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
WHOIS identity
- Registrar
- —
- Organization
- firmafon aps
- Contact emails
Subdomains
290 observed subdomains of dyndns.dk.
Showing 25 of 290. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dyndns.dk in the public web crawl.
25 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dyndns.dk.
| Mechanism | Target |
|---|---|
| SPF_A | dyndns.dk |
| SPF_A | kyber.dk |
| SPF_A | mail.dyndns.dk |
| SPF_A | mail1.warpspeed.dk |
| SPF_A | news.dyndns.dk |
| SPF_MX | dyndns.dk |
Related pages
Pivot deeper into the graph from dyndns.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dyndns.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.