Hostname
nbc.ca
Last fetched
nbc.ca resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in PL. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
nbc.ca resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.81.60.233 | 104.81.60.0/23 | AS20940 | AKAMAI-ASN1 | PL |
| 2.16.172.153 | 2.16.172.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 2.21.239.26 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.29 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.215.11.228 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.215.11.240 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 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 |
| 23.53.42.243 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.10 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:456
- Organization
- banque nationale du canada
- Contact emails
Subdomains
101 observed subdomains of nbc.ca.
Showing 25 of 101. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nbc.ca in the public web crawl.
1,911 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for nbc.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 nbc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbc.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.