Hostname
open.douyin.com
Last fetched
open.douyin.com resolves to 18 IPv4 addresses operated by TAOBAO Zhejiang Taobao Network Co.,Ltd in KR.
Nutrition Label
Resolution chain
open.douyin.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 163.181.22.185 | 163.181.22.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 39.125.80.141 | 39.125.80.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.182 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.183 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.184 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.185 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.186 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.187 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.188 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 47.246.29.189 | 47.246.29.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | KR |
| 8.45.176.205 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.206 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.207 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.208 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.209 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.210 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.211 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
| 8.45.176.212 | 8.45.176.0/24 | AS24429 | TAOBAO Zhejiang Taobao Network Co.,Ltd | US |
WHOIS identity
No WHOIS records are currently associated with open.douyin.com in WhisperGraph.
Subdomains
1 observed subdomain of open.douyin.com.
| Subdomain |
|---|
| game.open.douyin.com |
Web-graph footprint
Distinct hostnames that link to or from open.douyin.com in the public web crawl.
509 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from open.douyin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "open.douyin.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.