Hostname
adsafe.cz
Last fetched
adsafe.cz resolves to 2 IPv4 addresses operated by AS42422 in CZ. WHOIS lists registrar:reg-tele3 as the registrar.
Nutrition Label
Resolution chain
adsafe.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 |
|---|---|---|---|---|
| 176.102.64.94 | 176.102.64.0/24 | AS42422 | — | CZ |
| 89.221.223.136 | 89.221.208.0/20 | AS197019 | — | CZ |
WHOIS identity
- Registrar
- registrar:reg-tele3
- Organization
- adsafe, spol. s r.o.
- Contact emails
- —
Subdomains
8 observed subdomains of adsafe.cz.
Web-graph footprint
Distinct hostnames that link to or from adsafe.cz in the public web crawl.
16 sites link to this hostname.
55 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for adsafe.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.seznam.cz |
| SPF_INCLUDE | spf1.3sol.cz |
| SPF_INCLUDE | spf2.3sol.cz |
| SPF_INCLUDE | spf3.3sol.cz |
| SPF_INCLUDE | spf4.3sol.cz |
| SPF_INCLUDE | spf5.3sol.cz |
| SPF_MX | adsafe.cz |
Related pages
Pivot deeper into the graph from adsafe.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adsafe.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.