Hostname
editlib-static.s3.amazonaws.com
Last fetched
editlib-static.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
editlib-static.s3.amazonaws.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.183.241 | 16.15.176.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.189.145 | 16.15.184.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.192.139 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.192.250 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.0.102 | 3.5.0.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.27.159 | 3.5.27.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.28.176 | 3.5.28.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.7.141 | 3.5.7.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.7.203 | 3.5.7.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.216.90.100 | 52.216.90.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.129.17 | 52.217.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.64.4 | 52.217.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.81.12 | 52.217.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.129.233 | 54.231.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.204.233 | 54.231.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.226.209 | 54.231.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with editlib-static.s3.amazonaws.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from editlib-static.s3.amazonaws.com in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from editlib-static.s3.amazonaws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "editlib-static.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.