Hostname
realtalkbc.ca
Last fetched
realtalkbc.ca resolves to 2 IPv4 addresses operated by ZAYO-CAN-15290 - Zayo Bandwidth in CA.
Nutrition Label
Resolution chain
realtalkbc.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 |
|---|---|---|---|---|
| 209.82.30.191 | 209.82.30.0/24 | AS15290 | ZAYO-CAN-15290 - Zayo Bandwidth | CA |
| 209.82.30.191 | 209.82.30.0/24 | AS15290 | ZAYO-CAN-15290 - Zayo Bandwidth | CA |
| 64.25.108.106 | 64.25.108.0/24 | AS33549 | WHIPCORD - Whipcord Edge Data Centers Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with realtalkbc.ca in WhisperGraph.
Subdomains
1 observed subdomain of realtalkbc.ca.
| Subdomain |
|---|
| mail.realtalkbc.ca |
Web-graph footprint
Distinct hostnames that link to or from realtalkbc.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for realtalkbc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mlslink.ca |
| SPF_A | mlstools.ca |
| SPF_A | realtalkbc.ca |
| SPF_A | realtylink.org |
| SPF_A | rebgv.com |
| SPF_A | rebgv.org |
| SPF_IP | 209.82.30.0/24 |
| SPF_IP | 50.100.19.0/24 |
| SPF_MX | bcalink.ca |
| SPF_MX | clslink.ca |
| SPF_MX | mail.realtalkbc.ca |
| SPF_MX | mlslink.ca |
| SPF_MX | mlstools.ca |
| SPF_MX | realtalkbc.ca |
| SPF_MX | realtylink.org |
| SPF_MX | rebgv.com |
| SPF_MX | rebgv.org |
Related pages
Pivot deeper into the graph from realtalkbc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "realtalkbc.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.