Skip to content

Hostname

danynash.com

Last fetched

danynash.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:1462 as the registrar.

Nutrition Label

WHISPER CANON · danynash.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/danynash.com

Resolution chain

danynash.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.214.110108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.19108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.24108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
108.157.214.59108.157.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
143.204.106.26143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.64143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.65143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.75143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
18.239.6.2318.239.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
18.239.6.2518.239.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
18.239.6.2718.239.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
18.239.6.7318.239.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
iana:1462
Organization
domain admin
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from danynash.com.

Cypher and MCP

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

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