Hostname
kakaopark.com
Last fetched
kakaopark.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
kakaopark.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.159.102.19 | 108.159.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.65 | 108.159.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.71 | 108.159.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.75 | 108.159.154.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 3.166.34.107 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.118 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.20 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.59 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of kakaopark.com owner
- Contact emails
- 09line@naver.com
- gka1006018687@whoisprivacyservices.domains
- 0477b2ad-832b-4380-b436-6d814883a3a4@identity-protect.org
- 13f1b7a9-8f91-4e4a-be10-2b69d7860cca@identity-protect.org
- 2b71a7e8-ee8e-4e3e-ba48-7050bdcc7e28@identity-protect.org
- 3796e89d-3a1b-4b67-aa71-81522a20f3d0@identity-protect.org
- 41e00c98-8946-4394-b55b-fdbe61e3663b@identity-protect.org
- 9fbdb51d-a21a-461e-b2fa-841b593e33e1@identity-protect.org
- owner-2584951@kakaopark.com.whoisprivacyservice.org
- owner-6182264@kakaopark.com.whoisprivacyservice.org
- owner-9707010@kakaopark.com.whoisprivacyservice.org
Subdomains
2 observed subdomains of kakaopark.com.
Threat posture
History
Related pages
Pivot deeper into the graph from kakaopark.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kakaopark.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.