Hostname
runnet.jp
Last fetched
runnet.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
runnet.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.179.192.84 | 18.179.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.114.196.134 | 3.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 35.76.38.137 | 35.72.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.196.46.73 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.199.113.64 | 54.199.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.249.115.151 | 54.249.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.180.72.129 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.147.0 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- m's collection co.,ltd.
- Contact emails
Subdomains
144 observed subdomains of runnet.jp.
Showing 25 of 144. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from runnet.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for runnet.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _a.pre3.runnet.jp |
| SPF_INCLUDE | _a.runnet.jp |
| SPF_INCLUDE | _b.runnet.jp |
| SPF_INCLUDE | _spf.cas12.runnet.jp |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 210.190.116.0/25 |
| SPF_IP | 54.238.144.233 |
| SPF_IP | 54.238.159.40 |
| SPF_MX | runnet.jp |
Related pages
Pivot deeper into the graph from runnet.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "runnet.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.