Hostname
www.link-yond.com
Last fetched
www.link-yond.com resolves to 2 IPv4 addresses operated by QINGYE-CLOUD - Qingye Cloud in CN.
Nutrition Label
Resolution chain
www.link-yond.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.245.25.111 | 103.245.25.0/24 | AS13378 | QINGYE-CLOUD - Qingye Cloud | CN |
| 193.123.238.238 | 193.123.224.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | KR |
WHOIS identity
No WHOIS records are currently associated with www.link-yond.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from www.link-yond.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.link-yond.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.