Hostname
grapee.jp
Last fetched
grapee.jp resolves to 4 IPv4 addresses operated by SAKURA-B SAKURA Internet Inc. in JP.
Nutrition Label
Resolution chain
grapee.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 |
|---|---|---|---|---|
| 27.133.137.37 | 27.133.128.0/19 | AS9370 | SAKURA-B SAKURA Internet Inc. | JP |
| 27.133.137.38 | 27.133.128.0/19 | AS9370 | SAKURA-B SAKURA Internet Inc. | JP |
| 27.133.137.39 | 27.133.128.0/19 | AS9370 | SAKURA-B SAKURA Internet Inc. | JP |
| 27.133.137.40 | 27.133.128.0/19 | AS9370 | SAKURA-B SAKURA Internet Inc. | JP |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from grapee.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for grapee.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-g.csdsol.com |
| SPF_INCLUDE | spf-t.csdsol.com |
| SPF_INCLUDE | spf.csdsol.com |
Related pages
Pivot deeper into the graph from grapee.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grapee.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.