Hostname
nmhbs.cn
Last fetched
nmhbs.cn resolves to 8 IPv4 addresses operated by VOLTNET-01 -03 - VoltNet inc in HK.
Nutrition Label
Resolution chain
nmhbs.cn resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.43.9.142 | 103.43.9.0/24 | AS35876 | VOLTNET-01 -03 - VoltNet inc | HK |
| 103.43.9.174 | 103.43.9.0/24 | AS35876 | VOLTNET-01 -03 - VoltNet inc | HK |
| 103.43.9.175 | 103.43.9.0/24 | AS35876 | VOLTNET-01 -03 - VoltNet inc | HK |
| 114.134.187.212 | 114.134.184.0/22 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 156.238.228.159 | 156.238.228.0/23 | AS402506 | — | HK |
| 156.238.228.160 | 156.238.228.0/23 | AS402506 | — | HK |
| 156.238.228.161 | 156.238.228.0/23 | AS402506 | — | HK |
| 156.238.228.165 | 156.238.228.0/23 | AS402506 | — | HK |
WHOIS identity
No WHOIS records are currently associated with nmhbs.cn in WhisperGraph.
Subdomains
2 observed subdomains of nmhbs.cn.
| Subdomain |
|---|
| 2zzxg.nmhbs.cn |
| www.nmhbs.cn |
Web-graph footprint
Distinct hostnames that link to or from nmhbs.cn in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from nmhbs.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nmhbs.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.