Help
RSS
API
Feed
Maltego
Contact
Domain > slowtime.cn
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-06-11
23.88.170.53
(
ClassC
)
2025-01-02
154.91.178.61
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Thu, 02 Jan 2025 20:32:22 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingStrict-Transport-Security: max-age31536000 !DOCTYPE html>html langzh>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>神秘之门/title> link relicon href/tool/image/icon.png typeimage/x-icon> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> style> body { font-family: Courier New, Courier, monospace; background: url(https://api.suyanw.cn/api/comic) no-repeat center center fixed; background-size: cover; color: #FFF; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; backdrop-filter: blur(5px); } .mystery-container { text-align: center; background-color: rgba(0, 0, 0, 0.7); padding: 20px; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); width: calc(100% - 40px); max-width: 400px; margin: 0 20px; } h1 { margin: 0 0 15px; font-size: 24px; color: #FF6347; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); } .input-container { display: flex; align-items: center; justify-content: center; margin-top: 10px; flex-wrap: wrap; } #longUrl { padding: 8px; font-size: 14px; border: none; border-radius: 5px 0 0 5px; outline: none; width: 70%; max-width: 240px; min-width: 150px; box-sizing: border-box; /* 防止内边距影响宽度 */ } #generateBtn { padding: 8px; font-size: 14px; border: none; border-radius: 0 5px 5px 0; background-color: #FF6347; color: #FFF; cursor: pointer; outline: none; transition: background-color 0.3s; width: 30%; max-width: 80px; min-width: 50px; box-sizing: border-box; } .input-container:focus-within #longUrl, .input-container:focus-within #generateBtn { border-radius: 5px; /* 输入框和按钮在获得焦点时都变为圆角 */ } #generateBtn:hover { background-color: #E55347; } .hint { font-size: 12px; color: #AAA; margin-top: 10px; } .join-link { display: block; margin-top: 10px; font-size: 12px; color: #1E90FF; text-decoration: underline; cursor: pointer; } .join-link:hover { color: #FF6347; } .custom-toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 10px 20px; background-color: rgba(0, 0, 0, 0.8); color: #fff; border-radius: 8px; font-size: 14px; text-align: center; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; z-index: 1000; } .custom-toast.show { opacity: 1; visibility: visible; } /style>/head>body> div classmystery-container> h1>神秘之门/h1> div classinput-container> input typetext idlongUrl placeholder输入暗号...> button idgenerateBtn>进入/button> /div> div classhint>提示:暗号可从指定的神秘渠道获得/div> a hrefhttps://qm.qq.com/q/Y3growN7qy target_blank title点击加入痴瓜交流群>点击这里加入QQ群获取暗号/a> /div> script> $(document).ready(function () { $(#generateBtn).click(function () { const secretCode $(#longUrl).val().trim(); if (secretCode) { $.ajax({ type: POST, url: index.php, // 发送请求到同一个文件 data: { id: secretCode }, dataType: json, success: function (response) { if (response.status success) { window.location.href response.url; // 跳转到查询成功的页面 } else { showTip(暗号不存在,请重新输入。); } }, error: function () { showTip(请求出错,请稍后重试。); } }); } else { showTip(请先输入暗号。); } }); function showTip(message) { // 创建提示弹窗元素 var toast document.createElement(div); toast.className custom-toast; toast.innerHTML message; // 将弹窗元素添加到页面中 document.body.appendChild(toast); // 显示弹窗 setTimeout(function() { toast.classList.add(show); }, 100); // 1.5秒后隐藏弹窗并移除元素 setTimeout(function() { toast.classList.remove(show); setTimeout(function() { document.body.removeChild(toast); }, 300); // 等待动画结束后再移除元素 }, 1500); } }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Thu, 02 Jan 2025 20:32:23 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingStrict-Transport-Security: max-age31536000 !DOCTYPE html>html langzh>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>神秘之门/title> link relicon href/tool/image/icon.png typeimage/x-icon> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> style> body { font-family: Courier New, Courier, monospace; background: url(https://api.suyanw.cn/api/comic) no-repeat center center fixed; background-size: cover; color: #FFF; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; backdrop-filter: blur(5px); } .mystery-container { text-align: center; background-color: rgba(0, 0, 0, 0.7); padding: 20px; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); width: calc(100% - 40px); max-width: 400px; margin: 0 20px; } h1 { margin: 0 0 15px; font-size: 24px; color: #FF6347; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); } .input-container { display: flex; align-items: center; justify-content: center; margin-top: 10px; flex-wrap: wrap; } #longUrl { padding: 8px; font-size: 14px; border: none; border-radius: 5px 0 0 5px; outline: none; width: 70%; max-width: 240px; min-width: 150px; box-sizing: border-box; /* 防止内边距影响宽度 */ } #generateBtn { padding: 8px; font-size: 14px; border: none; border-radius: 0 5px 5px 0; background-color: #FF6347; color: #FFF; cursor: pointer; outline: none; transition: background-color 0.3s; width: 30%; max-width: 80px; min-width: 50px; box-sizing: border-box; } .input-container:focus-within #longUrl, .input-container:focus-within #generateBtn { border-radius: 5px; /* 输入框和按钮在获得焦点时都变为圆角 */ } #generateBtn:hover { background-color: #E55347; } .hint { font-size: 12px; color: #AAA; margin-top: 10px; } .join-link { display: block; margin-top: 10px; font-size: 12px; color: #1E90FF; text-decoration: underline; cursor: pointer; } .join-link:hover { color: #FF6347; } .custom-toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 10px 20px; background-color: rgba(0, 0, 0, 0.8); color: #fff; border-radius: 8px; font-size: 14px; text-align: center; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; z-index: 1000; } .custom-toast.show { opacity: 1; visibility: visible; } /style>/head>body> div classmystery-container> h1>神秘之门/h1> div classinput-container> input typetext idlongUrl placeholder输入暗号...> button idgenerateBtn>进入/button> /div> div classhint>提示:暗号可从指定的神秘渠道获得/div> a hrefhttps://qm.qq.com/q/Y3growN7qy target_blank title点击加入痴瓜交流群>点击这里加入QQ群获取暗号/a> /div> script> $(document).ready(function () { $(#generateBtn).click(function () { const secretCode $(#longUrl).val().trim(); if (secretCode) { $.ajax({ type: POST, url: index.php, // 发送请求到同一个文件 data: { id: secretCode }, dataType: json, success: function (response) { if (response.status success) { window.location.href response.url; // 跳转到查询成功的页面 } else { showTip(暗号不存在,请重新输入。); } }, error: function () { showTip(请求出错,请稍后重试。); } }); } else { showTip(请先输入暗号。); } }); function showTip(message) { // 创建提示弹窗元素 var toast document.createElement(div); toast.className custom-toast; toast.innerHTML message; // 将弹窗元素添加到页面中 document.body.appendChild(toast); // 显示弹窗 setTimeout(function() { toast.classList.add(show); }, 100); // 1.5秒后隐藏弹窗并移除元素 setTimeout(function() { toast.classList.remove(show); setTimeout(function() { document.body.removeChild(toast); }, 300); // 等待动画结束后再移除元素 }, 1500); } }); /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
]