Hostname
fisharrow.co.jp
Last fetched
fisharrow.co.jp resolves to 2 IPv4 addresses operated by AS9371 in JP.
Nutrition Label
Resolution chain
fisharrow.co.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 |
|---|---|---|---|---|
| 112.78.112.58 | 112.78.112.0/20 | AS9371 | — | JP |
| 162.43.118.23 | 162.43.112.0/21 | AS131965 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- fish arrow
- Contact emails
- —
Subdomains
3 observed subdomains of fisharrow.co.jp.
Web-graph footprint
Distinct hostnames that link to or from fisharrow.co.jp in the public web crawl.
118 sites link to this hostname.
139 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- fisharrow.co.jp
SPF policy
5 SPF mechanisms authorising senders for fisharrow.co.jp.
| Mechanism | Target |
|---|---|
| SPF_A | fisharrow.co.jp |
| SPF_A | sv13342.xserver.jp |
| SPF_A | www1748.sakura.ne.jp |
| SPF_INCLUDE | spf.sender.xserver.jp |
| SPF_MX | fisharrow.co.jp |
Related pages
Pivot deeper into the graph from fisharrow.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fisharrow.co.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.