Skip to content

Hostname

captcha-api-global.jdcloud.com

Last fetched

captcha-api-global.jdcloud.com resolves to 2 IPv4 addresses operated by CHINANET-GUIZHOU-GUIAN-IDC Guizhou GuiAn IDC in CN.

Nutrition Label

WHISPER CANON · captcha-api-global.jdcloud.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/captcha-api-global.jdcloud.com

Resolution chain

captcha-api-global.jdcloud.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
119.0.67.70119.0.64.0/19AS139203CHINANET-GUIZHOU-GUIAN-IDC Guizhou GuiAn IDCCN
183.216.177.5183.216.176.0/21AS56045CMNET-JIANGXI-AP China Mobile communications corporationCN

WHOIS identity

No WHOIS records are currently associated with captcha-api-global.jdcloud.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from captcha-api-global.jdcloud.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from captcha-api-global.jdcloud.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "captcha-api-global.jdcloud.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.