Skip to content

Hostname

test-eks.totango.com

Last fetched

test-eks.totango.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

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

Resolution chain

test-eks.totango.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.120.47.2493.120.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
3.125.152.233.124.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
3.168.245.1163.168.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.168.245.203.168.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.168.245.223.168.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.168.245.773.168.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
52.29.160.4852.29.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with test-eks.totango.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from test-eks.totango.com.

Cypher and MCP

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

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