Skip to content

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

WHISPER CANON · nodejs.cnRouting diversity3.0/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency6.7/10Resolver footprint8.0/10canon.whisper.security/host/nodejs.cn

Resolution chain

nodejs.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
122.228.223.241122.228.220.0/22AS134771CAPSTONECOCN
61.160.192.10161.160.192.0/24AS140293KEYSTONE-SOLUTIONS - KSB Industries, LLCCN
180.163.146.9180.163.146.0/24AS4811CHINANET-SHANGHAI-MAN China Telecom GroupCN
122.228.223.14122.228.220.0/22AS134771CAPSTONECOCN

WHOIS identity

Registrar
registrar:厦门易名科技股份有限公司
Organization
???
Contact emails

Subdomains

80 observed subdomains of nodejs.cn.

Web-graph footprint

Distinct hostnames that link to or from nodejs.cn in the public web crawl.

449 sites link to this hostname.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.