Hostname
cppib.ca
Last fetched
cppib.ca resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:easydns technologies inc. as the registrar.
Nutrition Label
Resolution chain
cppib.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 75.2.50.107 | 75.2.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.249.149 | 99.83.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:easydns technologies inc.
- Organization
- canada pension plan investment board
- Contact emails
- —
Subdomains
25 observed subdomains of cppib.ca.
Showing 23 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cppib.ca in the public web crawl.
76 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for cppib.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | spf-00118e03.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 162.247.216.52 |
| SPF_IP | 165.193.56.42/32 |
| SPF_IP | 192.135.123.60 |
| SPF_IP | 192.135.123.81 |
| SPF_IP | 192.135.123.82 |
| SPF_IP | 198.98.51.42 |
| SPF_IP | 198.98.51.43 |
| SPF_IP | 52.1.185.135 |
| SPF_IP | 52.72.226.43 |
| SPF_IP | 66.45.68.220 |
Related pages
Pivot deeper into the graph from cppib.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cppib.ca"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.