Skip to content

Hostname

pro0.cn

Last fetched

pro0.cn resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.

Nutrition Label

WHISPER CANON · pro0.cnRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.3/10canon.whisper.security/host/pro0.cn

Resolution chain

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

IPPrefixASNOperatorCountry
13.231.38.24513.230.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
15.204.2.16815.204.0.0/17AS16276US
216.45.53.103216.45.53.0/24AS36352AS-COLOCROSSING - HostPapaUS
45.197.147.24345.197.147.0/24AS134365HK

WHOIS identity

Registrar
registrar:阿里云计算有限公司(万网)
Organization
王晨龙
Contact emails

Subdomains

2 observed subdomains of pro0.cn.

Threat posture

History

Related pages

Pivot deeper into the graph from pro0.cn.

Cypher and MCP

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

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