Help
RSS
API
Feed
Maltego
Contact
Domain > dhanalakshmimilk.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-23
3.161.193.51
(
ClassC
)
2025-08-30
13.32.179.30
(
ClassC
)
2025-11-29
3.169.173.111
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 29 Nov 2025 21:28:15 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://dhanalakshmimilk.com/X-Cache: Redirect from cloudfrontVia: 1.1 c5e1a6561d8dc3977e11160718fc75e8.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: LJAG38_EZUmUkLZUtyFwh_H2iRsLFRlyzmttnsNd55N64OFnm0V_8Q html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 11386Connection: keep-aliveDate: Sat, 29 Nov 2025 21:28:16 GMTLast-Modified: Sat, 19 Jul 2025 12:25:01 GMTETag: 4afd1e6716c042be9e7edaa5bb517dccServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 2d69093e294db929b26be80ccee94472.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: auVoCP_YnFqOljb1NKMO0yB0E_NRWcOMQtrJNkcTbHAvvUVd0D1Scg !DOCTYPE html>html>head> meta charsetUTF-8> title>DhanalakshmiMilk/title> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyPacifico&familyPoppins:wght@300;400;600&displayswap relstylesheet> style> body { font-family: Poppins, sans-serif; margin: 0; background: linear-gradient(to right, #f0fff0, #e6f7ff); } /* Header Bar */ .header { background: linear-gradient(to right, #3f87a6, #ebf8e1, #f69d3c); color: #fff; padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; font-size: 22px; } .header-left { font-family: Pacifico, cursive; font-size: 26px; color: #222; cursor: pointer; } .header-left:hover { //text-decoration: underline; } .header-right button { background-color: #fff; color: #3f87a6; border: 2px solid #3f87a6; padding: 8px 16px; margin-left: 8px; border-radius: 25px; font-size: 16px; cursor: pointer; font-weight: bold; transition: 0.3s ease; } .header-right button:hover { background-color: #3f87a6; color: white; } /* Banner */ .banner { text-align: center; padding: 80px 20px; background-color: #ffffff; max-width: 700px; margin: 40px auto; border-radius: 16px; box-shadow: 0 0 20px rgba(0,0,0,0.1); } .banner h1 { font-family: Pacifico, cursive; font-size: 36px; color: #2e8b57; } .form-container { background-color: #fff; padding: 25px; border-radius: 12px; max-width: 400px; margin: 30px auto; box-shadow: 0px 0px 15px rgba(0,0,0,0.1); display: none; } h2 { margin-bottom: 20px; text-align: center; color: #3f87a6; } label { font-weight: bold; display: block; margin-top: 10px; } input { width: 100%; padding: 10px; margin-top: 5px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 6px; } .form-container button { width: 100%; padding: 12px; background-color: #28a745; border: none; border-radius: 25px; color: white; font-size: 16px; cursor: pointer; font-weight: bold; transition: 0.3s; } .form-container button:hover { background-color: #218838; } #signupResponse, #loginResponse { margin-top: 15px; font-weight: bold; text-align: center; } .success { color: green; } .failed { color: red; } /style>/head>body> !-- Header --> div classheader> div classheader-left onclickgoHome()>DhanalakshmiMilk/div> div classheader-right> button onclickshowForm(products)>Products/button> button onclickshowForm(signup)>Signup/button> button onclickshowForm(login)>Login/button> /div> /div> !-- Banner --> div idbanner classbanner> h1>Welcome to DhanalakshmiMilk/h1> p>We provide farm-fresh milk directly from our dairy to your doorstep./p> /div> !-- Signup Form --> div idsignupFormContainer classform-container> h2>Signup Form/h2> form idsignupForm> label>Email:/label> input typeemail idsignupEmail required> label>Password:/label> input typepassword idsignupPassword required> label>Name:/label> input typetext idsignupName required> label>Number:/label> input typetext idsignupNumber required> label>Age:/label> input typenumber idsignupAge required> button typesubmit>Signup/button> /form> p idsignupResponse>/p> /div> !-- Login Form --> div idloginFormContainer classform-container> h2>Login Form/h2> form idloginForm> label>Email:/label> input typeemail idloginEmail required> label>Password:/label> input typepassword idloginPassword required> button typesubmit>Login/button> /form> p idloginResponse>/p> /div> !-- Products Section -->div idproductsSection classform-container styletext-align: center; display: none;> h2>🥛 Pure Buffalo Milk/h2> p stylefont-size: 18px;> Our farm-fresh buffalo milk is 100% pure and delivered to your doorstep daily. /p> p stylecolor: red; font-weight: bold;> You need to a hrefjavascript:void(0); onclickshowForm(signup) stylecolor: #007bff; text-decoration: underline;>Signup/a> and verify your email to place the order./p>/div> script> function showForm(type) { document.getElementById(banner).style.display none; document.getElementById(signupFormContainer).style.display none; document.getElementById(loginFormContainer).style.display none; document.getElementById(productsSection).style.display none; if (type signup) { document.getElementById(signupFormContainer).style.display block; } else if (type login) { document.getElementById(loginFormContainer).style.display block; } else if (type products) { document.getElementById(productsSection).style.display block; }} function goHome() { // Show banner, hide both forms document.getElementById(banner).style.display block; document.getElementById(signupFormContainer).style.display none; document.getElementById(loginFormContainer).style.display none; document.getElementById(productsSection).style.display none; // Clear form responses document.getElementById(signupResponse).textContent ; document.getElementById(loginResponse).textContent ; } // Handle Signup document.getElementById(signupForm).addEventListener(submit, function(e) { e.preventDefault(); const data { email: document.getElementById(signupEmail).value, password: document.getElementById(signupPassword).value, name: document.getElementById(signupName).value, number: document.getElementById(signupNumber).value, age: parseInt(document.getElementById(signupAge).value) }; fetch(http://localhost:8080/signup, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify(data) }) .then(response > { const resElem document.getElementById(signupResponse); if (response.ok) { resElem.textContent Success; resElem.className success; e.target.reset(); } else { resElem.textContent Failed; resElem.className failed; } }) .catch(() > { const resElem document.getElementById(signupResponse); resElem.textContent Failed; resElem.className failed; }); }); // Handle Login document.getElementById(loginForm).addEventListener(submit, function(e) { e.preventDefault(); const email document.getElementById(loginEmail).value; const password document.getElementById(loginPassword).value; fetch(`http://localhost:8080/login?email${encodeURIComponent(email)}&password${encodeURIComponent(password)}`) .then(response > { const resElem document.getElementById(loginResponse); if (response.ok) { resElem.textContent Success; resElem.className success; e.target.reset(); } else { resElem.textContent Failed; resElem.className failed; } }) .catch(() > { const resElem document.getElementById(loginResponse); resElem.textContent Failed; resElem.className failed; }); }); // Start on banner view goHome(); /script>/body>!-- Footer -->!-- Footer -->footer stylebackground: linear-gradient(to right, #000000, #1a1a1a); color: #f0f0f0; padding: 40px 20px; font-family: Poppins, sans-serif;> div stylemax-width: 1200px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between;> !-- Brand and Slogan --> div styleflex: 1 1 200px; margin-bottom: 20px;> h2 stylecolor: #ffd700; font-family: Pacifico, cursive;>Dhanalakshmibr>Milk/h2> p stylemargin-top: 10px;>We deliver fresh and pure milk straight from our dairy farm to your home with love./p> /div> !-- Company --> div styleflex: 1 1 150px; margin-bottom: 20px;> h3 stylecolor: #fff;>Company/h3> p>About Us/p> p>Blog/p> /div> !-- Resources --> div styleflex: 1 1 150px; margin-bottom: 20px;> h3 stylecolor: #fff;>Resources/h3> p>Privacy Policy/p> p>Terms & Conditions/p> /div> !-- Contact --> div styleflex: 1 1 250px; margin-bottom: 20px;> h3 stylecolor: #fff;>Contact/h3> p>📍 Penamakuru Village, Near SBI Penamakuru/p> p>📧 contact@dhanalakshmimilk.com/p> p>📞 +91 7093389958/p> p>📱 WhatsApp us/p> /div> /div> div styletext-align: center; margin-top: 30px; font-size: 13px; color: #aaa;> © DhanalakshmiMilk 2025. All rights reserved. /div>/footer>/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
]