Hostname
7ec.cz
Last fetched
7ec.cz resolves to 2 IPv4 addresses operated by AS13036 in CZ.
Nutrition Label
Resolution chain
7ec.cz resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.39.19.47 | 195.39.0.0/17 | AS13036 | — | CZ |
| 37.9.175.212 | 37.9.175.0/24 | AS51013 | — | SK |
WHOIS identity
No WHOIS records are currently associated with 7ec.cz in WhisperGraph.
Subdomains
2 observed subdomains of 7ec.cz.
| Subdomain |
|---|
| test.7ec.cz |
| www.7ec.cz |
Web-graph footprint
Distinct hostnames that link to or from 7ec.cz in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 7ec.cz.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.39.18.195 |
| SPF_IP | 195.39.18.197 |
| SPF_IP | 89.111.70.10 |
| SPF_IP | 89.111.70.11 |
Related pages
Pivot deeper into the graph from 7ec.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "7ec.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.