Skip to content

Hostname

ds-project.cn

Last fetched

ds-project.cn resolves to 3 IPv4 addresses operated by PEG-SV - PEG TECH INC in US.

Nutrition Label

WHISPER CANON · ds-project.cnRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/ds-project.cn

Resolution chain

ds-project.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
140.188.99.5140.188.99.0/24AS54600PEG-SV - PEG TECH INCUS
188.114.96.3188.114.96.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
188.114.97.3188.114.97.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with ds-project.cn in WhisperGraph.

Subdomains

3 observed subdomains of ds-project.cn.

Web-graph footprint

Distinct hostnames that link to or from ds-project.cn in the public web crawl.

6,873 sites link to this hostname.

4,627 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ds-project.cn.

Cypher and MCP

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

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