Help
RSS
API
Feed
Maltego
Contact
Domain > www.sutuoc.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-12
51.222.32.99
(
ClassC
)
2026-02-19
45.207.196.101
(
ClassC
)
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlDate: Thu, 19 Feb 2026 03:49:43 GMTEtag: W/69174ae0-2603Last-Modified: Fri, 14 Nov 2025 15:29:36 GMTServer: nginxSet-Cookie: SITE_TOTAL_ID332ec4642f31bb8f51255c013849ae04; Path/; Max-Age259200000; HttpOnlyStrict-Transport-Security: max-age31536000Vary: Accept-EncodingX-Cache: BYPASSTransfer-Encoding: chunked !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>速拓云计算域名变更通知/title> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Microsoft YaHei, sans-serif; } body { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 20px; color: #333; } .notification-card { background: white; border-radius: 16px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); max-width: 700px; width: 100%; padding: 40px; text-align: center; position: relative; overflow: hidden; } .notification-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #6a11cb, #2575fc); } .logo { width: 80px; height: 80px; background: linear-gradient(135deg, #6a11cb, #2575fc); border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: white; font-size: 32px; font-weight: bold; } h1 { color: #2d3748; margin-bottom: 20px; font-size: 32px; font-weight: 700; } .subtitle { color: #4a5568; font-size: 18px; margin-bottom: 30px; line-height: 1.6; } .domain-info { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px; margin: 30px 0; } .domain-old, .domain-new { padding: 15px 25px; border-radius: 10px; font-weight: 600; font-size: 18px; } .domain-old { background: #fed7d7; color: #c53030; } .domain-new { background: #c6f6d5; color: #2f855a; } .arrow { font-size: 24px; color: #4a5568; } .countdown-container { margin: 30px 0; } .countdown-text { font-size: 18px; margin-bottom: 15px; color: #4a5568; } .countdown { font-size: 42px; font-weight: 700; color: #6a11cb; margin: 20px 0; } .progress-bar { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; margin: 20px 0; } .progress { height: 100%; background: linear-gradient(90deg, #6a11cb, #2575fc); width: 100%; transition: width 1s linear; } .btn { display: inline-block; background: linear-gradient(90deg, #6a11cb, #2575fc); color: white; padding: 14px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; border: none; cursor: pointer; margin: 10px; box-shadow: 0 4px 15px rgba(106, 17, 203, 0.3); } .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(106, 17, 203, 0.4); } .btn-outline { background: white; color: #6a11cb; border: 2px solid #6a11cb; } .notice { background: #f7fafc; border-left: 4px solid #4299e1; padding: 15px; margin: 25px 0; text-align: left; border-radius: 0 8px 8px 0; } .notice h3 { color: #2b6cb0; margin-bottom: 8px; } .footer { margin-top: 30px; color: #718096; font-size: 14px; } @media (max-width: 600px) { .notification-card { padding: 25px; } h1 { font-size: 26px; } .domain-info { flex-direction: column; } .arrow { transform: rotate(90deg); } } /style>/head>body> div classnotification-card> div classlogo>!/div> h1>域名变更通知/h1> p classsubtitle>为提升服务品质与用户体验,我们的网站已启用新域名/p> div classdomain-info> div classdomain-old idoldDomain>old-domain.com/div> div classarrow>→/div> div classdomain-new idnewDomain>new-domain.com/div> /div> div classcountdown-container> p classcountdown-text>页面将在 span idcountdown classcountdown>10/span> 秒后自动跳转/p> div classprogress-bar> div classprogress idprogress>/div> /div> /div> div classnotice> h3>重要提示/h3> p>旧域名将继续保留一段时间,但建议您更新书签并使用新域名访问/p> p>此次变更是为了提升品牌形象,使域名更简洁易记/p> p>如果您遇到任何访问问题,请联系我们的客服团队/p> /div> a hrefhttps://sutuoyun.com classbtn idmanualRedirect>立即访问新网站/a> button classbtn btn-outline idcancelRedirect>取消自动跳转/button> p classfooter>温州速拓云计算有限公司,感谢您一直以来的支持!/p> /div> script> // 配置变量 const config { oldDomain: www.sutuoc.com, // 旧域名 newDomain: www.sutuoyun.com, // 新域名 countdownTime: 10, // 倒计时秒数 redirectUrl: https://www.sutuoyun.com // 跳转地址 }; // 获取DOM元素 const countdownElement document.getElementById(countdown); const progressElement document.getElementById(progress); const manualRedirectBtn document.getElementById(manualRedirect); const cancelRedirectBtn document.getElementById(cancelRedirect); const oldDomainElement document.getElementById(oldDomain); const newDomainElement document.getElementById(newDomain); // 更新显示的域名 oldDomainElement.textContent config.oldDomain; newDomainElement.textContent config.newDomain; manualRedirectBtn.href config.redirectUrl; // 倒计时功能 let seconds config.countdownTime; let countdownInterval; let progressInterval; function startCountdown() { // 更新倒计时显示 countdownElement.textContent seconds; progressElement.style.width 100%; // 设置进度条动画 let progressWidth 100; const progressStep 100 / config.countdownTime; progressInterval setInterval(() > { progressWidth - progressStep; progressElement.style.width progressWidth + %; }, 1000); // 倒计时逻辑 countdownInterval setInterval(() > { seconds--; countdownElement.textContent seconds; if (seconds 0) { clearInterval(countdownInterval); clearInterval(progressInterval); window.location.href config.redirectUrl; } }, 1000); } // 取消自动跳转 cancelRedirectBtn.addEventListener(click, function() { clearInterval(countdownInterval); clearInterval(progressInterval); countdownElement.textContent 已取消; progressElement.style.width 0%; this.textContent 已取消自动跳转; this.disabled true; }); // 页面加载完成后开始倒计时 window.addEventListener(load, startCountdown); // 添加页面可见性更改处理(当用户切换标签页时暂停倒计时) document.addEventListener(visibilitychange, function() { if (document.hidden) { clearInterval(countdownInterval); clearInterval(progressInterval); } else { // 简化处理:重新开始倒计时 // 实际应用中可能需要更复杂的逻辑来恢复倒计时 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
]