Hostname
cupnoodle.jp
Last fetched
cupnoodle.jp resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
cupnoodle.jp resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.115.123.211 | 13.114.0.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.176.34.89 | 18.179.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.29.170 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.195.93.221 | 52.216.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.69.223.9 | 52.82.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.168.248.36 | 54.183.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.249.137.24 | 55.1.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.64.22.225 | 54.86.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.158.117.133 | 13.160.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.193.151.95 | 13.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.192.106.150 | 13.193.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- nissin food products co.,ltd.
- Contact emails
Subdomains
1 observed subdomain of cupnoodle.jp.
| Subdomain |
|---|
| www.cupnoodle.jp |
Web-graph footprint
Distinct hostnames that link to or from cupnoodle.jp in the public web crawl.
571 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from cupnoodle.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cupnoodle.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.