Hostname
discount.s3.amazonaws.com
Last fetched
discount.s3.amazonaws.com resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
discount.s3.amazonaws.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.36.143 | 16.12.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 16.12.36.39 | 16.12.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 16.12.40.15 | 16.12.40.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.208.151 | 3.5.208.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.210.122 | 3.5.210.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.13 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.219 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.249 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.250 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.31 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.33 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.10 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.16 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.2 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.225 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.242 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.72 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.156.35 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.203 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.99 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with discount.s3.amazonaws.com in WhisperGraph.
Subdomains
6 observed subdomains of discount.s3.amazonaws.com.
Threat posture
History
Related pages
Pivot deeper into the graph from discount.s3.amazonaws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "discount.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.