Skip to content

Hostname

estbrew.ca

Last fetched

estbrew.ca resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · estbrew.caRouting diversity5.9/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/estbrew.ca

Resolution chain

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

IPPrefixASNOperatorCountry
16.12.100.9916.12.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.12.90.316.12.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.153.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.84.343.5.84.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.85.1283.5.85.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.87.493.5.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.182.14652.218.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.184.21852.218.184.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.148.9952.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.152.17952.92.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.154.16352.92.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.160.9952.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.191.14752.92.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.205.18752.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.211.4352.92.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

1 observed subdomain of estbrew.ca.

Threat posture

History

Related pages

Pivot deeper into the graph from estbrew.ca.

Cypher and MCP

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

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