Hostname
potsdam.de
Last fetched
potsdam.de resolves to 1 IPv4 address operated by AS24993 in DE.
Nutrition Label
Resolution chain
potsdam.de 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 |
|---|---|---|---|---|
| 80.86.4.131 | 80.86.0.0/20 | AS24993 | — | DE |
WHOIS identity
No WHOIS records are currently associated with potsdam.de in WhisperGraph.
Subdomains
98 observed subdomains of potsdam.de.
Showing 25 of 98. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from potsdam.de in the public web crawl.
1,848 sites link to this hostname.
505 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for potsdam.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 80.86.1.125 |
| SPF_IP | 80.86.1.126 |
| SPF_IP | 80.86.1.127 |
| SPF_IP | 80.86.1.128 |
| SPF_IP | 80.86.1.129 |
| SPF_IP | 80.86.1.20 |
| SPF_IP | 80.86.4.131 |
| SPF_IP | 80.86.4.132 |
| SPF_IP | 80.86.4.133 |
| SPF_IP | 80.86.4.134 |
| SPF_IP | 80.86.4.135 |
| SPF_IP | 80.86.4.136 |
| SPF_IP | 80.86.4.137 |
| SPF_IP | 80.86.4.148 |
| SPF_IP | 80.86.4.149 |
| SPF_IP | 87.234.236.35 |
| SPF_IP | 87.234.236.38 |
| SPF_MX | potsdam.de |
Related pages
Pivot deeper into the graph from potsdam.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "potsdam.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.