Hostname
zjwdr.com
Last fetched
zjwdr.com resolves to 2 IPv4 addresses operated by AS136160 in CN. WHOIS lists iana:3855 as the registrar.
Nutrition Label
Resolution chain
zjwdr.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.82.55.190 | 103.82.55.0/24 | AS136160 | — | CN |
| 43.163.86.144 | 43.163.64.0/18 | AS132203 | — | SG |
WHOIS identity
- Registrar
- iana:3855
- Organization
- qiuying lv
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from zjwdr.com in the public web crawl.
60 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from zjwdr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zjwdr.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.