Skip to content

Hostname

hm-micro.hkinventory.com

Last fetched

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

Nutrition Label

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

Resolution chain

hm-micro.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 hm-micro.hkinventory.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from hm-micro.hkinventory.com.

Cypher and MCP

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

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