Hostname
ncsoft.jp
Last fetched
ncsoft.jp resolves to 1 IPv4 address operated by AS2516 in HK.
Nutrition Label
Resolution chain
ncsoft.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 |
|---|---|---|---|---|
| 106.186.66.199 | 106.186.64.0/18 | AS2516 | — | HK |
WHOIS identity
- Registrar
- —
- Organization
- nc japan k.k.
- Contact emails
Subdomains
57 observed subdomains of ncsoft.jp.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ncsoft.jp in the public web crawl.
248 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ncsoft.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 106.186.65.25 |
| SPF_IP | 106.186.65.26 |
| SPF_IP | 61.117.192.54 |
| SPF_IP | 61.117.192.55 |
| SPF_IP | 61.117.192.56 |
| SPF_IP | 61.117.192.59 |
| SPF_MX | mail.ncjapan.co.jp |
| SPF_MX | maild.ncjapan.co.jp |
Related pages
Pivot deeper into the graph from ncsoft.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ncsoft.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.