Hostname
cj.net
Last fetched
cj.net resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
cj.net 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 |
|---|---|---|---|---|
| 3.168.167.120 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.34 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.60 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.73 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- cj corporation
- Contact emails
Subdomains
217 observed subdomains of cj.net.
Showing 25 of 217. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cj.net in the public web crawl.
181 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cj.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44488251.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.cj.net |
| SPF_INCLUDE | _spf2.cj.net |
| SPF_INCLUDE | _spf3.cj.net |
| SPF_INCLUDE | _spf4.cj.net |
| SPF_INCLUDE | _spf5.cj.net |
| SPF_INCLUDE | _spf6.cj.net |
| SPF_INCLUDE | _spf7.cj.net |
| SPF_INCLUDE | _spf8.cj.net |
Related pages
Pivot deeper into the graph from cj.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cj.net"})-[: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.