Help
RSS
API
Feed
Maltego
Contact
Domain > mail.rightontime.online
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-23
107.180.117.161
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 23 Nov 2025 05:57:23 GMTServer: ApacheX-Powered-By: PHP/8.3.26Cache-Control: no-cache, privateSet-Cookie: XSRF-TOKENeyJpdiI6Ii9HdG40V0hOUXBrcVFqNzZBVGphK1E9PSIsInZhbHVlIjoiRlNJcGhuNm82UkNtTjA5MURTdkp5N1c3VFV5dHpCd2YyMGxXYy9EMUNJNnc1V0dqWjlZS1N3cVJJZ1RkRExiNmhOTkxVY2M5RUhxKzVMTU05cHhQZzhITHNPMmxRODIxRVUwSENGdzVUbjc0ZHgrY3VTdWF1WFptN0s3L05aclEiLCJtYWMiOiIzNjQ0MTk2ZTlkYWUxMGFmMTc0ZjkyNzNkZTk1ZDVlZDgxYTE2MDEwODNlNmNhMWE0NTFhMTJkZjRjNzQwZTBmIiwidGFnIjoiIn0%3D; expiresSun, 23 Nov 2025 07:57:23 GMT; Max-Age7200; path/; samesitelaxSet-Cookie: sleekhivehrms_sessioneyJpdiI6Imk3RkVsNjkrQXhObUtsOTNWaDhkM3c9PSIsInZhbHVlIjoibzhIcC9nNlh6bmdoajhQbDc5RHVzOUVXTk4wZTFnMnY3algwRi83V0Z6ckNMSlNXb2NyVE9YaVFpYVBnOGFUUUhMc2ZYV3JGY2hlTUNCZlBRNUljeGNOM2xXYWNnL0FBZ3d0ekRVMzdBQW42NXB2MFJUdHpwdDlwZndPM3BnK1IiLCJtYWMiOiJiYTI2ZTAzM2U0ZWVkZTNiZmFlMDI5NWFkOTc2YjFkYzM5ZjBlYWE1MmFkOTQ1NjZkMTA2OGQwZWY1MDM3Yjg2IiwidGFnIjoiIn0%3D; expiresSun, 23 Nov 2025 07:57:23 GMT; Max-Age7200; path/; httponly; samesitelaxUpgrade: h2,h2cConnection: UpgradeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> title>SleekHive HRMS Login/title> meta nameviewport contentwidthdevice-width, initial-scale1> meta namecsrf-token contentvcRNLT4cqnxxcSb9sa1mILMYCinc57KdyJW26jQv> meta namebase-url contenthttp://mail.rightontime.online> meta nametheme-color content#6777ef /> link relapple-touch-icon hrefhttp://mail.rightontime.online/logo.PNG> link relmanifest hrefhttp://mail.rightontime.online/manifest.json> !-- Bootstrap CDN --> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css> link hrefhttps://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css relstylesheet> !-- jQuery CDN --> script srchttps://code.jquery.com/jquery-3.6.4.min.js>/script> style> body { background: #f4f6f9; font-family: Segoe UI, sans-serif; } .login-container { min-height: 100vh; display: flex; align-items: center; justify-content: center; } .login-box { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); width: 100%; max-width: 400px; text-align: center; } .login-box img.logo { max-width: 80px; margin-bottom: 15px; } .login-box h3 { margin-bottom: 25px; color: #002e5b; font-weight: 600; } .form-control:focus { box-shadow: none; border-color: #0297a3; } .btn-login { background: #002e5b; color: white; border: none; } .btn-login:hover { background: #0297a3; } .footer-text { font-size: 13px; color: #888; margin-top: 20px; } /style>/head>body> div classlogin-container> div classlogin-box> img srchttp://mail.rightontime.online/assets/images/sleekhive-logo.jpg altSleekHive Logo classlogo> h3>SleekHive Technologies/h3> p classmb-4 text-muted>Employee HRMS Portal/p> form idloginForm actionhttp://mail.rightontime.online/login methodPOST> input typehidden name_token valuevcRNLT4cqnxxcSb9sa1mILMYCinc57KdyJW26jQv> div classmb-3 text-start> label foremail classform-label>Email address or User ID/label> input typetext classform-control idemail nameemail placeholderEnter email required> /div> div classmb-3 text-start> label forpassword classform-label>Password/label> input typepassword classform-control idpassword namepassword placeholderEnter password required> /div> button typesubmit classbtn btn-login w-100 mt-3>Login/button> /form> div classfooter-text> © 2025 SleekHive Technologies /div> /div> /div> script srchttp://mail.rightontime.online/sw.js>/script> script> if (!navigator.serviceWorker.controller) { navigator.serviceWorker.register(/sw.js).then(function(reg) { console.log(Service worker has been registered for scope: + reg.scope); }); } /script> script srchttps://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js>/script> script srchttps://cdn.jsdelivr.net/npm/sweetalert2@11>/script> script> // $(#loginForm).on(submit, function(e) { // e.preventDefault(); // let email $(#email).val(); // let password $(#password).val(); // $ // if (email && password) { // // TODO: Replace with actual login logic // alert(Login submitted for: + email); // } // }); $(#loginForm).on(submit, function(e) { e.preventDefault(); Swal.fire({ title: Processing..., allowOutsideClick: false, showConfirmButton: false, didOpen: () > Swal.showLoading(), }); const formData new FormData(this); $.ajax({ url: $(this).attr(action), type: POST, data: formData, contentType: false, processData: false, success: function(response) { Swal.close(); console.log(response); if (response.success) { toastr.success(response.message); setTimeout(() > { window.location.href response.data.route; // Redirect to dashboard or any authenticated route }, 1500); } else { toastr.error(response.message); } }, error: function(xhr) { Swal.close(); toastr.error(Error : + xhr.responseJSON.message); } }); }); /script>/body>script>undefined typeof _trfq || (window._trfq );undefined typeof _trfd && (window._trfd),_trfd.push({tccl.baseHost:secureserver.net},{ap:cpsh-oh},{server:p3plzcpnl505278},{dcenter:p3},{cp_id:10643656},{cp_cl:8}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support./script>script srchttps://img1.wsimg.com/traffic-assets/js/tccl.min.js>/script>/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
]