Help
RSS
API
Feed
Maltego
Contact
Domain > deusbox.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-09-07
72.249.55.5
(
ClassC
)
2026-02-02
69.6.201.195
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 05:27:21 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeLast-Modified: Sat, 24 Jan 2026 08:42:03 GMTAccept-Ranges: bytesContent-Length: 12711Vary: Accept-EncodingContent-Type: text/html !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>DEUSBOX | Sitio en Construcción/title> script srchttps://cdn.tailwindcss.com>/script> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css relstylesheet> style> @import url(https://fonts.googleapis.com/css2?familyExo+2:wght@300;400;600;700&familyInter:wght@300;400;500&displayswap); :root { --bg-dark: #050505; --primary: #00aeef; --glass-bg: rgba(13, 14, 18, 0.75); --glass-border: rgba(255, 255, 255, 0.08); } body { font-family: Inter, sans-serif; background-color: var(--bg-dark); color: #e2e8f0; overflow-x: hidden; margin: 0; } /* Canvas de fondo */ #tech-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.5; } h1, h2, h3, .tech-font { font-family: Exo 2, sans-serif; } /* Panel de Cristal Avanzado */ .glass-panel { background: var(--glass-bg); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); border: 1px solid var(--glass-border); box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 25px 60px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.05); position: relative; z-index: 10; } /* Efecto de brillo en bordes al pasar el mouse */ .glass-panel::before { content: ; position: absolute; inset: -1px; z-index: -1; background: linear-gradient(135deg, transparent, rgba(0, 174, 239, 0.2), transparent); opacity: 0.5; transition: opacity 0.5s ease; border-radius: inherit; } /* Animación suave del logo */ .logo-float { animation: float 6s ease-in-out infinite; filter: drop-shadow(0 0 20px rgba(0, 174, 239, 0.15)); } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } } /* Botón estilo Cyberpunk sutil */ .btn-tech { background: rgba(0, 174, 239, 0.05); border: 1px solid rgba(0, 174, 239, 0.5); color: var(--primary); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .btn-tech:hover { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 0 25px rgba(0, 174, 239, 0.4); transform: translateY(-1px); } /* Tarjeta de contacto interna */ .contact-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); transition: background 0.3s ease; } .contact-card:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(0, 174, 239, 0.3); } .gradient-text { background: linear-gradient(135deg, #fff 40%, #00aeef 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /style>/head>body classmin-h-screen flex flex-col items-center justify-center p-4> !-- Canvas para animación de partículas/red --> canvas idtech-canvas>/canvas> !-- Contenedor Principal --> main classw-full max-w-xl text-center relative z-10 fade-in-up py-8> !-- Tarjeta Central --> div classglass-panel rounded-3xl p-8 md:p-12 relative overflow-hidden group> !-- Acentos decorativos en las esquinas --> div classabsolute top-0 left-0 w-16 h-16 border-t-1px border-l-1px border-#00aeef/50 rounded-tl-3xl pointer-events-none>/div> div classabsolute bottom-0 right-0 w-16 h-16 border-b-1px border-r-1px border-#00aeef/50 rounded-br-3xl pointer-events-none>/div> !-- Logo --> div classmb-10 relative inline-block> div classabsolute inset-0 bg-#00aeef/20 blur-60px rounded-full>/div> img srchttps://scontent-hou1-1.xx.fbcdn.net/v/t39.30808-6/291670299_451472820318094_2512660856302802983_n.png?_nc_cat103&ccb1-7&_nc_sid6ee11a&_nc_ohccWtZFYAZmkEQ7kNvwGT2KoX&_nc_ocAdnULc6e6ZgOGoeBnCvgiEN3dBaOGhtHVopdZkl3geQ3WlSTk1tNQOMsWuawWcBH_s4&_nc_zt23&_nc_htscontent-hou1-1.xx&_nc_gidNG6avwswb3064r6c7sm5ig&oh00_AfrOEdz_fml962biBnNsaoAqbyiSoBV9bY1lk5R4lec3fw&oe697A3DF9 altDEUSBOX Logo classh-36 md:h-44 relative z-10 logo-float object-contain> /div> !-- Título Principal --> h1 classtext-3xl md:text-5xl font-bold mb-3 tech-font tracking-tight text-white> SITIO EN span classtext-#00aeef>CONSTRUCCIÓN/span> /h1> !-- Información restaurada --> div classmb-8 px-2> p classtext-gray-300 text-sm md:text-base leading-relaxed font-light> Somos una empresa con más de strong classtext-white>17 años de experiencia/strong> en la industria, brindando atención personalizada en el ramo eléctrico y electrónico con un alto sentido de urgencia y calidad. /p> /div> !-- Separador --> div classh-px w-full bg-gradient-to-r from-transparent via-#00aeef/30 to-transparent mb-8>/div> !-- Sección de Contacto Específica --> div classcontact-card rounded-xl p-6 mb-8 text-left relative overflow-hidden> !-- Barra lateral de acento --> div classabsolute left-0 top-0 bottom-0 w-1 bg-#00aeef>/div> div classflex flex-col md:flex-row md:items-center gap-4> div classflex-shrink-0> div classw-12 h-12 rounded-lg bg-#00aeef/10 flex items-center justify-center text-#00aeef border border-#00aeef/20> i classfas fa-id-card text-xl>/i> /div> /div> div> h2 classtext-white font-bold text-lg tech-font tracking-wide>Ing. Irineo Monreal/h2> p classtext-#00aeef text-sm font-semibold uppercase tracking-wider mb-1>Director de Ventas/p> p classtext-gray-400 text-xs leading-relaxed> Plantillas, Fixtures, Herramientas, y más. /p> div classmt-3 flex items-center gap-2 text-sm text-gray-300> i classfab fa-whatsapp text-#00aeef>/i> a hrefhttps://wa.me/523317230372 classhover:text-white transition-colors tracking-wide font-mono> 33-17-23-03-72 /a> /div> /div> /div> /div> !-- Botones Generales --> div classflex flex-col sm:flex-row justify-center gap-3> a hrefhttps://wa.me/523317230372 target_blank classbtn-tech px-6 py-3 rounded text-xs font-bold tracking-widest flex items-center justify-center gap-2 uppercase w-full sm:w-auto> i classfab fa-whatsapp text-lg>/i> Contactar por WhatsApp /a> /div> /div> !-- Footer Créditos --> footer classmt-12 text-center z-10 relative> p classtext-10px text-gray-600 mb-2 uppercase tracking-widest>© 2026 DEUSBOX. Todos los derechos reservados./p> div classflex items-center justify-center gap-2 text-11px text-gray-500> span>Desarrollo y diseño por/span> a hrefhttps://wa.me/528148555812 target_blank classflex items-center gap-1 text-#00aeef hover:text-white transition-colors group> !-- Nombre actualizado --> span classfont-semibold border-b border-transparent group-hover:border-#00aeef pb-0.5>Fereg Digital/span> i classfab fa-whatsapp text-xs transform group-hover:scale-110 transition-transform>/i> /a> /div> /footer> /main> !-- Script de Animación de Fondo (Partículas/Red) --> script> const canvas document.getElementById(tech-canvas); const ctx canvas.getContext(2d); let width, height; let particles ; // Configuración const particleCount 50; const connectionDistance 140; const mouseDistance 200; // Mouse tracking let mouse { x: null, y: null }; window.addEventListener(mousemove, (e) > { mouse.x e.x; mouse.y e.y; }); window.addEventListener(resize, resize); function resize() { width canvas.width window.innerWidth; height canvas.height window.innerHeight; } class Particle { constructor() { this.x Math.random() * width; this.y Math.random() * height; this.vx (Math.random() - 0.5) * 0.3; this.vy (Math.random() - 0.5) * 0.3; this.size Math.random() * 1.5 + 1; } update() { this.x + this.vx; this.y + this.vy; if (this.x 0 || this.x > width) this.vx * -1; if (this.y 0 || this.y > height) this.vy * -1; if (mouse.x ! null) { let dx mouse.x - this.x; let dy mouse.y - this.y; let distance Math.sqrt(dx * dx + dy * dy); if (distance mouseDistance) { const force (mouseDistance - distance) / mouseDistance; const directionX (dx / distance) * force * 0.5; const directionY (dy / distance) * force * 0.5; this.vx - directionX; this.vy - directionY; } } } draw() { ctx.beginPath(); ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2); ctx.fillStyle #00aeef; ctx.fill(); } } function init() { particles ; for (let i 0; i particleCount; i++) { particles.push(new Particle()); } } function animate() { ctx.clearRect(0, 0, width, height); for (let i 0; i particles.length; i++) { particlesi.update(); particlesi.draw(); for (let j i; j particles.length; j++) { let dx particlesi.x - particlesj.x; let dy particlesi.y - particlesj.y; let distance Math.sqrt(dx * dx + dy * dy); if (distance connectionDistance) { ctx.beginPath(); ctx.strokeStyle `rgba(0, 174, 239, ${1 - distance / connectionDistance})`; ctx.lineWidth 0.5; ctx.moveTo(particlesi.x, particlesi.y); ctx.lineTo(particlesj.x, particlesj.y); ctx.stroke(); } } } requestAnimationFrame(animate); } resize(); init(); animate(); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 05:27:21 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeLast-Modified: Sat, 24 Jan 2026 08:42:03 GMTAccept-Ranges: bytesContent-Length: 12711Vary: Accept-EncodingContent-Type: text/html !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>DEUSBOX | Sitio en Construcción/title> script srchttps://cdn.tailwindcss.com>/script> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css relstylesheet> style> @import url(https://fonts.googleapis.com/css2?familyExo+2:wght@300;400;600;700&familyInter:wght@300;400;500&displayswap); :root { --bg-dark: #050505; --primary: #00aeef; --glass-bg: rgba(13, 14, 18, 0.75); --glass-border: rgba(255, 255, 255, 0.08); } body { font-family: Inter, sans-serif; background-color: var(--bg-dark); color: #e2e8f0; overflow-x: hidden; margin: 0; } /* Canvas de fondo */ #tech-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.5; } h1, h2, h3, .tech-font { font-family: Exo 2, sans-serif; } /* Panel de Cristal Avanzado */ .glass-panel { background: var(--glass-bg); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); border: 1px solid var(--glass-border); box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 25px 60px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.05); position: relative; z-index: 10; } /* Efecto de brillo en bordes al pasar el mouse */ .glass-panel::before { content: ; position: absolute; inset: -1px; z-index: -1; background: linear-gradient(135deg, transparent, rgba(0, 174, 239, 0.2), transparent); opacity: 0.5; transition: opacity 0.5s ease; border-radius: inherit; } /* Animación suave del logo */ .logo-float { animation: float 6s ease-in-out infinite; filter: drop-shadow(0 0 20px rgba(0, 174, 239, 0.15)); } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } } /* Botón estilo Cyberpunk sutil */ .btn-tech { background: rgba(0, 174, 239, 0.05); border: 1px solid rgba(0, 174, 239, 0.5); color: var(--primary); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .btn-tech:hover { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 0 25px rgba(0, 174, 239, 0.4); transform: translateY(-1px); } /* Tarjeta de contacto interna */ .contact-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); transition: background 0.3s ease; } .contact-card:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(0, 174, 239, 0.3); } .gradient-text { background: linear-gradient(135deg, #fff 40%, #00aeef 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /style>/head>body classmin-h-screen flex flex-col items-center justify-center p-4> !-- Canvas para animación de partículas/red --> canvas idtech-canvas>/canvas> !-- Contenedor Principal --> main classw-full max-w-xl text-center relative z-10 fade-in-up py-8> !-- Tarjeta Central --> div classglass-panel rounded-3xl p-8 md:p-12 relative overflow-hidden group> !-- Acentos decorativos en las esquinas --> div classabsolute top-0 left-0 w-16 h-16 border-t-1px border-l-1px border-#00aeef/50 rounded-tl-3xl pointer-events-none>/div> div classabsolute bottom-0 right-0 w-16 h-16 border-b-1px border-r-1px border-#00aeef/50 rounded-br-3xl pointer-events-none>/div> !-- Logo --> div classmb-10 relative inline-block> div classabsolute inset-0 bg-#00aeef/20 blur-60px rounded-full>/div> img srchttps://scontent-hou1-1.xx.fbcdn.net/v/t39.30808-6/291670299_451472820318094_2512660856302802983_n.png?_nc_cat103&ccb1-7&_nc_sid6ee11a&_nc_ohccWtZFYAZmkEQ7kNvwGT2KoX&_nc_ocAdnULc6e6ZgOGoeBnCvgiEN3dBaOGhtHVopdZkl3geQ3WlSTk1tNQOMsWuawWcBH_s4&_nc_zt23&_nc_htscontent-hou1-1.xx&_nc_gidNG6avwswb3064r6c7sm5ig&oh00_AfrOEdz_fml962biBnNsaoAqbyiSoBV9bY1lk5R4lec3fw&oe697A3DF9 altDEUSBOX Logo classh-36 md:h-44 relative z-10 logo-float object-contain> /div> !-- Título Principal --> h1 classtext-3xl md:text-5xl font-bold mb-3 tech-font tracking-tight text-white> SITIO EN span classtext-#00aeef>CONSTRUCCIÓN/span> /h1> !-- Información restaurada --> div classmb-8 px-2> p classtext-gray-300 text-sm md:text-base leading-relaxed font-light> Somos una empresa con más de strong classtext-white>17 años de experiencia/strong> en la industria, brindando atención personalizada en el ramo eléctrico y electrónico con un alto sentido de urgencia y calidad. /p> /div> !-- Separador --> div classh-px w-full bg-gradient-to-r from-transparent via-#00aeef/30 to-transparent mb-8>/div> !-- Sección de Contacto Específica --> div classcontact-card rounded-xl p-6 mb-8 text-left relative overflow-hidden> !-- Barra lateral de acento --> div classabsolute left-0 top-0 bottom-0 w-1 bg-#00aeef>/div> div classflex flex-col md:flex-row md:items-center gap-4> div classflex-shrink-0> div classw-12 h-12 rounded-lg bg-#00aeef/10 flex items-center justify-center text-#00aeef border border-#00aeef/20> i classfas fa-id-card text-xl>/i> /div> /div> div> h2 classtext-white font-bold text-lg tech-font tracking-wide>Ing. Irineo Monreal/h2> p classtext-#00aeef text-sm font-semibold uppercase tracking-wider mb-1>Director de Ventas/p> p classtext-gray-400 text-xs leading-relaxed> Plantillas, Fixtures, Herramientas, y más. /p> div classmt-3 flex items-center gap-2 text-sm text-gray-300> i classfab fa-whatsapp text-#00aeef>/i> a hrefhttps://wa.me/523317230372 classhover:text-white transition-colors tracking-wide font-mono> 33-17-23-03-72 /a> /div> /div> /div> /div> !-- Botones Generales --> div classflex flex-col sm:flex-row justify-center gap-3> a hrefhttps://wa.me/523317230372 target_blank classbtn-tech px-6 py-3 rounded text-xs font-bold tracking-widest flex items-center justify-center gap-2 uppercase w-full sm:w-auto> i classfab fa-whatsapp text-lg>/i> Contactar por WhatsApp /a> /div> /div> !-- Footer Créditos --> footer classmt-12 text-center z-10 relative> p classtext-10px text-gray-600 mb-2 uppercase tracking-widest>© 2026 DEUSBOX. Todos los derechos reservados./p> div classflex items-center justify-center gap-2 text-11px text-gray-500> span>Desarrollo y diseño por/span> a hrefhttps://wa.me/528148555812 target_blank classflex items-center gap-1 text-#00aeef hover:text-white transition-colors group> !-- Nombre actualizado --> span classfont-semibold border-b border-transparent group-hover:border-#00aeef pb-0.5>Fereg Digital/span> i classfab fa-whatsapp text-xs transform group-hover:scale-110 transition-transform>/i> /a> /div> /footer> /main> !-- Script de Animación de Fondo (Partículas/Red) --> script> const canvas document.getElementById(tech-canvas); const ctx canvas.getContext(2d); let width, height; let particles ; // Configuración const particleCount 50; const connectionDistance 140; const mouseDistance 200; // Mouse tracking let mouse { x: null, y: null }; window.addEventListener(mousemove, (e) > { mouse.x e.x; mouse.y e.y; }); window.addEventListener(resize, resize); function resize() { width canvas.width window.innerWidth; height canvas.height window.innerHeight; } class Particle { constructor() { this.x Math.random() * width; this.y Math.random() * height; this.vx (Math.random() - 0.5) * 0.3; this.vy (Math.random() - 0.5) * 0.3; this.size Math.random() * 1.5 + 1; } update() { this.x + this.vx; this.y + this.vy; if (this.x 0 || this.x > width) this.vx * -1; if (this.y 0 || this.y > height) this.vy * -1; if (mouse.x ! null) { let dx mouse.x - this.x; let dy mouse.y - this.y; let distance Math.sqrt(dx * dx + dy * dy); if (distance mouseDistance) { const force (mouseDistance - distance) / mouseDistance; const directionX (dx / distance) * force * 0.5; const directionY (dy / distance) * force * 0.5; this.vx - directionX; this.vy - directionY; } } } draw() { ctx.beginPath(); ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2); ctx.fillStyle #00aeef; ctx.fill(); } } function init() { particles ; for (let i 0; i particleCount; i++) { particles.push(new Particle()); } } function animate() { ctx.clearRect(0, 0, width, height); for (let i 0; i particles.length; i++) { particlesi.update(); particlesi.draw(); for (let j i; j particles.length; j++) { let dx particlesi.x - particlesj.x; let dy particlesi.y - particlesj.y; let distance Math.sqrt(dx * dx + dy * dy); if (distance connectionDistance) { ctx.beginPath(); ctx.strokeStyle `rgba(0, 174, 239, ${1 - distance / connectionDistance})`; ctx.lineWidth 0.5; ctx.moveTo(particlesi.x, particlesi.y); ctx.lineTo(particlesj.x, particlesj.y); ctx.stroke(); } } } requestAnimationFrame(animate); } resize(); init(); animate(); /script>/body>/html>
Port 21
220---------- Welcome to Pure-FTPd privsep TLS ----------220-You are user number 1 of 150 allowed.220-Local time is now 23:27. Server port: 21.220 You will be disconnected after 15 minutes of inactivity.230 Anonymous user logged in257 / is your current location229 Extended Passive mode OK (|||47883|)200 TYPE is now ASCII150 Accepted data connection226-Options: -a -l 226 2 matches total drwxr-xr-x 2 0 0 4096 Oct 2 2024 .drwxr-xr-x 2 0 0 4096 Oct 2 2024 ..
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
]