Hostname
bnc.ca
Last fetched
bnc.ca resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in PL. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
bnc.ca resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.38.108.37 | 23.38.108.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.38.108.8 | 23.38.108.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.135 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.103.64 | 92.123.102.0/23 | AS20940 | AKAMAI-ASN1 | RO |
| 92.123.103.82 | 92.123.102.0/23 | AS20940 | AKAMAI-ASN1 | RO |
WHOIS identity
- Registrar
- iana:456
- Organization
- banque nationale du canada
- Contact emails
Subdomains
195 observed subdomains of bnc.ca.
Showing 25 of 195. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bnc.ca in the public web crawl.
1,292 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bnc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bluematrix.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-ca.wfs.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.bnc.ca |
| SPF_IP | 164.55.251.249 |
| SPF_IP | 164.55.253.249 |
Related pages
Pivot deeper into the graph from bnc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bnc.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.