Hostname
dynup.de
Last fetched
dynup.de resolves to 2 IPv4 addresses operated by TWELVE99 Arelion, fka Telia Carrier in DE.
Nutrition Label
Resolution chain
dynup.de 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 |
|---|---|---|---|---|
| 80.239.218.71 | 80.239.192.0/19 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | DE |
| 81.209.154.155 | 81.209.154.0/23 | AS198710 | CONNECTCOV CONNECTCOV NETWORKS RESIDENTIAL & BUSINESS BROADBAND | DE |
WHOIS identity
No WHOIS records are currently associated with dynup.de in WhisperGraph.
Subdomains
4 observed subdomains of dynup.de.
Web-graph footprint
Distinct hostnames that link to or from dynup.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dynup.de.
| Mechanism | Target |
|---|---|
| SPF_A | dynup.de |
| SPF_IP | 2.207.225.16/28 |
| SPF_IP | 80.147.189.18 |
| SPF_IP | 80.239.218.64/28 |
| SPF_IP | 81.209.154.144/28 |
| SPF_MX | dynup.de |
Related pages
Pivot deeper into the graph from dynup.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dynup.de"})-[: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.