Hostname
fw-wnd.de
Last fetched
fw-wnd.de resolves to 2 IPv4 addresses operated by SAARGATE-AS - VSE NET GmbH in DE.
Nutrition Label
Resolution chain
fw-wnd.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 |
|---|---|---|---|---|
| 212.88.132.68 | 212.88.128.0/19 | AS9063 | SAARGATE-AS - VSE NET GmbH | DE |
| 77.24.114.221 | 77.24.0.0/16 | AS3209 | VODANET - Vodafone GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with fw-wnd.de in WhisperGraph.
Subdomains
3 observed subdomains of fw-wnd.de.
Web-graph footprint
Distinct hostnames that link to or from fw-wnd.de in the public web crawl.
5 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for fw-wnd.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 212.88.140.35 |
| SPF_MX | fw-wnd.de |
Related pages
Pivot deeper into the graph from fw-wnd.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fw-wnd.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.