Skip to content

Hostname

bcmca.ca

Last fetched

bcmca.ca resolves to 2 IPv4 addresses operated by OVH in CA. WHOIS lists registrar:tucows.com co. as the registrar.

Nutrition Label

WHISPER CANON · bcmca.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bcmca.ca

Resolution chain

bcmca.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
144.217.49.150144.217.0.0/16AS16276OVHCA
144.217.49.150144.217.0.0/16AS16276OVHCA
3.97.117.683.96.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
registrar:tucows.com co.
Organization
bc conservation foundation
Contact emails

Subdomains

3 observed subdomains of bcmca.ca.

Web-graph footprint

Distinct hostnames that link to or from bcmca.ca in the public web crawl.

Threat posture

History

Mail and authentication

MX records

Related pages

Pivot deeper into the graph from bcmca.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bcmca.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.