Help
RSS
API
Feed
Maltego
Contact
Domain > zpxkvhfoq.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-26
3.5.186.159
(
ClassC
)
2025-09-26
3.5.188.159
(
ClassC
)
2025-11-25
3.5.185.62
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: NoSv0v4aTLqiA2SBmjCK5X4uDTTJAUZy5wz1FccuP60/Khs5U6mJM1M9TOhNPuJ5MCYDAENTER9Tpwz17ck2alRbGatHfKX+x-amz-request-id: B7MCJV0ZRJXJHQCMDate: Tue, 25 Nov 2025 22:48:17 GMTx-amz-meta-checksum-sha256: 36a94b026aabd842ebcda6835c09de10012f50654cbb4a92d63dbb05b229e9d6x-amz-meta-s3b-last-modified: 20250818T044843ZLast-Modified: Mon, 18 Aug 2025 05:40:19 GMTETag: 51952959b8b9ebe729e645e81ead55c9Content-Type: text/htmlContent-Length: 11951Server: AmazonS3 !DOCTYPE html>html langko>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Ktown4u - AI 쇼핑 어시스턴트/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); height: 100vh; display: flex; flex-direction: column; } .header { display: flex; justify-content: space-between; align-items: center; padding: 15px 30px; background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } .logo { font-size: 28px; font-weight: bold; color: #667eea; cursor: pointer; transition: transform 0.3s ease; } .logo:hover { transform: scale(1.05); } .header-right { display: flex; gap: 20px; } .header-icon { padding: 10px; background: #667eea; color: white; border-radius: 50%; cursor: pointer; position: relative; transition: all 0.3s ease; } .header-icon:hover { background: #764ba2; transform: translateY(-2px); } .header-icon.sitemap { background: #28a745; } .header-icon.sitemap:hover { background: #218838; } .cart-count { position: absolute; top: -5px; right: -5px; background: #ff4757; color: white; border-radius: 50%; width: 20px; height: 20px; font-size: 12px; display: flex; align-items: center; justify-content: center; } .main-container { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5vw; gap: clamp(30px, 6vh, 60px); min-height: 0; } .welcome-section { text-align: center; color: white; width: 90%; max-width: 800px; flex-shrink: 0; } .welcome-section h1 { font-size: clamp(28px, 5vw, 32px); margin-bottom: clamp(15px, 3vh, 20px); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .welcome-section p { font-size: clamp(14px, 2.5vw, 16px); margin-bottom: 8px; opacity: 0.9; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); line-height: 1.5; } .chat-input-container { background: white; border-radius: clamp(20px, 4vw, 25px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); padding: clamp(20px, 4vw, 25px); width: 90%; max-width: 600px; min-width: 280px; flex-shrink: 0; } .chat-input-wrapper { display: flex; gap: clamp(10px, 2vw, 15px); align-items: flex-end; } .chat-input { flex: 1; padding: clamp(15px, 3vw, 18px) clamp(20px, 4vw, 25px); border: 2px solid #e1e8ed; border-radius: clamp(20px, 4vw, 25px); font-size: clamp(14px, 2.5vw, 16px); outline: none; min-height: clamp(50px, 8vw, 56px); max-height: 120px; resize: none; font-family: inherit; transition: all 0.3s ease; line-height: 1.4; } .chat-input:focus { border-color: #667eea; box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15); } .send-button { padding: clamp(15px, 3vw, 18px) clamp(20px, 4vw, 25px); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: clamp(20px, 4vw, 25px); cursor: pointer; font-weight: 600; transition: all 0.3s ease; min-width: clamp(70px, 15vw, 90px); height: clamp(50px, 8vw, 56px); font-size: clamp(14px, 2.5vw, 16px); flex-shrink: 0; } .send-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4); } .send-button:disabled { opacity: 0.5; cursor: not-allowed; } .input-hint { text-align: center; margin-top: clamp(10px, 2vh, 15px); color: #666; font-size: clamp(12px, 2vw, 14px); } .login-notice { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: clamp(15px, 3vw, 20px); border-radius: clamp(15px, 3vw, 20px); margin-top: clamp(15px, 3vh, 20px); text-align: center; font-size: clamp(13px, 2.2vw, 15px); line-height: 1.4; box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3); } .login-notice .highlight { font-weight: 600; margin-bottom: 8px; display: block; } .login-notice .benefits { font-size: clamp(12px, 2vw, 14px); opacity: 0.9; } @media (max-width: 768px) { .header { padding: 10px 20px; } .logo { font-size: 24px; } .main-container { padding: 15px; gap: 25px; } .welcome-section { width: 95%; } .chat-input-container { width: 100%; padding: 20px; } .chat-input-wrapper { gap: 10px; } } @media (max-width: 480px) { .header { padding: 8px 15px; } .header-right { gap: 15px; } .main-container { gap: 20px; } .chat-input-container { padding: 15px; } } @media (orientation: landscape) and (max-height: 600px) { .main-container { gap: 20px; } .welcome-section h1 { font-size: 24px; margin-bottom: 10px; } .welcome-section p { font-size: 14px; margin-bottom: 5px; } } @media (max-height: 500px) { .main-container { gap: 15px; padding: 10px; } .welcome-section h1 { font-size: 22px; margin-bottom: 8px; } .welcome-section p { font-size: 13px; margin-bottom: 4px; } } @media (min-width: 1200px) { .main-container { padding: 60px; gap: 80px; } .chat-input-container { max-width: 700px; } } /style>/head>body> div classheader> div classlogo onclickgoToMain()>Ktown4u/div> div classheader-right> div classheader-icon sitemap onclickopenSitemap() title사이트맵>🗺️/div> div classheader-icon onclickopenCart() title장바구니> 🛒 span classcart-count>0/span> /div> div classheader-icon onclickopenProfile() title회원정보>👤/div> /div> /div> div classmain-container> div classwelcome-section> h1>AI 쇼핑 어시스턴트 👋/h1> p>어떤 K-POP 상품을 찾고 계신가요?/p> p>예: BTS 앨범 추천해줘, 블랙핑크 굿즈 보여줘/p> p>자연스럽게 대화하듯 말씀해 주세요!/p> /div> div classchat-input-container> div classchat-input-wrapper> textarea classchat-input idchatInput placeholder메시지를 입력하세요... >/textarea> button classsend-button idsendButton onclicksendMessage()> 전송 /button> /div> div classinput-hint> Enter로 전송 • Shift+Enter로 줄바꿈 /div> div classlogin-notice> span classhighlight>💡 로그인을 하시면 Ktown4u AI 시스템이 고객님을 위한 최선의 서비스를 제공해 드릴 수 있습니다./span> div classbenefits>개인 맞춤 추천 • 구매 이력 기반 제안 • 빠른 주문 및 배송 조회/div> /div> /div> /div> script> const chatInput document.getElementById(chatInput); const sendButton document.getElementById(sendButton); chatInput.addEventListener(input, function() { this.style.height auto; this.style.height Math.min(this.scrollHeight, 120) + px; sendButton.disabled this.value.trim() ; }); chatInput.addEventListener(keydown, function(e) { if (e.key Enter && !e.shiftKey) { e.preventDefault(); sendMessage(); } }); window.addEventListener(resize, function() { chatInput.style.height auto; chatInput.style.height Math.min(chatInput.scrollHeight, 120) + px; }); function sendMessage() { const message chatInput.value.trim(); if (message ) return; if (message.includes(추천) || message.includes(선물)) { window.location.href questions.html?question + encodeURIComponent(message); } else if (message.includes(배송) || message.includes(주문) || message.includes(환불)) { window.location.href support.html?question + encodeURIComponent(message); } else { window.location.href products.html?question + encodeURIComponent(message); } } function goToMain() { window.location.href index.html; } function openSitemap() { window.location.href sitemap.html; } function openCart() { alert(장바구니 (구현 예정)); } function openProfile() { alert(회원정보 (구현 예정)); } sendButton.disabled true; chatInput.focus(); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]