Hostname
furyu.jp
Last fetched
furyu.jp resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
furyu.jp resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.248.221.183 | 13.248.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.72.148 | 76.223.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- furyu corporation
- Contact emails
Subdomains
43 observed subdomains of furyu.jp.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from furyu.jp in the public web crawl.
459 sites link to this hostname.
214 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for furyu.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.adish.co.jp |
| SPF_INCLUDE | spf.repica.jp |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_INCLUDE | support-ml.jp |
| SPF_IP | 13.230.202.135 |
| SPF_IP | 202.214.118.125 |
| SPF_IP | 202.241.173.229 |
| SPF_IP | 3.113.161.109 |
| SPF_IP | 3.113.50.212 |
| SPF_IP | 35.72.57.92 |
| SPF_IP | 54.65.139.210 |
| SPF_IP | 54.92.13.184 |
| SPF_IP | 54.95.151.109 |
| SPF_IP | 61.200.40.7 |
Related pages
Pivot deeper into the graph from furyu.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "furyu.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.