Help
RSS
API
Feed
Maltego
Contact
Domain > q699.cc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-05-29
152.32.128.217
(
ClassC
)
2025-10-17
103.45.68.224
(
ClassC
)
Port 80
HTTP/1.1 403 ForbiddenDate: Fri, 17 Oct 2025 17:46:06 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingCache-Control: no-cacheSet-Cookie: sl-sessionw6exfl7S82jTPdtMp4E5OA; Path/; Max-Age86400; HttpOnly !DOCTYPE html>html langzh>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>访问受限/title> style> body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Helvetica Neue, Arial, sans-serif; } /* 背景 canvas */ #bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: radial-gradient(circle at center, #000 0%, #111 100%); } /* 毛玻璃卡片 */ .card { position: relative; z-index: 1; backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); background: rgba(255, 255, 255, 0.15); border-radius: 20px; box-shadow: 0 8px 28px rgba(0,0,0,0.4); max-width: 420px; width: 90%; margin: auto; top: 50%; transform: translateY(-50%); padding: 40px 30px; text-align: center; color: #fff; } h1 { font-size: 22px; margin-bottom: 14px; font-weight: 600; color: #ff4d4f; } p { font-size: 16px; line-height: 1.6; margin: 12px 0; } .ip { display: inline-block; padding: 8px 14px; border-radius: 12px; background: rgba(255,255,255,0.2); font-family: SFMono-Regular, monospace; font-size: 14px; margin: 18px 0; } .btn { margin-top: 26px; display: inline-block; padding: 10px 24px; border-radius: 999px; background: rgba(0,122,255,0.85); color: #fff; font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.2s ease; } .btn:hover { background: rgba(0,122,255,1); } .hint { margin-top: 20px; font-size: 13px; color: #ccc; } /style>/head>body> canvas idbg>/canvas> div classcard> h1>访问受限/h1> p>检测到您的 IP 地址已被拒绝访问/p> div classip idip>当前 IP: 检测中.../div> p>请更换网络或使用新的 IP 后再试/p> a hrefjavascript:location.reload() classbtn>更换 IP 后重试/a> div classhint>如有疑问,请联系网站管理员/div> /div> script> // 获取 IP fetch(https://api.ipify.org?formatjson) .then(res > res.json()) .then(data > { document.getElementById(ip).innerText 当前 IP: + data.ip; }) .catch(() > { document.getElementById(ip).innerText 当前 IP: 未获取到; }); // 烟花效果 const canvas document.getElementById(bg); const ctx canvas.getContext(2d); let w, h; resize(); window.addEventListener(resize, resize); function resize() { w canvas.width window.innerWidth; h canvas.height window.innerHeight; } class Firework { constructor() { this.x Math.random() * w; this.y Math.random() * h * 0.5; this.particles ; this.createParticles(); } createParticles() { const count 40 + Math.random()*30; const color `hsl(${Math.random()*360},100%,60%)`; for (let i0; icount; i++) { const angle (Math.PI*2/count) * i; const speed Math.random() * 3 + 2; this.particles.push({ x: this.x, y: this.y, vx: Math.cos(angle) * speed, vy: Math.sin(angle) * speed, life: 80 + Math.random()*30, alpha: 1, color }); } } update() { this.particles.forEach(p > { p.x + p.vx; p.y + p.vy; p.vy + 0.02; // 重力 p.life--; p.alpha p.life / 100; }); this.particles this.particles.filter(p > p.life > 0); } draw() { this.particles.forEach(p > { ctx.beginPath(); ctx.arc(p.x, p.y, 2, 0, Math.PI*2); ctx.fillStyle p.color.replace(hsl, hsla).replace(), `,${p.alpha})`); ctx.fill(); }); } } let fireworks ; function animate() { ctx.fillStyle rgba(0,0,0,0.2); ctx.fillRect(0,0,w,h); if (Math.random() 0.04) { fireworks.push(new Firework()); } fireworks.forEach(f > { f.update(); f.draw(); }); fireworks fireworks.filter(f > f.particles.length > 0); requestAnimationFrame(animate); } animate(); /script>/body>/html>
Port 443
HTTP/1.1 403 ForbiddenDate: Fri, 17 Oct 2025 17:46:07 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingCache-Control: no-cacheSet-Cookie: sl-sessionTiZ3Dl/S82iBnUE9Q8zTow; SameSiteNone; Secure; Path/; Max-Age86400; HttpOnly !DOCTYPE html>html langzh>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>访问受限/title> style> body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, Helvetica Neue, Arial, sans-serif; } /* 背景 canvas */ #bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: radial-gradient(circle at center, #000 0%, #111 100%); } /* 毛玻璃卡片 */ .card { position: relative; z-index: 1; backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); background: rgba(255, 255, 255, 0.15); border-radius: 20px; box-shadow: 0 8px 28px rgba(0,0,0,0.4); max-width: 420px; width: 90%; margin: auto; top: 50%; transform: translateY(-50%); padding: 40px 30px; text-align: center; color: #fff; } h1 { font-size: 22px; margin-bottom: 14px; font-weight: 600; color: #ff4d4f; } p { font-size: 16px; line-height: 1.6; margin: 12px 0; } .ip { display: inline-block; padding: 8px 14px; border-radius: 12px; background: rgba(255,255,255,0.2); font-family: SFMono-Regular, monospace; font-size: 14px; margin: 18px 0; } .btn { margin-top: 26px; display: inline-block; padding: 10px 24px; border-radius: 999px; background: rgba(0,122,255,0.85); color: #fff; font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.2s ease; } .btn:hover { background: rgba(0,122,255,1); } .hint { margin-top: 20px; font-size: 13px; color: #ccc; } /style>/head>body> canvas idbg>/canvas> div classcard> h1>访问受限/h1> p>检测到您的 IP 地址已被拒绝访问/p> div classip idip>当前 IP: 检测中.../div> p>请更换网络或使用新的 IP 后再试/p> a hrefjavascript:location.reload() classbtn>更换 IP 后重试/a> div classhint>如有疑问,请联系网站管理员/div> /div> script> // 获取 IP fetch(https://api.ipify.org?formatjson) .then(res > res.json()) .then(data > { document.getElementById(ip).innerText 当前 IP: + data.ip; }) .catch(() > { document.getElementById(ip).innerText 当前 IP: 未获取到; }); // 烟花效果 const canvas document.getElementById(bg); const ctx canvas.getContext(2d); let w, h; resize(); window.addEventListener(resize, resize); function resize() { w canvas.width window.innerWidth; h canvas.height window.innerHeight; } class Firework { constructor() { this.x Math.random() * w; this.y Math.random() * h * 0.5; this.particles ; this.createParticles(); } createParticles() { const count 40 + Math.random()*30; const color `hsl(${Math.random()*360},100%,60%)`; for (let i0; icount; i++) { const angle (Math.PI*2/count) * i; const speed Math.random() * 3 + 2; this.particles.push({ x: this.x, y: this.y, vx: Math.cos(angle) * speed, vy: Math.sin(angle) * speed, life: 80 + Math.random()*30, alpha: 1, color }); } } update() { this.particles.forEach(p > { p.x + p.vx; p.y + p.vy; p.vy + 0.02; // 重力 p.life--; p.alpha p.life / 100; }); this.particles this.particles.filter(p > p.life > 0); } draw() { this.particles.forEach(p > { ctx.beginPath(); ctx.arc(p.x, p.y, 2, 0, Math.PI*2); ctx.fillStyle p.color.replace(hsl, hsla).replace(), `,${p.alpha})`); ctx.fill(); }); } } let fireworks ; function animate() { ctx.fillStyle rgba(0,0,0,0.2); ctx.fillRect(0,0,w,h); if (Math.random() 0.04) { fireworks.push(new Firework()); } fireworks.forEach(f > { f.update(); f.draw(); }); fireworks fireworks.filter(f > f.particles.length > 0); requestAnimationFrame(animate); } animate(); /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
]