Hostname
pform.alibaba.com
Last fetched
pform.alibaba.com resolves to 4 IPv4 addresses operated by TAOBAO Zhejiang Taobao Network Co.,Ltd in CN.
Nutrition Label
Resolution chain
pform.alibaba.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.109.12.219 | 43.109.12.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | CN |
| 43.109.12.220 | 43.109.12.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | CN |
| 8.25.82.232 | 8.25.82.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.25.82.233 | 8.25.82.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
WHOIS identity
No WHOIS records are currently associated with pform.alibaba.com in WhisperGraph.
Subdomains
1 observed subdomain of pform.alibaba.com.
| Subdomain |
|---|
| cdn.pform.alibaba.com |
Threat posture
History
Related pages
Pivot deeper into the graph from pform.alibaba.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pform.alibaba.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.