Hostname
jawne.de
Last fetched
jawne.de resolves to 2 IPv4 addresses operated by AS20773 in FR.
Nutrition Label
Resolution chain
jawne.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 |
|---|---|---|---|---|
| 5.175.14.136 | 5.175.14.0/24 | AS20773 | — | FR |
| 92.205.132.36 | 92.205.128.0/20 | AS21499 | — | DE |
WHOIS identity
No WHOIS records are currently associated with jawne.de in WhisperGraph.
Subdomains
4 observed subdomains of jawne.de.
Web-graph footprint
Distinct hostnames that link to or from jawne.de in the public web crawl.
43 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for jawne.de.
| Mechanism | Target |
|---|---|
| SPF_A | 1.livingdots.email |
| SPF_A | jawne.de |
| SPF_A | mail.jawne.de |
| SPF_A | webmail.jawne.de |
| SPF_INCLUDE | 1.livingdots.email |
| SPF_MX | jawne.de |
Related pages
Pivot deeper into the graph from jawne.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jawne.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.