Skip to content

Hostname

agepath-assets.s3.amazonaws.com

Last fetched

agepath-assets.s3.amazonaws.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · agepath-assets.s3.amazonaws.comRouting diversity4.8/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/agepath-assets.s3.amazonaws.com

Resolution chain

agepath-assets.s3.amazonaws.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.0.016.15.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.13216.15.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.15216.15.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.24516.15.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.6016.15.0.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.4.20216.15.4.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.113.12952.219.113.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.113.16952.219.113.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.113.5052.219.113.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.121.1852.219.121.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.192.5752.219.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.193.16152.219.193.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.194.12152.219.194.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.194.4952.219.194.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.220.13752.219.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with agepath-assets.s3.amazonaws.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from agepath-assets.s3.amazonaws.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "agepath-assets.s3.amazonaws.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.