Hostname
kunstpalast.de
Last fetched
kunstpalast.de resolves to 1 IPv4 address operated by AS16276 in DE.
Nutrition Label
Resolution chain
kunstpalast.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 |
|---|---|---|---|---|
| 135.125.219.198 | 135.125.128.0/17 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with kunstpalast.de in WhisperGraph.
Subdomains
19 observed subdomains of kunstpalast.de.
Showing 14 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kunstpalast.de in the public web crawl.
923 sites link to this hostname.
91 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for kunstpalast.de.
| Mechanism | Target |
|---|---|
| SPF_A | kunstpalast.de |
| SPF_A | mail.kunstpalast.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 134.119.228.97/32 |
| SPF_IP | 80.67.16.0/20 |
| SPF_IP | 92.79.123.70 |
| SPF_MX | kunstpalast.de |
Related pages
Pivot deeper into the graph from kunstpalast.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kunstpalast.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.