Hostname
mcs-berlin.com
Last fetched
mcs-berlin.com resolves to 1 IPv4 address operated by AS8220 in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
mcs-berlin.com 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 |
|---|---|---|---|---|
| 217.110.182.166 | 217.112.141.0/24 | AS8220 | — | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- jens-uwe behnisch
- Contact emails
Subdomains
5 observed subdomains of mcs-berlin.com.
Web-graph footprint
Distinct hostnames that link to or from mcs-berlin.com in the public web crawl.
19 sites link to this hostname.
12 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 mcs-berlin.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.194.143.101 |
| SPF_IP | 185.89.196.10 |
| SPF_IP | 195.10.195.17 |
| SPF_IP | 217.92.129.31 |
| SPF_IP | 2a03:8460:1:2:2:10:0:0 |
| SPF_IP | 62.96.167.34 |
| SPF_IP | 85.183.150.202 |
| SPF_IP | 87.191.152.169 |
| SPF_IP | 90.187.4.9 |
| SPF_IP | 94.16.121.230 |
| SPF_MX | mcs-berlin.com |
Related pages
Pivot deeper into the graph from mcs-berlin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcs-berlin.com"})-[: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.