Hostname
qdsdk.jd.com
Last fetched
qdsdk.jd.com resolves to 5 IPv4 addresses operated by CT-HANGZHOU-IDC No.288,Fu-chun Road in CN.
Nutrition Label
Resolution chain
qdsdk.jd.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 115.231.223.3 | 115.231.216.0/21 | AS58461 | CT-HANGZHOU-IDC No.288,Fu-chun Road | CN |
| 119.147.159.135 | 119.147.144.0/20 | AS134763 | CT-DONGGUAN-IDC CHINANET Guangdong province network | CN |
| 138.113.91.117 | 138.113.91.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | AT |
| 138.113.91.97 | 138.113.91.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | AT |
| 157.185.128.14 | 157.185.128.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | FR |
WHOIS identity
No WHOIS records are currently associated with qdsdk.jd.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from qdsdk.jd.com in the public web crawl.
31 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from qdsdk.jd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qdsdk.jd.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.