Help
RSS
API
Feed
Maltego
Contact
Domain > 123.tangwei.de5.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-16
104.21.42.193
(
ClassC
)
2026-01-28
172.67.165.139
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 28 Jan 2026 03:13:20 GMTContent-Type: text/html; charsetutf-8Content-Length: 17614Connection: keep-aliveVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sIKqvDKUBOu3RM1YD8O0jvx3oYSsihxV9rV77RrsKtTspRFzNRwECLYzYNEKAOXKPuNVvkqmGSg%2B95nOHb8gQce7r4IoVnkXX3DyedFIJf3B8pR8%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9c4d50367d6f054d-PDXalt-svc: h3:443; ma86400 !DOCTYPE html> html langzh-CN dirltr> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>终端/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Courier New, monospace; background: #000; color: #00ff00; min-height: 100vh; overflow-x: hidden; position: relative; display: flex; justify-content: center; align-items: center; } .matrix-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); z-index: -1; animation: bg-pulse 8s ease-in-out infinite; } @keyframes bg-pulse { 0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); } 50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); } } .matrix-rain { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,0,0.03) 2px, rgba(0,255,0,0.03) 4px); animation: matrix-fall 20s linear infinite; z-index: -1; } @keyframes matrix-fall { 0% { transform: translateY(-100%); } 100% { transform: translateY(100vh); } } .matrix-code-rain { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -1; overflow: hidden; } .matrix-column { position: absolute; top: -100%; left: 0; color: #00ff00; font-family: Courier New, monospace; font-size: 14px; line-height: 1.2; animation: matrix-drop 15s linear infinite; text-shadow: 0 0 5px #00ff00; } @keyframes matrix-drop { 0% { top: -100%; opacity: 1; } 10% { opacity: 1; } 90% { opacity: 0.3; } 100% { top: 100vh; opacity: 0; } } .matrix-column:nth-child(odd) { animation-duration: 12s; animation-delay: -2s; } .matrix-column:nth-child(even) { animation-duration: 18s; animation-delay: -5s; } .matrix-column:nth-child(3n) { animation-duration: 20s; animation-delay: -8s; } .terminal { width: 90%; max-width: 800px; height: 500px; background: rgba(0, 0, 0, 0.9); border: 2px solid #00ff00; border-radius: 8px; box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1); backdrop-filter: blur(10px); position: relative; z-index: 1; overflow: hidden; } .terminal-header { background: rgba(0, 20, 0, 0.8); padding: 10px 15px; border-bottom: 1px solid #00ff00; display: flex; align-items: center; } .terminal-buttons { display: flex; gap: 8px; } .terminal-button { width: 12px; height: 12px; border-radius: 50%; background: #ff5f57; border: none; } .terminal-button:nth-child(2) { background: #ffbd2e; } .terminal-button:nth-child(3) { background: #28ca42; } .terminal-title { margin-left: 15px; color: #00ff00; font-size: 14px; font-weight: bold; } .terminal-body { padding: 20px; height: calc(100% - 50px); overflow-y: auto; font-size: 14px; line-height: 1.4; } .terminal-line { margin-bottom: 8px; display: flex; align-items: center; } .terminal-prompt { color: #00ff00; margin-right: 10px; font-weight: bold; } .terminal-input { background: transparent; border: none; outline: none; color: #00ff00; font-family: Courier New, monospace; font-size: 14px; flex: 1; caret-color: #00ff00; } .terminal-input::placeholder { color: #00aa00; opacity: 0.7; } .terminal-cursor { display: inline-block; width: 8px; height: 16px; background: #00ff00; animation: blink 1s infinite; margin-left: 2px; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } .terminal-output { color: #00aa00; margin: 5px 0; } .terminal-error { color: #ff4444; margin: 5px 0; } .terminal-success { color: #44ff44; margin: 5px 0; } .matrix-text { position: fixed; top: 20px; right: 20px; color: #00ff00; font-family: Courier New, monospace; font-size: 0.8rem; opacity: 0.6; animation: matrix-flicker 3s infinite; } @keyframes matrix-flicker { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } } /style> /head> body> div classmatrix-bg>/div> div classmatrix-rain>/div> div classmatrix-code-rain idmatrixCodeRain>/div> div classmatrix-text>终端/div> div styleposition: fixed; top: 20px; left: 20px; z-index: 1000;> select idlanguageSelector stylebackground: rgba(0, 20, 0, 0.9); border: 2px solid #00ff00; color: #00ff00; padding: 8px 12px; font-family: Courier New, monospace; font-size: 14px; cursor: pointer; text-shadow: 0 0 5px #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4); onchangechangeLanguage(this.value)> option valuezh selected>🇨🇳 中文/option> option valuefa >🇮🇷 فارسی/option> /select> /div> div classterminal> div classterminal-header> div classterminal-buttons> div classterminal-button>/div> div classterminal-button>/div> div classterminal-button>/div> /div> div classterminal-title>终端/div> /div> div classterminal-body idterminalBody> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>恭喜你来到这/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>请输入你U变量的值/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>命令: connect UUID/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> input typetext classterminal-input iduuidInput placeholder输入U变量的内容并且回车... autofocus> span classterminal-cursor>/span> /div> /div> /div> script> function createMatrixRain() { const matrixContainer document.getElementById(matrixCodeRain); const matrixChars 01ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz; const columns Math.floor(window.innerWidth / 18); for (let i 0; i columns; i++) { const column document.createElement(div); column.className matrix-column; column.style.left (i * 18) + px; column.style.animationDelay Math.random() * 15 + s; column.style.animationDuration (Math.random() * 15 + 8) + s; column.style.fontSize (Math.random() * 4 + 12) + px; column.style.opacity Math.random() * 0.8 + 0.2; let text ; const charCount Math.floor(Math.random() * 30 + 20); for (let j 0; j charCount; j++) { const char matrixCharsMath.floor(Math.random() * matrixChars.length); const brightness Math.random() > 0.1 ? #00ff00 : #00aa00; text + span stylecolor: + brightness + ;> + char + /span>br>; } column.innerHTML text; matrixContainer.appendChild(column); } setInterval(function() { const columns matrixContainer.querySelectorAll(.matrix-column); columns.forEach(function(column) { if (Math.random() > 0.95) { const chars column.querySelectorAll(span); if (chars.length > 0) { const randomChar charsMath.floor(Math.random() * chars.length); randomChar.style.color #ffffff; setTimeout(function() { randomChar.style.color #00ff00; }, 200); } } }); }, 100); } function isValidUUID(uuid) { const uuidRegex /^0-9a-f{8}-0-9a-f{4}-0-9a-f{4}-0-9a-f{4}-0-9a-f{12}$/i; return uuidRegex.test(uuid); } function addTerminalLine(content, type output) { const terminalBody document.getElementById(terminalBody); const line document.createElement(div); line.className terminal-line; const prompt document.createElement(span); prompt.className terminal-prompt; prompt.textContent root:~$; const output document.createElement(span); output.className terminal- + type; output.textContent content; line.appendChild(prompt); line.appendChild(output); terminalBody.appendChild(line); terminalBody.scrollTop terminalBody.scrollHeight; } function handleUUIDInput() { const input document.getElementById(uuidInput); const inputValue input.value.trim(); const cp ; if (inputValue) { addTerminalLine(atob(Y29ubmVjdCA) + inputValue, output); const translations { zh: { connecting: 正在连接..., invading: 正在入侵..., success: 连接成功!返回结果..., error: 错误: 无效的UUID格式, reenter: 请重新输入有效的UUID }, fa: { connecting: در حال اتصال..., invading: در حال نفوذ..., success: اتصال موفق! در حال بازگشت نتیجه..., error: خطا: فرمت UUID نامعتبر, reenter: لطفا UUID معتبر را دوباره وارد کنید } }; const browserLang navigator.language || navigator.userLanguage || ; const isFarsi browserLang.includes(fa) || browserLang.includes(fa-IR); const t translationsisFarsi ? fa : zh; if (cp) { const cleanInput inputValue.startsWith(/) ? inputValue : / + inputValue; addTerminalLine(t.connecting, output); setTimeout(() > { addTerminalLine(t.success, success); setTimeout(() > { window.location.href cleanInput; }, 1000); }, 500); } else { if (isValidUUID(inputValue)) { addTerminalLine(t.invading, output); setTimeout(() > { addTerminalLine(t.success, success); setTimeout(() > { window.location.href / + inputValue; }, 1000); }, 500); } else { addTerminalLine(t.error, error); addTerminalLine(t.reenter, output); } } input.value ; } } function changeLanguage(lang) { localStorage.setItem(preferredLanguage, lang); // 设置Cookie(有效期1年) const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + lang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; // 刷新页面,不使用URL参数 window.location.reload(); } // 页面加载时检查 localStorage 和 Cookie,并清理URL参数 window.addEventListener(DOMContentLoaded, function() { function getCookie(name) { const value ; + document.cookie; const parts value.split(; + name + ); if (parts.length 2) return parts.pop().split(;).shift(); return null; } const savedLang localStorage.getItem(preferredLanguage) || getCookie(preferredLanguage); const urlParams new URLSearchParams(window.location.search); const urlLang urlParams.get(lang); // 如果URL中有语言参数,移除它并设置Cookie if (urlLang) { const currentUrl new URL(window.location.href); currentUrl.searchParams.delete(lang); const newUrl currentUrl.toString(); // 设置Cookie const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + urlLang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; localStorage.setItem(preferredLanguage, urlLang); // 使用history API移除URL参数,不刷新页面 window.history.replaceState({}, , newUrl); } else if (savedLang) { // 如果localStorage中有但Cookie中没有,同步到Cookie const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + savedLang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; } }); document.addEventListener(DOMContentLoaded, function() { createMatrixRain(); const input document.getElementById(uuidInput); input.focus(); input.addEventListener(keypress, function(e) { if (e.key Enter) { handleUUIDInput(); } }); }); /script> /body> /html>
Port 443
HTTP/1.1 200 OKDate: Wed, 28 Jan 2026 03:13:20 GMTContent-Type: text/html; charsetutf-8Content-Length: 17614Connection: keep-aliveVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?stNk9KOH8TNDj%2Fg84MNSGFwuFCKggxeNf6VJ0O399SnNiuakylpyNkd82XZJzZW632U5QztGsvvMAaE8GK4VlOl%2FsoIehz50b8SMSCgIj1Ii3}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9c4d5037a85cfef7-PDXalt-svc: h3:443; ma86400 !DOCTYPE html> html langzh-CN dirltr> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>终端/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Courier New, monospace; background: #000; color: #00ff00; min-height: 100vh; overflow-x: hidden; position: relative; display: flex; justify-content: center; align-items: center; } .matrix-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); z-index: -1; animation: bg-pulse 8s ease-in-out infinite; } @keyframes bg-pulse { 0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); } 50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); } } .matrix-rain { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,255,0,0.03) 2px, rgba(0,255,0,0.03) 4px); animation: matrix-fall 20s linear infinite; z-index: -1; } @keyframes matrix-fall { 0% { transform: translateY(-100%); } 100% { transform: translateY(100vh); } } .matrix-code-rain { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: -1; overflow: hidden; } .matrix-column { position: absolute; top: -100%; left: 0; color: #00ff00; font-family: Courier New, monospace; font-size: 14px; line-height: 1.2; animation: matrix-drop 15s linear infinite; text-shadow: 0 0 5px #00ff00; } @keyframes matrix-drop { 0% { top: -100%; opacity: 1; } 10% { opacity: 1; } 90% { opacity: 0.3; } 100% { top: 100vh; opacity: 0; } } .matrix-column:nth-child(odd) { animation-duration: 12s; animation-delay: -2s; } .matrix-column:nth-child(even) { animation-duration: 18s; animation-delay: -5s; } .matrix-column:nth-child(3n) { animation-duration: 20s; animation-delay: -8s; } .terminal { width: 90%; max-width: 800px; height: 500px; background: rgba(0, 0, 0, 0.9); border: 2px solid #00ff00; border-radius: 8px; box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1); backdrop-filter: blur(10px); position: relative; z-index: 1; overflow: hidden; } .terminal-header { background: rgba(0, 20, 0, 0.8); padding: 10px 15px; border-bottom: 1px solid #00ff00; display: flex; align-items: center; } .terminal-buttons { display: flex; gap: 8px; } .terminal-button { width: 12px; height: 12px; border-radius: 50%; background: #ff5f57; border: none; } .terminal-button:nth-child(2) { background: #ffbd2e; } .terminal-button:nth-child(3) { background: #28ca42; } .terminal-title { margin-left: 15px; color: #00ff00; font-size: 14px; font-weight: bold; } .terminal-body { padding: 20px; height: calc(100% - 50px); overflow-y: auto; font-size: 14px; line-height: 1.4; } .terminal-line { margin-bottom: 8px; display: flex; align-items: center; } .terminal-prompt { color: #00ff00; margin-right: 10px; font-weight: bold; } .terminal-input { background: transparent; border: none; outline: none; color: #00ff00; font-family: Courier New, monospace; font-size: 14px; flex: 1; caret-color: #00ff00; } .terminal-input::placeholder { color: #00aa00; opacity: 0.7; } .terminal-cursor { display: inline-block; width: 8px; height: 16px; background: #00ff00; animation: blink 1s infinite; margin-left: 2px; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } .terminal-output { color: #00aa00; margin: 5px 0; } .terminal-error { color: #ff4444; margin: 5px 0; } .terminal-success { color: #44ff44; margin: 5px 0; } .matrix-text { position: fixed; top: 20px; right: 20px; color: #00ff00; font-family: Courier New, monospace; font-size: 0.8rem; opacity: 0.6; animation: matrix-flicker 3s infinite; } @keyframes matrix-flicker { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } } /style> /head> body> div classmatrix-bg>/div> div classmatrix-rain>/div> div classmatrix-code-rain idmatrixCodeRain>/div> div classmatrix-text>终端/div> div styleposition: fixed; top: 20px; left: 20px; z-index: 1000;> select idlanguageSelector stylebackground: rgba(0, 20, 0, 0.9); border: 2px solid #00ff00; color: #00ff00; padding: 8px 12px; font-family: Courier New, monospace; font-size: 14px; cursor: pointer; text-shadow: 0 0 5px #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4); onchangechangeLanguage(this.value)> option valuezh selected>🇨🇳 中文/option> option valuefa >🇮🇷 فارسی/option> /select> /div> div classterminal> div classterminal-header> div classterminal-buttons> div classterminal-button>/div> div classterminal-button>/div> div classterminal-button>/div> /div> div classterminal-title>终端/div> /div> div classterminal-body idterminalBody> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>恭喜你来到这/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>请输入你U变量的值/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> span classterminal-output>命令: connect UUID/span> /div> div classterminal-line> span classterminal-prompt>root:~$/span> input typetext classterminal-input iduuidInput placeholder输入U变量的内容并且回车... autofocus> span classterminal-cursor>/span> /div> /div> /div> script> function createMatrixRain() { const matrixContainer document.getElementById(matrixCodeRain); const matrixChars 01ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz; const columns Math.floor(window.innerWidth / 18); for (let i 0; i columns; i++) { const column document.createElement(div); column.className matrix-column; column.style.left (i * 18) + px; column.style.animationDelay Math.random() * 15 + s; column.style.animationDuration (Math.random() * 15 + 8) + s; column.style.fontSize (Math.random() * 4 + 12) + px; column.style.opacity Math.random() * 0.8 + 0.2; let text ; const charCount Math.floor(Math.random() * 30 + 20); for (let j 0; j charCount; j++) { const char matrixCharsMath.floor(Math.random() * matrixChars.length); const brightness Math.random() > 0.1 ? #00ff00 : #00aa00; text + span stylecolor: + brightness + ;> + char + /span>br>; } column.innerHTML text; matrixContainer.appendChild(column); } setInterval(function() { const columns matrixContainer.querySelectorAll(.matrix-column); columns.forEach(function(column) { if (Math.random() > 0.95) { const chars column.querySelectorAll(span); if (chars.length > 0) { const randomChar charsMath.floor(Math.random() * chars.length); randomChar.style.color #ffffff; setTimeout(function() { randomChar.style.color #00ff00; }, 200); } } }); }, 100); } function isValidUUID(uuid) { const uuidRegex /^0-9a-f{8}-0-9a-f{4}-0-9a-f{4}-0-9a-f{4}-0-9a-f{12}$/i; return uuidRegex.test(uuid); } function addTerminalLine(content, type output) { const terminalBody document.getElementById(terminalBody); const line document.createElement(div); line.className terminal-line; const prompt document.createElement(span); prompt.className terminal-prompt; prompt.textContent root:~$; const output document.createElement(span); output.className terminal- + type; output.textContent content; line.appendChild(prompt); line.appendChild(output); terminalBody.appendChild(line); terminalBody.scrollTop terminalBody.scrollHeight; } function handleUUIDInput() { const input document.getElementById(uuidInput); const inputValue input.value.trim(); const cp ; if (inputValue) { addTerminalLine(atob(Y29ubmVjdCA) + inputValue, output); const translations { zh: { connecting: 正在连接..., invading: 正在入侵..., success: 连接成功!返回结果..., error: 错误: 无效的UUID格式, reenter: 请重新输入有效的UUID }, fa: { connecting: در حال اتصال..., invading: در حال نفوذ..., success: اتصال موفق! در حال بازگشت نتیجه..., error: خطا: فرمت UUID نامعتبر, reenter: لطفا UUID معتبر را دوباره وارد کنید } }; const browserLang navigator.language || navigator.userLanguage || ; const isFarsi browserLang.includes(fa) || browserLang.includes(fa-IR); const t translationsisFarsi ? fa : zh; if (cp) { const cleanInput inputValue.startsWith(/) ? inputValue : / + inputValue; addTerminalLine(t.connecting, output); setTimeout(() > { addTerminalLine(t.success, success); setTimeout(() > { window.location.href cleanInput; }, 1000); }, 500); } else { if (isValidUUID(inputValue)) { addTerminalLine(t.invading, output); setTimeout(() > { addTerminalLine(t.success, success); setTimeout(() > { window.location.href / + inputValue; }, 1000); }, 500); } else { addTerminalLine(t.error, error); addTerminalLine(t.reenter, output); } } input.value ; } } function changeLanguage(lang) { localStorage.setItem(preferredLanguage, lang); // 设置Cookie(有效期1年) const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + lang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; // 刷新页面,不使用URL参数 window.location.reload(); } // 页面加载时检查 localStorage 和 Cookie,并清理URL参数 window.addEventListener(DOMContentLoaded, function() { function getCookie(name) { const value ; + document.cookie; const parts value.split(; + name + ); if (parts.length 2) return parts.pop().split(;).shift(); return null; } const savedLang localStorage.getItem(preferredLanguage) || getCookie(preferredLanguage); const urlParams new URLSearchParams(window.location.search); const urlLang urlParams.get(lang); // 如果URL中有语言参数,移除它并设置Cookie if (urlLang) { const currentUrl new URL(window.location.href); currentUrl.searchParams.delete(lang); const newUrl currentUrl.toString(); // 设置Cookie const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + urlLang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; localStorage.setItem(preferredLanguage, urlLang); // 使用history API移除URL参数,不刷新页面 window.history.replaceState({}, , newUrl); } else if (savedLang) { // 如果localStorage中有但Cookie中没有,同步到Cookie const expiryDate new Date(); expiryDate.setFullYear(expiryDate.getFullYear() + 1); document.cookie preferredLanguage + savedLang + ; path/; expires + expiryDate.toUTCString() + ; SameSiteLax; } }); document.addEventListener(DOMContentLoaded, function() { createMatrixRain(); const input document.getElementById(uuidInput); input.focus(); input.addEventListener(keypress, function(e) { if (e.key Enter) { handleUUIDInput(); } }); }); /script> /body> /html>
Subdomains
Date
Domain
IP
123.tangwei.de5.net
2026-01-28
172.67.165.139
cfwebsub.pocketscholar.de5.net
2026-01-15
172.67.184.104
as.de5.net
2026-01-26
104.16.0.0
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
]