Hostname
leon.jp
Last fetched
leon.jp resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
leon.jp resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.7.112 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.118 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.70 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.90 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.241.107 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.112 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.24 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.92 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.118 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.68 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.79 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.173.96 | 3.169.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- shufu-to-seikatsusha
- Contact emails
Subdomains
11 observed subdomains of leon.jp.
Web-graph footprint
Distinct hostnames that link to or from leon.jp in the public web crawl.
989 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from leon.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leon.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.