Hostname
moderntv.cz
Last fetched
moderntv.cz resolves to 3 IPv4 addresses operated by ModernTV - SychrovNET s.r.o in CZ.
Nutrition Label
Resolution chain
moderntv.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 moderntv.cz in WhisperGraph.
Subdomains
1 observed subdomain of moderntv.cz.
| Subdomain |
|---|
| www.moderntv.cz |
Web-graph footprint
Distinct hostnames that link to or from moderntv.cz in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for moderntv.cz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-main.moderntv.eu |
| SPF_IP | 188.246.112.0/22 |
| SPF_IP | 195.146.96.192/26 |
| SPF_IP | 82.99.177.192/26 |
| SPF_IP | 93.89.109.128/25 |
Related pages
Pivot deeper into the graph from moderntv.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moderntv.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.