Help
RSS
API
Feed
Maltego
Contact
Domain > 1hh5.cc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-09-29
43.155.35.191
(
ClassC
)
2023-05-06
152.32.251.110
(
ClassC
)
2026-01-06
8.216.132.90
(
ClassC
)
2026-02-25
8.216.130.117
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 06 Jan 2026 22:26:14 GMTContent-Type: text/htmlContent-Length: 4178Connection: keep-aliveVary: Accept-EncodingLast-Modified: Sun, 07 Dec 2025 16:44:33 GMTVary: Accept-Encodin !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 &&
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
]