Help
RSS
API
Feed
Maltego
Contact
Domain > ban.revenantz.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-07-11
172.67.129.8
(
ClassC
)
2026-02-24
104.21.1.104
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Tue, 24 Feb 2026 07:22:28 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://ban.revenantz.net/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s0TgwcBuTzd5w8G2RrlBuR1PUYfrFZ2FH4wNtpuadmeWIG79e1j6AxNQrGXuHYaYFlegwhVqPdy%2FEy3IqY%2FcdSRpXo6xyLZLfsoJ80%2FH1aQ%3D%3D}}CF-RAY: 9d2d3645eeedfefe-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 404 Not FoundDate: Tue, 24 Feb 2026 07:22:29 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sUHB1%2BAgKs8XT7cbjdSx96veSxXkjGVZR2ysEcFiUbDtuzy%2BtKPgbsVBSxVGHz243eYNN9bqPuCs8c8znFzktfKXB2U%2B4U1YfbJY3d%2Bef931H}}cf-cache-status: DYNAMICvary: accept-encodingCF-RAY: 9d2d36489f90f820-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Revenantz | 404/title> link relicon typeimage/x-icon hrefhttps://revenantz.net/api/revenantz_favicon.ico> link hrefhttps://fonts.googleapis.com/css2?familyRajdhani:wght@400;600;700&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: Rajdhani, sans-serif; background: #0a0a0a; color: #fff; overflow-x: hidden; position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; } /* Animated Background */ .bg-animation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .bg-animation::before { content: ; position: absolute; width: 200%; height: 200%; background: radial-gradient(circle at 20% 50%, rgba(88, 101, 242, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(114, 137, 218, 0.08) 0%, transparent 50%); animation: bgMove 20s ease-in-out infinite; } @keyframes bgMove { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-50px, -50px); } } /* Floating particles */ .particle { position: absolute; background: #5865F2; border-radius: 50%; opacity: 0.3; animation: float 6s ease-in-out infinite; } .particle:nth-child(1) { width: 4px; height: 4px; top: 20%; left: 10%; animation-delay: 0s; } .particle:nth-child(2) { width: 6px; height: 6px; top: 60%; left: 80%; animation-delay: 2s; } .particle:nth-child(3) { width: 3px; height: 3px; top: 80%; left: 20%; animation-delay: 4s; } .particle:nth-child(4) { width: 5px; height: 5px; top: 30%; left: 70%; animation-delay: 1s; } .particle:nth-child(5) { width: 4px; height: 4px; top: 50%; left: 50%; animation-delay: 3s; } .particle:nth-child(6) { width: 3px; height: 3px; top: 10%; left: 90%; animation-delay: 5s; } @keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-30px) rotate(180deg); } } /* Main Container */ .container { position: relative; z-index: 10; text-align: center; padding: 40px 20px; max-width: 800px; } /* Logo */ .logo-container { width: 120px; height: 120px; margin: 0 auto 30px; display: flex; align-items: center; justify-content: center; animation: logoFloat 3s ease-in-out infinite, logoPulse 2s ease-in-out infinite; } .logo-container img { -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; pointer-events: none; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 30px rgba(88, 101, 242, 0.6)) drop-shadow(0 0 60px rgba(88, 101, 242, 0.4)); } @keyframes logoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } } @keyframes logoPulse { 0%, 100% { filter: drop-shadow(0 0 30px rgba(88, 101, 242, 0.6)) drop-shadow(0 0 60px rgba(88, 101, 242, 0.4)); } 50% { filter: drop-shadow(0 0 50px rgba(88, 101, 242, 0.9)) drop-shadow(0 0 100px rgba(88, 101, 242, 0.6)); } } /* 404 Text */ .error-code { font-size: 140px; font-weight: 700; line-height: 1; margin-bottom: 20px; background: linear-gradient(45deg, #5865F2, #7289DA, #5865F2); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientShift 3s ease infinite, glitch 4s ease-in-out infinite; text-shadow: 0 0 80px rgba(88, 101, 242, 0.5); position: relative; } @keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } @keyframes glitch { 0%, 90%, 100% { transform: translate(0); } 92% { transform: translate(-2px, 2px); } 94% { transform: translate(2px, -2px); } 96% { transform: translate(-2px, -2px); } 98% { transform: translate(2px, 2px); } } /* Error message */ .error-title { font-size: 42px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 3px; animation: fadeInUp 1s ease 0.3s both; } .error-message { font-size: 20px; color: #b9bbbe; margin-bottom: 40px; animation: fadeInUp 1s ease 0.5s both; line-height: 1.6; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Button */ .home-btn { display: inline-block; padding: 18px 50px; background: linear-gradient(135deg, #5865F2 0%, #7289DA 100%); color: #fff; text-decoration: none; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; border-radius: 50px; transition: all 0.3s ease; position: relative; overflow: hidden; animation: fadeInUp 1s ease 0.7s both; box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4); } .home-btn::before { content: ; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.2); transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .home-btn:hover::before { width: 300px; height: 300px; } .home-btn:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(88, 101, 242, 0.6); } .home-btn span { position: relative; z-index: 1; } /* Scanning line effect */ .scan-line { position: fixed; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #5865F2, transparent); animation: scan 4s linear infinite; z-index: 5; opacity: 0.3; } @keyframes scan { 0% { top: 0; } 100% { top: 100%; } } /* Glowing circles */ .glow-circle { position: absolute; border-radius: 50%; border: 2px solid #5865F2; opacity: 0.2; animation: expandFade 4s ease-out infinite; } .glow-circle:nth-child(1) { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: 0s; } .glow-circle:nth-child(2) { width: 500px; height: 500px; top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: 1s; } .glow-circle:nth-child(3) { width: 700px; height: 700px; top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: 2s; } @keyframes expandFade { 0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0.5; } 100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; } } /* Responsive */ @media (max-width: 768px) { .error-code { font-size: 120px; } .error-title { font-size: 32px; } .error-message { font-size: 18px; } .logo-container { width: 90px; height: 90px; } } @media (max-width: 480px) { .error-code { font-size: 90px; } .error-title { font-size: 24px; } .error-message { font-size: 16px; } .home-btn { padding: 15px 35px; font-size: 16px; } } /style>/head>body> div classbg-animation> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classparticle>/div> div classglow-circle>/div> div classglow-circle>/div> div classglow-circle>/div> /div> div classscan-line>/div> div classcontainer> div classlogo-container> img srchttps://revenantz.net/assets/svg/revenantz_logo_400.svg altRevenantz Logo> /div> div classerror-code>404/div> h1 classerror-title>Page Not Found/h1> p classerror-message> The page youre looking for has vanished into the void.br> Lets get you back to base. /p> a hrefhttps://revenantz.net classhome-btn> span>Return to Homepage/span> /a> /div>/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
]