Help
RSS
API
Feed
Maltego
Contact
Domain > bytebix.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-02-02
89.187.185.21
(
ClassC
)
2026-01-20
34.174.232.142
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: nginxDate: Tue, 20 Jan 2026 04:29:39 GMTContent-Type: text/htmlContent-Length: 26400Connection: keep-aliveVary: Accept-EncodingLast-Modified: Mon, 09 Jun 2025 00:15:12 GMTETag: 6720-637187930c463X-Httpd: 1Host-Header: 8441280b0c35cbc1147f8ba998a563a7X-Proxy-Cache: HITAccept-Ranges: bytes !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BYTEBIX - Servicios IT Avanzados/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; line-height: 1.6; color: #ffffff; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%); overflow-x: hidden; } /* Tech Grid Background */ .tech-grid-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 255, 0.03) 1px, transparent 1px); background-size: 20px 20px; animation: grid-move 20s linear infinite; pointer-events: none; z-index: -1; } @keyframes grid-move { 0% { transform: translate(0, 0); } 100% { transform: translate(20px, 20px); } } /* Header */ .header { position: fixed; top: 0; width: 100%; background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(10px); z-index: 1000; transition: all 0.3s ease; border-bottom: 1px solid rgba(0, 255, 255, 0.2); } .nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; max-width: 1200px; margin: 0 auto; } .logo-header { display: flex; align-items: center; gap: 10px; } .logo-cube-small { width: 30px; height: 30px; position: relative; transform-style: preserve-3d; animation: rotate-slow 8s linear infinite; } @keyframes rotate-slow { 0% { transform: rotateX(0deg) rotateY(0deg); } 100% { transform: rotateX(360deg) rotateY(360deg); } } .cube-face-small { position: absolute; width: 30px; height: 30px; border: 1px solid #00ffff; background: linear-gradient(45deg, rgba(0, 255, 255, 0.1), rgba(0, 150, 255, 0.2)); } .front-small { transform: translateZ(15px); } .back-small { transform: translateZ(-15px) rotateY(180deg); } .right-small { transform: rotateY(90deg) translateZ(15px); } .left-small { transform: rotateY(-90deg) translateZ(15px); } .top-small { transform: rotateX(90deg) translateZ(15px); } .bottom-small { transform: rotateX(-90deg) translateZ(15px); } .logo-text-header { font-size: 1.5rem; font-weight: 900; background: linear-gradient(45deg, #00ffff, #0099ff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 3s ease-in-out infinite; } @keyframes gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { text-decoration: none; color: #ffffff; font-weight: 500; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: #00ffff; text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } .nav-links a::after { content: ; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background: linear-gradient(90deg, #00ffff, #00ff88); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .cta-btn { background: linear-gradient(45deg, #00ffff, #0099ff); color: #0a0a0a; padding: 0.75rem 1.5rem; border: none; border-radius: 50px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; text-decoration: none; display: inline-block; box-shadow: 0 0 20px rgba(0, 255, 255, 0.3); } .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(0, 255, 255, 0.5); background: linear-gradient(45deg, #00ff88, #00ffff); } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(ellipse at center, rgba(0, 255, 255, 0.1) 0%, transparent 70%); } .hero-content { max-width: 1200px; margin: 0 auto; padding: 0 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; } .hero-text h1 { font-size: 3.5rem; font-weight: 900; margin-bottom: 1.5rem; line-height: 1.2; background: linear-gradient(45deg, #ffffff, #00ffff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 4s ease-in-out infinite, fadeInUp 1s ease; } .hero-text .highlight { background: linear-gradient(45deg, #00ffff, #0099ff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 3s ease-in-out infinite; } .hero-text p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 2rem; animation: fadeInUp 1s ease 0.2s both; } .hero-buttons { display: flex; gap: 1rem; animation: fadeInUp 1s ease 0.4s both; } .btn-primary { background: linear-gradient(45deg, #00ffff, #0099ff); color: #0a0a0a; padding: 1rem 2rem; border: none; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; box-shadow: 0 0 20px rgba(0, 255, 255, 0.3); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(0, 255, 255, 0.5); background: linear-gradient(45deg, #00ff88, #00ffff); } .btn-secondary { background: transparent; color: #00ffff; padding: 1rem 2rem; border: 2px solid #00ffff; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; box-shadow: 0 0 20px rgba(0, 255, 255, 0.2); } .btn-secondary:hover { background: rgba(0, 255, 255, 0.1); transform: translateY(-2px); box-shadow: 0 0 30px rgba(0, 255, 255, 0.4); } .hero-visual { position: relative; display: flex; justify-content: center; align-items: center; animation: fadeInRight 1s ease 0.6s both; } .main-logo-container { position: relative; display: flex; align-items: center; gap: 15px; padding: 40px; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(0, 255, 255, 0.3); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); animation: glow 3s ease-in-out infinite alternate; } @keyframes glow { 0% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 255, 0.2); } 100% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 255, 255, 0.4); } } .main-cube { width: 80px; height: 80px; position: relative; transform-style: preserve-3d; animation: rotate 6s linear infinite; } @keyframes rotate { 0% { transform: rotateX(0deg) rotateY(0deg); } 100% { transform: rotateX(360deg) rotateY(360deg); } } .cube-face { position: absolute; width: 80px; height: 80px; border: 2px solid #00ffff; background: linear-gradient(45deg, rgba(0, 255, 255, 0.1), rgba(0, 150, 255, 0.2)); } .front { transform: translateZ(40px); } .back { transform: translateZ(-40px) rotateY(180deg); } .right { transform: rotateY(90deg) translateZ(40px); } .left { transform: rotateY(-90deg) translateZ(40px); } .top { transform: rotateX(90deg) translateZ(40px); } .bottom { transform: rotateX(-90deg) translateZ(40px); } .main-logo-text { font-size: 48px; font-weight: 900; background: linear-gradient(45deg, #00ffff, #0099ff, #00ff88, #ffffff); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 3s ease-in-out infinite; text-shadow: 0 0 20px rgba(0, 255, 255, 0.3); letter-spacing: -2px; } /* Services Section */ .services { padding: 5rem 5%; background: rgba(0, 0, 0, 0.3); position: relative; } .services::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(0, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 255, 136, 0.05) 0%, transparent 50%); pointer-events: none; } .services-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; } .section-header { text-align: center; margin-bottom: 4rem; } .section-header h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; background: linear-gradient(45deg, #00ffff, #0099ff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 4s ease-in-out infinite; } .section-header p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.7); max-width: 600px; margin: 0 auto; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .service-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); padding: 2.5rem 2rem; border-radius: 20px; border: 1px solid rgba(0, 255, 255, 0.2); transition: all 0.3s ease; position: relative; overflow: hidden; } .service-card::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent); transition: left 0.5s ease; } .service-card:hover::before { left: 100%; } .service-card:hover { transform: translateY(-10px); border-color: rgba(0, 255, 255, 0.5); box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2); } .service-icon { width: 70px; height: 70px; background: linear-gradient(45deg, #00ffff, #0099ff); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #0a0a0a; margin-bottom: 1.5rem; box-shadow: 0 0 20px rgba(0, 255, 255, 0.3); } .service-card h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: #ffffff; } .service-card p { color: rgba(255, 255, 255, 0.7); line-height: 1.6; } /* Stats Section */ .stats { padding: 5rem 5%; background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(0, 255, 136, 0.1) 100%); position: relative; } .stats-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; text-align: center; } .stat-item { padding: 2rem; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border-radius: 20px; border: 1px solid rgba(0, 255, 255, 0.2); transition: all 0.3s ease; } .stat-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2); } .stat-number { font-size: 3rem; font-weight: 700; background: linear-gradient(45deg, #00ffff, #0099ff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 3s ease-in-out infinite; display: block; margin-bottom: 0.5rem; } .stat-label { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); font-weight: 500; } /* CTA Section */ .cta-section { padding: 5rem 5%; background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(16, 33, 62, 0.8) 100%); text-align: center; position: relative; } .cta-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at center, rgba(0, 255, 255, 0.1) 0%, transparent 70%); pointer-events: none; } .cta-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; } .cta-section h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; background: linear-gradient(45deg, #ffffff, #00ffff, #00ff88); background-size: 300% 300%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 4s ease-in-out infinite; } .cta-section p { font-size: 1.25rem; margin-bottom: 2.5rem; color: rgba(255, 255, 255, 0.8); } /* Footer */ .footer { background: rgba(0, 0, 0, 0.8); padding: 3rem 5%; border-top: 1px solid rgba(0, 255, 255, 0.2); } .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { margin-bottom: 1rem; color: #00ffff; font-weight: 600; } .footer-section p, .footer-section a { color: rgba(255, 255, 255, 0.7); text-decoration: none; line-height: 1.8; transition: color 0.3s ease; } .footer-section a:hover { color: #00ffff; text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } .footer-bottom { border-top: 1px solid rgba(0, 255, 255, 0.2); padding-top: 2rem; text-align: center; color: rgba(255, 255, 255, 0.6); } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } } /* Circuit Lines */ .circuit-lines { position: absolute; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #00ffff, transparent); animation: circuit-flow 2s linear infinite; } .circuit-top { top: 20px; } .circuit-bottom { bottom: 20px; } @keyframes circuit-flow { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } /* Responsive */ @media (max-width: 768px) { .hero-content { grid-template-columns: 1fr; text-align: center; gap: 3rem; } .hero-text h1 { font-size: 2.5rem; } .nav-links { display: none; } .hero-buttons { flex-direction: column; align-items: center; } .services-grid { grid-template-columns: 1fr; } .main-logo-container { flex-direction: column; gap: 10px; padding: 30px; } .main-logo-text { font-size: 36px; } } /style>/head>body> div classtech-grid-bg>/div> !-- Header --> header classheader> nav classnav> div classlogo-header> div classlogo-cube-small> div classcube-face-small front-small>/div> div classcube-face-small back-small>/div> div classcube-face-small right-small>/div> div classcube-face-small left-small>/div> div classcube-face-small top-small>/div> div classcube-face-small bottom-small>/div> /div> div classlogo-text-header>BYTEBIX/div> /div> ul classnav-links> li>a href#inicio>Inicio/a>/li> li>a href#servicios>Servicios/a>/li> li>a href#nosotros>Nosotros/a>/li> li>a href#contacto>Contacto/a>/li> /ul> a href#contacto classcta-btn>Consulta Gratuita/a> /nav> /header> !-- Hero Section --> section classhero idinicio> div classhero-content> div classhero-text> h1>Transformamos el futuro con span classhighlight>tecnología avanzada/span>/h1> p>Especialistas en desarrollo de software, ciberseguridad y soluciones cloud de última generación. Llevamos tu empresa al siguiente nivel tecnológico./p> div classhero-buttons> a href#servicios classbtn-primary>Explorar Servicios/a> a href#contacto classbtn-secondary>Consulta Gratuita/a> /div> /div> div classhero-visual> div classmain-logo-container> div classcircuit-lines circuit-top>/div> div classcircuit-lines circuit-bottom>/div> div classmain-cube> div classcube-face front>/div> div classcube-face back>/div> div classcube-face right>/div> div classcube-face left>/div> div classcube-face top>/div> div classcube-face bottom>/div> /div> div classmain-logo-text>BYTEBIX/div> /div> /div> /div> /section> !-- Services Section --> section classservices idservicios> div classservices-container> div classsection-header> h2>Servicios Especializados/h2> p>Soluciones tecnológicas de vanguardia diseñadas para impulsar la transformación digital de tu empresa/p> /div> div classservices-grid> div classservice-card> div classservice-icon>🚀/div> h3>Desarrollo de Software/h3> p>Aplicaciones web y móviles de alta performance, sistemas empresariales y soluciones personalizadas con tecnologías de vanguardia./p> /div> div classservice-card> div classservice-icon>🛡️/div> h3>Ciberseguridad Avanzada/h3> p>Protección integral contra amenazas cibernéticas, auditorías de seguridad y implementación de protocolos de defensa multicapa./p> /div> div classservice-card> div classservice-icon>☁️/div> h3>Cloud Computing/h3> p>Migración a la nube, arquitecturas escalables y servicios de infraestructura como código para máxima eficiencia operativa./p> /div> div classservice-card> div classservice-icon>🤖/div> h3>Inteligencia Artificial/h3> p>Soluciones IA personalizadas, machine learning y automatización inteligente para optimizar procesos empresariales./p> /div> div classservice-card> div classservice-icon>📊/div> h3>Big Data & Analytics/h3> p>Análisis de datos masivos, dashboards inteligentes y business intelligence para decisiones estratégicas basadas en datos./p> /div> div classservice-card> div classservice-icon>⚡/div> h3>DevOps & Automatización/h3> p>Integración continua, despliegue automatizado y optimización de workflows para acelerar el desarrollo de software./p> /div> /div> /div> /section> !-- Stats Section --> section classstats> div classstats-container> div classstat-item> span classstat-number>250+/span> span classstat-label>Proyectos Entregados/span> /div> div classstat-item> span classstat-number>99.8%/span> span classstat-label>Uptime Garantizado/span> /div> div classstat-item> span classstat-number>24/7/span> span classstat-label>Soporte Técnico/span> /div> div classstat-item> span classstat-number>5+/span> span classstat-label>Años de Experiencia/span> /div> /div> /section> !-- CTA Section --> section classcta-section idcontacto> div classcta-content> h2>¿Listo para la transformación digital?/h2> p>Agenda una consulta gratuita y descubre cómo BYTEBIX puede revolucionar tu infraestructura tecnológica con soluciones de última generación/p> a href# classbtn-primary>Iniciar Proyecto/a> /div> /section> !-- Footer --> footer classfooter> div classfooter-content> div classfooter-section> h3>BYTEBIX/h3> p>Liderando la revolución tecnológica con soluciones innovadoras para empresas del futuro. Tu partner estratégico en transformación digital./p> /div> div classfooter-section> h3>Servicios/h3> p>a href#>Desarrollo de Software/a>/p> p>a href#>Ciberseguridad/a>/p> p>a href#>Cloud Computing/a>/p> p>a href#>Inteligencia Artificial/a>/p>
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
]