Skip to content

Hostname

mapp.alicdn.com

Last fetched

mapp.alicdn.com resolves to 4 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in VN.

Nutrition Label

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

Resolution chain

mapp.alicdn.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
156.59.137.198156.59.136.0/21AS21859ZEN-ECN - Zenlayer IncVN
156.59.137.199156.59.136.0/21AS21859ZEN-ECN - Zenlayer IncVN
43.109.39.19043.109.39.0/24AS24429TAOBAO Zhejiang Taobao Network Co.,LtdSG
43.109.39.19143.109.39.0/24AS24429TAOBAO Zhejiang Taobao Network Co.,LtdSG

WHOIS identity

No WHOIS records are currently associated with mapp.alicdn.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from mapp.alicdn.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from mapp.alicdn.com.

Cypher and MCP

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

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