Help
RSS
API
Feed
Maltego
Contact
Domain > vivaleercopec.cl
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-22
18.238.192.37
(
ClassC
)
2025-07-29
108.138.246.9
(
ClassC
)
2026-03-05
104.18.2.68
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Thu, 05 Mar 2026 14:10:51 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-alivelast-modified: Thu, 08 Jan 2026 19:33:50 GMTx-amz-server-side-encryption: AES256Server: cloudflarevary: accept-encodingx-cache: RefreshHit from cloudfrontvia: 1.1 0a166b53605851fe961f5a2952e5a748.cloudfront.net (CloudFront)x-amz-cf-pop: HIO52-P1x-amz-cf-id: V6sAG0xCfXtRkTGBShcM_vn9d-Xv-CBaL5wYPd3hpkw6cmvcORHuPwcf-cache-status: DYNAMICCF-RAY: 9d79b4e09ec2b395-PDX !DOCTYPE html>html langes>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentSitio web en construcción> title>Viva Leer/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyOutfit:wght@300;600;800&displayswap relstylesheet> style> :root { --accent-color: #00d4ff; --text-primary: #ffffff; --text-secondary: rgba(255, 255, 255, 0.7); --overlay-dark: rgba(0, 0, 0, 0.65); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Outfit, -apple-system, BlinkMacSystemFont, sans-serif; min-height: 100vh; overflow-x: hidden; position: relative; background: #0a0a0a; } /* Fondo de pantalla completa con overlay oscuro */ .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, transparent 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(data:image/svg+xml,%3Csvg width60 height60 viewBox0 0 60 60 xmlnshttp://www.w3.org/2000/svg%3E%3Cg fillnone fill-ruleevenodd%3E%3Cg fill%23ffffff fill-opacity0.02%3E%3Cpath dM36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z/%3E%3C/g%3E%3C/g%3E%3C/svg%3E); background-size: cover, cover, 60px 60px; } /* Efecto de gradiente animado */ .background::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%); opacity: 0.15; animation: rotate 30s linear infinite; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Imagen de fondo */ .background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: grayscale(30%) brightness(0.7); } /* Contenedor principal */ .container { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column; } /* Header con logo */ .header { padding: 2rem; animation: fadeInDown 0.8s ease-out; } .logo-container { width: fit-content; max-width: 200px; } .logo { width: 100%; height: auto; filter: drop-shadow(0 4px 12px rgba(0, 212, 255, 0.3)); transition: transform 0.3s ease; } .logo:hover { transform: scale(1.05); } /* Placeholder para logo si no hay imagen */ .logo-placeholder { display: inline-block; padding: 0.8rem 1.5rem; background: linear-gradient(135deg, var(--accent-color), #0099cc); color: #000; font-weight: 800; font-size: 1.5rem; letter-spacing: 0.05em; border-radius: 4px; box-shadow: 0 8px 32px rgba(0, 212, 255, 0.3); } /* Contenido central */ .content { flex: 1; display: flex; align-items: center; justify-content: center; padding: 2rem; text-align: center; } .main-content { max-width: 800px; animation: fadeInUp 1s ease-out 0.3s both; } .title { font-size: clamp(2.5rem, 8vw, 5rem); font-weight: 800; color: var(--text-primary); line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -0.02em; text-shadow: 0 4px 20px rgba(0, 212, 255, 0.4); } .title .accent { background: linear-gradient(135deg, var(--accent-color), #00ffaa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; animation: glow 3s ease-in-out infinite alternate; } @keyframes glow { from { filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5)); } to { filter: drop-shadow(0 0 25px rgba(0, 212, 255, 0.8)); } } .subtitle { font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 300; color: var(--text-secondary); margin-bottom: 3rem; line-height: 1.6; letter-spacing: 0.02em; } /* Barra de progreso decorativa */ .progress-container { max-width: 400px; margin: 0 auto 2rem; background: rgba(255, 255, 255, 0.05); border-radius: 100px; padding: 4px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); } .progress-bar { height: 8px; background: linear-gradient(90deg, var(--accent-color), #00ffaa); border-radius: 100px; width: 0%; animation: progress 3s ease-out forwards; box-shadow: 0 0 20px rgba(0, 212, 255, 0.6); } @keyframes progress { to { width: 65%; } } /* Información de contacto */ .contact-info { display: flex; gap: 2rem; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 2rem; opacity: 0; animation: fadeIn 1s ease-out 1.2s forwards; } .contact-item { color: var(--text-secondary); font-size: 0.95rem; font-weight: 300; display: flex; align-items: center; gap: 0.5rem; transition: color 0.3s ease; } .contact-item:hover { color: var(--accent-color); } .contact-item svg { width: 20px; height: 20px; opacity: 0.7; } /* Footer */ .footer { padding: 2rem; text-align: center; color: var(--text-secondary); font-size: 0.9rem; font-weight: 300; opacity: 0; animation: fadeIn 1s ease-out 1.5s forwards; } /* Animaciones */ @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* Responsive */ @media (max-width: 768px) { .header { padding: 1.5rem; } .logo-container { max-width: 150px; } .logo-placeholder { font-size: 1.2rem; padding: 0.6rem 1.2rem; } .content { padding: 1.5rem; } .contact-info { gap: 1.5rem; } .footer { padding: 1.5rem; font-size: 0.85rem; } } @media (max-width: 480px) { .header { padding: 1rem; } .contact-info { flex-direction: column; gap: 1rem; } } /* Efecto de partículas */ .particle { position: fixed; width: 4px; height: 4px; background: var(--accent-color); border-radius: 50%; pointer-events: none; opacity: 0; animation: float 4s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0) translateX(0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-100vh) translateX(50px); opacity: 0; } } /style>/head>body> !-- Fondo de pantalla completo --> div classbackground> img srcassets/imgs/wallpapers-vivaleer.png alt classbackground-image> /div> !-- Contenedor principal --> div classcontainer> !-- Header con logo --> header classheader> div classlogo-container> img srcassets/imgs/vivaleer-logo-ight-full.png altLogo Viva Leer classlogo> /div> /header> !-- Contenido central --> main classcontent> div classmain-content> h1 classtitle> ¡Estamos trabajando para ti! /h1> p classsubtitle> El sitio web de Viva Leer Copec se encuentra en mantención para mejorar tu experiencia. /p> !-- Barra de progreso decorativa --> !-- div classprogress-container> div classprogress-bar>/div> /div> --> !-- Información de contacto --> !-- div classcontact-info> div classcontact-item> svg viewBox0 0 24 24 fillcurrentColor> path dM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z/> /svg> info@tuempresa.com /div> div classcontact-item> svg viewBox0 0 24 24 fillcurrentColor> path dM6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z/> /svg> +1 234 567 890 /div> /div> --> /div> /main> !-- Footer --> footer classfooter> p>© 2026 Copec. Todos los derechos reservados./p> /footer> /div> !-- Partículas decorativas --> script> // Crear partículas flotantes function createParticles() { const particleCount 15; for (let i 0; i particleCount; i++) { const particle document.createElement(div); particle.className particle; particle.style.left Math.random() * 100 + %; particle.style.animationDelay Math.random() * 4 + s; particle.style.animationDuration (Math.random() * 3 + 3) + s; document.body.appendChild(particle); } } // Descomentar la siguiente línea para activar las partículas createParticles(); /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
]