Help
RSS
API
Feed
Maltego
Contact
Domain > hanslabelle.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-27
18.155.173.104
(
ClassC
)
2026-01-26
175.118.126.53
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.18.0 (Ubuntu)Date: Mon, 26 Jan 2026 20:47:28 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://hanslabelle.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.18.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.18.0 (Ubuntu)Date: Mon, 26 Jan 2026 20:47:29 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveSet-Cookie: PHPSESSIDif02kk9orpotv5qijes57o169o; path/; secure; SameSiteNoneExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cache !DOCTYPE html>html langko>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>한스라벨르 - Premium Beauty Life/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif; overflow: hidden; height: 100vh; position: relative; } /* YouTube 배경 영상 */ .video-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #000; } .video-background iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 100vh; transform: translate(-50%, -50%); pointer-events: none; } @media (min-aspect-ratio: 16/9) { .video-background iframe { height: 56.25vw; } } @media (max-aspect-ratio: 16/9) { .video-background iframe { width: 177.78vh; } } /* 오버레이 */ .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.01) 100% ); z-index: 1; } /* 메인 컨테이너 */ .main-container { position: relative; z-index: 2; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; } /* 로고 섹션 */ .logo-section { animation: fadeInDown 1.5s ease-out; margin-bottom: 60px; } .logo-link { display: inline-block; transition: all 0.5s ease; } .logo-link:hover { transform: scale(1.05); } .logo-link img { width: 250px; height: auto; opacity: 0.95; } /* 선택 박스 컨테이너 */ .selection-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 800px; width: 100%; animation: fadeInUp 1.5s ease-out 0.3s both; } /* 선택 박스 공통 스타일 */ .selection-box { position: relative; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 40px 30px; text-align: center; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; text-decoration: none; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 250px; } .selection-box::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent ); transition: left 0.6s; } .selection-box:hover::before { left: 100%; } .selection-box:hover { transform: translateY(-10px) scale(1.02); background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.4); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 100px rgba(255, 255, 255, 0.1) inset; } /* 아이콘 */ .box-icon { width: 60px; height: 60px; margin-bottom: 20px; opacity: 0.9; transition: all 0.4s ease; } .selection-box:hover .box-icon { transform: rotate(360deg) scale(1.2); opacity: 1; } /* 제목 */ .box-title { font-size: 28px; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.5px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } /* 설명 텍스트 */ .box-description { font-size: 15px; opacity: 0.85; line-height: 1.6; margin-bottom: 20px; } /* 진입 버튼 효과 */ .enter-button { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50px; font-size: 14px; font-weight: 500; transition: all 0.3s ease; } .selection-box:hover .enter-button { background: rgba(255, 255, 255, 0.3); transform: translateX(5px); } .arrow { transition: transform 0.3s ease; } .selection-box:hover .arrow { transform: translateX(5px); } /* 특별 효과 - 쇼핑몰 박스 */ .shopping-box { background: linear-gradient(135deg, rgba(58, 134, 255, 0.2) 0%, rgba(63, 55, 201, 0.2) 100%); } .shopping-box:hover { background: linear-gradient(135deg, rgba(58, 134, 255, 0.3) 0%, rgba(63, 55, 201, 0.3) 100%); } /* 특별 효과 - 창업상담 박스 */ .consulting-box { background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 154, 0, 0.2) 100%); } .consulting-box:hover { background: linear-gradient(135deg, rgba(255, 107, 107, 0.3) 0%, rgba(255, 154, 0, 0.3) 100%); } /* 애니메이션 */ @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } /* 반짝이는 효과 */ .sparkle { position: absolute; width: 4px; height: 4px; background: white; border-radius: 50%; animation: sparkleAnimation 3s linear infinite; } @keyframes sparkleAnimation { 0% { opacity: 0; transform: translateY(0) scale(0); } 50% { opacity: 1; transform: translateY(-20px) scale(1); } 100% { opacity: 0; transform: translateY(-40px) scale(0); } } /* 모바일 반응형 */ @media (max-width: 768px) { .logo-link img { width: 200px; } .selection-container { grid-template-columns: 1fr; gap: 25px; max-width: 350px; } .selection-box { min-height: 200px; padding: 30px 25px; } .box-title { font-size: 24px; } .box-description { font-size: 14px; } } /* 로딩 효과 */ .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: black; z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 1s ease-out; } .loading-overlay.hidden { opacity: 0; pointer-events: none; } .loader { width: 50px; height: 50px; border: 3px solid rgba(255, 255, 255, 0.1); border-top-color: white; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } /style>/head>body> !-- 로딩 오버레이 --> div classloading-overlay idloadingOverlay> div classloader>/div> /div> !-- YouTube 배경 --> div classvideo-background> iframe idyoutube-video srchttps://www.youtube.com/embed/pD1IFYloODM?autoplay1&mute1&loop1&controls0&showinfo0&autohide1&modestbranding1&vqhd1080&playlistpD1IFYloODM frameborder0 allowautoplay; encrypted-media allowfullscreen> /iframe> /div> !-- 오버레이 --> div classoverlay>/div> !-- 메인 컨테이너 --> div classmain-container> !-- 로고 --> div classlogo-section> a href/hans/ classlogo-link> img src/hans/images/s1_hanslabelle_white.png?a21 altHANS LABELLE classbl> /a> /div> !-- 선택 박스들 --> div classselection-container> !-- 쇼핑몰 진입 박스 --> a href/hans/ classselection-box shopping-box> svg classbox-icon viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2> path dM9 2L3 12h18L15 2H9z/> path dM3 12v7a2 2 0 002 2h14a2 2 0 002-2v-7/> path dM16 16a2 2 0 01-2 2H10a2 2 0 01-2-2/> /svg> h2 classbox-title>SHOPPING/h2> p classbox-description> 프리미엄 뷰티 제품을 만나보세요br> 당신의 아름다움을 완성합니다 /p> div classenter-button> 쇼핑몰 둘러보기 span classarrow>→/span> /div> !-- 반짝이는 효과 --> span classsparkle styletop: 20%; left: 10%; animation-delay: 0s;>/span> span classsparkle styletop: 60%; left: 80%; animation-delay: 1s;>/span> span classsparkle styletop: 80%; left: 20%; animation-delay: 2s;>/span> /a> !-- 창업상담 박스 --> a hrefhttps://hanslabelle.com/hans/company/aboutus classselection-box consulting-box> svg classbox-icon viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2> path dM17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2/> circle cx9 cy7 r4/> path dM23 21v-2a4 4 0 00-3-3.87/> path dM16 3.13a4 4 0 010 7.75/> /svg> h2 classbox-title>BUSINESS/h2> p classbox-description> 함께 성장하는 파트너가 되어주세요br> 성공적인 창업을 도와드립니다 /p> div classenter-button> 창업상담 신청하기 span classarrow>→/span> /div> !-- 반짝이는 효과 --> span classsparkle styletop: 30%; left: 70%; animation-delay: 0.5s;>/span> span classsparkle styletop: 70%; left: 30%; animation-delay: 1.5s;>/span> span classsparkle styletop: 20%; left: 90%; animation-delay: 2.5s;>/span> /a> /div> /div> script> // 페이지 로드 완료 후 로딩 화면 숨기기 window.addEventListener(load, function() { setTimeout(function() { document.getElementById(loadingOverlay).classList.add(hidden); }, 1000); }); // 마우스 이동에 따른 패럴랙스 효과 document.addEventListener(mousemove, function(e) { const x e.clientX / window.innerWidth; const y e.clientY / window.innerHeight; const logo document.querySelector(.logo-section); const boxes document.querySelectorAll(.selection-box); if (logo) { logo.style.transform `translate(${(x - 0.5) * 20}px, ${(y - 0.5) * 20}px)`; } boxes.forEach((box, index) > { const offsetX (x - 0.5) * 10 * (index % 2 0 ? 1 : -1); const offsetY (y - 0.5) * 10; box.style.transform `translate(${offsetX}px, ${offsetY}px)`; }); }); // 박스 클릭 시 페이드 효과 document.querySelectorAll(.selection-box).forEach(box > { box.addEventListener(click, function(e) { e.preventDefault(); const href this.getAttribute(href); document.getElementById(loadingOverlay).style.opacity 0; document.getElementById(loadingOverlay).style.pointerEvents auto; document.getElementById(loadingOverlay).style.transition opacity 0.5s ease-in; setTimeout(() > { document.getElementById(loadingOverlay).style.opacity 1; }, 10); setTimeout(() > { window.location.href href; }, 500); }); }); // 스크롤 방지 document.body.style.overflow hidden; document.documentElement.style.overflow hidden; /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
]