Hostname
cloud-staging.1roll.jp
Last fetched
cloud-staging.1roll.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.
Nutrition Label
Resolution chain
cloud-staging.1roll.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 143.204.194.118 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.67 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.93 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 143.204.194.99 | 143.204.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.185.129 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.53 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.63 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.74 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
WHOIS identity
No WHOIS records are currently associated with cloud-staging.1roll.jp in WhisperGraph.
Subdomains
1 observed subdomain of cloud-staging.1roll.jp.
| Subdomain |
|---|
| wildcard.cloud-staging.1roll.jp |
Threat posture
History
Related pages
Pivot deeper into the graph from cloud-staging.1roll.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud-staging.1roll.jp"})-[: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.