Skip to content

Hostname

hub-api.kabitx.com

Last fetched

hub-api.kabitx.com resolves to 3 IPv4 addresses operated by ALIBABA-CN-NET - Hangzhou Alibaba Advertising Co.,Ltd..

Nutrition Label

WHISPER CANON · hub-api.kabitx.comRouting diversity3.0/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/hub-api.kabitx.com

Resolution chain

hub-api.kabitx.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
47.106.36.19647.106.0.0/16AS37963ALIBABA-CN-NET - Hangzhou Alibaba Advertising Co.,Ltd.
39.108.238.2639.108.128.0/17AS37963ALIBABA-CN-NET - Hangzhou Alibaba Advertising Co.,Ltd.
47.119.118.18647.119.0.0/17AS37963ALIBABA-CN-NET - Hangzhou Alibaba Advertising Co.,Ltd.

WHOIS identity

No WHOIS records are currently associated with hub-api.kabitx.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from hub-api.kabitx.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hub-api.kabitx.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.