Hostname
jena.de
Last fetched
jena.de resolves to 1 IPv4 address operated by DFN Verein zur Foerderung eines Deutschen Forschungsnetzes e.V. in DE.
Nutrition Label
Resolution chain
jena.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 |
|---|---|---|---|---|
| 195.37.112.162 | 195.37.0.0/16 | AS680 | DFN Verein zur Foerderung eines Deutschen Forschungsnetzes e.V. | DE |
WHOIS identity
No WHOIS records are currently associated with jena.de in WhisperGraph.
Subdomains
270 observed subdomains of jena.de.
Showing 25 of 270. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from jena.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for jena.de.
| Mechanism | Target |
|---|---|
| SPF_A | mx4.eventim.de |
| SPF_INCLUDE | _se_net.axiell.com |
| SPF_INCLUDE | axiell-uk.net |
| SPF_IP | 145.245.134.182 |
| SPF_IP | 145.245.143.183 |
| SPF_IP | 178.16.56.32/27 |
| SPF_IP | 185.189.236.237 |
| SPF_IP | 188.94.249.240/28 |
| SPF_IP | 194.49.92.240/32 |
| SPF_IP | 195.37.112.128/25 |
| SPF_IP | 213.239.218.207 |
| SPF_IP | 81.109.161.67/32 |
| SPF_IP | 83.135.51.10 |
| SPF_IP | 94.135.230.170 |
| SPF_MX | jena.de |
Related pages
Pivot deeper into the graph from jena.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jena.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.