Skip to content

Hostname

ehdz.net

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
100.28.183.47100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
23.21.209.18023.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.248.145.1293.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.17.38.1252.16.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.201.3.18652.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.50.232.8052.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
54.157.125.2954.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
domain registration
Contact emails

Subdomains

3 observed subdomains of ehdz.net.

Threat posture

History

Related pages

Pivot deeper into the graph from ehdz.net.

Cypher and MCP

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

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