Hostname
uberspace.de
Last fetched
uberspace.de resolves to 2 IPv4 addresses operated by UVENSYS in DE.
Nutrition Label
Resolution chain
uberspace.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 |
|---|---|---|---|---|
| 185.26.156.200 | 185.26.156.0/24 | AS58010 | UVENSYS | DE |
| 95.143.172.205 | 95.143.160.0/20 | AS25560 | RHTEC-AS www.rh-tec.de | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from uberspace.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for uberspace.de.
| Mechanism | Target |
|---|---|
| SPF_A | uberspace.de |
| SPF_IP | 185.26.156.114 |
| SPF_IP | 185.26.156.149 |
| SPF_IP | 185.26.156.78 |
| SPF_IP | 2a00:d0c0:200:0:b0d2:caff:feef:a92e |
| SPF_IP | 2a00:d0c0:200:0:b9:1a:9c:4d |
| SPF_IP | 95.143.172.20 |
| SPF_MX | uberspace.de |
Related pages
Pivot deeper into the graph from uberspace.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uberspace.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.