Hostname
jmania.jp
Last fetched
jmania.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
jmania.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 |
|---|---|---|---|---|
| 18.164.77.14 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.24 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.47 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.79 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.175.52 | 54.230.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.230.175.59 | 54.230.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.230.175.70 | 54.230.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.230.175.87 | 54.230.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- rokusaisha digital,inc.
- Contact emails
Subdomains
3 observed subdomains of jmania.jp.
Web-graph footprint
Distinct hostnames that link to or from jmania.jp in the public web crawl.
121 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for jmania.jp.
| Mechanism | Target |
|---|---|
| SPF_A | admin.jmania.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from jmania.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jmania.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.