Hostname
irop.jp
Last fetched
irop.jp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
irop.jp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.158.173.141 | 13.162.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.158.208.59 | 13.162.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.192.6.153 | 13.200.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.73.158.121 | 35.96.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 43.206.65.116 | 43.222.62.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.196.90.129 | 52.216.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- makiko kato
- Contact emails
Subdomains
2 observed subdomains of irop.jp.
| Subdomain |
|---|
| corp.irop.jp |
| ec.irop.jp |
Web-graph footprint
Distinct hostnames that link to or from irop.jp in the public web crawl.
32 sites link to this hostname.
16 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 irop.jp.
| Mechanism | Target |
|---|---|
| SPF_A | irop.jp |
| SPF_A | sv14658.xserver.jp |
| SPF_INCLUDE | m01-ahd-sys.net |
| SPF_INCLUDE | relationapp.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | irop.jp |
Related pages
Pivot deeper into the graph from irop.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irop.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.