Help
RSS
API
Feed
Maltego
Contact
Domain > 66y1.cc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-25
43.199.63.70
(
ClassC
)
2026-01-28
47.76.242.144
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 28 Jan 2026 06:46:02 GMTContent-Type: text/htmlContent-Length: 4182Connection: keep-aliveVary: Accept-EncodingLast-Modified: Fri, 09 Jan 2026 01:36:22 GMTVary: Accept-EncodingETag: 69605b96-1056Accept-Ranges: bytesServer: mscdnX-Cache-Status: MISS !DOCTYPE html>html>head> meta http-equivContent-Type contenttext/html; charsetUTF-8> meta namereferrer contentorigin> meta nameviewport contentwidthdevice-width, initial-scale1 , maximum-scale1.0, minimum-scale1.0, viewport-fitcover, user-scalableno> meta namemobile-web-app-capable contentyes> title idmain-title>loading.1.../title>/head>body>div style position: fixed; top: 0; bottom: 0; right: 0; left: 0; background-size: 30px>/div>div styleheight: 30px; line-height: 30px; font-size:14px; color: #000; text-align: center; position: fixed; top: 55%; bottom: 0; right: 0; left: 0; > 该网站已经通过检测,跳转中.../div>/body>script> /** * 通用上报方法 — 支持 fetch / XMLHttpRequest / sendBeacon * @param {string} url 请求地址 * @param {string|Object} body 请求内容(字符串或对象) * @returns {Promisestring|null>} 返回服务器响应文本或 null */ function sendLog(url, body) { // 如果传入对象,自动转为 JSON 字符串 if (typeof body object) { body JSON.stringify(body); } // 优先使用 fetch(现代浏览器) if (typeof window.fetch function) { return fetch(url, { method: POST, body: body, headers: { Content-Type: text/plain;charsetUTF-8 }, keepalive: true }) .then(res > res.text()) .then(text > { console.log(✅ fetch 返回:, text); return text; }) .catch(err > { console.warn(⚠️ fetch 请求失败,尝试使用 XMLHttpRequest:, err); return sendLogXHR(url, body); }); } // 如果不支持 fetch,降级为 XMLHttpRequest if (typeof XMLHttpRequest ! undefined) { return sendLogXHR(url, body); } // 最后退化为 sendBeacon(无返回值) if (typeof navigator ! undefined && typeof navigator.sendBeacon function) { const ok navigator.sendBeacon(url, body); console.warn(⚠️ 当前环境仅支持 sendBeacon,上报状态:, ok); return Promise.resolve(null); } // 全部不可用 return Promise.reject(❌ 当前浏览器不支持任何上报方式); } /** * XMLHttpRequest 版本(带返回) */ function sendLogXHR(url, body) { return new Promise((resolve, reject) > { try { const xhr new XMLHttpRequest(); xhr.open(POST, url, true); xhr.setRequestHeader(Content-Type, text/plain;charsetUTF-8); xhr.onreadystatechange function () { if (xhr.readyState 4) { if (xhr.status > 200 && xhr.status 300) { console.log(✅ XHR 返回:, xhr.responseText); resolve(xhr.responseText); } else { console.error(❌ XHR 错误状态码:, xhr.status); reject(new Error(HTTP 状态码 + xhr.status)); } } }; xhr.onerror function () { reject(new Error(XHR 请求失败)); }; xhr.send(body); } catch (e) { reject(e); } }); } // --- 测试调用 --- (function(){ const str btoa(unescape(encodeURIComponent(window.location.hostname))); sendLog(https://api.bj1231.xkaruot.com/api/short/chdov2, { url: str }) .then(res > { console.log(res); let dataJSON.parse(res); window.location.hrefdata.link; }) .catch(err > console.error(❌ 请求出错:, err)); })();/script>/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
]