Help
RSS
API
Feed
Maltego
Contact
Domain > 9986969.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-01-06
43.246.174.34
(
ClassC
)
2026-01-29
27.124.40.6
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: openrestyDate: Thu, 29 Jan 2026 09:37:16 GMTContent-Type: text/htmlContent-Length: 166Connection: keep-aliveLocation: https://9986969.com/Strict-Transport-Security: max-age31536000 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>openresty/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: openrestyDate: Thu, 29 Jan 2026 09:37:17 GMTContent-Type: text/htmlContent-Length: 6389Last-Modified: Thu, 01 Jan 2026 02:40:07 GMTConnection: keep-aliveVary: Accept-EncodingETag: 6955de87-18f5Strict-Transport-Security: max-age31536000Accept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width,initial-scale1 /> title>正在跳转…/title> meta namerobots contentnoindex,nofollow /> style> body{margin:0;font:16px/1.6 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:#0f1115;color:#e5e7eb;display:flex;align-items:center;justify-content:center;min-height:100vh} .card{max-width:560px;padding:28px 24px;border:1px solid #252a34;border-radius:16px;background:linear-gradient(180deg,#151823,#0f1115)} h1{margin:0 0 10px;font-size:20px} p{margin:8px 0 0;color:#a5adbb} .hint{margin-top:14px;font-size:14px} .btn{display:inline-block;margin-top:16px;padding:10px 16px;border-radius:10px;border:1px solid #3b82f6;background:#1d4ed8;color:#fff;text-decoration:none} code{background:#111827;border:1px solid #1f2937;padding:2px 6px;border-radius:6px} .small{font-size:12px;color:#8892a6;margin-top:8px} /style> script> // 可按需修改的常量 const API_URL https://n.afasdf.cn/090m0QR4; // 域名获取接口 const CACHE_KEY jump_cache_v1; const CACHE_TTL_MS 5 * 60 * 1000; // 缓存有效期:5分钟 const REQUEST_TIMEOUT_MS 4000; // 接口超时:4秒 const REQUIRE_HTTPS true; // 仅允许 https 目标 // 本地兜底:当接口失效时,可用的固定候选(你可随时替换/增删) const LOCAL_FALLBACKS https://n.afasdf.cn/090m0QR4, https://n.afasdf.cn/090m0QR4 ; // 工具函数 function isValidUrl(u) { try { const url new URL(u); if (REQUIRE_HTTPS && url.protocol ! https:) return false; // 可选:只允许跳到这些后缀(白名单域)时启用 // const WHITELIST jjbvstwt.com,rlksivff.com,xzpcimzi.com; // if (!WHITELIST.some(d > url.hostname.endsWith(d))) return false; return true; } catch { return false; } } function setCache(target) { localStorage.setItem(CACHE_KEY, JSON.stringify({ target, ts: Date.now() })); } function getCache() { try { const raw localStorage.getItem(CACHE_KEY); if (!raw) return null; const obj JSON.parse(raw); if (!obj || !obj.target || !obj.ts) return null; if (Date.now() - obj.ts > CACHE_TTL_MS) return null; return obj.target; } catch { return null; } } function timeoutPromise(ms) { return new Promise((_, reject) > setTimeout(() > reject(new Error(timeout)), ms)); } function report(status, detail) { // 轻量上报(可接你自己的日志端点;默认仅 console) console.log(jump-report, status, detail || ); // navigator.sendBeacon(https://log.your-domain.com/jump, JSON.stringify({status, detail, t: Date.now()})); } async function fetchWithTimeout(url, opt {}) { return Promise.race( fetch(url, opt), timeoutPromise(REQUEST_TIMEOUT_MS) ); } async function resolveTarget() { // 1) 先发请求(带防缓存随机数) try { const res await fetchWithTimeout(API_URL + ?_t + Date.now(), { // 若接口不支持 CORS,会报错;走缓存或本地兜底 // mode: cors, // credentials: omit, cache: no-store, headers: { Accept: application/json } }); if (!res.ok) throw new Error(bad status + res.status); const data await res.json(); const target data && data.link_jump; if (isValidUrl(target)) { report(ok_api, target); setCache(target); return target; } throw new Error(invalid target from api); } catch (e) { report(api_fail, String(e && e.message || e)); } // 2) 用缓存 const cached getCache(); if (isValidUrl(cached)) { report(ok_cache, cached); return cached; } // 3) 本地兜底 for (const url of LOCAL_FALLBACKS) { if (isValidUrl(url)) { report(ok_fallback, url); return url; } } // 4) 全部失败 return null; } async function go() { // 防止被 iframe 引用(可选) if (window.top ! window.self) { try { window.top.location window.location.href; } catch {} } const box document.getElementById(box); box.innerHTML p>正在获取跳转地址,请稍候…/p>p classsmall>若长时间无响应,可刷新页面或使用下方备用地址。/p>; const target await resolveTarget(); if (target) { // 将用户进入时携带的查询串转发给目标(可选) // 比如 www.777888.com?channelabc → 目标也带上 ?channelabc const qs window.location.search; const hash window.location.hash; const finalUrl target + (target.includes(?) ? & : ?) + __src777888 + qs + hash; // 两种跳转方式并用:先 JS,且加 meta-refresh 兜底 const meta document.createElement(meta); meta.httpEquiv refresh; meta.content 0;url + finalUrl; document.head.appendChild(meta); // JS 跳转(更快) window.location.replace(finalUrl); return; } // 失败页(含备用下载) //主用https://udyeq.rlksivff.com/api/c/4a7pr7x7 //备用https://usshu.xzpcimzi.com/api/c/4a7pr7x7 box.innerHTML ` h1>抱歉,跳转失败/h1> p classhint>当前无法获取有效目标地址,请稍后重试,或使用备用入口:/p> p>主用下载:a classbtn hrefhttps://n.afasdf.cn/090m0QR4>立即访问/a>/p> p>备用下载:a classbtn hrefhttps://n.afasdf.cn/090m0QR4>立即访问/a>/p> p classsmall>若你是网络管理员:检查目标接口 CORS、状态码、证书是否正常。/p> `; } // 页面就绪即执行 document.addEventListener(DOMContentLoaded, go); /script>/head>body> div classcard idbox> h1>正在为你分配最佳线路…/h1> p>通常 1~2 秒内完成。/p> /div>/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
]