Hostname
hbjss.cn
Last fetched
hbjss.cn resolves to 2 IPv4 addresses operated by AS135097 in HK.
Nutrition Label
Resolution chain
hbjss.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.226.43.230 | 156.226.32.0/19 | AS135097 | — | HK |
| 43.255.159.33 | 43.255.159.0/24 | AS42960 | — | HK |
WHOIS identity
No WHOIS records are currently associated with hbjss.cn in WhisperGraph.
Subdomains
7 observed subdomains of hbjss.cn.
| Subdomain |
|---|
| cn.hbjss.cn |
| m.hbjss.cn |
| www.hbjss.cn |
Showing 3 of 7. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hbjss.cn in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from hbjss.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hbjss.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.