Help
RSS
API
Feed
Maltego
Contact
Domain > cx.zheanyun.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-16
51.222.32.99
(
ClassC
)
2026-02-18
141.94.237.224
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlDate: Wed, 18 Feb 2026 17:51:35 GMTEtag: W/683d67ee-568eLast-Modified: Mon, 02 Jun 2025 08:59:26 GMTServer: Huawei Auth-Http Server 1.0Vary: Accept-EncodingTransfer-Encoding: chunked !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>浙江云堤 - 上海电信服务器特惠套餐/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Microsoft YaHei, sans-serif; } body { background: linear-gradient(135deg, #0c1a30, #162b4d, #1e3a6b); color: #fff; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 20px; position: relative; overflow-x: hidden; } .container { max-width: 1200px; width: 100%; z-index: 10; } .header { text-align: center; margin-bottom: 40px; position: relative; } .company-name { font-size: 2.5rem; font-weight: bold; margin-bottom: 15px; background: linear-gradient(90deg, #4facfe, #00f2fe); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 2px 10px rgba(0,0,0,0.3); position: relative; display: inline-block; padding: 0 20px; } .company-name:after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, #4facfe, #00f2fe); border-radius: 2px; } .header h1 { font-size: 2.8rem; margin: 20px 0; text-shadow: 0 2px 10px rgba(0,0,0,0.3); color: #fff; position: relative; } .header p { font-size: 1.2rem; max-width: 700px; margin: 0 auto; line-height: 1.6; color: #e0e7ff; } .highlight { color: #ffd166; font-weight: bold; text-shadow: 0 0 8px rgba(255, 209, 102, 0.4); } .card-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 40px; } .card { background: rgba(255, 255, 255, 0.08); border-radius: 15px; overflow: hidden; transition: transform 0.4s ease, box-shadow 0.4s ease; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); position: relative; animation: fadeInUp 0.8s ease forwards; opacity: 0; } .card:nth-child(1) { animation-delay: 0.2s; } .card:nth-child(2) { animation-delay: 0.4s; } .card:nth-child(3) { animation-delay: 0.6s; } .card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); } .card-ribbon { position: absolute; top: 15px; right: -30px; background: linear-gradient(135deg, #ff416c, #ff4b2b); color: white; padding: 8px 35px; font-size: 0.9rem; font-weight: bold; transform: rotate(45deg); box-shadow: 0 2px 8px rgba(0,0,0,0.2); z-index: 2; } .card-header { padding: 25px 20px; text-align: center; position: relative; } .special .card-header { background: linear-gradient(135deg, #ff416c, #ff4b2b); } .plan1 .card-header { background: linear-gradient(135deg, #4facfe, #00f2fe); } .plan2 .card-header { background: linear-gradient(135deg, #43e97b, #38f9d7); } .card h2 { font-size: 1.8rem; margin-bottom: 10px; } .price { font-size: 2.5rem; font-weight: bold; margin: 15px 0; } .special .price { color: #ffd166; } .plan1 .price { color: #4facfe; } .plan2 .price { color: #43e97b; } .card-body { padding: 25px; } .specs { list-style: none; margin-bottom: 25px; } .specs li { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .specs li:last-child { border-bottom: none; } .specs i { margin-right: 12px; width: 24px; text-align: center; color: #4facfe; } .feature { background: rgba(255, 255, 255, 0.05); padding: 15px; border-radius: 10px; margin-top: 15px; font-size: 0.9rem; color: #ffd166; border: 1px solid rgba(255, 209, 102, 0.2); } .btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px; text-align: center; border-radius: 8px; font-weight: bold; text-decoration: none; font-size: 1.1rem; transition: all 0.3s ease; margin-top: 20px; cursor: pointer; border: none; } .special .btn { background: linear-gradient(135deg, #ff416c, #ff4b2b); color: white; } .plan1 .btn { background: linear-gradient(135deg, #4facfe, #00f2fe); color: white; } .plan2 .btn { background: linear-gradient(135deg, #43e97b, #38f9d7); color: white; } .btn:hover { transform: scale(1.03); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .wechat-icon { font-size: 1.4rem; } .addons { background: rgba(255, 255, 255, 0.08); border-radius: 15px; padding: 30px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); animation: fadeInUp 0.8s ease forwards; animation-delay: 0.8s; opacity: 0; } .addons h2 { text-align: center; font-size: 2rem; margin-bottom: 25px; color: #ffd166; position: relative; } .addons h2:after { content: ; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #ff9a9e, #fad0c4); border-radius: 2px; } .addon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .addon-item { background: rgba(0, 0, 0, 0.2); padding: 20px; border-radius: 10px; transition: transform 0.3s ease; position: relative; overflow: hidden; animation: fadeInUp 0.6s ease forwards; opacity: 0; } .addon-item:nth-child(1) { animation-delay: 0.9s; } .addon-item:nth-child(2) { animation-delay: 1.0s; } .addon-item:nth-child(3) { animation-delay: 1.1s; } .addon-item:nth-child(4) { animation-delay: 1.2s; } .addon-item:hover { transform: translateY(-5px); background: rgba(0, 0, 0, 0.3); } .addon-item:before { content: ; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(to bottom, #4facfe, #00f2fe); } .addon-item h3 { color: #4facfe; margin-bottom: 10px; display: flex; align-items: center; padding-left: 10px; } .addon-item h3 i { margin-right: 10px; } .addon-price { font-weight: bold; color: #43e97b; font-size: 1.2rem; margin-top: 8px; padding-left: 10px; } .addon-item p { padding-left: 10px; } .footer { text-align: center; margin-top: 40px; padding: 20px; color: #a0b3e0; font-size: 0.9rem; border-top: 1px solid rgba(255, 255, 255, 0.1); animation: fadeInUp 0.8s ease forwards; animation-delay: 1.3s; opacity: 0; } .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 30px 0; } .feature-item { background: rgba(255, 255, 255, 0.05); padding: 20px; border-radius: 10px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.1); transition: transform 0.3s ease; animation: fadeInUp 0.6s ease forwards; opacity: 0; } .feature-item:nth-child(1) { animation-delay: 0.3s; } .feature-item:nth-child(2) { animation-delay: 0.4s; } .feature-item:nth-child(3) { animation-delay: 0.5s; } .feature-item:nth-child(4) { animation-delay: 0.6s; } .feature-item:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.08); } .feature-item i { font-size: 2.5rem; color: #ffd166; margin-bottom: 15px; } /* 模态框样式 */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 1000; justify-content: center; align-items: center; animation: fadeIn 0.3s ease; } .modal-content { background: linear-gradient(135deg, #1c2e4a, #0f1b3a); border-radius: 15px; padding: 30px; text-align: center; position: relative; width: 90%; max-width: 400px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.1); } .close-btn { position: absolute; top: 15px; right: 15px; font-size: 1.5rem; color: #fff; cursor: pointer; transition: color 0.3s ease; } .close-btn:hover { color: #ff416c; } .modal h3 { font-size: 1.8rem; margin-bottom: 20px; color: #ffd166; } .modal p { margin-bottom: 25px; color: #e0e7ff; } .qr-code { width: 200px; height: 200px; margin: 0 auto 20px; border-radius: 10px; overflow: hidden; border: 5px solid #fff; } .qr-code img { width: 100%; height: 100%; object-fit: cover; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 992px) { .features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .company-name { font-size: 2rem; } .header h1 { font-size: 2rem; } .header p { font-size: 1rem; } .card-container { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .price { font-size: 2rem; } } /style>/head>body> div classcontainer> div classheader> div classcompany-name>浙江云堤信息技术有限公司/div> h1>上海电信服务器特惠套餐/h1> p>高性能服务器托管方案,span classhighlight>100G防御/span>保障,span classhighlight>备案与自动过白/span>支持,为企业级应用提供稳定可靠的运行环境/p> div classfeatures-grid> div classfeature-item> i classfas fa-shield-alt>/i> h3>100G高防/h3> p>专业级防御保障/p> /div> div classfeature-item> i classfas fa-bolt>/i> h3>独享宽带/h3> p>20M/50M可选/p> /div> div classfeature-item> i classfas fa-cloud>/i> h3>上海电信/h3> p>优质骨干网络/p> /div> div classfeature-item> i classfas fa-headset>/i> h3>7×24支持/h3> p>专业技术团队/p> /div> /div> /div> div classcard-container> div classcard special> div classcard-ribbon>限时特惠/div> div classcard-header> h2>特价套餐/h2> div classprice>¥500/月起/div> p>超高性价比,限量发售/p> /div> div classcard-body> ul classspecs> li>i classfas fa-server>/i> strong>U数:/strong>1U / 2U/li> li>i classfas fa-tachometer-alt>/i> strong>宽带:/strong>100M峰值宽带 or 20M独享/li> li>i classfas fa-shield-alt>/i> strong>防御:/strong>100G/li> li>i classfas fa-network-wired>/i> strong>IP数:/strong>1IP/li> li>i classfas fa-tags>/i> strong>价格:/strong>1U ¥500/月, 2U ¥700/月/li> /ul> div classfeature> i classfas fa-check-circle>/i> 支持备案与自动过白(备案需满三天) /div> button classbtn show-modal-btn> i classfab fa-weixin wechat-icon>/i> 请添加客服企业微信 /button> /div> /div> div classcard plan1> div classcard-header> h2>套餐一/h2> div classprice>¥700/月/div> p>均衡配置,性能卓越/p> /div> div classcard-body> ul classspecs> li>i classfas fa-server>/i> strong>U数:/strong>1U/li> li>i classfas fa-tachometer-alt>/i> strong>宽带:/strong>100M峰值宽带 or 50M独享宽带/li> li>i classfas fa-shield-alt>/i> strong>防御:/strong>100G/li> li>i classfas fa-network-wired>/i> strong>IP数:/strong>1IP/li> li>i classfas fa-tags>/i> strong>价格:/strong>¥700/月/li> /ul> button classbtn show-modal-btn> i classfab fa-weixin wechat-icon>/i> 请添加客服企业微信 /button> /div> /div> div classcard plan2> div classcard-header> h2>套餐二/h2> div classprice>¥900/月/div> p>高端配置,极致性能/p> /div> div classcard-body> ul classspecs> li>i classfas fa-server>/i> strong>U数:/strong>2U/li> li>i classfas fa-tachometer-alt>/i> strong>宽带:/strong>100M峰值宽带 or 50M独享宽带/li> li>i classfas fa-shield-alt>/i> strong>防御:/strong>100G/li> li>i classfas fa-network-wired>/i> strong>IP数:/strong>1IP/li> li>i classfas fa-tags>/i> strong>价格:/strong>¥900/月/li> /ul> button classbtn show-modal-btn> i classfab fa-weixin wechat-icon>/i> 请添加客服企业微信 /button> /div> /div> /div> div classaddons> h2>增值项目/h2> div classaddon-grid> div classaddon-item> h3>i classfas fa-plus-circle>/i> IP增加/h3> p>每个IP增加50元/月/p> div classaddon-price>¥50/个/100G防御/月/div> /div> div classaddon-item> h3>i classfas fa-broadcast-tower>/i> 宽带增加/h3> p>电信宽带升级/p> div classaddon-price>¥15/M/月/div> /div> div classaddon-item> h3>i classfas fa-expand-arrows-alt>/i> U数增加/h3> p>扩展服务器空间/p> div classaddon-price>¥200/U/月/div> /div> div classaddon-item> h3>i classfas fa-headset>/i> 技术支持/h3> p>高级技术支持/p> div classaddon-price>¥500/次/div> p>基础技术支持免费/p> /div> /div> /div> div classfooter> p>© 2023 浙江云堤信息技术有限公司 | 7x24小时技术支持 | 专业团队保障 | 高品质数据中心/p> p>咨询热线: 联系微信/p> /div> /div> !-- 企业微信二维码模态框 --> div idwechatModal classmodal> div classmodal-content> span classclose-btn>×/span> h3>添加客服企业微信/h3> p>扫描二维码添加客服,获取服务器特惠套餐详情/p> div classqr-code> img srchttps://tc-oss-2.1yidc.com/2025/06/02/683d2baa2073f.jpg alt企业微信二维码> /div> p stylecolor: #ffd166; font-weight: bold;>添加微信请备注:服务器套餐咨询/p> /div> /div> script> // 模态框控制 const modal document.getElementById(wechatModal); const buttons document.querySelectorAll(.show-modal-btn); const closeBtn document.querySelector(.close-btn); // 显示模态框 buttons.forEach(button > { button.addEventListener(click, function() { modal.style.display flex; document.body.style.overflow hidden; // 防止背景滚动 }); }); // 关闭模态框 closeBtn.addEventListener(click, function() { modal.style.display none; document.body.style.overflow auto; }); // 点击模态框外部关闭 window.addEventListener(click, function(event) { if (event.target modal) { modal.style.display none; document.body.style.overflow auto; } }); // 按钮悬停效果增强 const btns document.querySelectorAll(.btn); btns.forEach(btn > { btn.addEventListener(mouseenter, function() { this.style.filter brightness(1.2); }); btn.addEventListener(mouseleave, function() { this.style.filter brightness(1); }); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesContent-Length: 138Content-Type: text/htmlDate: Wed, 18 Feb 2026 17:51:36 GMTEtag: 684827c0-8aLast-Modified: Tue, 10 Jun 2025 12:40:32 GMTServer: Huawei Auth-Http Server 1.0Strict-Transport-Security: max-age31536000 html>head>title>404 Not Found/title>/head>body>center>h1>404 Not Found/h1>/center>hr>center>nginx/center>/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
]