Hostname
tmall.com
Last fetched
tmall.com resolves to 8 IPv4 addresses operated by ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
tmall.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 59.82.120.115 | 59.82.120.0/21 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.133.133 | 59.82.132.0/22 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.133.135 | 59.82.132.0/22 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.133.159 | 59.82.132.0/22 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.43.82 | 59.82.40.0/21 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.44.30 | 59.82.40.0/21 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.44.45 | 59.82.40.0/21 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
| 59.82.44.54 | 59.82.40.0/21 | AS37963 | ALIBABA-CN-NET Hangzhou Alibaba Advertising Co.,Ltd. | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- zhejiang tmall network co., ltd. (??????????)
- Contact emails
Subdomains
50,650 observed subdomains of tmall.com.
Showing 25 of 50,650. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tmall.com in the public web crawl.
9,226 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for tmall.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.staff.mail.aliyun.com |
Related pages
Pivot deeper into the graph from tmall.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tmall.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.