Hostname
amazon.skore.io
Last fetched
amazon.skore.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
amazon.skore.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.78.104 | 13.35.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.78.26 | 13.35.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.78.32 | 13.35.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.78.48 | 13.35.78.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.43.11 | 18.154.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.43.18 | 18.154.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.43.3 | 18.154.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.154.43.47 | 18.154.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.192.55.15 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.33 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.86 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.55.94 | 54.192.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with amazon.skore.io in WhisperGraph.
Subdomains
1 observed subdomain of amazon.skore.io.
| Subdomain |
|---|
| www.amazon.skore.io |
Threat posture
History
Related pages
Pivot deeper into the graph from amazon.skore.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amazon.skore.io"})-[: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.