Hostname
naver.com
Last fetched
naver.com resolves to 4 IPv4 addresses operated by NHN-AS-KR NAVER Cloud Corp. in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
naver.com 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 |
|---|---|---|---|---|
| 223.130.192.247 | 223.130.192.0/22 | AS23576 | NHN-AS-KR NAVER Cloud Corp. | KR |
| 223.130.192.248 | 223.130.192.0/22 | AS23576 | NHN-AS-KR NAVER Cloud Corp. | KR |
| 223.130.200.219 | 223.130.200.0/22 | AS23576 | NHN-AS-KR NAVER Cloud Corp. | KR |
| 223.130.200.236 | 223.130.200.0/22 | AS23576 | NHN-AS-KR NAVER Cloud Corp. | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- naver
- Contact emails
Subdomains
494 observed subdomains of naver.com.
Showing 25 of 494. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from naver.com in the public web crawl.
9,131 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for naver.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 111.91.135.0/27 |
| SPF_IP | 114.111.35.0/24 |
| SPF_IP | 125.209.208.0/20 |
| SPF_IP | 125.209.224.0/19 |
| SPF_IP | 210.89.163.112 |
| SPF_IP | 210.89.173.104/29 |
| SPF_IP | 61.247.196.0/24 |
| SPF_IP | 61.247.197.0/24 |
Related pages
Pivot deeper into the graph from naver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "naver.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.