Skip to content

Hostname

comp135.hkinventory.com

Last fetched

comp135.hkinventory.com resolves to 2 IPv4 addresses operated by HKBNES-AS-AP HKBN Enterprise Solutions HK Limited in HK.

Nutrition Label

WHISPER CANON · comp135.hkinventory.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/comp135.hkinventory.com

Resolution chain

comp135.hkinventory.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
203.174.58.36203.174.58.0/23AS9381HKBNES-AS-AP HKBN Enterprise Solutions HK LimitedHK
223.197.51.232223.197.32.0/19AS4515PCCW-AS-AP PCCW IMS Ltd PCCW Business Internet AccessHK

WHOIS identity

No WHOIS records are currently associated with comp135.hkinventory.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from comp135.hkinventory.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "comp135.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 20

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