Hostname
ctrl.com.cn
Last fetched
ctrl.com.cn resolves to 1 IPv4 address operated by TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited in CN. WHOIS lists registrar:???????????? as the registrar.
Nutrition Label
Resolution chain
ctrl.com.cn resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 211.159.157.242 | 211.159.156.0/23 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
WHOIS identity
- Registrar
- registrar:????????????
- Organization
- ??????????
- Contact emails
Subdomains
21 observed subdomains of ctrl.com.cn.
Showing 17 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ctrl.com.cn in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ctrl.com.cn.
| Mechanism | Target |
|---|---|
| SPF_IP | 123.233.116.40 |
Related pages
Pivot deeper into the graph from ctrl.com.cn.
- IP · 211.159.157.242
- ASN · AS45090TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited
- Country · CN
- Email · ctrlym@ctrl.com.cn
- Apex domain · com.cn
- TLD · .cn
- Browse hostnames · ct…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctrl.com.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.