Hostname
sales-admin.deepbaysz.com
Last fetched
sales-admin.deepbaysz.com resolves to 9 IPv4 addresses operated by Taobao - Zhejiang Taobao Network Co.,Ltd in US.
Nutrition Label
Resolution chain
sales-admin.deepbaysz.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 155.102.130.185 | 155.102.130.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.131 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.132 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.133 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.134 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.135 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.136 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.137 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
| 155.102.54.138 | 155.102.54.0/24 | AS24429 | Taobao - Zhejiang Taobao Network Co.,Ltd | US |
WHOIS identity
No WHOIS records are currently associated with sales-admin.deepbaysz.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from sales-admin.deepbaysz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sales-admin.deepbaysz.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.