Hostname
easyproject.cz
Last fetched
easyproject.cz resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:reg-internet-cz as the registrar.
Nutrition Label
Resolution chain
easyproject.cz resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.4.141 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.5.141 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.72.180 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.8 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.8 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- registrar:reg-internet-cz
- Organization
- easy software s.r.o.
- Contact emails
- —
Subdomains
41 observed subdomains of easyproject.cz.
Showing 25 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from easyproject.cz in the public web crawl.
34 sites link to this hostname.
98 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for easyproject.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.zcom.cz |
| SPF_INCLUDE | spf.mailing.easy.cz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 37.187.130.183/32 |
| SPF_IP | 37.187.154.80/32 |
| SPF_IP | 46.234.114.0/24 |
| SPF_IP | 46.234.115.65/25 |
| SPF_IP | 89.185.230.128/25 |
| SPF_IP | 95.168.204.160/27 |
| SPF_IP | 95.168.217.128/26 |
| SPF_MX | easyproject.cz |
Related pages
Pivot deeper into the graph from easyproject.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "easyproject.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.