Hostname
vpsxb.cn
Last fetched
vpsxb.cn resolves to 4 IPv4 addresses operated by FDCSERVERS - FDCservers.net in US. WHOIS lists registrar:广州云讯信息科技有限公司 as the registrar.
Nutrition Label
Resolution chain
vpsxb.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.237.116.4 | 23.237.116.0/23 | AS30058 | FDCSERVERS - FDCservers.net | US |
| 23.237.68.242 | 23.237.68.0/23 | AS30058 | FDCSERVERS - FDCservers.net | CA |
| 23.237.78.2 | 23.237.78.0/23 | AS30058 | FDCSERVERS - FDCservers.net | US |
| 50.7.24.82 | 50.7.24.0/23 | AS30058 | FDCSERVERS - FDCservers.net | NL |
WHOIS identity
- Registrar
- registrar:广州云讯信息科技有限公司
- Organization
- 潘建建
- Contact emails
Subdomains
2 observed subdomains of vpsxb.cn.
| Subdomain |
|---|
| mail.vpsxb.cn |
| www.vpsxb.cn |
Web-graph footprint
Distinct hostnames that link to or from vpsxb.cn in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from vpsxb.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vpsxb.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.