Hostname
ecn.cz
Last fetched
ecn.cz has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:reg-gransy as the registrar.
Nutrition Label
Resolution chain
ecn.cz has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:reg-gransy
- Organization
- ecn studio sro
- Contact emails
Subdomains
479 observed subdomains of ecn.cz.
Showing 25 of 479. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecn.cz in the public web crawl.
162 sites link to this hostname.
52 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ecn.cz.
| Mechanism | Target |
|---|---|
| SPF_IP | 217.28.82.54/32 |
| SPF_IP | 2a01:430:56::/64 |
| SPF_IP | 2a01:4f8:c17:917:0:0:0:2 |
| SPF_IP | 2a01:6400:104:29::/64 |
| SPF_IP | 2a02:28a8:ec42::/48 |
| SPF_IP | 78.46.175.93/32 |
| SPF_IP | 80.79.31.136/32 |
| SPF_IP | 80.79.31.143 |
| SPF_IP | 80.79.31.4 |
| SPF_IP | 80.92.246.61/32 |
| SPF_IP | 84.42.240.38 |
| SPF_MX | ecn.cz |
Related pages
Pivot deeper into the graph from ecn.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecn.cz"})-[: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.