Skip to content

Hostname

beam.eco

Last fetched

beam.eco resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:447 as the registrar.

Nutrition Label

WHISPER CANON · beam.ecoRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/beam.eco

Resolution chain

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

IPPrefixASNOperatorCountry
13.35.93.1213.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.2413.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.4113.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
13.35.93.9013.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.205.383.166.205.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.205.63.166.205.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.205.73.166.205.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.166.205.733.166.205.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:447
Organization
beam network
Contact emails

Subdomains

54 observed subdomains of beam.eco.

Web-graph footprint

Distinct hostnames that link to or from beam.eco in the public web crawl.

25 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for beam.eco.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from beam.eco.

Cypher and MCP

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

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