Hostname
poda.tv
Last fetched
poda.tv resolves to 3 IPv4 addresses operated by ModernTV - SychrovNET s.r.o in CZ. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
poda.tv 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
- Registrar
- iana:106
- Organization
- ce telbiz, se
- Contact emails
Subdomains
3 observed subdomains of poda.tv.
Web-graph footprint
Distinct hostnames that link to or from poda.tv in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from poda.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "poda.tv"})-[: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.