Skip to content

Hostname

bbvr.ca

Last fetched

bbvr.ca resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · bbvr.caRouting diversity3.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/bbvr.ca

Resolution chain

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

IPPrefixASNOperatorCountry
34.235.235.5234.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.23.552.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.86.46.11452.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with bbvr.ca in WhisperGraph.

Subdomains

2 observed subdomains of bbvr.ca.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for bbvr.ca.

MechanismTarget
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from bbvr.ca.

Cypher and MCP

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

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