Skip to content

Hostname

bv.westbase.io

Last fetched

bv.westbase.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · bv.westbase.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/bv.westbase.io

Resolution chain

bv.westbase.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.66.41.4918.66.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.41.5818.66.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.41.6918.66.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.66.41.9618.66.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
3.175.115.1153.175.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
3.175.115.683.175.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
3.175.115.823.175.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
3.175.115.993.175.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with bv.westbase.io in WhisperGraph.

Subdomains

1 observed subdomain of bv.westbase.io.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for bv.westbase.io.

MechanismTarget
SPF_Abv.westbase.io
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.mtasv.net
SPF_MXbv.westbase.io

Related pages

Pivot deeper into the graph from bv.westbase.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bv.westbase.io"})-[: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.