Hostname
jppf.jp
Last fetched
jppf.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
jppf.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.192.221.203 | 52.192.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.238.68.140 | 54.238.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.249.22.87 | 54.249.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 57.181.206.54 | 57.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- dsc_inc
- Contact emails
Subdomains
1 observed subdomain of jppf.jp.
| Subdomain |
|---|
| archive.jppf.jp |
Web-graph footprint
Distinct hostnames that link to or from jppf.jp in the public web crawl.
62 sites link to this hostname.
93 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for jppf.jp.
| Mechanism | Target |
|---|---|
| SPF_A | www3581.sakura.ne.jp |
| SPF_MX | jppf.jp |
Related pages
Pivot deeper into the graph from jppf.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jppf.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.