Hostname
c.ray.co.jp
Last fetched
c.ray.co.jp resolves to 1 IPv4 address operated by AS131965 in JP.
Nutrition Label
Resolution chain
c.ray.co.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 183.90.232.27 | 183.90.224.0/20 | AS131965 | — | JP |
WHOIS identity
No WHOIS records are currently associated with c.ray.co.jp in WhisperGraph.
Subdomains
1 observed subdomain of c.ray.co.jp.
| Subdomain |
|---|
| www.c.ray.co.jp |
Web-graph footprint
Distinct hostnames that link to or from c.ray.co.jp in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for c.ray.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.owlet.work |
| SPF_IP | 118.238.9.112/28 |
| SPF_IP | 132.145.113.246 |
| SPF_IP | 132.145.122.235/32 |
| SPF_IP | 140.238.40.164 |
| SPF_IP | 163.44.89.0/24 |
| SPF_IP | 202.213.241.224/27 |
| SPF_IP | 210.159.71.90 |
| SPF_IP | 210.159.71.91 |
| SPF_IP | 210.166.70.0/24 |
Related pages
Pivot deeper into the graph from c.ray.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c.ray.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.