Hostname
cdic.ca
Last fetched
cdic.ca resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
cdic.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.243.56.93 | 34.240.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.24.251.32 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.60.173.6 | 52.60.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- canada deposit insurance corporation
- Contact emails
Subdomains
13 observed subdomains of cdic.ca.
Web-graph footprint
Distinct hostnames that link to or from cdic.ca in the public web crawl.
576 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cdic.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ml-x03.talcura.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | salesforce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.cyberimpact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.208.99.26/32 |
| SPF_IP | 216.208.99.42/32 |
Related pages
Pivot deeper into the graph from cdic.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdic.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.