Hostname
cjone.com
Last fetched
cjone.com resolves to 1 IPv4 address operated by AS9578 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
cjone.com 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 |
|---|---|---|---|---|
| 210.122.97.163 | 210.122.97.0/24 | AS9578 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- cj corporation
- Contact emails
Subdomains
28 observed subdomains of cjone.com.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cjone.com in the public web crawl.
74 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for cjone.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.121.35.236 |
| SPF_IP | 116.121.35.237 |
| SPF_IP | 116.121.35.238 |
| SPF_IP | 116.121.35.239 |
| SPF_IP | 210.122.97.155 |
| SPF_IP | 210.122.97.168 |
| SPF_IP | 210.122.97.169 |
| SPF_IP | 210.122.97.186 |
| SPF_IP | 218.238.92.169 |
| SPF_IP | 218.238.92.174 |
| SPF_IP | 218.238.92.233 |
| SPF_IP | 218.238.92.234 |
Related pages
Pivot deeper into the graph from cjone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cjone.com"})-[: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.