Skip to content

Hostname

cpp.cnpc.com.cn

Last fetched

cpp.cnpc.com.cn resolves to 4 IPv4 addresses operated by CHINA169-BACKBONE CHINA UNICOM China169 Backbone in CN.

Nutrition Label

WHISPER CANON · cpp.cnpc.com.cnRouting diversity3.5/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/cpp.cnpc.com.cn

Resolution chain

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

IPPrefixASNOperatorCountry
112.84.222.43112.80.0.0/13AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
119.39.205.65119.39.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
119.39.205.65119.39.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
27.155.113.14827.155.112.0/20AS133774KEJORA-AS-ID PT. Bintang Kejora TeknologiCN
59.63.226.6559.63.224.0/21AS134238AGERA TELECOMUNICACOES SACN

WHOIS identity

No WHOIS records are currently associated with cpp.cnpc.com.cn in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cpp.cnpc.com.cn in the public web crawl.

38 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from cpp.cnpc.com.cn.

Cypher and MCP

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

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