Skip to content

Hostname

eternals.turtle-feature.com

Last fetched

eternals.turtle-feature.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · eternals.turtle-feature.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/eternals.turtle-feature.com

Resolution chain

eternals.turtle-feature.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.127.114.10413.128.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
13.232.33.4413.247.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
13.234.184.15913.247.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IN
35.154.98.13935.176.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with eternals.turtle-feature.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from eternals.turtle-feature.com.

Cypher and MCP

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

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