Help
RSS
API
Feed
Maltego
Contact
Domain > xddss.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-09-20
198.177.127.120
(
ClassC
)
2026-01-21
104.21.95.213
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 21 Jan 2026 18:08:49 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://xddss.com/Strict-Transport-Security: max-age31536000cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sLcXu312o%2B9xHCYU0wfW3OsRZskX6GbBXLoIF7o%2F9mHcRpbyBXclwfnegCCBm2cHSprRePRNpHEUgaX6pY6M%2FESObWj0iAs9HUw%3D%3D}}CF-RAY: 9c18c2517c69dfd2-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 21 Jan 2026 18:08:49 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Fri, 19 Dec 2025 04:13:45 GMTvary: Accept-EncodingNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age0pragma: no-cacheexpires: 0Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s6tym9dohC%2FTbHCGAU9cqTcjwKZ371aHmMHbpxvPYpL3vVPxE%2BrYIBdCuDPPPdO8rExKk3SgOQT3JeRePglSbtMffwhS9T3E%3D}}cf-cache-status: DYNAMICCF-RAY: 9c18c253ee56ff0d-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> link relicon typeimage/svg+xml href/image/favicon.svg /> link relshortcut icon href/image/favicon.ico /> meta nameapple-mobile-web-app-title contentMyWebSite /> link relmanifest href/image/site.webmanifest /> title>小叮当/title> style> /*body(纵向 flex) ├─ main(自动撑开) │ ├─ 内容区 └─ footer(自然在底部)*/ * { box-sizing: border-box; } /* 整体页面结构 */html, body { height: 100%;}body { margin: 0; font-family: Helvetica Neue, Segoe UI, Roboto, sans-serif; display: flex; flex-direction: column; color: #333; position: relative; overflow-x: hidden;}body::before { content: ; position: fixed; inset: 0; background: url(/image/bj6.webp) no-repeat center center; background-size: cover; z-index: -1;} /* 主体内容区域 */ main { flex: 1; /* 关键:撑开页面 */ padding-bottom: 20px; } .container { width: 95%; max-width: 600px; margin: 30px auto; padding: 30px; background: rgba(255, 255, 255, 0.85); border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); border: 1px solid #ccc; } .container2 { font-size: 22px; text-align: center; padding: 15px 10px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } #host-list { display: flex; flex-direction: column; gap: 30px; } .host-item { background: #fff; border-radius: 10px; padding: 30px; border: 1px solid #ccc; transition: transform 0.2s ease, box-shadow 0.2s ease; } .host-item:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .host-item.failed { border-left: 4px solid #e55353; background-color: #fff0f0; } .combined-info { display: flex; flex-direction: column; gap: 12px; } .status-delay { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 500; } .address-copy { font-size: 17px; word-break: break-all; user-select: text; } .delay-green { color: green; } /* 页脚(不固定、不遮挡) */ footer { text-align: center; padding: 14px; font-size: 15px; color: #fff; background: #445f97; } /* 移动端优化 */ @media (max-width: 480px) { .container { padding: 30px; } .container2 { font-size: 18px; } } /style>/head>body>main> div classcontainer> div classcontainer2> 欢迎光临小叮当|xddss.com⭐️ /div> /div> div classcontainer> div idhost-list>/div> /div>/main>footer> © 2022 小叮当 在线 · span idruntime>计算中.../span>/footer>script> const startDate new Date(2021-01-08T08:08:08); function updateRuntime() { const now new Date(); const diff Math.floor((now - startDate) / 1000); const days Math.floor(diff / 86400); const hours Math.floor((diff % 86400) / 3600); const minutes Math.floor((diff % 3600) / 60); const seconds diff % 60; document.getElementById(runtime).textContent `${days}天${hours}时${minutes}分${seconds}秒`; } updateRuntime(); setInterval(updateRuntime, 1000);/script>script>document.addEventListener(DOMContentLoaded, function () { const hostList document.getElementById(host-list); const urlParams new URLSearchParams(location.search); const path urlParams.get(path) || ; const joinUrlAndPath (base, path) > { base base.replace(/\/+$/, ); path path.replace(/^\/+/, ); if (!path) return base; return base + /#/ + path; }; fetch(`urls/urls.json?t${Date.now()}`, { cache: no-store }) .then(res > res.json()) .then(data > renderHosts(data)) .catch(() > { hostList.innerHTML `p stylecolor:red;>加载失败,请稍后刷新重试。/p>`; }); function renderHosts(hosts) { hostList.innerHTML ; hosts.forEach(host > { const { jumpUrl } host; // ✅ 拼接 path + 原始 query const finalUrl joinUrlAndPath(jumpUrl, path) + location.search; const item document.createElement(div); item.className host-item; item.innerHTML ` div classcombined-info> div classaddress-copy>${finalUrl}/div> /div> `; hostList.appendChild(item); }); }});/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
]