Hostname
ishitake.jp
Last fetched
ishitake.jp resolves to 2 IPv4 addresses operated by AS63997 in JP.
Nutrition Label
Resolution chain
ishitake.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 |
|---|---|---|---|---|
| 119.82.26.201 | 119.82.24.0/21 | AS63997 | — | JP |
| 219.94.199.211 | 219.94.128.0/17 | AS9371 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- ishitake_inc
- Contact emails
Subdomains
2 observed subdomains of ishitake.jp.
Web-graph footprint
Distinct hostnames that link to or from ishitake.jp in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ishitake.jp
SPF policy
3 SPF mechanisms authorising senders for ishitake.jp.
| Mechanism | Target |
|---|---|
| SPF_A | www412b.sakura.ne.jp |
| SPF_IP | 119.82.26.201 |
| SPF_MX | ishitake.jp |
Related pages
Pivot deeper into the graph from ishitake.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ishitake.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.