Hostname
bell.ca
Last fetched
bell.ca resolves to 2 IPv4 addresses operated by BACOM - Bell Canada in CA. WHOIS lists registrar:markmonitor international canada ltd. as the registrar.
Nutrition Label
Resolution chain
bell.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 |
|---|---|---|---|---|
| 184.150.212.98 | 184.150.212.0/24 | AS577 | BACOM - Bell Canada | CA |
| 206.47.98.98 | 206.47.98.0/24 | AS577 | BACOM - Bell Canada | CA |
WHOIS identity
- Registrar
- registrar:markmonitor international canada ltd.
- Organization
- bell canada
- Contact emails
Subdomains
1,114 observed subdomains of bell.ca.
Showing 25 of 1,114. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bell.ca in the public web crawl.
2,963 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for bell.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-ext1.bell.ca |
| SPF_INCLUDE | _spf-ext2.bell.ca |
| SPF_INCLUDE | _spf-nhs.bell.ca |
| SPF_INCLUDE | spf-esa.bell.ca |
Related pages
Pivot deeper into the graph from bell.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bell.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.