Help
RSS
API
Feed
Maltego
Contact
Domain > batsa.tech
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-12-30
18.160.78.114
(
ClassC
)
2025-04-01
3.163.24.49
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 01 Apr 2025 01:03:27 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://batsa.tech/X-Cache: Redirect from cloudfrontVia: 1.1 eb6e5a827e45274130b33c12b0d48aaa.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: SX0VLt676wG6U_1KY12RhKV5BYjGbJkhlLAsFRxY-1-3X1SysAfTmw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 7541Connection: keep-aliveDate: Tue, 01 Apr 2025 01:03:28 GMTServer: AmazonS3Accept-Ranges: bytesETag: 1e4b41696cdd66dd8320ace874cca4c7Last-Modified: Mon, 23 Dec 2024 14:39:52 GMTCache-Control: public, max-age0, s-maxage31536000Vary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 2830cb5e13bca87f2bb0e5ab70955cce.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: jRhxtqpaYLQYAszhCSZ-_95E0_65SExQikWb5vKZX29fRFhUDf785Q !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>batsa.tech - Igniting Innovation/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css> style> * { margin: 0; padding: 0; box-sizing: border-box; cursor: none; } body { background: #0a0a0a; color: #fff; font-family: Courier New, monospace; overflow: hidden; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .cursor { width: 20px; height: 20px; border: 2px solid #0ff; border-radius: 50%; position: fixed; pointer-events: none; transition: transform 0.2s; } .cursor-dot { width: 4px; height: 4px; background: #0ff; border-radius: 50%; position: fixed; pointer-events: none; } .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .dot { position: absolute; border-radius: 50%; background: rgba(0, 255, 255, 0.1); animation: float 15s infinite linear; } @keyframes float { 0% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-100px) translateX(50px); } 100% { transform: translateY(0) translateX(0); } } .container { text-align: center; padding: 2rem; background: rgba(0, 0, 0, 0.7); border-radius: 15px; border: 1px solid rgba(0, 255, 255, 0.1); backdrop-filter: blur(10px); } h1 { font-size: 3rem; margin-bottom: 1rem; color: #0ff; text-transform: uppercase; letter-spacing: 4px; } .subtitle { font-size: 1.2rem; margin-bottom: 3rem; color: #888; } .countdown { display: flex; gap: 2rem; margin-bottom: 3rem; } .countdown-item { flex: 1; } .countdown-value { font-size: 2.5rem; font-weight: bold; color: #0ff; text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } .countdown-label { font-size: 0.9rem; color: #888; text-transform: uppercase; } .loading-bar { width: 200px; height: 4px; background: rgba(255, 255, 255, 0.1); border-radius: 2px; margin: 2rem auto; overflow: hidden; } .loading-progress { height: 100%; background: #0ff; animation: loading 2s infinite; width: 50%; } @keyframes loading { 0% { transform: translateX(-100%); } 100% { transform: translateX(200%); } } .socials { margin-top: 2rem; } .socials a { color: #888; text-decoration: none; margin: 0 1rem; font-size: 1.5rem; transition: color 0.3s; } .socials a:hover { color: #0ff; } /style>/head>body> div classcursor>/div> div classcursor-dot>/div> div classbackground>/div> div classcontainer> h1>batsa.tech/h1> p classsubtitle>Igniting Innovation / Launching Soon/p> div classcountdown> div classcountdown-item> div classcountdown-value iddays>00/div> div classcountdown-label>Days/div> /div> div classcountdown-item> div classcountdown-value idhours>00/div> div classcountdown-label>Hours/div> /div> div classcountdown-item> div classcountdown-value idminutes>00/div> div classcountdown-label>Minutes/div> /div> div classcountdown-item> div classcountdown-value idseconds>00/div> div classcountdown-label>Seconds/div> /div> /div> div classloading-bar> div classloading-progress>/div> /div> p classsubtitle>Pioneering the Future of Technology/p> div classsocials> a hrefhttps://x.com/batsa_tech>i classfab fa-twitter>/i>/a> a hrefhttps://facebook.com/batsa.tech>i classfab fa-facebook>/i>/a> a hrefhttps://www.instagram.com/batsa.tech/>i classfab fa-instagram>/i>/a> /div> /div> script> // Custom cursor const cursor document.querySelector(.cursor); const cursorDot document.querySelector(.cursor-dot); document.addEventListener(mousemove, (e) > { cursor.style.left e.clientX + px; cursor.style.top e.clientY + px; cursorDot.style.left e.clientX + px; cursorDot.style.top e.clientY + px; }); document.addEventListener(mousedown, () > { cursor.style.transform scale(0.8); }); document.addEventListener(mouseup, () > { cursor.style.transform scale(1); }); // Dynamic background const background document.querySelector(.background); for (let i 0; i 50; i++) { const dot document.createElement(div); dot.classList.add(dot); dot.style.width Math.random() * 10 + px; dot.style.height dot.style.width; dot.style.left Math.random() * 100 + %; dot.style.top Math.random() * 100 + %; dot.style.animationDelay Math.random() * 5 + s; background.appendChild(dot); } // Countdown timer const countdownDate new Date(December 29, 2024 00:00:00).getTime(); function updateCountdown() { const now new Date().getTime(); const distance countdownDate - now; const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(days).innerHTML days.toString().padStart(2, 0); document.getElementById(hours).innerHTML hours.toString().padStart(2, 0); document.getElementById(minutes).innerHTML minutes.toString().padStart(2, 0); document.getElementById(seconds).innerHTML seconds.toString().padStart(2, 0); } setInterval(updateCountdown, 1000); updateCountdown(); /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
]