Hostname
waldgartendorf.de
Last fetched
waldgartendorf.de resolves to 2 IPv4 addresses operated by NESSUS - Nessus GmbH in AT.
Nutrition Label
Resolution chain
waldgartendorf.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 |
|---|---|---|---|---|
| 91.151.18.35 | 91.151.16.0/22 | AS47692 | NESSUS - Nessus GmbH | AT |
| 91.204.5.72 | 91.204.5.0/24 | AS31371 | WISSENSCHAFTSLADEN-AS - Wissenschaftsladen Dortmund e.V. | DE |
WHOIS identity
No WHOIS records are currently associated with waldgartendorf.de in WhisperGraph.
Subdomains
2 observed subdomains of waldgartendorf.de.
Web-graph footprint
Distinct hostnames that link to or from waldgartendorf.de in the public web crawl.
31 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for waldgartendorf.de.
| Mechanism | Target |
|---|---|
| SPF_A | 136.243.148.150 |
| SPF_A | 136.243.148.153 |
| SPF_A | 138.201.24.137 |
| SPF_A | 144.76.32.38 |
| SPF_A | 176.9.16.38 |
| SPF_A | 88.198.28.155 |
| SPF_INCLUDE | bounce.newstroll.de |
| SPF_INCLUDE | infos.waldgartendorf.de |
| SPF_INCLUDE | newstroll.de |
| SPF_INCLUDE | secure-mailgate.com |
| SPF_IP | 136.243.148.150 |
| SPF_IP | 136.243.148.153 |
| SPF_IP | 138.201.24.137 |
| SPF_IP | 144.76.32.38 |
| SPF_IP | 176.9.16.38 |
| SPF_IP | 176.9.212.64/26 |
| SPF_IP | 188.40.243.64/26 |
| SPF_IP | 2a01:4f8:d0a:52a5:0:0:0:2 |
| SPF_IP | 88.198.28.155 |
| SPF_IP | 91.204.5.0/25 |
Related pages
Pivot deeper into the graph from waldgartendorf.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "waldgartendorf.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.