Help
RSS
API
Feed
Maltego
Contact
Domain > class2.cyou
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-07-19
104.24.109.108
(
ClassC
)
2026-01-28
104.21.63.169
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Wed, 28 Jan 2026 19:17:46 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sMfGrka0biPHJk1P56cgbEX4StUw0u1MITfysoFlYwRoAgKqvlH1Ji%2B9JGYnP8tAOo1EUZXFk2oDWzjIx7k%2B7cjod4m3EW%2F8MW6kn}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}last-modified: Tue, 30 Dec 2025 04:33:02 GMTServer: cloudflarevary: Accept-Encodingcf-cache-status: DYNAMICCF-RAY: 9c52d4f1fe9b817f-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>JLHS 网络服务最新发布页/title> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@300;400;500;600&displayswap relstylesheet> !-- Font Awesome --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> :root { --primary-color: #4e54c8; --secondary-color: #8f94fb; --banner-color: rgba(255, 165, 0, 0.85); --glass-bg: rgba(255, 255, 255, 0.2); --glass-border: rgba(255, 255, 255, 0.18); --glass-shadow: rgba(31, 38, 135, 0.37); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Poppins, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; background: linear-gradient(-45deg, var(--primary-color), var(--secondary-color), #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradientBG 15s ease infinite; overflow-x: hidden; } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } /* Animated background circles */ .circles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; } .circles li { position: absolute; display: block; list-style: none; background: rgba(255, 255, 255, 0.2); animation: animate 25s linear infinite; bottom: -150px; border-radius: 50%; } .circles li:nth-child(1) { left: 25%; width: 80px; height: 80px; animation-delay: 0s; } .circles li:nth-child(2) { left: 10%; width: 20px; height: 20px; animation-delay: 2s; animation-duration: 12s; } .circles li:nth-child(3) { left: 70%; width: 20px; height: 20px; animation-delay: 4s; } .circles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s; } .circles li:nth-child(5) { left: 65%; width: 20px; height: 20px; animation-delay: 0s; } .circles li:nth-child(6) { left: 75%; width: 110px; height: 110px; animation-delay: 3s; } .circles li:nth-child(7) { left: 35%; width: 150px; height: 150px; animation-delay: 7s; } .circles li:nth-child(8) { left: 50%; width: 25px; height: 25px; animation-delay: 15s; animation-duration: 45s; } @keyframes animate { 0% { transform: translateY(0) rotate(0deg); opacity: 1; } 100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; } } .dialog-container { width: 90%; max-width: 500px; margin: 20px; z-index: 10; animation: fadeIn 1s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .dialog-box { position: relative; text-align: center; padding: 30px; border-radius: 15px; background: var(--glass-bg); box-shadow: 0 8px 32px 0 var(--glass-shadow); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid var(--glass-border); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .dialog-box:hover { transform: translateY(-5px); box-shadow: 0 12px 40px 0 var(--glass-shadow); } /* Shine effect */ .dialog-box::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% ); transform: rotate(30deg); animation: shine 6s infinite; pointer-events: none; } @keyframes shine { 0% { left: -100%; opacity: 0; } 10% { left: -100%; opacity: 0.5; } 20% { left: 100%; opacity: 0; } 100% { left: 100%; opacity: 0; } } .banner { background-color: var(--banner-color); color: #fff; padding: 15px; text-align: center; font-size: 14px; line-height: 1.6; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; } .banner:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .dialog-title { font-size: 28px; font-weight: 600; margin-bottom: 15px; color: white; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .dialog-box p { font-size: 16px; margin-bottom: 25px; color: white; opacity: 0.95; } #access-button { background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); color: white; border: none; padding: 12px 28px; border-radius: 50px; cursor: pointer; font-size: 16px; font-weight: 500; letter-spacing: 0.5px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); display: inline-flex; align-items: center; justify-content: center; } #access-button:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); background: linear-gradient(45deg, var(--secondary-color), var(--primary-color)); } #access-button:active { transform: translateY(1px); } #access-button i { margin-left: 8px; transition: transform 0.3s ease; } #access-button:hover i { transform: translateX(3px); } @media (max-width: 600px) { .dialog-box { padding: 20px; } .banner { font-size: 13px; } .dialog-title { font-size: 24px; } } /style>/head>body> !-- Animated background --> ul classcircles> li>/li> li>/li> li>/li> li>/li> li>/li> li>/li> li>/li> li>/li> /ul> div classdialog-container> div classdialog-box> div classbanner> 我们的网站正在遭受严格的封锁。然而我们并未离开,并始终坚持为我校提供最优质的学术网络服务。br/> 现阶段,我们建议您为 Windows 11 系统电脑a hrefhttps://zhuanlan.zhihu.com/p/590105276>开启 DoH (加密 DNS)/a> 以绕过部分封锁措施,另外,防火墙只能封禁我们的订阅服务,因此您可以借助其他网络服务来更新订阅并继续使用我们的免费服务. /div> h1 classdialog-title>JLHS Network Service/h1> p>Please click the button to be directed to the newest unblocked website./p> button idaccess-button> Access Application i classfas fa-arrow-right>/i> /button> /div> /div> script> // Function to redirect the user when the button is clicked document.getElementById(access-button).addEventListener(click, function() { // Add a loading animation before redirect this.innerHTML i classfas fa-circle-notch fa-spin>/i> Loading...; this.disabled true; // Redirect after a short delay setTimeout(function() { window.location.href https://ftp.niuzimeimei.pics; }, 800); }); /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
]