Hostname
wittenstein.de
Last fetched
wittenstein.de resolves to 2 IPv4 addresses operated by AS15894 in DE.
Nutrition Label
Resolution chain
wittenstein.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 |
|---|---|---|---|---|
| 217.28.98.120 | 217.28.96.0/21 | AS15894 | — | DE |
| 35.207.151.140 | 35.207.128.0/18 | AS15169 | GOOGLE - Google LLC | DE |
WHOIS identity
No WHOIS records are currently associated with wittenstein.de in WhisperGraph.
Subdomains
37 observed subdomains of wittenstein.de.
Showing 20 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wittenstein.de in the public web crawl.
365 sites link to this hostname.
97 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for wittenstein.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | inxserver.com |
| SPF_INCLUDE | spf.de.umantis.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.yve-tool.de |
| SPF_IP | 194.25.164.0/26 |
| SPF_IP | 217.28.98.112/28 |
| SPF_IP | 2a02:ba8:98:112:250:56ff:feaf:2190 |
| SPF_IP | 2a02:ba8:98:112:250:56ff:feaf:57e8 |
Related pages
Pivot deeper into the graph from wittenstein.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wittenstein.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.