Hostname
jfw.jp
Last fetched
jfw.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
jfw.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 |
|---|---|---|---|---|
| 18.173.132.126 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.128 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.3 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.132.66 | 18.173.132.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- japan fashion week organization
- Contact emails
Subdomains
2 observed subdomains of jfw.jp.
| Subdomain |
|---|
| mail.jfw.jp |
| www.jfw.jp |
Web-graph footprint
Distinct hostnames that link to or from jfw.jp in the public web crawl.
75 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for jfw.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _shortspf.launchmetrics.com |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf-rmb.mpme.jp |
| SPF_INCLUDE | spf.tricorn.net |
| SPF_IP | 124.37.251.109 |
| SPF_IP | 13.230.6.124 |
| SPF_IP | 210.129.60.170 |
Related pages
Pivot deeper into the graph from jfw.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jfw.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.