Hostname
okjournal.org
Last fetched
okjournal.org resolves to 4 IPv4 addresses operated by AS9318 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
okjournal.org 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 |
|---|---|---|---|---|
| 1.234.2.83 | 1.232.0.0/13 | AS9318 | — | KR |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 1.226.82.163 | 1.224.0.0/13 | AS9318 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- hoon kim
- Contact emails
Subdomains
3 observed subdomains of okjournal.org.
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from okjournal.org in the public web crawl.
21 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.fc7ccdd20f56.okjournal.org
- okjournal.org
SPF policy
1 SPF mechanism authorising senders for okjournal.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 1.234.2.83 |
Related pages
Pivot deeper into the graph from okjournal.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okjournal.org"})-[: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.