Hostname
jinzai100.jp
Last fetched
jinzai100.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
jinzai100.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 |
|---|---|---|---|---|
| 3.166.152.37 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.67 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.83 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.95 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.106 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.55 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.7 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.75 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- bakumatsu co.,ltd.
- Contact emails
Subdomains
6 observed subdomains of jinzai100.jp.
Web-graph footprint
Distinct hostnames that link to or from jinzai100.jp in the public web crawl.
41 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- jinzai100.jp
Related pages
Pivot deeper into the graph from jinzai100.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jinzai100.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.