Hostname
comp555.hkinventory.com
Last fetched
comp555.hkinventory.com resolves to 2 IPv4 addresses operated by HKBNES-AS-AP HKBN Enterprise Solutions HK Limited in HK.
Nutrition Label
Resolution chain
comp555.hkinventory.com 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 |
|---|---|---|---|---|
| 203.174.58.36 | 203.174.58.0/23 | AS9381 | HKBNES-AS-AP HKBN Enterprise Solutions HK Limited | HK |
| 223.197.51.232 | 223.197.32.0/19 | AS4515 | PCCW-AS-AP PCCW IMS Ltd PCCW Business Internet Access | HK |
WHOIS identity
No WHOIS records are currently associated with comp555.hkinventory.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from comp555.hkinventory.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comp555.hkinventory.com"})-[: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.