Help
RSS
API
Feed
Maltego
Contact
Domain > chateau.com.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-05-13
107.148.134.149
(
ClassC
)
2025-12-14
47.83.242.193
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlLast-Modified: Fri, 05 Dec 2025 13:52:28 GMTAccept-Ranges: bytesETag: 6198ae64ee65dc1:0Server: Microsoft-IIS/8.5Date: Sun, 14 Dec 2025 23:13:15 GMTContent-Length: 12723 !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> title>域名转让/合作 - The domain is on sale!/title> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, PingFang SC, Microsoft YaHei, Arial, sans-serif; } /* 深蓝到紫色的渐变背景 - 参考图片配色 */ body { /* 备用纯色背景 */ background-color: #2a0b60; /* 深蓝到紫色渐变 */ background: linear-gradient(135deg, #0f1a30, #2a0b60, #6a0dad); /* 兼容旧版Webkit浏览器 */ background: -webkit-linear-gradient(135deg, #0f1a30, #2a0b60, #6a0dad); /* 兼容旧版Firefox */ background: -moz-linear-gradient(135deg, #0f1a30, #2a0b60, #6a0dad); /* 兼容旧版Opera */ background: -o-linear-gradient(135deg, #0f1a30, #2a0b60, #6a0dad); min-height: 100vh; min-height: 100dvh; color: #ffffff; display: flex; justify-content: center; align-items: center; padding: 20px; position: relative; overflow-x: hidden; } /* 为不支持背景渐变的设备添加备用背景 */ body::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #2a0b60; z-index: -2; } /* 添加科技感光点效果 */ body::after { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.4), transparent), radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.3), transparent), radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.5), transparent), radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.3), transparent), radial-gradient(2px 2px at 160px 30px, rgba(255,255,255,0.4), transparent); background-repeat: repeat; background-size: 200px 100px; z-index: -1; opacity: 0.2; } .container { max-width: 800px; width: 100%; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 15px; padding: 40px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); } .container::before { content: ; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px; background: rgba(106, 13, 173, 0.2); border-radius: 50%; z-index: 0; } .content { position: relative; z-index: 1; } h1 { font-size: 1.8rem; font-weight: 600; margin-bottom: 20px; color: #ffffff; text-align: center; line-height: 1.4; } .domain-name { font-size: 3.8rem; font-weight: 700; margin-bottom: 35px; letter-spacing: 1px; text-align: center; color: #ffffff; line-height: 1.2; word-break: break-word; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .contact-info { margin-bottom: 35px; padding: 25px; background: rgba(255, 255, 255, 0.1); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.15); } .contact-info p { margin-bottom: 15px; font-size: 1.15rem; color: #ffffff; font-weight: 500; } .highlight { color: #ffffff; text-decoration: none; font-weight: 600; padding: 2px 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.15); transition: all 0.3s ease; } .highlight:hover { background: rgba(255, 255, 255, 0.25); } .standout { background: rgba(255, 255, 255, 0.15); padding: 15px 20px; border-radius: 8px; margin: 20px 0; font-weight: 600; color: #ffffff; border-left: 4px solid rgba(255, 255, 255, 0.5); font-size: 1.1rem; } .standout-alt { padding: 12px 0; margin: 15px 0; font-weight: 500; color: #f0f0f0; font-size: 1.05rem; } .tropical-background { background: rgba(255, 255, 255, 0.1); padding: 25px; border-radius: 12px; margin: 35px 0; border: 1px solid rgba(255, 255, 255, 0.15); } .tropical-background p { margin-bottom: 15px; color: #ffffff; font-weight: 500; } .features { margin-bottom: 30px; } .feature { display: flex; align-items: center; margin-bottom: 18px; font-size: 1.25rem; color: #ffffff; font-weight: 500; } .feature::before { content: ✓; display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; margin-right: 15px; font-size: 16px; color: #ffffff; font-weight: bold; } /* 添加立即购买按钮 */ .buy-now { text-align: center; margin-top: 30px; } .buy-button { display: inline-block; background: rgba(255, 255, 255, 0.2); color: #fff; font-weight: 600; font-size: 1.2rem; padding: 15px 40px; border-radius: 8px; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.3); transition: all 0.3s ease; } .buy-button:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px); } /* 响应式设计 - 针对移动设备优化 */ @media (max-width: 768px) { body { padding: 15px; background-attachment: fixed; } .container { padding: 30px 20px; } .domain-name { font-size: 2.8rem; } h1 { font-size: 1.5rem; } .feature { font-size: 1.15rem; } .contact-info p { font-size: 1.05rem; } .standout { font-size: 1.05rem; padding: 12px 15px; } .buy-button { font-size: 1.1rem; padding: 12px 30px; } } @media (max-width: 480px) { .domain-name { font-size: 2.2rem; } h1 { font-size: 1.3rem; } .feature { font-size: 1.05rem; } .container { padding: 25px 15px; } .contact-info, .tropical-background { padding: 20px; } .buy-button { font-size: 1rem; padding: 10px 25px; } } /* 针对不支持backdrop-filter的浏览器 */ @supports not (backdrop-filter: blur(15px)) { .container { background: rgba(255, 255, 255, 0.12); } } /* 添加一些动画效果 */ .container { animation: fadeIn 0.8s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /style> script charsetUTF-8 idLA_COLLECT src//sdk.51.la/js-sdk-pro.min.js>/script> script> // 初始化LA LA.init({id:CfpFz6lPgq9keZAM,ck:CfpFz6lPgq9keZAM}); /script>/head>body> div classcontainer> div classcontent> h1>该域名可转让或合作!The domain is on sale!/h1> div classdomain-name iddomainName>加载中.../div> div classcontact-info> p>strong>联系邮箱:/strong> a hrefmailto:811574@qq.com classhighlight>811574@qq.com/a>/p> div classwechat-contact> div classwechat-text> strong>QQ或微信:/strong> span classhighlight>811574/span> /div> /div> p classstandout>strong>国内交易推荐使用阿里云站内带价push或一口价交易/strong>/p> p classstandout-alt>strong>如对域名交易不熟悉,联系我们可获得全套交易详细流程/strong>/p> /div> div classtropical-background> p>mail to : a hrefmailto:811574@qq.com classhighlight>811574@qq.com/a>/p> p classstandout-alt>We accept escrow from a hrefhttp://www.Escrow.com target_blank classhighlight>www.Escrow.com/a> or a hrefhttp://www.afternic.com target_blank classhighlight>www.afternic.com/a>/p> div classfeatures> div classfeature>Full transaction support/div> div classfeature>Secure payments/div> div classfeature>Buyer protection program/div> div classfeature>Fast and easy transfer/div> /div> /div> div classbuy-now> a hrefmailto:811574@qq.com?subject域名购买咨询&body您好,我对您的域名很感兴趣,请与我联系。 classbuy-button>Buy Now/a> /div> /div> /div> script> // 使用JavaScript获取域名 document.addEventListener(DOMContentLoaded, function() { const domain window.location.hostname; document.getElementById(domainName).textContent domain; // 检测是否支持CSS渐变 function supportsCSSGradients() { const element document.createElement(div); const properties background, backgroundImage, WebkitBackground, MozBackground, OBackground ; for (let i 0; i properties.length; i++) { const property propertiesi; element.styleproperty linear-gradient(135deg, #0f1a30, #2a0b60, #6a0dad); if (element.styleproperty.indexOf(gradient) ! -1) { return true; } } return false; } // 如果不支持CSS渐变,添加回退类 if (!supportsCSSGradients()) { document.body.classList.add(no-gradient-support); } }); /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
]