Hostname
eufrat.cz
Last fetched
eufrat.cz resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:reg-gransy as the registrar.
Nutrition Label
Resolution chain
eufrat.cz resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.2.192 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.3.192 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.72.251 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:reg-gransy
- Organization
- eufrat group, s.r.o.
- Contact emails
- —
Subdomains
22 observed subdomains of eufrat.cz.
Web-graph footprint
Distinct hostnames that link to or from eufrat.cz in the public web crawl.
29 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for eufrat.cz.
| Mechanism | Target |
|---|---|
| SPF_A | eufrat.cz |
| SPF_INCLUDE | spf.ltweb.cz |
| SPF_INCLUDE | spf.whiteway.whitesoft.eu |
| SPF_MX | eufrat.cz |
Related pages
Pivot deeper into the graph from eufrat.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eufrat.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.