Skip to content

Hostname

e4wb.net

Last fetched

e4wb.net resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · e4wb.netRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/e4wb.net

Resolution chain

e4wb.net resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.128.89.33108.128.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
15.134.113.13615.134.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
15.134.57.24615.134.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
15.207.67.12515.206.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
3.7.152.1883.6.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
52.215.177.9952.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
34.243.163.4734.240.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:468
Organization
domain registration
Contact emails

Subdomains

3 observed subdomains of e4wb.net.

Threat posture

History

Related pages

Pivot deeper into the graph from e4wb.net.

Cypher and MCP

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

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