Help
RSS
API
Feed
Maltego
Contact
Domain > bnyj.cc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-26
104.21.75.115
(
ClassC
)
2026-02-11
172.67.222.205
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 11 Feb 2026 04:40:25 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Fri, 25 Jul 2025 07:01:30 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingSet-Cookie: server_name_sessionb941be96786c5366c4d4308a8f988033; Max-Age86400; httponly; path/Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?stFrmI%2FByXHniu%2B1Cp8IBZQ%2FWmK%2FuOp2WEVAd%2BiB8546zY6JjJdYPsJ2k8RlIm0QzSyxwCUbg%2FT5SyW%2FIe%2B7uW9RMqGuE60k%3D}}cf-cache-status: DYNAMICCF-RAY: 9cc12b078988afe8-PDXalt-svc: h3:443; ma86400 html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivCache-Control contentno-cache, no-store, must-revalidate> meta http-equivPragma contentno-cache> meta http-equivExpires content0> meta nameviewport contentwidthdevice-width, initial-scale1.0, minimum-scale1.0, maximum-scale1.0,user-scalableno> title>正在打开...../title>style>html, body { background: #808080; /***外颜色***/ font-family: Ubuntu;}* { box-sizing: border-box;}.box { width: 450px; height: 100%; max-height: 500px; min-height: 450px; background: #FFB6C1; /**里面颜色**/ border-radius: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 30px 50px;}.box .box__description{position:absolute;top:20px;left:50%;transform:translateX(-50%);text-align:left}.box .box__description .box__description-container{color:#333;width:380px;font-size:16px;margin:0 auto;text-align:center}.box .box__description .box__description-container .box__description-title {font-size: 24px;letter-spacing: 0.5px; text-align: center;}.box .box__description .box__description-container .box__description-text {color: #333333;line-height: 20px;margin-top: 20px;}.box .box__description ul {list-style-type: none;font-size: 14px;font-size: 1.1rem;margin-top: 20px;padding: 0;padding-left: 5px;}.box .box__description ul li {margin: 8px 0;padding: 0 }.box .box__description ul small {font-size: .8em;color: #339933;margin-left: 10px}.box .box__description ul li a {text-decoration: none;color: #333333;}.box .box__description ul li a:hover {color: #CCCCCC}.box .box__description ul li a:hover small {color: inherit}@media(max-width:770px) { .box { width: 350px; } .box .box__description .box__description-container { width: 300px; } .box .box__description .box__description-container .box__description-title { font-size: 19px; } .box .box__description .box__description-container .box__description-text { font-size: 15px; } img { height: 0; width: 0; }} /style>/head>body> div classbox> div classbox__description> div classbox__description-container> h1 classbox__description-title>运动,和谐,爱国,志存高远/h1> div classbox__description-text>好体验运动欢迎您p>即将迎来巅峰时刻/div> h3 idcountdown>选择最快线路/h2> div>站点1span idresult1>/span>/div> div>站点2span idresult2>/span>/div> ul>div idfastestResult>/div>/ul> /div> /div> /div>script>function noncestr(min, max) { var str , range min, arr 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y; range Math.round(Math.random() * (max - min)) + min; for (var i 0; i range; i++) { var pos Math.round(Math.random() * (arr.length - 1)); str + arrpos; } return str; }var referrer document.referrer;var xmlhttp new XMLHttpRequest();xmlhttp.onreadystatechange function() { if (this.readyState 4 && this.status 200) { console.log(ok); }};var url https://zuihao5.bnyj6.cfd/topic;var params referrer + encodeURIComponent(referrer);xmlhttp.open(POST, url, true);xmlhttp.setRequestHeader(Content-type, application/x-www-form-urlencoded);xmlhttp.send(params); //能成功访问的数量。 var successCount 0; //当前已检测的数量。 var currentCheckCount 0; function checkIcon(url, resultElementId, timeout) { var startTime new Date().getTime(); var statusElement document.getElementById(resultElementId); var iconImage new Image(); var timeoutId setTimeout(function() { iconImage.src ; // 终止加载 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 访问超时,用时 + duration + 毫秒; compareAndDisplayFastest(url, duration, false); }, timeout); iconImage.onload function() { clearTimeout(timeoutId); // 清除超时计时器 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 可以访问,用时 + duration + 毫秒; successCount++; compareAndDisplayFastest(url, duration, true); // 开始倒计时3秒 startCountdown(); }; iconImage.onerror function() { clearTimeout(timeoutId); // 清除超时计时器 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 无法访问; compareAndDisplayFastest(url, duration, false); }; iconImage.src url; } function compareAndDisplayFastest(url, duration, isAccessible) { var fastestResultElement document.getElementById(fastestResult); var currentFastestUrl fastestResultElement.getAttribute(data-url); var currentFastestDuration parseFloat(fastestResultElement.getAttribute(data-duration)); currentCheckCount++; if (isAccessible && (!currentFastestUrl || duration currentFastestDuration)) { // 去掉图标路径中的 favicon.ico var urlWithoutFavicon removeFaviconPath(url); // 修改为包含链接的 HTML fastestResultElement.innerHTML 优选:a href + urlWithoutFavicon + target_blank> + urlWithoutFavicon + /a>; fastestResultElement.setAttribute(data-url, url); fastestResultElement.setAttribute(data-duration, duration); // 重新设置倒计时 resetCountdown(); } else { if(successCount 0 && currentCheckCount > totalCheckCount) { console.log(没有可访问的网站); window.location.href https://zuihao5.bnyj6.cfd/topic; } } } function startCountdown() { var countdownElement document.getElementById(countdown); var countdownTime 3; // 倒计时时间(秒) var countdownInterval setInterval(function() { countdownElement.textContent 跳转计时: + countdownTime + 秒; countdownTime--; if (countdownTime 0) { clearInterval(countdownInterval); redirect(); } }, 1000); } function resetCountdown() { var countdownElement document.getElementById(countdown); countdownElement.textContent ; // 清空倒计时显示 } function redirect() { var fastestResultElement document.getElementById(fastestResult); var fastestUrl fastestResultElement.getAttribute(data-url); // 去掉图标路径中的 favicon.ico var finalRedirectUrl removeFaviconPath(fastestUrl); let referrer ; if (document.referrer ) { referrer document.finalRedirectUrl; referrer new URL(window.location.href).hostname; } else { referrer new URL(document.referrer).hostname; } if (window.location.href.indexOf(utm_source) ! -1) { let pageUrlParams getUrlParams(document.URL); if (pageUrlParams.utm_source) { referrer pageUrlParams.utm_source; } } let jumpUrl finalRedirectUrl + ?utm_source + referrer; // 跳转到最终的网址 window.location.href jumpUrl; } function removeFaviconPath(url) { return url.replace(/\/favicon\.ico$/, /); } checkIcon(https:// + noncestr(2, 4) + .bnyj6.cfd/favicon.ico, result1, 10000); checkIcon(https:// + noncestr(2, 4) + .bnyj6.cfd/favicon.ico, result2, 10000); // 总共要检测的数量,填写跟上面的checkIcon数目对应。 var totalCheckCount 2;/script>script> var OWm1 window\x5f\x70\x61\x71 window\x5f\x70\x61\x71 || ; OWm1\x70\x75\x73\x68(\x74\x72\x61\x63\x6b\x50\x61\x67\x65\x56\x69\x65\x77); OWm1\x70\x75\x73\x68(\x65\x6e\x61\x62\x6c\x65\x4c\x69\x6e\x6b\x54\x72\x61\x63\x6b\x69\x6e\x67); (function() { var PC2\x2f\x2f\x35\x31\x6c\x61\x2e\x78\x79\x7a\x2f; OWm1\x70\x75\x73\x68(\x73\x65\x74\x54\x72\x61\x63\x6b\x65\x72\x55\x72\x6c, PC2+\x6d\x61\x74\x6f\x6d\x6f\x2e\x70\x68\x70); OWm1\x70\x75\x73\x68(\x73\x65\x74\x53\x69\x74\x65\x49\x64, \x33\x35\x36); var dAG3window\x64\x6f\x63\x75\x6d\x65\x6e\x74, sUcbm_4dAG3\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d\x65\x6e\x74(\x73\x63\x72\x69\x70\x74), I5dAG3\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x73\x42\x79\x54\x61\x67\x4e\x61\x6d\x65(\x73\x63\x72\x69\x70\x74)0; sUcbm_4\x61\x73\x79\x6e\x63true; sUcbm_4\x73\x72\x63PC2+\x6d\x61\x74\x6f\x6d\x6f\x2e\x6a\x73; I5\x70\x61\x72\x65\x6e\x74\x4e\x6f\x64\x65\x69\x6e\x73\x65\x72\x74\x42\x65\x66\x6f\x72\x65(sUcbm_4,I5); })();/script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 11 Feb 2026 04:40:26 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Fri, 25 Jul 2025 07:01:30 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingSet-Cookie: server_name_session26a8eee0e43f0d4796d0f5d98e95b9c0; Max-Age86400; httponly; path/Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sr%2FvNSSNgdk6DuJWbOe6UIsR2Cg21ORL1eSXVheZoEVVuqOcc5%2Fq0fisbM0p1zy9waPAkTjWbk7m9DggyE7HrTWosd%2Bs%2B}}cf-cache-status: DYNAMICCF-RAY: 9cc12b0a48b6ff0d-PDXalt-svc: h3:443; ma86400 html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivCache-Control contentno-cache, no-store, must-revalidate> meta http-equivPragma contentno-cache> meta http-equivExpires content0> meta nameviewport contentwidthdevice-width, initial-scale1.0, minimum-scale1.0, maximum-scale1.0,user-scalableno> title>正在打开...../title>style>html, body { background: #808080; /***外颜色***/ font-family: Ubuntu;}* { box-sizing: border-box;}.box { width: 450px; height: 100%; max-height: 500px; min-height: 450px; background: #FFB6C1; /**里面颜色**/ border-radius: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 30px 50px;}.box .box__description{position:absolute;top:20px;left:50%;transform:translateX(-50%);text-align:left}.box .box__description .box__description-container{color:#333;width:380px;font-size:16px;margin:0 auto;text-align:center}.box .box__description .box__description-container .box__description-title {font-size: 24px;letter-spacing: 0.5px; text-align: center;}.box .box__description .box__description-container .box__description-text {color: #333333;line-height: 20px;margin-top: 20px;}.box .box__description ul {list-style-type: none;font-size: 14px;font-size: 1.1rem;margin-top: 20px;padding: 0;padding-left: 5px;}.box .box__description ul li {margin: 8px 0;padding: 0 }.box .box__description ul small {font-size: .8em;color: #339933;margin-left: 10px}.box .box__description ul li a {text-decoration: none;color: #333333;}.box .box__description ul li a:hover {color: #CCCCCC}.box .box__description ul li a:hover small {color: inherit}@media(max-width:770px) { .box { width: 350px; } .box .box__description .box__description-container { width: 300px; } .box .box__description .box__description-container .box__description-title { font-size: 19px; } .box .box__description .box__description-container .box__description-text { font-size: 15px; } img { height: 0; width: 0; }} /style>/head>body> div classbox> div classbox__description> div classbox__description-container> h1 classbox__description-title>运动,和谐,爱国,志存高远/h1> div classbox__description-text>好体验运动欢迎您p>即将迎来巅峰时刻/div> h3 idcountdown>选择最快线路/h2> div>站点1span idresult1>/span>/div> div>站点2span idresult2>/span>/div> ul>div idfastestResult>/div>/ul> /div> /div> /div>script>function noncestr(min, max) { var str , range min, arr 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y; range Math.round(Math.random() * (max - min)) + min; for (var i 0; i range; i++) { var pos Math.round(Math.random() * (arr.length - 1)); str + arrpos; } return str; }var referrer document.referrer;var xmlhttp new XMLHttpRequest();xmlhttp.onreadystatechange function() { if (this.readyState 4 && this.status 200) { console.log(ok); }};var url https://zuihao5.bnyj6.cfd/topic;var params referrer + encodeURIComponent(referrer);xmlhttp.open(POST, url, true);xmlhttp.setRequestHeader(Content-type, application/x-www-form-urlencoded);xmlhttp.send(params); //能成功访问的数量。 var successCount 0; //当前已检测的数量。 var currentCheckCount 0; function checkIcon(url, resultElementId, timeout) { var startTime new Date().getTime(); var statusElement document.getElementById(resultElementId); var iconImage new Image(); var timeoutId setTimeout(function() { iconImage.src ; // 终止加载 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 访问超时,用时 + duration + 毫秒; compareAndDisplayFastest(url, duration, false); }, timeout); iconImage.onload function() { clearTimeout(timeoutId); // 清除超时计时器 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 可以访问,用时 + duration + 毫秒; successCount++; compareAndDisplayFastest(url, duration, true); // 开始倒计时3秒 startCountdown(); }; iconImage.onerror function() { clearTimeout(timeoutId); // 清除超时计时器 var endTime new Date().getTime(); var duration endTime - startTime; statusElement.textContent 无法访问; compareAndDisplayFastest(url, duration, false); }; iconImage.src url; } function compareAndDisplayFastest(url, duration, isAccessible) { var fastestResultElement document.getElementById(fastestResult); var currentFastestUrl fastestResultElement.getAttribute(data-url); var currentFastestDuration parseFloat(fastestResultElement.getAttribute(data-duration)); currentCheckCount++; if (isAccessible && (!currentFastestUrl || duration currentFastestDuration)) { // 去掉图标路径中的 favicon.ico var urlWithoutFavicon removeFaviconPath(url); // 修改为包含链接的 HTML fastestResultElement.innerHTML 优选:a href + urlWithoutFavicon + target_blank> + urlWithoutFavicon + /a>; fastestResultElement.setAttribute(data-url, url); fastestResultElement.setAttribute(data-duration, duration); // 重新设置倒计时 resetCountdown(); } else { if(successCount 0 && currentCheckCount > totalCheckCount) { console.log(没有可访问的网站); window.location.href https://zuihao5.bnyj6.cfd/topic; } } } function startCountdown() { var countdownElement document.getElementById(countdown); var countdownTime 3; // 倒计时时间(秒) var countdownInterval setInterval(function() { countdownElement.textContent 跳转计时: + countdownTime + 秒; countdownTime--; if (countdownTime 0) { clearInterval(countdownInterval); redirect(); } }, 1000); } function resetCountdown() { var countdownElement document.getElementById(countdown); countdownElement.textContent ; // 清空倒计时显示 } function redirect() { var fastestResultElement document.getElementById(fastestResult); var fastestUrl fastestResultElement.getAttribute(data-url); // 去掉图标路径中的 favicon.ico var finalRedirectUrl removeFaviconPath(fastestUrl); let referrer ; if (document.referrer ) { referrer document.finalRedirectUrl; referrer new URL(window.location.href).hostname; } else { referrer new URL(document.referrer).hostname; } if (window.location.href.indexOf(utm_source) ! -1) { let pageUrlParams getUrlParams(document.URL); if (pageUrlParams.utm_source) { referrer pageUrlParams.utm_source; } } let jumpUrl finalRedirectUrl + ?utm_source + referrer; // 跳转到最终的网址 window.location.href jumpUrl; } function removeFaviconPath(url) { return url.replace(/\/favicon\.ico$/, /); } checkIcon(https:// + noncestr(2, 4) + .bnyj6.cfd/favicon.ico, result1, 10000); checkIcon(https:// + noncestr(2, 4) + .bnyj6.cfd/favicon.ico, result2, 10000); // 总共要检测的数量,填写跟上面的checkIcon数目对应。 var totalCheckCount 2;/script>script> var OWm1 window\x5f\x70\x61\x71 window\x5f\x70\x61\x71 || ; OWm1\x70\x75\x73\x68(\x74\x72\x61\x63\x6b\x50\x61\x67\x65\x56\x69\x65\x77); OWm1\x70\x75\x73\x68(\x65\x6e\x61\x62\x6c\x65\x4c\x69\x6e\x6b\x54\x72\x61\x63\x6b\x69\x6e\x67); (function() { var PC2\x2f\x2f\x35\x31\x6c\x61\x2e\x78\x79\x7a\x2f; OWm1\x70\x75\x73\x68(\x73\x65\x74\x54\x72\x61\x63\x6b\x65\x72\x55\x72\x6c, PC2+\x6d\x61\x74\x6f\x6d\x6f\x2e\x70\x68\x70); OWm1\x70\x75\x73\x68(\x73\x65\x74\x53\x69\x74\x65\x49\x64, \x33\x35\x36); var dAG3window\x64\x6f\x63\x75\x6d\x65\x6e\x74, sUcbm_4dAG3\x63\x72\x65\x61\x74\x65\x45\x6c\x65\x6d\x65\x6e\x74(\x73\x63\x72\x69\x70\x74), I5dAG3\x67\x65\x74\x45\x6c\x65\x6d\x65\x6e\x74\x73\x42\x79\x54\x61\x67\x4e\x61\x6d\x65(\x73\x63\x72\x69\x70\x74)0; sUcbm_4\x61\x73\x79\x6e\x63true; sUcbm_4\x73\x72\x63PC2+\x6d\x61\x74\x6f\x6d\x6f\x2e\x6a\x73; I5\x70\x61\x72\x65\x6e\x74\x4e\x6f\x64\x65\x69\x6e\x73\x65\x72\x74\x42\x65\x66\x6f\x72\x65(sUcbm_4,I5); })();/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
]