Hostname
cbie.ca
Last fetched
cbie.ca resolves to 2 IPv4 addresses operated by IWEB-AS - Leaseweb Canada Inc. in CA. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
cbie.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 |
|---|---|---|---|---|
| 107.161.69.101 | 107.161.64.0/20 | AS32613 | IWEB-AS - Leaseweb Canada Inc. | CA |
| 67.208.44.158 | 67.208.44.0/23 | AS32613 | IWEB-AS - Leaseweb Canada Inc. | CA |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- —
- Contact emails
- —
Subdomains
17 observed subdomains of cbie.ca.
Web-graph footprint
Distinct hostnames that link to or from cbie.ca in the public web crawl.
620 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cbie.ca.
| Mechanism | Target |
|---|---|
| SPF_A | cbie.ca |
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.cbie.ca |
| SPF_IP | 161.184.118.169 |
| SPF_IP | 204.101.108.80/28 |
| SPF_IP | 204.101.108.83 |
| SPF_IP | 204.138.103.100 |
| SPF_IP | 204.138.103.19 |
| SPF_IP | 205.204.80.149 |
| SPF_IP | 50.23.73.91 |
| SPF_IP | 72.1.199.205 |
| SPF_MX | cbie.ca |
Related pages
Pivot deeper into the graph from cbie.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbie.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.