Help
RSS
API
Feed
Maltego
Contact
Domain > hz32.cc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-02-06
47.76.161.69
(
ClassC
)
2024-02-21
101.44.69.37
(
ClassC
)
2024-02-23
8.218.31.246
(
ClassC
)
2024-02-25
47.76.80.215
(
ClassC
)
2024-03-17
43.135.51.172
(
ClassC
)
2024-04-27
154.85.44.152
(
ClassC
)
2025-11-20
54.46.123.113
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Thu, 20 Nov 2025 11:53:01 GMTContent-Type: text/htmlContent-Length: 4179Connection: keep-aliveVary: Accept-EncodingLast-Modified: Tue, 21 Oct 2025 16:48:43 GMTVary: A !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
]