Help
RSS
API
Feed
Maltego
Contact
Domain > 1617tt.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-24
20.2.197.24
(
ClassC
)
2025-10-15
107.149.217.11
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Wed, 15 Oct 2025 05:39:59 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://1617tt.com/Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Wed, 15 Oct 2025 05:40:00 GMTContent-Type: text/htmlLast-Modified: Sun, 21 Sep 2025 12:13:27 GMTTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingETag: 68cfebe7-5c7bStrict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443 !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; } body { font-family: Microsoft YaHei, Arial, sans-serif; background: linear-gradient(135deg, #4a90e2 0%, #7b68ee 50%, #87ceeb 100%); min-height: 100vh; position: relative; overflow-x: hidden; } /* 背景装饰 */ body::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg\ xmlns\http://www.w3.org/2000/svg\\ viewBox\0\ 0\ 100\ 100\>circle\ cx\20\\ cy\20\\ r\2\\ fill\rgba\(255,255,255,0.1); animation: float 20s infinite linear } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0px); } } .container { max-width: 800px; margin: 0 auto; padding: 20px; position: relative; z-index: 1; } /* 顶部图标区域 - 合并动画效果 */ .header-icons { display: flex; flex-direction: column; align-items: center; gap: 20px; margin: 20px 0 40px 0; position: relative; height: 200px; z-index: 1; } .merge-container { position: relative; width: 280px; height: 140px; display: flex; align-items: center; justify-content: center; } .icon-box { width: 120px; height: 120px; border-radius: 25px; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; font-weight: 900; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,0.3); position: absolute; transition: all 1s ease; text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 0 0 10px rgba(255,255,255,0.3); line-height: 1.2; } .original-site { background: linear-gradient(135deg, #e74c3c, #c0392b); border: 2px solid rgba(255,255,255,0.3); top: 50%; left: 0; transform: translateY(-50%); animation: mergeFromLeft 4s ease-in-out infinite; } .new-site { background: linear-gradient(135deg, #2c3e50, #34495e); border: 2px solid rgba(255,255,255,0.3); top: 50%; right: 0; transform: translateY(-50%); animation: mergeFromRight 4s ease-in-out infinite; } @keyframes mergeFromLeft { 0% { left: 0; transform: translateY(-50%) scale(1); opacity: 1; } 25% { left: 20px; transform: translateY(-50%) scale(1.1); } 50% { left: 40px; transform: translateY(-50%) scale(0.9); opacity: 0.9; } 75% { left: 20px; transform: translateY(-50%) scale(1.1); } 100% { left: 0; transform: translateY(-50%) scale(1); opacity: 1; } } @keyframes mergeFromRight { 0% { right: 0; transform: translateY(-50%) scale(1); opacity: 1; } 25% { right: 20px; transform: translateY(-50%) scale(1.1); } 50% { right: 40px; transform: translateY(-50%) scale(0.9); opacity: 0.9; } 75% { right: 20px; transform: translateY(-50%) scale(1.1); } 100% { right: 0; transform: translateY(-50%) scale(1); opacity: 1; } } /* 皇冠图标 */ .crown { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); font-size: 40px; color: #ffd700; animation: crownAnimation 3s ease-in-out infinite; z-index: 10; } @keyframes crownAnimation { 0%, 100% { transform: translateX(-50%) scale(1) rotate(0deg); text-shadow: 0 0 10px rgba(255,215,0,0.5); } 50% { transform: translateX(-50%) scale(1.2) rotate(5deg); text-shadow: 0 0 20px rgba(255,215,0,0.8); } } /* 合并光晕效果 */ .merge-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: radial-gradient(circle, rgba(255,215,0,0.6) 0%, rgba(255,69,0,0.4) 50%, transparent 70%); border-radius: 50%; animation: glowPulse 2s ease-in-out infinite; z-index: 1; } @keyframes glowPulse { 0%, 100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.6; } 50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; } } /* 粒子效果 */ .particle { position: absolute; width: 6px; height: 6px; background: #ffd700; border-radius: 50%; animation: particleRotate 4s linear infinite; } .particle:nth-child(1) { animation-delay: 0s; } .particle:nth-child(2) { animation-delay: 0.6s; } .particle:nth-child(3) { animation-delay: 1.2s; } .particle:nth-child(4) { animation-delay: 1.8s; } .particle:nth-child(5) { animation-delay: 2.4s; } .particle:nth-child(6) { animation-delay: 3s; } @keyframes particleRotate { 0% { transform: rotate(0deg) translateX(60px) rotate(0deg); opacity: 0; } 10%, 90% { opacity: 1; } 100% { transform: rotate(360deg) translateX(60px) rotate(-360deg); opacity: 0; } } .domain-text { position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); color: white; font-size: 18px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); background: rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 20px; backdrop-filter: blur(10px); animation: blinkAndGlow 1s ease-in-out infinite alternate; z-index: 2; border: 2px solid #ffd700; } @keyframes blinkAndGlow { 0% { opacity: 0.6; box-shadow: 0 0 5px rgba(255,215,0,0.5); transform: translateX(-50%) scale(1); } 100% { opacity: 1; box-shadow: 0 0 20px rgba(255,215,0,1), 0 0 30px rgba(255,69,0,0.8); transform: translateX(-50%) scale(1.05); } } /* 主标题 */ .main-title { text-align: center; font-size: 48px; font-weight: bold; color: #ffd700; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); margin: 20px 0 30px 0; letter-spacing: 3px; position: relative; z-index: 10; } /* 重要公告通知 */ .notification { background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,249,250,0.95) 100%); border-radius: 20px; padding: 0; margin: 30px 0; box-shadow: 0 15px 40px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,215,0,0.3); overflow: hidden; border: 2px solid #ffd700; } .notification-header { background: linear-gradient(135deg, #ff6b6b, #ee5a24); padding: 20px 30px; display: flex; align-items: center; gap: 15px; } .notification-icon { font-size: 24px; animation: pulse 2s ease-in-out infinite; } .notification-title { color: white; font-size: 20px; font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); letter-spacing: 1px; } .notification-content { padding: 30px; line-height: 1.8; font-size: 16px; color: #2c3e50; } .notification-content p { margin-bottom: 15px; } .highlight { background: linear-gradient(120deg, #ffd700, #ffed4e); padding: 2px 8px; border-radius: 5px; font-weight: bold; color: #2c3e50; } .brand-name { color: #e74c3c; font-weight: 900; font-size: 18px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); } .security { background: linear-gradient(120deg, #2ecc71, #27ae60); color: white; padding: 2px 8px; border-radius: 5px; font-weight: bold; } .action { background: linear-gradient(120deg, #3498db, #2980b9); color: white; padding: 2px 8px; border-radius: 5px; font-weight: bold; } .final-notice { background: rgba(255,215,0,0.1); border: 2px solid #ffd700; border-radius: 10px; padding: 15px; text-align: center; font-weight: bold; margin-top: 20px !important; } .new-brand { background: linear-gradient(120deg, #8e44ad, #9b59b6); color: white; padding: 5px 15px; border-radius: 8px; font-weight: 900; font-size: 18px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); display: inline-block; margin: 0 5px; animation: glow 2s ease-in-out infinite alternate; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } @keyframes glow { 0% { box-shadow: 0 0 5px rgba(142,68,173,0.5); } 100% { box-shadow: 0 0 20px rgba(142,68,173,0.8), 0 0 30px rgba(155,89,182,0.6); } } /* 按钮区域 */ .button-grid { display: flex; flex-direction: column; gap: 20px; margin: 40px 0; } .btn { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 18px 30px; border: none; border-radius: 50px; font-size: 18px; font-weight: bold; text-decoration: none; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,0.2); transition: all 0.3s ease; position: relative; overflow: hidden; cursor: pointer; } .btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s ease; } .btn:hover::before { left: 100%; } .btn:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(0,0,0,0.3); } .btn-download { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%); } .btn-service { background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%); } .btn-website { background: linear-gradient(135deg, #3498db 0%, #2980b9 100%); } /* 合并注意事项 */ .merger-notices { background: rgba(255,255,255,0.9); border-radius: 15px; padding: 25px; margin: 30px 0; box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .merger-notices h3 { color: #e74c3c; font-size: 20px; margin-bottom: 15px; text-align: center; } .merger-notices ul { list-style: none; padding: 0; } .merger-notices li { padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.1); color: #2c3e50; line-height: 1.6; } .merger-notices li:last-child { border-bottom: none; } .merger-notices li::before { content: ▶; color: #e74c3c; font-weight: bold; margin-right: 10px; } /* 温馨提示 */ .warm-tips { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%); border-radius: 15px; padding: 25px; margin: 30px 0; box-shadow: 0 8px 25px rgba(0,0,0,0.1); border: 2px solid rgba(255,255,255,0.3); } .warm-tips h3 { color: #fff; font-size: 20px; margin-bottom: 15px; text-align: center; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .warm-tips p { color: #fff; line-height: 1.8; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); margin-bottom: 10px; } /* 版权信息 */ .copyright { text-align: center; padding: 30px 20px; background: rgba(0,0,0,0.3); color: rgba(255,255,255,0.8); border-radius: 15px; margin-top: 40px; backdrop-filter: blur(10px); } /* 进入新平台提示 */ .platform-loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: none; flex-direction: column; align-items: center; justify-content: center; z-index: 1000; color: white; } .loading-text { font-size: 32px; font-weight: bold; margin-bottom: 30px; animation: loadingPulse 1.5s ease-in-out infinite; } .loading-bar { width: 300px; height: 6px; background: rgba(255,255,255,0.3); border-radius: 3px; overflow: hidden; margin-bottom: 20px; } .loading-progress { height: 100%; background: linear-gradient(90deg, #ffd700, #ff6b6b); border-radius: 3px; animation: loadingProgress 3s ease-in-out forwards; } .loading-dots { font-size: 24px; animation: loadingDots 1.5s ease-in-out infinite; } @keyframes loadingPulse { 0%, 100% { opacity: 0.7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } } @keyframes loadingProgress { 0% { width: 0%; } 100% { width: 100%; } } @keyframes loadingDots { 0%, 20% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } /* 响应式设计 */ @media (max-width: 768px) { .container { padding: 15px; } .main-title { font-size: 36px; } .merge-container { width: 240px; height: 120px; } .icon-box { width: 100px; height: 100px; font-size: 16px; } .btn { padding: 15px 25px; font-size: 16px; } } /style>/head>body> div classcontainer> !-- 顶部图标区域 --> div classheader-icons> div classmerge-container> !-- 皇冠 --> div classcrown>👑/div> !-- 原来网站图标 --> div classicon-box original-site> 1607.vip /div> !-- 新网站图标 --> div classicon-box new-site> 官方官营br>6806.vip /div> !-- 合并光晕效果 --> div classmerge-glow>/div> !-- 粒子效果 --> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> /div> !-- 域名文字 --> div classdomain-text iddomainText>6806.vip/div> /div> !-- 主标题 --> h1 classmain-title>特大喜讯 合并运营/h1> h1 classmain-title>账号前面+cy即可登录/h1> !-- 通知内容 --> div classnotification> div classnotification-header> span classnotification-icon>📢/span> span classnotification-title>重要运营调整公告/span> /div> div classnotification-content> p>由于span classhighlight>集团运营方案调整/span>,现将旧版本全部升级合并到新版本span classbrand-name>聚宝网/span>运营。/p> p>为保障span classsecurity>会员资金安全/span>,现按规定进行全部平移。/p> p>旧版app以及网址打开将全部更新至新版下载页面,所有会员请span classaction>重新下载新版本app登入/span>。/p> p>font color#E74C3C size5> span stylebackground-color: #FFFF00> 在新平台登录账户,可以随机获得神秘彩金.神秘彩金金额8-8888元/span>/font>/p> p classfinal-notice>新版本平台名称为span classnew-brand>【聚宝网】/span>敬请体验。/p> /div> /div> !-- 按钮区域 --> div classbutton-grid> a hrefhttps://jump-qnyd.youdou.mobi/jump/index.html?siteCodeag73-appdownload&tokenovwag73-appdownload&optional1&isCheck0&routerecord1 classbtn btn-download>📱 下载新版APP/a> a hrefhttps://tawk.to/chat/688719f8db7610192eeacbf7/1j17rqt6h classbtn btn-service>💬 联系客服/a> a hrefhttps://6806.vip classbtn btn-website>🌐 访问官网/a> /div> !-- 合并注意事项 --> div classmerger-notices> h3>🔔 合并注意事项/h3> ul> li>原平台所有数据将完整迁移至新平台,确保用户信息安全/li> li>合并期间如遇到任何问题,请及时联系在线客服获得帮助/li> li>新平台将提供更优质的服务体验和更丰富的功能选择/li> li>原有账户余额和积分将自动转移,无需用户手动操作/li> li>合并完成后,原平台链接将自动跳转至新平台页面/li> li>建议用户尽快下载新版本APP,享受最新功能和优化体验/li> li>如有疑问可通过官方客服渠道咨询,我们将竭诚为您服务/li> /ul> /div> !-- 温馨提示 --> div classwarm-tips> h3>💝 温馨提示/h3> p>🎯 为确保您的账户安全,请通过官方渠道下载新版本应用程序/p> p>🔒 登录时请使用原有的账户信息,系统将自动完成数据同步/p> p>⚡ 新平台采用最新技术架构,运行速度更快,稳定性更强/p> p>🎁 新用户注册即可获得专属礼包,老用户登录也有惊喜奖励/p> p>📞 遇到问题请随时联系24小时在线客服,我们随时为您解答/p> p>🌟 感谢您一直以来的支持与信任,我们将继续为您提供优质服务/p> /div> !-- 版权信息 --> div classcopyright> p>© 2024 聚宝网 版权所有/p> p>技术支持:专业运营团队 | 客服热线:24小时在线服务/p> /div> /div> !-- 进入新平台加载页面 --> div classplatform-loading idplatformLoading> div classloading-text>正在进入新平台/div> div classloading-bar> div classloading-progress>/div> /div> div classloading-dots>● ● ●/div> p stylemargin-top: 20px; font-size: 18px; opacity: 0.8;>聚宝网 - 全新体验即将开始/p> /div> script> // 3秒后显示加载页面并跳转到百度 setTimeout(function() { // 显示加载页面 document.getElementById(platformLoading).style.display flex; // 再等3秒后跳转到百度 setTimeout(function() { window.location.href https://www.6806.vip; }, 3000); }, 60000); // 增强域名闪烁效果 const domainText document.getElementById(domainText); let blinkCount 0; setInterval(function() { blinkCount++; if (blinkCount % 2 0) { domainText.style.color #ffd700; domainText.style.textShadow 0 0 20px #ffd700, 0 0 30px #ff6b6b; } else { domainText.style.color #ff6b6b; domainText.style.textShadow 0 0 15px #ff6b6b, 0 0 25px #ffd700; } }, 500); /script>/body>script>var _hmt _hmt || ;(function() { var hm document.createElement(script); hm.src https://hm.baidu.com/hm.js?8557e609fd5a5814fc6fe399eb3bb970; var s document.getElementsByTagName(script)0; s.parentNode.insertBefore(hm, s);})();/script>/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
]