Hostname
cibc.com
Last fetched
cibc.com resolves to 5 IPv4 addresses operated by AKAMAI-ASN1 in FR. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
cibc.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.21.35.219 | 2.21.34.0/23 | AS20940 | AKAMAI-ASN1 | FR |
| 23.33.29.197 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.29.212 | 23.33.29.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 92.123.104.15 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.22 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- canadian imperial bank of commerce
- Contact emails
Subdomains
669 observed subdomains of cibc.com.
Showing 25 of 669. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cibc.com in the public web crawl.
4,172 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cibc.com.
| Mechanism | Target |
|---|---|
| SPF_A | privatebank.com |
| SPF_A | theprivatebank.com |
| SPF_EXISTS | %{i}._i.%{d}._d.espf.agari.com |
| SPF_INCLUDE | %{d}.5d.spf-protect.agari.com |
| SPF_INCLUDE | _spfhost.cibc.us |
| SPF_INCLUDE | spfhost.messageprovider.com |
Related pages
Pivot deeper into the graph from cibc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cibc.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.