Skip to content

Hostname

oldversion.cn

Last fetched

oldversion.cn resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists registrar:广东时代互联科技有限公司 as the registrar.

Nutrition Label

WHISPER CANON · oldversion.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/oldversion.cn

Resolution chain

oldversion.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
167.71.89.254167.71.80.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
3.215.56.83.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:广东时代互联科技有限公司
Organization
marcaria network
Contact emails

Subdomains

2 observed subdomains of oldversion.cn.

Web-graph footprint

Distinct hostnames that link to or from oldversion.cn in the public web crawl.

13 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from oldversion.cn.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "oldversion.cn"})-[: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.