Hostname
cntv.cn
Last fetched
cntv.cn resolves to 6 IPv4 addresses operated by SOVAM-AS in RU. WHOIS lists registrar:北京国旭网络科技有限公司 as the registrar.
Nutrition Label
Resolution chain
cntv.cn resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.75.253.227 | 128.75.224.0/19 | AS3216 | SOVAM-AS | RU |
| 138.113.158.123 | 138.113.158.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | US |
| 138.113.95.16 | 138.113.95.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | RU |
| 157.185.160.33 | 157.185.160.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | US |
| 163.171.242.126 | 163.171.242.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
| 163.171.242.128 | 163.171.242.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
WHOIS identity
- Registrar
- registrar:北京国旭网络科技有限公司
- Organization
- ??????????
- Contact emails
Subdomains
157 observed subdomains of cntv.cn.
Showing 25 of 157. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cntv.cn in the public web crawl.
1,747 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cntv.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.qiye.aliyun.com |
Related pages
Pivot deeper into the graph from cntv.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cntv.cn"})-[: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.