Hostname
iroots.jp
Last fetched
iroots.jp resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ.
Nutrition Label
Resolution chain
iroots.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 |
|---|---|---|---|---|
| 13.227.192.34 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.52 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.7 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.75 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 18.155.107.39 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.51 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.8 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.83 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.162.38.124 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.25 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.37 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.162.38.82 | 3.162.36.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- —
- Organization
- en-japan
- Contact emails
Subdomains
9 observed subdomains of iroots.jp.
Web-graph footprint
Distinct hostnames that link to or from iroots.jp in the public web crawl.
157 sites link to this hostname.
556 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for iroots.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail-spf.ferret-one.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 153.120.107.160/28 |
| SPF_IP | 153.127.18.165 |
| SPF_IP | 49.212.25.233 |
Related pages
Pivot deeper into the graph from iroots.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iroots.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.