Help
RSS
API
Feed
Maltego
Contact
Domain > ou96.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-27
13.249.9.24
(
ClassC
)
2025-12-05
109.176.254.62
(
ClassC
)
Port 80
HTTP/1.1 530 Date: Fri, 05 Dec 2025 15:11:55 GMTContent-Type: text/html; charsetutf-8;Transfer-Encoding: chunkedConnection: keep-aliveCache-Control: no-cacheServer: cloudflareX-Server: aNpLk3iVlqZbFZPBX-Safe: 1764947515ImISRFVZ+EPg2KkNgi4XIYl5NVz/rGdAEmJGuXSUtHaS//yTv5NpUcksRae9q/XmwV0HgaF6iz6QHXmHgqMMk96TnJddAQa+1ixiezXx7SmpB7L21/epJ4hn4rl9u6gPTYZUAqSAEwS62Wu5NM5ALrV1UYsxC/uOqx5kjLDRN/+lRdBZ4K1J6rI60WBJVlQhX-Request-Id: 430A0061-5CE1-4E55-A89D-9355B174CB1E !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>域名未绑定 - CDN系统/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; background: #000000; color: #ffffff; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; overflow: hidden; } body::before { content: ; position: fixed; top: 50%; left: 50%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%); transform: translate(-50%, -50%); animation: breathe 8s ease-in-out infinite; pointer-events: none; } @keyframes breathe { 0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; } 50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; } } .grid-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 60px 60px; animation: gridMove 30s linear infinite; pointer-events: none; } @keyframes gridMove { 0% { transform: translate(0, 0); } 100% { transform: translate(60px, 60px); } } .container { max-width: 600px; width: 100%; background: rgba(18, 18, 18, 0.7); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 28px; padding: 64px 48px; backdrop-filter: blur(60px) saturate(150%); position: relative; z-index: 10; animation: fadeIn 0.8s ease-out; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05); } @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .status-indicator { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 32px; } .status-dot { width: 10px; height: 10px; background: #5ac8fa; border-radius: 50%; animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.95); } } .error-code { font-size: 14px; font-weight: 500; color: #8e8e93; letter-spacing: 0.5px; } h1 { font-size: clamp(36px, 6vw, 52px); font-weight: 600; margin-bottom: 20px; color: #ffffff; letter-spacing: -1px; } .description { color: #8e8e93; font-size: clamp(16px, 2.5vw, 18px); line-height: 1.5; margin-bottom: 48px; font-weight: 400; } .info-card { background: rgba(28, 28, 30, 0.6); border-radius: 18px; padding: 32px; margin-bottom: 20px; border: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.3s ease; } .info-card:hover { background: rgba(28, 28, 30, 0.8); border-color: rgba(255, 255, 255, 0.12); transform: translateY(-2px); } .info-title { font-size: 13px; font-weight: 600; color: #8e8e93; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; } .info-list { list-style: none; padding: 0; } .info-list li { color: #d1d1d6; font-size: clamp(14px, 2vw, 15px); line-height: 1.6; margin-bottom: 10px; padding-left: 20px; position: relative; } .info-list li:before { content: •; position: absolute; left: 0; color: #ffffff; font-weight: bold; } .info-list li:last-child { margin-bottom: 0; } .footer { margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.06); text-align: center; } .request-id { color: #636366; font-size: clamp(12px, 1.8vw, 13px); font-family: SF Mono, Consolas, monospace; } @media (max-width: 768px) { .container { padding: 52px 36px; } .info-card { padding: 28px 24px; } } @media (max-width: 480px) { body { padding: 16px; } .container { padding: 44px 28px; border-radius: 24px; } .info-card { padding: 24px 20px; } } .tech-line { position: fixed; width: 1px; height: 100%; background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%); pointer-events: none; z-index: 1; } .tech-line:nth-child(1) { left: 10%; animation: lineFade 4s ease-in-out infinite; } .tech-line:nth-child(2) { left: 30%; animation: lineFade 4s ease-in-out infinite 1s; } .tech-line:nth-child(3) { right: 30%; animation: lineFade 4s ease-in-out infinite 2s; } .tech-line:nth-child(4) { right: 10%; animation: lineFade 4s ease-in-out infinite 3s; } @keyframes lineFade { 0%, 100% { opacity: 0.2; } 50% { opacity: 1; } } /style>/head>body> div classgrid-background>/div> div classtech-line>/div> div classtech-line>/div> div classtech-line>/div> div classtech-line>/div> div classcontainer> div classstatus-indicator> div classstatus-dot>/div> span classerror-code>错误 421/span> /div> h1>域名未绑定/h1> p classdescription> 该域名未在系统中配置。 /p> div classinfo-card> div classinfo-title>可能原因/div> ul classinfo-list> li>域名未添加到 CDN 配置/li> li>DNS 解析配置错误/li> li>域名绑定尚未生效/li> /ul> /div> div classinfo-card> div classinfo-title>建议操作/div> ul classinfo-list> li>在控制台添加域名配置/li> li>检查 DNS 解析记录/li> li>联系管理员确认配置/li> /ul> /div> div classfooter> div classrequest-id>请求 ID: span idrequestID>/span>/div> /div> /div> script> function generateRequestID() { return xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx.replace(/xy/g, function(c) { var r Math.random() * 16 | 0, v c x ? r : (r & 0x3 | 0x8); return v.toString(16); }); } document.getElementById(requestID).textContent generateRequestID(); /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
]