Hostname
ceplan.co.jp
Last fetched
ceplan.co.jp resolves to 2 IPv4 addresses operated by AS9597 in JP.
Nutrition Label
Resolution chain
ceplan.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 |
|---|---|---|---|---|
| 150.60.159.146 | 150.60.0.0/16 | AS9597 | — | JP |
| 27.34.163.51 | 27.34.160.0/21 | AS9597 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- ceplan
- Contact emails
- —
Subdomains
1 observed subdomain of ceplan.co.jp.
| Subdomain |
|---|
| www.ceplan.co.jp |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ceplan.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.securemx.jp |
| SPF_IP | 150.60.159.9 |
| SPF_IP | 158.199.195.131 |
| SPF_IP | 27.34.150.203 |
Related pages
Pivot deeper into the graph from ceplan.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ceplan.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.