Hostname
axol.jp
Last fetched
axol.jp resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
axol.jp resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.99.70.139 | 18.99.64.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.99.70.140 | 18.99.64.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.99.70.141 | 18.99.64.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- mynavi corporation
- Contact emails
Subdomains
88 observed subdomains of axol.jp.
Showing 25 of 88. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from axol.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for axol.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 101.110.59.80/29 |
| SPF_IP | 122.213.134.58/32 |
| SPF_IP | 122.213.188.2/32 |
| SPF_IP | 157.205.120.153/32 |
| SPF_IP | 157.205.217.0/27 |
| SPF_IP | 157.205.251.0/26 |
| SPF_IP | 157.205.251.64/27 |
Related pages
Pivot deeper into the graph from axol.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axol.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.