Hostname
upswell.jp
Last fetched
upswell.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
upswell.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.176.240.134 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.176.242.251 | 18.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.73.149.20 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.69.213.150 | 52.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- upswell,
- Contact emails
Subdomains
30 observed subdomains of upswell.jp.
Showing 18 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from upswell.jp in the public web crawl.
12 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for upswell.jp.
| Mechanism | Target |
|---|---|
| SPF_A | upswell.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.nextengine.upswell.jp |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 112.78.119.53 |
| SPF_IP | 13.112.32.204 |
| SPF_IP | 18.177.112.225 |
| SPF_IP | 180.131.143.204 |
| SPF_IP | 35.76.67.228 |
| SPF_IP | 52.0.0.0/8 |
| SPF_IP | 54.248.39.141 |
| SPF_IP | 54.64.57.220 |
Related pages
Pivot deeper into the graph from upswell.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upswell.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.