Skip to content

Hostname

link-yond.com

Last fetched

link-yond.com resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in KR. WHOIS lists iana:4531 as the registrar.

Nutrition Label

WHISPER CANON · link-yond.comRouting diversity2.4/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint5.2/10canon.whisper.security/host/link-yond.com

Resolution chain

link-yond.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.122.98.77193.135.164.0/24AS31898ORACLE-BMC-31898 - Oracle CorporationKR
193.123.238.238193.135.254.0/24AS31898ORACLE-BMC-31898 - Oracle CorporationKR

WHOIS identity

Registrar
iana:4531
Organization
Contact emails

Subdomains

1 observed subdomain of link-yond.com.

Web-graph footprint

Distinct hostnames that link to or from link-yond.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from link-yond.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.