Hostname
stv.tv
Last fetched
stv.tv resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
stv.tv resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:470
- Organization
- domain admin
- Contact emails
Subdomains
120 observed subdomains of stv.tv.
Showing 25 of 120. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stv.tv in the public web crawl.
876 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for stv.tv.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.stv.tv |
| SPF_INCLUDE | spf2.stv.tv |
| SPF_IP | 185.125.238.144 |
| SPF_IP | 20.40.108.0 |
| SPF_IP | 62.17.252.36 |
| SPF_IP | 80.69.20.160/28 |
| SPF_IP | 89.187.105.224/28 |
Related pages
Pivot deeper into the graph from stv.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stv.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.