Hostname
cancam.jp
Last fetched
cancam.jp resolves to 2 IPv4 addresses operated by AS15830 in JP.
Nutrition Label
Resolution chain
cancam.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 |
|---|---|---|---|---|
| 110.232.194.35 | 110.232.192.0/19 | AS15830 | — | JP |
| 182.236.92.146 | 182.236.64.0/19 | AS15830 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- shogakukan
- Contact emails
Subdomains
1 observed subdomain of cancam.jp.
| Subdomain |
|---|
| www.cancam.jp |
Web-graph footprint
Distinct hostnames that link to or from cancam.jp in the public web crawl.
1,962 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for cancam.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 202.144.233.154 |
Related pages
Pivot deeper into the graph from cancam.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cancam.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.