Skip to content

Hostname

gap-dev.s3.amazonaws.com

Last fetched

gap-dev.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.77.2273.5.77.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.78.2073.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.80.323.5.80.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.13.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.993.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.87.1063.5.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.152.13952.218.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.182.18752.218.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.253.8352.218.253.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.163.2552.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.180.9752.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.186.3352.92.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.207.2552.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.212.1752.92.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.229.152.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.248.4952.92.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with gap-dev.s3.amazonaws.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from gap-dev.s3.amazonaws.com.

Cypher and MCP

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

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