Help
RSS
API
Feed
Maltego
Contact
Domain > 1011tilldeath.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-22
172.67.153.193
(
ClassC
)
2025-12-10
72.94.172.91
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.29.2Date: Wed, 10 Dec 2025 09:06:43 GMTContent-Type: text/htmlContent-Length: 169Connection: keep-aliveLocation: https://1011tilldeath.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.29.2/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.29.2Date: Wed, 10 Dec 2025 09:06:44 GMTContent-Type: text/htmlContent-Length: 10720Last-Modified: Fri, 29 Aug 2025 19:23:08 GMTConnection: keep-aliveETag: 68b1fe1c-29e0X-Fallback: trueAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>404 - Domain Not Found/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> style> :root { --primary-color: #6366f1; --primary-hover: #4f46e5; --background-dark: #0f172a; --card-background: #1e293b; --text-light: #f8fafc; --text-secondary: #94a3b8; --accent-color: #ec4899; --accent-secondary: #8b5cf6; --error-color: #ef4444; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; background-color: var(--background-dark); color: var(--text-light); min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; position: relative; overflow-x: hidden; } .stars { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; } .star { position: absolute; background-color: var(--text-light); border-radius: 50%; animation: twinkle var(--duration) infinite ease-in-out; opacity: 0; } @keyframes twinkle { 0%, 100% { opacity: 0; } 50% { opacity: var(--opacity); } } .container { max-width: 800px; text-align: center; background-color: var(--card-background); padding: 3rem; border-radius: 1rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); position: relative; overflow: hidden; z-index: 1; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); } .container::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient( transparent, rgba(99, 102, 241, 0.1), transparent 30% ); animation: rotate 8s linear infinite; z-index: -1; } @keyframes rotate { 100% { transform: rotate(1turn); } } .error-code { font-size: 8rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1)); } h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; background: linear-gradient(135deg, var(--text-light), var(--text-secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } p { font-size: 1.25rem; color: var(--text-secondary); margin-bottom: 2rem; line-height: 1.6; } .highlight { color: var(--accent-color); font-weight: 600; } .spaceship { position: relative; width: 120px; height: 120px; margin: 0 auto 2rem; } .spaceship-body { position: absolute; width: 60px; height: 80px; background: linear-gradient(135deg, var(--primary-color), var(--accent-secondary)); border-radius: 50% 50% 20% 20%; top: 20px; left: 30px; overflow: hidden; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); animation: hover 4s ease-in-out infinite; } .spaceship-window { position: absolute; width: 30px; height: 30px; background-color: rgba(255, 255, 255, 0.9); border-radius: 50%; top: 15px; left: 15px; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); } .spaceship-light { position: absolute; width: 10px; height: 10px; background-color: var(--accent-color); border-radius: 50%; bottom: 10px; animation: blink 1s ease-in-out infinite alternate; } .light-left { left: 10px; animation-delay: 0.2s; } .light-right { right: 10px; animation-delay: 0.5s; } .spaceship-wing { position: absolute; width: 40px; height: 15px; background: linear-gradient(to bottom, var(--accent-secondary), var(--primary-hover)); border-radius: 50%; } .wing-left { transform: rotate(-30deg); top: 50px; left: 0; } .wing-right { transform: rotate(30deg); top: 50px; right: 0; } .exhaust { position: absolute; bottom: -10px; left: 45px; width: 30px; height: 40px; overflow: hidden; } .flame { position: absolute; bottom: 0; left: 0; width: 30px; height: 60px; background: linear-gradient(to bottom, var(--accent-color), transparent); border-radius: 50% 50% 20% 20%; animation: flame 0.5s ease-in-out infinite alternate; } @keyframes hover { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes blink { 0% { opacity: 0.5; } 100% { opacity: 1; } } @keyframes flame { 0% { height: 30px; opacity: 0.8; } 100% { height: 40px; opacity: 1; } } .planet { position: absolute; border-radius: 50%; opacity: 0.7; z-index: -1; } .planet-1 { width: 100px; height: 100px; background: radial-gradient(circle at 30% 30%, var(--accent-color), var(--primary-hover)); top: 10%; right: 10%; box-shadow: 0 0 20px rgba(236, 72, 153, 0.4); } .planet-2 { width: 60px; height: 60px; background: radial-gradient(circle at 30% 30%, var(--accent-secondary), var(--primary-color)); bottom: 15%; left: 5%; box-shadow: 0 0 15px rgba(139, 92, 246, 0.4); } @media (max-width: 768px) { .container { padding: 2rem; } .error-code { font-size: 5rem; } h1 { font-size: 1.8rem; } p { font-size: 1rem; } .spaceship { transform: scale(0.8); } } /style>/head>body> div classstars idstars>/div> div classplanet planet-1>/div> div classplanet planet-2>/div> div classcontainer> div classspaceship> div classspaceship-body> div classspaceship-window>/div> div classspaceship-light light-left>/div> div classspaceship-light light-right>/div> /div> div classspaceship-wing wing-left>/div> div classspaceship-wing wing-right>/div> div classexhaust> div classflame>/div> /div> /div> div classerror-code>404/div> h1>Youve Reached This Page in Error/h1> p>It seems youve ventured to span classhighlight iddomain-name>an unknown domain/span>, but this cosmic address doesnt lead anywhere in our galaxy. This domain is not currently configured or in use./p> /div> script> // Display the current domain name document.getElementById(domain-name).textContent window.location.hostname; // Create twinkling stars const starsContainer document.getElementById(stars); const starCount 200; for (let i 0; i starCount; i++) { const star document.createElement(div); star.classList.add(star); // Random size between 1 and 3 pixels const size Math.random() * 2 + 1; star.style.width `${size}px`; star.style.height `${size}px`; // Random position const posX Math.random() * 100; const posY Math.random() * 100; star.style.left `${posX}%`; star.style.top `${posY}%`; // Random animation duration between 3 and 8 seconds const duration Math.random() * 5 + 3; star.style.setProperty(--duration, `${duration}s`); // Random opacity between 0.5 and 1 const opacity Math.random() * 0.5 + 0.5; star.style.setProperty(--opacity, opacity); // Random delay const delay Math.random() * 5; star.style.animationDelay `${delay}s`; starsContainer.appendChild(star); } /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
]