Hostname
marstall.eu
Last fetched
marstall.eu resolves to 1 IPv4 address operated by AS34788 in DE.
Nutrition Label
Resolution chain
marstall.eu 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.151.124 | 85.13.151.0/24 | AS34788 | — | DE |
WHOIS identity
No WHOIS records are currently associated with marstall.eu in WhisperGraph.
Subdomains
11 observed subdomains of marstall.eu.
Web-graph footprint
Distinct hostnames that link to or from marstall.eu in the public web crawl.
19 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for marstall.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.formdesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.248.160.151 |
| SPF_IP | 18.198.10.19 |
| SPF_IP | 217.86.184.173 |
| SPF_IP | 24.134.65.249 |
| SPF_IP | 52.58.61.214 |
| SPF_IP | 76.223.33.140 |
| SPF_IP | 85.13.153.197 |
| SPF_IP | 85.13.163.75 |
Related pages
Pivot deeper into the graph from marstall.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marstall.eu"})-[: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.