Help
RSS
API
Feed
Maltego
Contact
Domain > alataar.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2017-12-01
185.27.134.204
(
ClassC
)
2024-04-03
64.112.41.24
(
ClassC
)
2025-10-17
216.198.79.1
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAccess-Control-Allow-Origin: *Age: 2809710Cache-Control: public, max-age0, must-revalidateContent-Disposition: inlineContent-Length: 14377Content-Type: text/html; charsetutf-8Date: Fri, 17 Oct 2025 16:58:28 GMTEtag: 368ec86be191f92828426a9812cd551aLast-Modified: Mon, 15 Sep 2025 04:29:58 GMTServer: VercelStrict-Transport-Security: max-age63072000X-Vercel-Cache: HITX-Vercel-Id: pdx1::zn4zj-1760720308761-4a48443de758 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AL ATAAR MANAGEMENT GROUP/title> style> @import url(https://fonts.googleapis.com/css2?familyOrbitron:wght@400;700;900&displayswap); * { margin: 0; padding: 0; box-sizing: border-box; } body { overflow: hidden; font-family: Orbitron, monospace; } .pacman-container { position: relative; width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle at center, #1a1a2e 0%, #16213e 30%, #0f3460 100%); overflow: hidden; } /* Animated Background */ .animated-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; z-index: 0; } .bg-circle { position: absolute; border-radius: 50%; background: linear-gradient(45deg, #00d4ff, #ff00ff); animation: float 6s ease-in-out infinite; } .bg-circle:nth-child(1) { width: 80px; height: 80px; top: 20%; left: 10%; animation-delay: 0s; } .bg-circle:nth-child(2) { width: 120px; height: 120px; top: 60%; right: 15%; animation-delay: 2s; } .bg-circle:nth-child(3) { width: 100px; height: 100px; bottom: 20%; left: 20%; animation-delay: 4s; } /* Neon Grid Effect */ .grid-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px); background-size: 50px 50px; z-index: 1; } /* Enhanced Pacman Loader */ .pacman-loader { position: relative; height: 80px; width: 100%; max-width: 600px; overflow: hidden; margin: 40px 0; z-index: 10; background: rgba(255, 255, 255, 0.05); border-radius: 40px; border: 2px solid rgba(0, 212, 255, 0.3); box-shadow: 0 0 30px rgba(0, 212, 255, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); } .pacman { width: 60px; height: 60px; position: absolute; left: -60px; top: 50%; transform: translateY(-50%); animation: move 4s ease-in-out infinite; z-index: 12; filter: drop-shadow(0 0 20px #FFD700); } .pacman::before { content: ; position: absolute; width: 60px; height: 30px; background: linear-gradient(45deg, #FFD700, #FFA500); border-radius: 30px 30px 0 0; animation: eat-top 0.4s infinite ease-in-out; box-shadow: 0 0 15px rgba(255, 215, 0, 0.6); } .pacman::after { content: ; position: absolute; width: 60px; height: 30px; background: linear-gradient(45deg, #FFD700, #FFA500); border-radius: 0 0 30px 30px; bottom: 0; animation: eat-bottom 0.4s infinite ease-in-out; box-shadow: 0 0 15px rgba(255, 215, 0, 0.6); } /* Eye for Pacman */ .pacman-eye { position: absolute; width: 8px; height: 8px; background: #000; border-radius: 50%; top: 15px; left: 35px; z-index: 13; animation: blink 2s infinite; } .dot-track { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 11; } .dot { width: 18px; height: 18px; background: radial-gradient(circle, #ff0066, #ff3399); border-radius: 50%; position: absolute; opacity: 0; animation: dots 2s infinite linear; box-shadow: 0 0 15px #ff0066, 0 0 30px #ff0066; border: 2px solid rgba(255, 255, 255, 0.3); } .dot:nth-child(1) { left: 12%; animation-delay: 0s; } .dot:nth-child(2) { left: 27%; animation-delay: 0.3s; } .dot:nth-child(3) { left: 42%; animation-delay: 0.6s; } .dot:nth-child(4) { left: 57%; animation-delay: 0.9s; } .dot:nth-child(5) { left: 72%; animation-delay: 1.2s; } /* Enhanced Loading Text */ .loading-text { color: #fff; font-family: Orbitron, monospace; font-size: clamp(24px, 4vw, 36px); font-weight: 700; margin-top: 40px; text-transform: uppercase; letter-spacing: 4px; text-align: center; background: linear-gradient(45deg, #00d4ff, #ff00ff, #00ff88, #ffaa00); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientFlow 3s ease infinite, textGlow 2s ease-in-out infinite alternate; text-shadow: 0 0 30px rgba(0, 212, 255, 0.5); z-index: 10; position: relative; } .credit-text { color: rgba(255, 255, 255, 0.8); font-family: Orbitron, monospace; font-size: clamp(12px, 2vw, 16px); margin-top: 25px; text-align: center; z-index: 10; position: relative; background: rgba(255, 255, 255, 0.1); padding: 10px 20px; border-radius: 25px; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); } .heart { animation: heartbeat 1.5s ease-in-out infinite; display: inline-block; color: #ff0066; filter: drop-shadow(0 0 10px #ff0066); font-size: 1.2em; } /* Progress Bar */ .progress-container { width: 100%; max-width: 400px; height: 6px; background: rgba(255, 255, 255, 0.1); border-radius: 3px; margin-top: 30px; overflow: hidden; z-index: 10; position: relative; } .progress-bar { height: 100%; background: linear-gradient(90deg, #00d4ff, #ff00ff); border-radius: 3px; animation: progress 4s linear infinite; box-shadow: 0 0 15px rgba(0, 212, 255, 0.6); } /* Particle Effects */ .particles { position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 5; } .particle { position: absolute; width: 4px; height: 4px; background: #00d4ff; border-radius: 50%; animation: particleFloat 8s linear infinite; } .particle:nth-child(odd) { background: #ff00ff; animation-duration: 12s; } /* Animations */ @keyframes eat-top { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(-50deg); } } @keyframes eat-bottom { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(50deg); } } @keyframes move { 0% { left: -60px; } 90% { left: calc(100% - 60px); } 100% { left: calc(100% + 20px); } } @keyframes dots { 0%, 20% { opacity: 0; transform: scale(0.5); } 50% { opacity: 1; transform: scale(1.2); } 80%, 100% { opacity: 0; transform: scale(0.5); } } @keyframes gradientFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes textGlow { from { filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.3)); } to { filter: drop-shadow(0 0 30px rgba(255, 0, 255, 0.5)); } } @keyframes heartbeat { 0%, 100% { transform: scale(1); } 25% { transform: scale(1.3); } 50% { transform: scale(1.1); } 75% { transform: scale(1.25); } } @keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; } 50% { transform: translateY(-20px) rotate(180deg); opacity: 0.8; } } @keyframes progress { 0% { width: 0%; } 100% { width: 100%; } } @keyframes blink { 0%, 90%, 100% { opacity: 1; } 95% { opacity: 0; } } @keyframes particleFloat { 0% { opacity: 0; transform: translateY(100vh) rotate(0deg); } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; transform: translateY(-10vh) rotate(360deg); } } /* Responsive Design */ @media (max-width: 768px) { .pacman-loader { max-width: 90vw; height: 70px; } .pacman { width: 50px; height: 50px; } .pacman::before, .pacman::after { width: 50px; height: 25px; } .pacman-eye { top: 12px; left: 30px; width: 6px; height: 6px; } .dot { width: 15px; height: 15px; } } /* Glitch Effect for Fun */ .glitch { animation: glitch 0.3s infinite; } @keyframes glitch { 0% { transform: translate(0); } 20% { transform: translate(-2px, 2px); } 40% { transform: translate(-2px, -2px); } 60% { transform: translate(2px, 2px); } 80% { transform: translate(2px, -2px); } 100% { transform: translate(0); } } /style>/head>body> div classpacman-container> !-- Animated Background --> div classanimated-bg> div classbg-circle>/div> div classbg-circle>/div> div classbg-circle>/div> /div> !-- Grid Overlay --> div classgrid-overlay>/div> !-- Particles --> div classparticles idparticles>/div> !-- Main Content --> div classpacman-loader> div classpacman> div classpacman-eye>/div> /div> div classdot-track> div classdot>/div> div classdot>/div> div classdot>/div> div classdot>/div> div classdot>/div> /div> /div> div classloading-text>Kita Lagi Main Tenis !!/div> div classprogress-container> div classprogress-bar>/div> /div> div classcredit-text>Made with span classheart>♥️/span> hafidzku/div> /div> script> // Create floating particles function createParticles() { const particlesContainer document.getElementById(particles); 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() * 8 + s; particle.style.animationDuration (8 + Math.random() * 4) + s; particlesContainer.appendChild(particle); } } // Add random glitch effect function addGlitchEffect() { const loadingText document.querySelector(.loading-text); if (Math.random() 0.1) { // 10% chance loadingText.classList.add(glitch); setTimeout(() > { loadingText.classList.remove(glitch); }, 300); } } // Initialize effects document.addEventListener(DOMContentLoaded, function() { createParticles(); // Random glitch effect every 3 seconds setInterval(addGlitchEffect, 3000); // Add some interactive effects document.addEventListener(mousemove, function(e) { const particles document.querySelectorAll(.particle); particles.forEach((particle, index) > { if (index % 3 0) { const x (e.clientX / window.innerWidth) * 10; const y (e.clientY / window.innerHeight) * 10; particle.style.transform + ` translate(${x}px, ${y}px)`; } }); }); }); /script>/body>/html>
Subdomains
Date
Domain
IP
www.alataar.com
2024-11-06
172.65.190.172
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
]