Hostname
nodejs.cn
Last fetched
nodejs.cn resolves to 4 IPv4 addresses operated by CAPSTONECO in CN. WHOIS lists registrar:厦门易名科技股份有限公司 as the registrar.
Nutrition Label
Resolution chain
nodejs.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 |
|---|---|---|---|---|
| 122.228.223.241 | 122.228.220.0/22 | AS134771 | CAPSTONECO | CN |
| 61.160.192.101 | 61.160.192.0/24 | AS140293 | KEYSTONE-SOLUTIONS - KSB Industries, LLC | CN |
| 180.163.146.9 | 180.163.146.0/24 | AS4811 | CHINANET-SHANGHAI-MAN China Telecom Group | CN |
| 122.228.223.14 | 122.228.220.0/22 | AS134771 | CAPSTONECO | CN |
WHOIS identity
- Registrar
- registrar:厦门易名科技股份有限公司
- Organization
- ???
- Contact emails
Subdomains
80 observed subdomains of nodejs.cn.
Showing 25 of 80. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nodejs.cn in the public web crawl.
449 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from nodejs.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nodejs.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.