Help
RSS
API
Feed
Maltego
Contact
Domain > 520danmei.org
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-03
104.21.84.47
(
ClassC
)
2024-07-01
128.14.159.166
(
ClassC
)
2026-01-24
206.119.72.241
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 24 Jan 2026 17:19:33 GMTContent-Type: text/htmlContent-Length: 1326Connection: keep-aliveLast-Modified: Wed, 26 Apr 2017 08:03:47 GMTVary: Accept-EncodingETag: 59005463-52eAccept-Ranges: bytesServer: NginxX-Safe: 1769275173o3sKXeUlaH+dsTUikViWJAoek7+q6icR6TK6dogGqRaVTwGNIyA8Rl+LUohTmEbfnpyjquGX404USHMJLjLEauX+Of1pXtBXWbdYtA1/eUz0a9byxONNt7JhcecPV9FfUSxXsBGhO4UkCRlzy/b5fCARd348oWcRGp+hHLvpn1KKkdoKivj6fKraG0VIWpo2X-VIA: l1UkY9SSX1bkkNv7hqX-VERSION: 1764464812X-Request-Id: 837AA76A-F3BC-417E-B7EA-E064553D250D !doctype html>html>head>meta charsetutf-8>title>没有找到站点/title>style>*{margin:0;padding:0;color:#444}body{font-size:14px;font-family:宋体}.main{width:600px;margin:10% auto;}.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}.t2{margin-bottom:8px; font-weight:bold}ol{margin:0 0 20px 22px;padding:0;}ol li{line-height:30px}/style>/head>body> div classmain> div classtitle>没有找到站点/div> div classcontent> p classt1>您的请求在Web服务器中没有找到对应的站点!/p> p classt2>可能原因:/p> ol> li>您没有将此域名或IP绑定到对应站点!/li> li>配置文件未生效!/li> /ol> p classt2>如何解决:/p> ol> li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;/li> li>检查端口是否正确;/li> li>若您使用了CDN产品,请尝试清除CDN缓存;/li> li>普通网站访客,请联系网站管理员;/li> /ol> /div> /div>/body>/html>
Port 443
HTTP/1.1 512 Date: Sat, 24 Jan 2026 17:19:33 GMTContent-Type: text/html; charsetutf-8;Transfer-Encoding: chunkedConnection: keep-aliveCache-Control: no-cacheServer: NginxX-Server: sRsQJHqJetEsqlXDX-Safe: 1769275173o3sKXeUlaH+dsTUikViWJAoek7+q6icR6TK6dogGqRaVTwGNIyA8Rl+LUohTmEbfnpyjquGX404USHMJLjLEauX+Of1pXtBXWbdYtA1/eUz0a9byxONNt7JhcecPV9FfUSxXsBGhO4UkCRlzy/b5fCARd348oWcRGp+hHLvpn1KKkdoKivj6fKraG0VIWpo2X-Request-Id: CBCC553E-C611-47FF-ADF7-55BA4A205772 !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>订单状态异常/title> style> :root { --primary-color: #4361ee; --error-color: #ff9f1c; /* 更新为橙色调 */ --background-color: #f8f9fa; --card-color: #ffffff; --text-color: #2b2d42; --text-secondary: #6c757d; --border-radius: 12px; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: PingFang SC, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif; background-color: var(--background-color); color: var(--text-color); line-height: 1.6; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; } .container { width: 100%; max-width: 900px; background-color: var(--card-color); border-radius: var(--border-radius); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); overflow: hidden; } .header { background-color: var(--error-color); color: white; padding: 30px 40px; position: relative; } .header h1 { font-size: 28px; font-weight: 600; margin-bottom: 10px; } .header p { opacity: 0.9; font-size: 16px; } .header::after { content: ; position: absolute; bottom: -20px; left: 0; right: 0; height: 20px; background: linear-gradient(135deg, var(--error-color) 25%, transparent 25%) -20px 0, linear-gradient(225deg, var(--error-color) 25%, transparent 25%) -20px 0, linear-gradient(315deg, var(--error-color) 25%, transparent 25%), linear-gradient(45deg, var(--error-color) 25%, transparent 25%); background-size: 40px 40px; } .content { padding: 40px; } .status-info { background-color: rgba(67, 97, 238, 0.05); border-left: 4px solid var(--primary-color); padding: 20px; border-radius: 8px; margin-bottom: 30px; } .status-info h2 { color: var(--primary-color); font-size: 18px; margin-bottom: 15px; } .status-item { display: flex; margin-bottom: 12px; align-items: center; } .status-item:last-child { margin-bottom: 0; } .info-label { font-weight: 600; width: 80px; color: var(--text-secondary); } .info-value { font-family: monospace; background-color: rgba(0, 0, 0, 0.03); padding: 4px 10px; border-radius: 4px; flex: 1; word-break: break-all; } .help-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; } .help-card { background-color: var(--card-color); border-radius: 8px; padding: 25px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.08); } .help-card h2 { font-size: 18px; margin-bottom: 15px; color: var(--text-color); display: flex; align-items: center; } .help-card h2::before { content: ; display: inline-block; width: 8px; height: 20px; background-color: var(--primary-color); margin-right: 12px; border-radius: 4px; } .footer { text-align: center; padding: 20px 40px; color: var(--text-secondary); font-size: 14px; border-top: 1px solid rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .content { padding: 30px 20px; } .help-section { grid-template-columns: 1fr; } .header { padding: 25px 20px; } .header h1 { font-size: 24px; } .status-item { flex-direction: column; align-items: flex-start; margin-bottom: 16px; } .info-label { width: 100%; margin-bottom: 4px; } .info-value { width: 100%; } } /style>/head>body>div classcontainer> div classheader> h1>订单状态异常/h1> p>您的订单处理遇到问题,请查看以下信息/p> /div> div classcontent> div classstatus-info> h2>订单信息/h2> div classstatus-item> span classinfo-label>订单状态/span> span classinfo-value>订单状态未知 unknown/span> /div> div classstatus-item> span classinfo-label>访问域名/span> span classinfo-value>520danmei.org/span> /div> div classstatus-item> span classinfo-label>访问 URL/span> span classinfo-value>//span> /div> div classstatus-item> span classinfo-label>访问 IP/span> span classinfo-value>52.40.234.105/span> /div> div classstatus-item> span classinfo-label>请求 ID/span> span classinfo-value>CBCC553E-C611-47FF-ADF7-55BA4A205772/span> /div> div classstatus-item> span classinfo-label>节点/span> span classinfo-value>sRsQJHqJetEsqlXD/span> /div> /div> div classhelp-section> div classhelp-card> h2>什么问题?/h2> p>您的订单状态异常。系统无法正常处理您的订单请求,可能是由于系统维护、数据不一致或临时性服务中断导致。/p> /div> div classhelp-card> h2>如何解决?/h2> p>请尝试以下解决方案:/p> ul stylemargin-top: 10px; margin-left: 20px;> li>刷新页面重试/li> li>检查您的网络连接/li> li>联系客服并提供上方显示的订单信息/li> /ul> /div> /div> /div> div classfooter> p>CDN 3.0 © span idcurrentYear>/span>/p> /div>/div>script> // 获取当前年份并设置到页面中 document.getElementById(currentYear).textContent new Date().getFullYear();/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
]