Hostname
hellabrunn.de
Last fetched
hellabrunn.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
hellabrunn.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 |
|---|---|---|---|---|
| 88.198.52.209 | 88.198.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with hellabrunn.de in WhisperGraph.
Subdomains
16 observed subdomains of hellabrunn.de.
Showing 15 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hellabrunn.de in the public web crawl.
672 sites link to this hostname.
99 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for hellabrunn.de.
| Mechanism | Target |
|---|---|
| SPF_A | hellabrunn.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 116.202.94.168 |
| SPF_IP | 116.202.94.184 |
| SPF_IP | 49.12.220.167 |
| SPF_IP | 5.7.202.82 |
| SPF_IP | 5.7.202.83 |
| SPF_IP | 5.7.202.84 |
| SPF_IP | 5.7.204.106 |
| SPF_IP | 5.7.204.107 |
| SPF_IP | 5.7.204.108 |
| SPF_IP | 5.7.212.186 |
| SPF_IP | 5.7.212.187 |
| SPF_IP | 5.7.212.188 |
| SPF_IP | 62.54.110.146 |
| SPF_IP | 62.54.110.147 |
| SPF_IP | 62.54.110.148 |
| SPF_IP | 88.198.52.209 |
| SPF_MX | hellabrunn.de |
Related pages
Pivot deeper into the graph from hellabrunn.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hellabrunn.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.