Hostname
intersection-assets.s3.amazonaws.com
Last fetched
intersection-assets.s3.amazonaws.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
intersection-assets.s3.amazonaws.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.209.69 | 3.5.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.210.176 | 3.5.210.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.210.193 | 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.243 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.62 | 3.5.211.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.229 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.43 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.6 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.156.75 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.156.99 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.119 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.127 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.64.48 | 52.219.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with intersection-assets.s3.amazonaws.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from intersection-assets.s3.amazonaws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intersection-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.