Hostname
modernitv.cz
Last fetched
modernitv.cz resolves to 3 IPv4 addresses operated by ModernTV - SychrovNET s.r.o in CZ.
Nutrition Label
Resolution chain
modernitv.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 |
|---|---|---|---|---|
| 188.246.119.1 | 188.246.119.0/24 | AS51331 | ModernTV - SychrovNET s.r.o | CZ |
| 188.246.119.2 | 188.246.119.0/24 | AS51331 | ModernTV - SychrovNET s.r.o | CZ |
| 188.246.119.3 | 188.246.119.0/24 | AS51331 | ModernTV - SychrovNET s.r.o | CZ |
WHOIS identity
No WHOIS records are currently associated with modernitv.cz in WhisperGraph.
Subdomains
1 observed subdomain of modernitv.cz.
| Subdomain |
|---|
| www.modernitv.cz |
Web-graph footprint
Distinct hostnames that link to or from modernitv.cz in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for modernitv.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-main.moderntv.eu |
| SPF_IP | 188.246.112.0/21 |
Related pages
Pivot deeper into the graph from modernitv.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "modernitv.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.