Help
RSS
API
Feed
Maltego
Contact
Domain > labs.prodigiumacademy.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-03
147.79.84.116
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Wed, 03 Dec 2025 07:53:23 GMTServer: LiteSpeedLocation: https://labs.prodigiumacademy.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100X-Powered-By: PHP/8.2.28set-cookie: PRODIGIUMSESSID52dsfna3qouao322fcr3kaf9d4; path/; secure; HttpOnly; SameSiteLaxExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheStrict-Transport-Security: max-age63072000; includeSubDomains; preloadContent-Security-Policy: upgrade-insecure-requestsX-Frame-Options: SAMEORIGINX-Content-Type-Options: nosniffReferrer-Policy: no-referrer-when-downgradePermissions-Policy: geolocation(), microphone(), camera()Content-Type: text/html; charsetUTF-8Content-Length: 4816Date: Wed, 03 Dec 2025 07:53:24 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelX-XSS-Protection: 1; modeblock !DOCTYPE html>html langpt-BR>head> meta charsetUTF-8 /> link relshortcut icon hrefhttps://assets.zyrosite.com/AzGepZJ92VCnKOvv/favicon-d95KbD8LZ9i7wz7K.png> meta nameviewport contentwidthdevice-width,initial-scale1 /> title>Login – Prodigium Labs/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css relstylesheet /> style> @import url(https://fonts.googleapis.com/css2?familyInter:wght@400;600&displayswap); *, *::before, *::after { box-sizing: border-box; } html, body { height: 100%; margin: 0; font-family: Inter, sans-serif; background: transparent; overflow: hidden; } body::before { content: ; position: fixed; inset: 0; z-index: -3; background: url(../assets/background.gif) center/cover no-repeat; filter: blur(2px) brightness(.6); } body::after { content: ; position: fixed; inset: 0; z-index: -2; background: linear-gradient(135deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 20, .55) 40%, rgba(0, 80, 140, .35) 100%); } .screen-center { min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 1rem; } .login-box { backdrop-filter: blur(10px); background: rgba(15, 15, 30, .85); border: 1px solid rgba(0, 140, 255, .45); box-shadow: 0 4px 40px rgba(0, 140, 255, .25); padding: 2.5rem 2rem; border-radius: 16px; max-width: 420px; width: 90%; } .login-box h3 { font-weight: 600; background: linear-gradient(90deg, #38bdf8 0%, #0ea5e9 50%, #6366f1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 1.5rem; text-align: center; } label { font-weight: 500; color: #cbd5e1; } .form-control { background: #111827; border: 1px solid #334155; color: #e2e8f0; } .form-control:focus { background: #111827; border-color: #38bdf8; color: #fff; box-shadow: 0 0 0 .25rem rgba(56, 189, 248, .25); } #login::placeholder { color: #38bdf8; opacity: 0.4; } .btn-primary { background: #0ea5e9; border: none; font-weight: 600; transition: background .2s, box-shadow .2s; } .btn-primary:hover { background: #38bdf8; box-shadow: 0 0 10px rgba(56, 189, 248, .6); } .alert-danger { background: #7f1d1d; border: none; color: #f79999; } .register-link { display: block; text-align: center; margin-top: 1rem; color: #cbd5e1; font-size: 0.95rem; } .register-link a { color: #38bdf8; text-decoration: none; } .register-link a:hover { text-decoration: underline; } /style>/head>body> div classscreen-center> main classlogin-box>div styletext-align: center; margin-bottom: 1.5rem;> img src/assets/logo_labs_horizon2.png altProdigium Labs stylemax-width: 300px; height: auto; />/div> form methodPOST action/login classneeds-validation novalidate> input typehidden namecsrf value0ac936d0c392197334f95743acece3822a8853a6045deaa6b849bd314dfb8a7c> div classmb-3> label forlogin classform-label>E-mail/label> input typeemail namelogin idlogin classform-control placeholderusuario@exemplo.com required autofocus> /div> div classmb-3> label forsenha classform-label>Senha/label> input typepassword namesenha idsenha classform-control required> /div> button typesubmit classbtn btn-primary w-100>Entrar/button> /form> div classregister-link> span>Não tem conta? a href/cadastro>Cadastre-se agora/a>/span> /div> /main> /div> script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js>/script> script> (() > { const forms document.querySelectorAll(.needs-validation); Array.from(forms).forEach(form > { form.addEventListener(submit, event > { if (!form.checkValidity()) { event.preventDefault(); event.stopPropagation(); } form.classList.add(was-validated); }, false); }); })(); /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
]