Hostname
nb5.cn
Last fetched
nb5.cn resolves to 3 IPv4 addresses operated by AS151823 in CN. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.
Nutrition Label
Resolution chain
nb5.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 175.12.98.205 | 175.12.96.0/22 | AS151823 | — | CN |
| 220.181.141.151 | 220.181.128.0/20 | AS23724 | — | CN |
| 219.153.159.140 | 219.153.152.0/21 | AS134420 | — | CN |
WHOIS identity
- Registrar
- registrar:阿里云计算有限公司(万网)
- Organization
- ?????????????
- Contact emails
Subdomains
3 observed subdomains of nb5.cn.
| Subdomain |
|---|
| img.nb5.cn |
| tongda.nb5.cn |
| www.nb5.cn |
Web-graph footprint
Distinct hostnames that link to or from nb5.cn in the public web crawl.
21 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from nb5.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nb5.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.