Skip to content

Hostname

webmail.beamdata.ca

Last fetched

webmail.beamdata.ca resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · webmail.beamdata.caRouting diversity5.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/webmail.beamdata.ca

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.179.22416.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.24816.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.9616.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.188.316.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.12216.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.7416.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.217.24916.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.1816.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.39.21316.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.209.19752.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.122.14952.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.88.13152.217.88.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.135.1354.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.162.14154.231.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.168.22954.231.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.226.24554.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with webmail.beamdata.ca in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for webmail.beamdata.ca.

MechanismTarget
SPF_Awebmail.beamdata.ca
SPF_INCLUDE_spf.google.com
SPF_INCLUDEwebsitewelcome.com
SPF_MXwebmail.beamdata.ca

Related pages

Pivot deeper into the graph from webmail.beamdata.ca.

Cypher and MCP

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

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