Hostname
amc.superraev.com
Last fetched
amc.superraev.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
amc.superraev.com 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 |
|---|---|---|---|---|
| 3.163.198.48 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.55 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.78 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.163.198.84 | 3.163.196.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.169.121.125 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.21 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.48 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.84 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 54.240.184.5 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.75 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.8 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.89 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with amc.superraev.com in WhisperGraph.
Subdomains
1 observed subdomain of amc.superraev.com.
| Subdomain |
|---|
| www.amc.superraev.com |
Threat posture
History
Related pages
Pivot deeper into the graph from amc.superraev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amc.superraev.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.