Hostname
gewandhaus.de
Last fetched
gewandhaus.de resolves to 1 IPv4 address operated by NMM-AS - Neue Medien Muennich GmbH in DE.
Nutrition Label
Resolution chain
gewandhaus.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 |
|---|---|---|---|---|
| 85.13.141.245 | 85.13.141.0/24 | AS34788 | NMM-AS - Neue Medien Muennich GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with gewandhaus.de in WhisperGraph.
Subdomains
18 observed subdomains of gewandhaus.de.
Showing 16 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gewandhaus.de in the public web crawl.
203 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for gewandhaus.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 143643266.spf03.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 195.201.215.19 |
| SPF_IP | 212.122.61.178 |
| SPF_IP | 80.158.3.151 |
| SPF_IP | 80.158.33.4/32 |
| SPF_IP | 80.158.47.197/32 |
| SPF_MX | gewandhaus.de |
Related pages
Pivot deeper into the graph from gewandhaus.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gewandhaus.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.