Hostname
1tv.kz
Last fetched
1tv.kz resolves to 3 IPv4 addresses operated by gohost-KZ - Fedinyak Sergey Vyacheslavovich in KZ. WHOIS lists iana:1532 as the registrar.
Nutrition Label
Resolution chain
1tv.kz 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 |
|---|---|---|---|---|
| 185.120.79.221 | 185.120.79.0/24 | AS203087 | gohost-KZ - Fedinyak Sergey Vyacheslavovich | KZ |
| 91.224.74.188 | 91.224.74.0/24 | AS49791 | AS-3HCLOUD - Newserverlife LLC | KZ |
| 2.134.13.123 | 2.134.0.0/18 | AS9198 | KAZTELECOM-AS - JSC Kazakhtelecom | — |
WHOIS identity
- Registrar
- iana:1532
- Organization
- 'eurasia + ort'
- Contact emails
- —
Subdomains
11 observed subdomains of 1tv.kz.
Web-graph footprint
Distinct hostnames that link to or from 1tv.kz in the public web crawl.
248 sites link to this hostname.
119 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for 1tv.kz.
| Mechanism | Target |
|---|---|
| SPF_A | 1tv.kz |
| SPF_MX | 1tv.kz |
Related pages
Pivot deeper into the graph from 1tv.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1tv.kz"})-[: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.