Hostname
nihonsr.jp
Last fetched
nihonsr.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
nihonsr.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.239.153.102 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.124 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.35 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.239.153.64 | 18.239.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.230.62.111 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.30 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.79 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.230.62.91 | 54.230.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- —
- Organization
- nihonseirei ,inc
- Contact emails
Subdomains
1 observed subdomain of nihonsr.jp.
| Subdomain |
|---|
| mail.nihonsr.jp |
Web-graph footprint
Distinct hostnames that link to or from nihonsr.jp in the public web crawl.
5 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for nihonsr.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.owlet.work |
Related pages
Pivot deeper into the graph from nihonsr.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nihonsr.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.