Help
RSS
API
Feed
Maltego
Contact
Domain > 666626.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-03-16
112.175.103.136
(
ClassC
)
2014-04-03
103.24.93.130
(
ClassC
)
2016-06-01
103.53.224.30
(
ClassC
)
2019-09-14
47.89.44.189
(
ClassC
)
2026-02-14
47.242.241.249
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 14 Feb 2026 20:51:09 GMTServer: ApacheLast-Modified: Mon, 22 Dec 2025 19:42:01 GMTETag: 1fd10-53da-6468f9efc594dAccept-Ranges: bytesContent-Length: 21466Vary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langzh-CN>script charsetUTF-8 idLA_COLLECT src//sdk.51.la/js-sdk-pro.min.js>/script>script>LA.init({id:3OSpuqK8UoL82dX5,ck:3OSpuqK8UoL82dX5})/script>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>域名出售 | Domain for Sale/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Microsoft YaHei, sans-serif; } body { background-color: #f8f9fa; color: #333; line-height: 1.6; transition: background-color 0.3s ease; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* 头部样式 */ header { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid #eaeaea; margin-bottom: 40px; } .logo { font-size: 24px; font-weight: 700; color: #2c3e50; } .logo span { color: #3498db; } .language-switcher { display: flex; gap: 10px; } .lang-btn { padding: 8px 16px; border: 1px solid #ddd; background: white; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.3s ease; } .lang-btn.active { background-color: #3498db; color: white; border-color: #3498db; } /* 主要内容区域 */ .main-content { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 50px; } .domain-display { flex: 1; min-width: 300px; background: white; border-radius: 12px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; } .domain-name { font-size: 42px; font-weight: 700; color: #2c3e50; margin-bottom: 15px; letter-spacing: 1px; word-break: break-all; } .domain-status { display: inline-block; background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 10px 25px; border-radius: 30px; font-weight: 600; margin-bottom: 30px; font-size: 18px; box-shadow: 0 4px 15px rgba(231, 76, 60, 0.2); } .domain-description { font-size: 18px; color: #555; margin-bottom: 40px; line-height: 1.8; } /* 联系信息区域 */ .contact-section { flex: 1; min-width: 300px; background: white; border-radius: 12px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); } .section-title { font-size: 28px; color: #2c3e50; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 2px solid #f0f0f0; } .contact-methods { display: flex; flex-direction: column; gap: 25px; } .contact-item { display: flex; align-items: center; padding: 20px; border-radius: 8px; background-color: #f9f9f9; transition: transform 0.3s ease, box-shadow 0.3s ease; } .contact-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .contact-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px; flex-shrink: 0; } .qq-icon { background-color: #12B7F5; color: white; } .email-icon { background-color: #3498db; color: white; } .phone-icon { background-color: #2ecc71; color: white; } .contact-details h3 { font-size: 20px; margin-bottom: 5px; color: #2c3e50; } .contact-details p { color: #666; font-size: 16px; } .contact-value { font-size: 22px; font-weight: 700; color: #2c3e50; margin-top: 5px; } .phone-note { font-size: 14px; color: #e74c3c; font-weight: 600; margin-top: 5px; } /* 提示信息 */ .notice { background-color: #fff8e1; border-left: 4px solid #ffc107; padding: 20px; border-radius: 8px; margin-top: 30px; font-size: 16px; color: #666; } /* 页脚 */ footer { text-align: center; padding: 30px 0; margin-top: 50px; border-top: 1px solid #eaeaea; color: #777; font-size: 14px; } /* 域名特性 */ .domain-features { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 30px; } .feature { background: #f8f9fa; padding: 15px 25px; border-radius: 8px; font-weight: 600; color: #2c3e50; border: 1px solid #eaeaea; } /* 响应式设计 */ @media (max-width: 768px) { .main-content { flex-direction: column; } .domain-name { font-size: 32px; } .contact-item { flex-direction: column; text-align: center; } .contact-icon { margin-right: 0; margin-bottom: 15px; } .domain-features { flex-direction: column; align-items: center; } } /* 语言切换效果 */ .lang-content { display: none; } .lang-content.active { display: block; animation: fadeIn 0.5s ease; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* 闪烁动画效果 */ @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .pulse { animation: pulse 2s infinite; } /style>/head>body> div classcontainer> header> div classlogo>域名span>交易/span>/div> div classlanguage-switcher> button classlang-btn active data-langzh>中文/button> button classlang-btn data-langen>English/button> /div> /header> main> div classmain-content> !-- 域名展示区域 --> div classdomain-display> !-- 中文内容 --> div classlang-content active idzh-content> h1 classdomain-name idcurrent-domain>example.com/h1> div classdomain-status pulse>出售中/div> p classdomain-description> 此优质域名现正出售中,适合品牌建设、商业项目或个人使用。域名简洁易记,具有很高的商业价值和品牌潜力。 /p> p classdomain-description> 如果您对该域名感兴趣,请通过以下方式联系我们进行价格咨询和购买流程。我们提供安全的交易方式和产权转移服务。 /p> div classdomain-features> div classfeature>品牌价值高/div> div classfeature>易于记忆/div> div classfeature>商业潜力大/div> div classfeature>支持快速过户/div> /div> /div> !-- 英文内容 --> div classlang-content iden-content> h1 classdomain-name idcurrent-domain-en>example.com/h1> div classdomain-status pulse>FOR SALE/div> p classdomain-description> This premium domain name is currently for sale, suitable for brand building, commercial projects, or personal use. The domain is concise, memorable, and has high commercial value and brand potential. /p> p classdomain-description> If you are interested in this domain, please contact us via the following methods for price inquiry and purchase process. We provide secure transaction methods and property transfer services. /p> div classdomain-features> div classfeature>High Brand Value/div> div classfeature>Easy to Remember/div> div classfeature>Great Commercial Potential/div> div classfeature>Fast Transfer Support/div> /div> /div> /div> !-- 联系信息区域 --> div classcontact-section> !-- 中文内容 --> div classlang-content active idzh-contact> h2 classsection-title>联系方式/h2> div classcontact-methods> div classcontact-item> div classcontact-icon qq-icon> i classfab fa-qq>/i> /div> div classcontact-details> h3>QQ/h3> p>添加QQ进行咨询和谈判/p> div classcontact-value>72435/div> /div> /div> div classcontact-item> div classcontact-icon email-icon> i classfas fa-envelope>/i> /div> div classcontact-details> h3>电子邮箱/h3> p>发送邮件获取详细信息/p> div classcontact-value>72435@qq.com/div> /div> /div> div classcontact-item> div classcontact-icon phone-icon> i classfas fa-phone-alt>/i> /div> div classcontact-details> h3>电话/h3> p>仅限短信联系/p> div classcontact-value>134-1818-1818/div> div classphone-note>(仅短信/SMS only)/div> /div> /div> /div> div classnotice> p>i classfas fa-info-circle>/i> 提示:请注明域名咨询以便我们更快处理您的请求。我们会在24小时内回复您的咨询。/p> /div> /div> !-- 英文内容 --> div classlang-content iden-contact> h2 classsection-title>Contact Information/h2> div classcontact-methods> div classcontact-item> div classcontact-icon qq-icon> i classfab fa-qq>/i> /div> div classcontact-details> h3>QQ/h3> p>Add QQ for consultation and negotiation/p> div classcontact-value>72435/div> /div> /div> div classcontact-item> div classcontact-icon email-icon> i classfas fa-envelope>/i> /div> div classcontact-details> h3>Email/h3> p>Send email for detailed information/p> div classcontact-value>72435@qq.com/div> /div> /div> div classcontact-item> div classcontact-icon phone-icon> i classfas fa-phone-alt>/i> /div> div classcontact-details> h3>Phone/h3> p>SMS only/p> div classcontact-value>134-1818-1818/div> div classphone-note>(SMS only)/div> /div> /div> /div> div classnotice> p>i classfas fa-info-circle>/i> Note: Please indicate Domain Inquiry so we can process your request faster. We will respond to your inquiry within 24 hours./p> /div> /div> /div> /div> /main> footer> p>© span idcurrent-year>2023/span> span idfooter-domain>example.com/span> 域名出售页面 | Domain Sale Page/p> /footer> /div> script> // 获取当前域名 function getCurrentDomain() { // 获取当前访问的域名 let currentDomain window.location.hostname; // 如果当前是本地文件系统(file://),则使用示例域名 if (currentDomain || currentDomain localhost || currentDomain.startsWith(file://)) { // 检查URL中是否有域名参数 const urlParams new URLSearchParams(window.location.search); const domainParam urlParams.get(domain); if (domainParam) { return domainParam; } return example-domain.com; // 默认示例域名 } // 移除端口号(如果有) currentDomain currentDomain.split(:)0; // 移除www前缀(如果需要) if (currentDomain.startsWith(www.)) { currentDomain currentDomain.substring(4); } return currentDomain; } // 更新页面中的域名显示 function updateDomainDisplay() { const currentDomain getCurrentDomain(); // 更新中文和英文版本的域名显示 document.getElementById(current-domain).textContent currentDomain; document.getElementById(current-domain-en).textContent currentDomain; document.getElementById(footer-domain).textContent currentDomain; // 同时更新页面标题 document.title `${currentDomain} 域名出售 | Domain for Sale`; } // 语言切换功能 function setupLanguageSwitcher() { const langButtons document.querySelectorAll(.lang-btn); const zhContents document.querySelectorAll(#zh-content, #zh-contact); const enContents document.querySelectorAll(#en-content, #en-contact); // 设置当前年份 document.getElementById(current-year).textContent new Date().getFullYear(); // 语言切换事件 langButtons.forEach(button > { button.addEventListener(click, function() { const lang this.getAttribute(data-lang); // 更新按钮状态 langButtons.forEach(btn > btn.classList.remove(active)); this.classList.add(active); // 显示对应语言内容 if (lang zh) { zhContents.forEach(content > content.classList.add(active)); enContents.forEach(content > content.classList.remove(active)); } else { zhContents.forEach(content > content.classList.remove(active)); enContents.forEach(content > content.classList.add(active)); } // 更新闪烁动画的元素 updatePulseAnimation(); }); }); // 默认显示中文 langButtons0.click(); } // 更新闪烁动画 function updatePulseAnimation() { const statusElements document.querySelectorAll(.domain-status); statusElements.forEach(el > { el.classList.remove(pulse); // 强制重绘 void el.offsetWidth; el.classList.add(pulse); }); } // 复制联系方式功能 function setupCopyFunctionality() { document.querySelectorAll(.contact-value).forEach(element > { element.addEventListener(click, function() { const textToCopy this.textContent; navigator.clipboard.writeText(textToCopy).then(() > { // 显示复制成功提示 const originalText this.textContent; this.textContent 已复制!; this.style.color #2ecc71; setTimeout(() > { this.textContent originalText; this.style.color #2c3e50; }, 1500); }); }); // 添加鼠标样式 element.style.cursor pointer; element.title 点击复制; }); } // 页面加载完成后执行 document.addEventListener(DOMContentLoaded, function() { // 更新域名显示 updateDomainDisplay(); // 设置语言切换 setupLanguageSwitcher(); // 设置复制功能 setupCopyFunctionality(); // 每10秒检查一次域名是否有变化(主要是为了演示) setInterval(updateDomainDisplay, 10000); }); // 监听URL变化(如果页面是通过hash路由) window.addEventListener(hashchange, updateDomainDisplay); /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
]