Hostname
zopa.cz
Last fetched
zopa.cz resolves to 2 IPv4 addresses operated by WEBSUPPORT-SRO-SK-AS - WebSupport s.r.o. in SK.
Nutrition Label
Resolution chain
zopa.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 |
|---|---|---|---|---|
| 37.9.175.165 | 37.9.175.0/24 | AS51013 | WEBSUPPORT-SRO-SK-AS - WebSupport s.r.o. | SK |
| 81.95.96.29 | 81.95.96.0/20 | AS25234 | ACTIVE24-AS - ACTIVE 24, s.r.o. | CZ |
WHOIS identity
No WHOIS records are currently associated with zopa.cz in WhisperGraph.
Subdomains
1 observed subdomain of zopa.cz.
| Subdomain |
|---|
| www.zopa.cz |
Web-graph footprint
Distinct hostnames that link to or from zopa.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
SPF policy
3 SPF mechanisms authorising senders for zopa.cz.
| Mechanism | Target |
|---|---|
| SPF_A | zopa.cz |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_MX | zopa.cz |
Related pages
Pivot deeper into the graph from zopa.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zopa.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.