Hostname
bcchf.ca
Last fetched
bcchf.ca resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:192 as the registrar.
Nutrition Label
Resolution chain
bcchf.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.32.246 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.162.142 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.0 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.0 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- iana:192
- Organization
- b.c.''s children''s hospital foundation
- Contact emails
Subdomains
15 observed subdomains of bcchf.ca.
Web-graph footprint
Distinct hostnames that link to or from bcchf.ca in the public web crawl.
372 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for bcchf.ca.
| Mechanism | Target |
|---|---|
| SPF_A | bcchf.ca |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ubc.ca |
| SPF_IP | 142.103.232.2 |
| SPF_IP | 142.103.232.5/32 |
| SPF_IP | 159.89.120.233 |
| SPF_IP | 162.242.166.107 |
| SPF_IP | 167.99.177.221 |
| SPF_IP | 208.87.198.52 |
| SPF_IP | 208.87.198.90 |
| SPF_IP | 209.87.27.31/32 |
| SPF_IP | 209.87.27.6/32 |
| SPF_IP | 23.253.213.149/32 |
| SPF_MX | bcchf.ca |
Related pages
Pivot deeper into the graph from bcchf.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcchf.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.