Hostname
wiseapp.co.kr
Last fetched
wiseapp.co.kr resolves to 5 IPv4 addresses operated by nhn-AS-KR-KR - NAVER Cloud Corp. in KR. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
wiseapp.co.kr resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 211.249.63.73 | 211.249.56.0/21 | AS23576 | nhn-AS-KR-KR - NAVER Cloud Corp. | KR |
| 65.9.130.88 | 65.9.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 65.9.130.19 | 65.9.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 65.9.130.116 | 65.9.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 65.9.130.122 | 65.9.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ??????
- Contact emails
- —
Subdomains
2 observed subdomains of wiseapp.co.kr.
| Subdomain |
|---|
| guide.wiseapp.co.kr |
| www.wiseapp.co.kr |
Web-graph footprint
Distinct hostnames that link to or from wiseapp.co.kr in the public web crawl.
120 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from wiseapp.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wiseapp.co.kr"})-[: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.