Help
RSS
API
Feed
Maltego
Contact
Domain > www-9889.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-07-31
120.31.131.120
(
ClassC
)
2025-11-03
182.16.24.156
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Mon, 03 Nov 2025 10:46:36 GMTContent-Type: text/htmlLast-Modified: Fri, 31 Oct 2025 20:42:57 GMTTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingETag: 69051f51-17ceSet-Cookie: server_name_session7a66db7dcdcce297627758719c96d180; Max-Age86400; httponly; path/ !doctype html>html langzh-CN>head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width,initial-scale1 /> title>域名已更新 | Domain Updated/title> style> *{margin:0;padding:0;box-sizing:border-box;} html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f6fbff;color:#2b3b4d;} .topbar{background:linear-gradient(90deg,#2e9cff,#2b6bff);color:#fff;padding:8px 12px;text-align:center;font-size:14px;} .wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;} .card{background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(35,56,110,0.08);padding:36px;max-width:920px;width:100%;} .icon{width:68px;height:68px;border-radius:50%;background:linear-gradient(180deg,#eaf4ff,#fff);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;} .card h1{text-align:center;font-size:28px;margin-bottom:6px;color:#0f2b4a;} .card p{text-align:center;color:#667788;margin-bottom:22px;font-size:14px;} .domains{display:flex;gap:16px;background:#f7fbff;border-radius:8px;padding:18px;align-items:center;margin-bottom:18px;flex-wrap:wrap;} .domain-box{flex:1;min-width:220px;} .domain-label{font-size:12px;color:#9aa7b6;margin-bottom:8px;} .domain-value{background:#fff;border-radius:6px;padding:10px 12px;border:1px solid rgba(15,43,74,0.06);font-size:14px;word-break:break-all;} .progress-line{height:10px;background:rgba(15,43,74,0.06);border-radius:999px;overflow:hidden;} .progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#1e90ff,#4aa1ff);transition:width .2s linear;} .countdown{text-align:center;margin:10px 0;color:#6b8193;font-size:13px;} .actions{display:flex;gap:12px;justify-content:center;margin-top:6px;flex-wrap:wrap;} .btn{padding:12px 20px;border-radius:8px;font-size:15px;cursor:pointer;border:none;} .btn-primary{background:linear-gradient(90deg,#1e90ff,#2b6bff);color:white;} .btn-ghost{background:#fff;border:1px solid rgba(15,43,74,0.08);color:#0f2b4a;} .help{text-align:center;margin-top:18px;color:#9aa7b6;font-size:13px;} /style>/head>body> div classtopbar idbarText>/div> div classwrap> div classcard> div classicon>🌐/div> h1 idtitleText>/h1> p iddescText>/p> div classdomains> div classdomain-box> div classdomain-label idoldLabel>/div> div classdomain-value idoldDomain>/div> /div> div classdomain-box> div classdomain-label idnewLabel>/div> div classdomain-value idnewDomainDisplay>/div> /div> /div> div classprogress-line>div classprogress-bar idprogressBar>/div>/div> div classcountdown idcountdownText>/div> div classactions> button classbtn btn-primary idgotoNow>/button> button classbtn btn-ghost idcopyBtn>/button> /div> div classhelp idhelpText>/div> /div> /div> script> (function(){ // 配置 const newDomain https://fulisq.cc; const totalSeconds 8; const keepPath true; // 语言检测 const lang (navigator.language || zh-CN).toLowerCase(); const isEN lang.startsWith(en); const T isEN ? { bar:Notice: Our official domain has been updated, title:Domain Updated, desc:We have switched to a new domain for better performance and security., old:Old Domain (Current), neo:New Domain (Recommended), count:s>`Redirecting in ${s} seconds...`, jump:Go to New Domain Now, copy:Copy New Domain, copied:Copied ✓, help:If you have questions, please contact support., } : { bar:重要通知:本站域名已更新,请尽快更新书签, title:域名已更新, desc:我们已更换至新的官方域名,为您提供更好的访问体验。, old:旧域名(停用), neo:新域名(推荐使用), count:s>`页面将在 ${s} 秒后自动跳转`, jump:立即跳转至新域名,copy:复制新域名, copied:已复制 ✓, help:如有疑问,请联系网站客服(QQ: 978956222), }; const $ id > document.getElementById(id); $(barText).textContent T.bar; $(titleText).textContent T.title; $(descText).textContent T.desc; $(oldLabel).textContent T.old; $(newLabel).textContent T.neo; $(gotoNow).textContent T.jump; $(copyBtn).textContent T.copy; $(helpText).textContent T.help; $(oldDomain).textContent window.location.href; $(newDomainDisplay).textContent newDomain; function buildTarget(){ let clean newDomain.replace(/\/+$/,); if(keepPath){ clean + window.location.pathname + window.location.search + window.location.hash; } return clean; } // 倒计时 let start Date.now(); const bar $(progressBar); const timer setInterval(()>{ const elapsed (Date.now()-start)/1000; const left Math.max(totalSeconds - elapsed, 0); const percent Math.min((elapsed/totalSeconds)*100, 100); bar.style.width percent+%; $(countdownText).textContent T.count(Math.ceil(left)); if(left0){ clearInterval(timer); window.location.href buildTarget(); } },100); $(gotoNow).onclick ()>window.location.href buildTarget(); $(copyBtn).onclick ()>{ navigator.clipboard.writeText(newDomain).then(()>{ $(copyBtn).textContent T.copied; setTimeout(()>{$(copyBtn).textContent T.copy;},1500); }); }; })(); /script>script charsetUTF-8 idLA_COLLECT src//sdk.51.la/js-sdk-pro.min.js>/script>script>LA.init({id:KgBMJVXDFyvtu5E8,ck:KgBMJVXDFyvtu5E8})/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
]