Help
RSS
API
Feed
Maltego
Contact
Domain > www.csdops.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-11-27
139.99.121.6
(
ClassC
)
2026-03-08
135.125.179.241
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sun, 08 Mar 2026 08:30:39 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://www.csdops.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Sun, 08 Mar 2026 08:30:40 GMTContent-Type: text/html; charsetUTF-8Content-Length: 4793Connection: keep-aliveX-Powered-By: PHP/8.4.18Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSID2fc42d9a0f34a7468da2ac7b65e0307e; path/Vary: Accept-EncodingX-Powered-By: PleskLin !DOCTYPE html>html>head> title>Secure Mail Password Change/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css relstylesheet>/head>body classbg-light>div classcontainer mt-5> div classcard shadow> div classcard-body> div classd-flex justify-content-between align-items-center mb-4> h4 classmb-0>Secure Mail Password Change/h4> /div> div idalert>/div> form idpasswordForm> input typehidden namecsrf valuecfa8d64da012fd1d6e64ca05bae4750372f5535e42304a640be64bf45992a770> div classmb-3> label>Email/label> input typeemail nameemail classform-control required> /div> div classmb-3> label>New Password/label> input typepassword namenewpass classform-control required> small classtext-muted> Min 10 chars, uppercase, lowercase, number, special char /small> /div> button typesubmit classbtn btn-primary w-100>Send OTP/button> /form> div idotpSection classmt-4 styledisplay:none;> input typetext idotp classform-control mb-2 placeholderEnter OTP> button idverifyOtp classbtn btn-success w-100>Verify OTP/button> /div> /div> /div>/div>script srchttps://code.jquery.com/jquery-3.7.1.min.js>/script>!--script>$(#passwordForm).submit(function(e){ e.preventDefault(); $.post(ajax.php, $(this).serialize(), function(res){ $(#alert).html(res.message); if(res.status otp_sent){ $(#otpSection).show(); } }, json);});$(#verifyOtp).click(function(){ $.post(ajax.php, { action: verify_otp, otp: $(#otp).val() }, function(res){ $(#alert).html(res.message); }, json);});/script> -->script>let resendCount 0;let cooldown false;let timerInterval null;/* INIT */$(#verifyOtp).prop(disabled, true);/* SEND OTP */$(#passwordForm).submit(function(e){ e.preventDefault(); if(cooldown) return; const btn $(this).find(button); btn.prop(disabled, true).text(Sending...); $.post(ajax.php, $(this).serialize(), function(res){ $(#alert).html(res.message); if(res.status otp_sent){ $(#otpSection).show(); $(#verifyOtp).prop(disabled, false); startCooldown(btn); } }, json) .always(()>{ btn.text(Send OTP); });});/* VERIFY OTP */$(#verifyOtp).click(function(){ const otp $(#otp).val().trim(); if(!otp){ $(#alert).html(div classalert alert-danger>Enter OTP/div>); return; } const btn $(this); btn.prop(disabled, true).text(Verifying...); $.post(ajax.php, { action:verify_otp, otp:otp }, function(res){ $(#alert).html(res.message); /* SUCCESS UI RESET */ if(res.status success){ $(#otpSection).hide(); // hide verify area $(#passwordForm inputnamenewpass).val(); // clear password $(#otp).val(); // clear otp $(#passwordForm button).prop(disabled, true); // disable send OTP $(#verifyOtp).prop(disabled, true); } }, json) .always(()>{ btn.prop(disabled, false).text(Verify OTP); });});/* COOLDOWN TIMER */function startCooldown(sendBtn){ cooldown true; $(#resendArea).remove(); $(#passwordForm button).prop(disabled, true); $(#verifyOtp).prop(disabled, false); let seconds 30; const area $(div idresendArea classmt-2 text-muted>Resend in +seconds+s/div>); $(#otpSection).append(area); timerInterval setInterval(()>{ seconds--; area.text(Resend in +seconds+s); if(seconds0){ clearInterval(timerInterval); cooldown false; if(resendCount 3){ area.html(a href# idresendLink>Resend OTP/a>); }else{ area.text(Resend limit reached); } } },1000);}/* CLICK RESEND */$(document).on(click,#resendLink,function(e){ e.preventDefault(); if(resendCount>3 || cooldown) return; resendCount++; $(#passwordForm).submit();});/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
]