Help
RSS
API
Feed
Maltego
Contact
Domain > ai.rip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-13
172.67.128.29
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 13 Feb 2026 21:35:49 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sRsO3fSPtoZw3hhPEGW6ykWXHoK7%2BzAiK3LqdVV%2BZZfipvl6lS3u9JGKru2giLDXm8nty3FvBxj6VewuYLAudYCCJhMigvg%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9cd7752eab30121f-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> title>ai.rip/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; overflow: hidden; background: rgb(8, 5, 16); color: #fefeff; font-family: Monaco, sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; touch-action: none; } #container { display: table; position: absolute; z-index: 20; width: 100%; height: 100%; text-align: center; cursor: none; } #container > div { display: table-cell; vertical-align: middle; } h1 { font-size: 8em; font-weight: 400; letter-spacing: 2px; text-shadow: 0 0 25px rgba(254, 254, 255, 0.85); visibility: hidden; } h2 { font-size: 2em; font-weight: 400; letter-spacing: 2px; text-shadow: 0 0 25px rgba(254, 254, 255, 0.85); margin-top: 20px; visibility: hidden; } class^letter { -webkit-transition: opacity 3s ease; -moz-transition: opacity 3s ease; transition: opacity 3s ease; opacity: 0; } .letter-0 { transition-delay: 0.2s; } .letter-1 { transition-delay: 0.4s; } .letter-2 { transition-delay: 0.6s; } .letter-3 { transition-delay: 0.8s; } .letter-4 { transition-delay: 1.0s; } .letter-5 { transition-delay: 1.2s; } .letter-6 { transition-delay: 1.4s; } .letter-7 { transition-delay: 1.6s; } .letter-8 { transition-delay: 1.8s; } .letter-9 { transition-delay: 2.0s; } .letter-10 { transition-delay: 2.2s; } .letter-11 { transition-delay: 2.4s; } .letter-12 { transition-delay: 2.6s; } .letter-13 { transition-delay: 2.8s; } .letter-14 { transition-delay: 3.0s; } h1.transition-in, h2.transition-in { visibility: visible; } h1.transition-in class^letter, h2.transition-in class^letter { opacity: 1; } /* 抖音LOGO抖动效果 */ @keyframes shake { 0% { transform: translate(0, 0) rotate(0deg); } 10% { transform: translate(-2px, -1px) rotate(-1deg); } 20% { transform: translate(2px, 0px) rotate(1deg); } 30% { transform: translate(-1px, 1px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 1px) rotate(-1deg); } 60% { transform: translate(-2px, 1px) rotate(0deg); } 70% { transform: translate(2px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(0, 0) rotate(0deg); } } .shake { animation: shake 3s ease infinite; transform-origin: center; } #container p { margin-top: 30px; } #container p strong { color: #b3abc5; font-size: 1.5em; } #container p strong a { color: #b3abc5; text-decoration: none; } canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; } @media (max-width: 768px) { h1 { font-size: 3em; } h2 { font-size: 1.5em; } } @media (max-width: 480px) { h1 { font-size: 2em; } h2 { font-size: 1.2em; } #container p strong { font-size: 1.2em; } } /style>/head>body> div idcontainer> div> h1 idh1>ai.rip/h1> h2 idh2>Is for sale/h2> p>strong>a href/cdn-cgi/l/email-protection#1174517c70787d3f657e757068>Email: span class__cf_email__ data-cfemail1e7b5e737f7772306a717a7f67>email protected/span>/a>/strong>/p> /div> /div> canvas idcanvas>/canvas> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // 禁止F12和其他开发者工具快捷键 document.onkeydown function(e) { // F12键 if(e.keyCode 123) { return false; } // Ctrl+Shift+I if(e.ctrlKey && e.shiftKey && e.keyCode 73) { return false; } // Ctrl+Shift+J if(e.ctrlKey && e.shiftKey && e.keyCode 74) { return false; } // Ctrl+Shift+C if(e.ctrlKey && e.shiftKey && e.keyCode 67) { return false; } // Ctrl+U (查看源代码) if(e.ctrlKey && e.keyCode 85) { return false; } }; // 禁止右键菜单 document.oncontextmenu function() { return false; }; // 文字动画效果 function letterAnimation() { // 为h1添加字母span var h1 document.getElementById(h1); var h2 document.getElementById(h2); var h1Text h1.textContent; var h2Text h2.textContent; h1.innerHTML ; h2.innerHTML ; // 为每个字母创建span for (var i 0; i h1Text.length; i++) { var letter document.createElement(span); letter.className letter- + i; letter.textContent h1Text.charAt(i); h1.appendChild(letter); } for (var i 0; i h2Text.length; i++) { var letter document.createElement(span); letter.className letter- + i; letter.textContent h2Text.charAt(i); h2.appendChild(letter); } // 添加transition-in类以触发动画 setTimeout(function() { h1.className transition-in; h2.className transition-in; // 计算动画完成时间 (最后一个字母的延迟 + 动画持续时间) var lastLetterDelay Math.max(h1Text.length, h2Text.length) * 0.2; var animationDuration 3; var totalTime (lastLetterDelay + animationDuration) * 1000; // 文字显示完毕后添加抖动效果 setTimeout(function() { h1.classList.add(shake); }, totalTime); }, 500); } // 禁止缩放 document.addEventListener(touchmove, function(e) { if (e.touches.length > 1) { e.preventDefault(); } }, { passive: false }); // 主动画代码 (function() { var canvas document.getElementById(canvas); var ctx canvas.getContext(2d); var width window.innerWidth; var height window.innerHeight; var target { x: width / 2, y: height / 2 }; var tendrils ; var hue 0; // 设置 var settings { friction: 0.5, trails: 20, size: 50, dampening: 0.25, tension: 0.98 }; // 节点构造函数 function Node() { this.x 0; this.y 0; this.vx 0; this.vy 0; } // 卷须构造函数 function Tendril(options) { this.spring options.spring + (Math.random() * 0.1) - 0.05; this.friction settings.friction + (Math.random() * 0.01) - 0.005; this.nodes ; for (var i 0; i settings.size; i++) { var node new Node(); node.x target.x; node.y target.y; this.nodes.push(node); } } // 卷须更新方法 Tendril.prototype.update function() { var spring this.spring; var node this.nodes0; node.vx + (target.x - node.x) * spring; node.vy + (target.y - node.y) * spring; for (var i 0; i this.nodes.length; i++) { node this.nodesi; if (i > 0) { var prev this.nodesi - 1; node.vx + (prev.x - node.x) * spring; node.vy + (prev.y - node.y) * spring; node.vx + prev.vx * settings.dampening; node.vy + prev.vy * settings.dampening; } node.vx * this.friction; node.vy * this.friction; node.x + node.vx; node.y + node.vy; spring * settings.tension; } }; // 卷须绘制方法 Tendril.prototype.draw function() { var x this.nodes0.x; var y this.nodes0.y; var a, b; ctx.beginPath(); ctx.moveTo(x, y); for (var i 1; i this.nodes.length - 2; i++) { a this.nodesi; b this.nodesi + 1; x (a.x + b.x) * 0.5; y (a.y + b.y) * 0.5; ctx.quadraticCurveTo(a.x, a.y, x, y); } a this.nodesi; b this.nodesi + 1; ctx.quadraticCurveTo(a.x, a.y, b.x, b.y); ctx.stroke(); ctx.closePath(); }; // 初始化 function init() { canvas.width width; canvas.height height; // 创建卷须 for (var i 0; i settings.trails; i++) { tendrils.push(new Tendril({ spring: 0.45 + 0.025 * (i / settings.trails) })); } // 启动文字动画 letterAnimation(); // 开始动画循环 animate(); } // 动画循环 function animate() { ctx.globalCompositeOperation source-over; ctx.fillStyle rgba(8, 5, 16, 0.4); ctx.fillRect(0, 0, width, height); ctx.globalCompositeOperation lighter; ctx.strokeStyle hsla( + hue + ,90%,50%,0.25); ctx.lineWidth 1; for (var i 0; i tendrils.length; i++) { tendrilsi.update(); tendrilsi.draw(); } // 更新色相 hue (hue + 0.5) % 360; requestAnimationFrame(animate); } // 鼠标/触摸移动事件处理 function mousemove(e) { if (e.touches) { target.x e.touches0.clientX; target.y e.touches0.clientY; } else { target.x e.clientX; target.y e.clientY; } e.preventDefault(); } // 窗口大小调整 function resize() { width window.innerWidth; height window.innerHeight; canvas.width width; canvas.height height; } // 事件监听 document.addEventListener(mousemove, mousemove); document.addEventListener(touchmove, mousemove); document.addEventListener(touchstart, mousemove); window.addEventListener(resize, resize); // 启动 init(); })(); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 13 Feb 2026 21:35:49 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sYcqeoDj%2BQrez3myhReGFomGTvOcOtfq9AwsxRiBNI%2F4tGjl4CiA81w3vTrAjAPfaxDFHPCH8r7PwoDpbh1ytNACXA9tmHQ%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9cd7752f5c29302c-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> title>ai.rip/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; overflow: hidden; background: rgb(8, 5, 16); color: #fefeff; font-family: Monaco, sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; touch-action: none; } #container { display: table; position: absolute; z-index: 20; width: 100%; height: 100%; text-align: center; cursor: none; } #container > div { display: table-cell; vertical-align: middle; } h1 { font-size: 8em; font-weight: 400; letter-spacing: 2px; text-shadow: 0 0 25px rgba(254, 254, 255, 0.85); visibility: hidden; } h2 { font-size: 2em; font-weight: 400; letter-spacing: 2px; text-shadow: 0 0 25px rgba(254, 254, 255, 0.85); margin-top: 20px; visibility: hidden; } class^letter { -webkit-transition: opacity 3s ease; -moz-transition: opacity 3s ease; transition: opacity 3s ease; opacity: 0; } .letter-0 { transition-delay: 0.2s; } .letter-1 { transition-delay: 0.4s; } .letter-2 { transition-delay: 0.6s; } .letter-3 { transition-delay: 0.8s; } .letter-4 { transition-delay: 1.0s; } .letter-5 { transition-delay: 1.2s; } .letter-6 { transition-delay: 1.4s; } .letter-7 { transition-delay: 1.6s; } .letter-8 { transition-delay: 1.8s; } .letter-9 { transition-delay: 2.0s; } .letter-10 { transition-delay: 2.2s; } .letter-11 { transition-delay: 2.4s; } .letter-12 { transition-delay: 2.6s; } .letter-13 { transition-delay: 2.8s; } .letter-14 { transition-delay: 3.0s; } h1.transition-in, h2.transition-in { visibility: visible; } h1.transition-in class^letter, h2.transition-in class^letter { opacity: 1; } /* 抖音LOGO抖动效果 */ @keyframes shake { 0% { transform: translate(0, 0) rotate(0deg); } 10% { transform: translate(-2px, -1px) rotate(-1deg); } 20% { transform: translate(2px, 0px) rotate(1deg); } 30% { transform: translate(-1px, 1px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 1px) rotate(-1deg); } 60% { transform: translate(-2px, 1px) rotate(0deg); } 70% { transform: translate(2px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(0, 0) rotate(0deg); } } .shake { animation: shake 3s ease infinite; transform-origin: center; } #container p { margin-top: 30px; } #container p strong { color: #b3abc5; font-size: 1.5em; } #container p strong a { color: #b3abc5; text-decoration: none; } canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; } @media (max-width: 768px) { h1 { font-size: 3em; } h2 { font-size: 1.5em; } } @media (max-width: 480px) { h1 { font-size: 2em; } h2 { font-size: 1.2em; } #container p strong { font-size: 1.2em; } } /style>/head>body> div idcontainer> div> h1 idh1>ai.rip/h1> h2 idh2>Is for sale/h2> p>strong>a href/cdn-cgi/l/email-protection#89ecc9e4e8e0e5a7fde6ede8f0>Email: span class__cf_email__ data-cfemailff9abf929e9693d18b909b9e86>email protected/span>/a>/strong>/p> /div> /div> canvas idcanvas>/canvas> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // 禁止F12和其他开发者工具快捷键 document.onkeydown function(e) { // F12键 if(e.keyCode 123) { return false; } // Ctrl+Shift+I if(e.ctrlKey && e.shiftKey && e.keyCode 73) { return false; } // Ctrl+Shift+J if(e.ctrlKey && e.shiftKey && e.keyCode 74) { return false; } // Ctrl+Shift+C if(e.ctrlKey && e.shiftKey && e.keyCode 67) { return false; } // Ctrl+U (查看源代码) if(e.ctrlKey && e.keyCode 85) { return false; } }; // 禁止右键菜单 document.oncontextmenu function() { return false; }; // 文字动画效果 function letterAnimation() { // 为h1添加字母span var h1 document.getElementById(h1); var h2 document.getElementById(h2); var h1Text h1.textContent; var h2Text h2.textContent; h1.innerHTML ; h2.innerHTML ; // 为每个字母创建span for (var i 0; i h1Text.length; i++) { var letter document.createElement(span); letter.className letter- + i; letter.textContent h1Text.charAt(i); h1.appendChild(letter); } for (var i 0; i h2Text.length; i++) { var letter document.createElement(span); letter.className letter- + i; letter.textContent h2Text.charAt(i); h2.appendChild(letter); } // 添加transition-in类以触发动画 setTimeout(function() { h1.className transition-in; h2.className transition-in; // 计算动画完成时间 (最后一个字母的延迟 + 动画持续时间) var lastLetterDelay Math.max(h1Text.length, h2Text.length) * 0.2; var animationDuration 3; var totalTime (lastLetterDelay + animationDuration) * 1000; // 文字显示完毕后添加抖动效果 setTimeout(function() { h1.classList.add(shake); }, totalTime); }, 500); } // 禁止缩放 document.addEventListener(touchmove, function(e) { if (e.touches.length > 1) { e.preventDefault(); } }, { passive: false }); // 主动画代码 (function() { var canvas document.getElementById(canvas); var ctx canvas.getContext(2d); var width window.innerWidth; var height window.innerHeight; var target { x: width / 2, y: height / 2 }; var tendrils ; var hue 0; // 设置 var settings { friction: 0.5, trails: 20, size: 50, dampening: 0.25, tension: 0.98 }; // 节点构造函数 function Node() { this.x 0; this.y 0; this.vx 0; this.vy 0; } // 卷须构造函数 function Tendril(options) { this.spring options.spring + (Math.random() * 0.1) - 0.05; this.friction settings.friction + (Math.random() * 0.01) - 0.005; this.nodes ; for (var i 0; i settings.size; i++) { var node new Node(); node.x target.x; node.y target.y; this.nodes.push(node); } } // 卷须更新方法 Tendril.prototype.update function() { var spring this.spring; var node this.nodes0; node.vx + (target.x - node.x) * spring; node.vy + (target.y - node.y) * spring; for (var i 0; i this.nodes.length; i++) { node this.nodesi; if (i > 0) { var prev this.nodesi - 1; node.vx + (prev.x - node.x) * spring; node.vy + (prev.y - node.y) * spring; node.vx + prev.vx * settings.dampening; node.vy + prev.vy * settings.dampening; } node.vx * this.friction; node.vy * this.friction; node.x + node.vx; node.y + node.vy; spring * settings.tension; } }; // 卷须绘制方法 Tendril.prototype.draw function() { var x this.nodes0.x; var y this.nodes0.y; var a, b; ctx.beginPath(); ctx.moveTo(x, y); for (var i 1; i this.nodes.length - 2; i++) { a this.nodesi; b this.nodesi + 1; x (a.x + b.x) * 0.5; y (a.y + b.y) * 0.5; ctx.quadraticCurveTo(a.x, a.y, x, y); } a this.nodesi; b this.nodesi + 1; ctx.quadraticCurveTo(a.x, a.y, b.x, b.y); ctx.stroke(); ctx.closePath(); }; // 初始化 function init() { canvas.width width; canvas.height height; // 创建卷须 for (var i 0; i settings.trails; i++) { tendrils.push(new Tendril({ spring: 0.45 + 0.025 * (i / settings.trails) })); } // 启动文字动画 letterAnimation(); // 开始动画循环 animate(); } // 动画循环 function animate() { ctx.globalCompositeOperation source-over; ctx.fillStyle rgba(8, 5, 16, 0.4); ctx.fillRect(0, 0, width, height); ctx.globalCompositeOperation lighter; ctx.strokeStyle hsla( + hue + ,90%,50%,0.25); ctx.lineWidth 1; for (var i 0; i tendrils.length; i++) { tendrilsi.update(); tendrilsi.draw(); } // 更新色相 hue (hue + 0.5) % 360; requestAnimationFrame(animate); } // 鼠标/触摸移动事件处理 function mousemove(e) { if (e.touches) { target.x e.touches0.clientX; target.y e.touches0.clientY; } else { target.x e.clientX; target.y e.clientY; } e.preventDefault(); } // 窗口大小调整 function resize() { width window.innerWidth; height window.innerHeight; canvas.width width; canvas.height height; } // 事件监听 document.addEventListener(mousemove, mousemove); document.addEventListener(touchmove, mousemove); document.addEventListener(touchstart, mousemove); window.addEventListener(resize, resize); // 启动 init(); })(); /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
]