Skip to content

Hostname

cpii.com

Last fetched

cpii.com resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · cpii.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cpii.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.192.255.12334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
54.176.110.9654.176.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

11 SPF mechanisms authorising senders for cpii.com.

MechanismTarget
SPF_INCLUDEspf.protection.office365.us
SPF_IP135.84.68.123/32
SPF_IP206.152.14.54/32
SPF_IP206.208.32.2
SPF_IP206.208.33.71
SPF_IP206.208.36.130
SPF_IP206.208.36.146
SPF_IP206.208.36.2
SPF_IP206.208.36.26
SPF_IP208.86.168.7/32
SPF_MXcpii.com

Related pages

Pivot deeper into the graph from cpii.com.

Cypher and MCP

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

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