Hostname
repark.jp
Last fetched
repark.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
repark.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 |
|---|---|---|---|---|
| 13.112.95.197 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.192.21.33 | 13.192.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.182.215.125 | 18.182.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.197.23.218 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.95.67.27 | 54.95.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.170.16 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.182.25.254 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 16.76.51.129 | 16.76.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
6 observed subdomains of repark.jp.
Web-graph footprint
Distinct hostnames that link to or from repark.jp in the public web crawl.
1,054 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for repark.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | smp.ne.jp |
| SPF_INCLUDE | spf.curumeru.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smktg.jp |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 133.163.13.73 |
| SPF_IP | 18.176.151.147 |
| SPF_IP | 18.176.43.146 |
| SPF_IP | 18.177.21.219 |
| SPF_IP | 210.249.192.29 |
| SPF_IP | 210.249.192.30 |
| SPF_IP | 210.249.192.31 |
| SPF_IP | 35.79.178.249 |
| SPF_IP | 35.79.249.219 |
| SPF_IP | 54.248.35.151 |
| SPF_IP | 64.56.167.249 |
Related pages
Pivot deeper into the graph from repark.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "repark.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.