Hostname
ecmind.ch
Last fetched
ecmind.ch resolves to 1 IPv4 address operated by AS1836 in CH.
Nutrition Label
Resolution chain
ecmind.ch 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 |
|---|---|---|---|---|
| 81.6.48.221 | 81.6.48.0/20 | AS1836 | — | CH |
WHOIS identity
No WHOIS records are currently associated with ecmind.ch in WhisperGraph.
Subdomains
66 observed subdomains of ecmind.ch.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecmind.ch in the public web crawl.
9 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ecmind.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ecmind.ch |
| SPF_INCLUDE | mail.ecmind.ch |
| SPF_IP | 81.6.48.221 |
| SPF_MX | ecmind.ch |
Related pages
Pivot deeper into the graph from ecmind.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecmind.ch"})-[: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.