Hostname
bcchr.ca
Last fetched
bcchr.ca resolves to 2 IPv4 addresses operated by UBC - University of British Columbia in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
bcchr.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 |
|---|---|---|---|---|
| 142.103.232.79 | 142.103.0.0/16 | AS393249 | UBC - University of British Columbia | CA |
| 38.99.3.40 | 38.0.0.0/8 | AS174 | COGENT-174 - Cogent Communications, LLC | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- bc research institute for children''s & women''s health
- Contact emails
Subdomains
51 observed subdomains of bcchr.ca.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bcchr.ca in the public web crawl.
628 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for bcchr.ca.
| Mechanism | Target |
|---|---|
| SPF_A | bcchr.ca |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | email.campayn.com |
| SPF_INCLUDE | spf.ubc.ca |
| SPF_IP | 142.103.232.4 |
| SPF_IP | 142.103.232.5/32 |
| SPF_IP | 209.87.27.31/32 |
| SPF_IP | 209.87.27.47/32 |
| SPF_IP | 209.87.27.6/32 |
| SPF_MX | bcchr.ca |
Related pages
Pivot deeper into the graph from bcchr.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcchr.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.