Help
RSS
API
Feed
Maltego
Contact
Domain > medisparshqr.dynografx.in
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-22
91.108.98.68
(
ClassC
)
2026-02-05
77.37.76.30
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 05 Feb 2026 23:58:40 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://medisparshqr.dynografx.in/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: c085c59175c1bd5f722ee37fbb0f93e1-phx-edge6x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.004 !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 OKDate: Thu, 05 Feb 2026 23:58:40 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Mon, 16 Jun 2025 07:25:45 GMTEtag: W/4236-684fc6f9-7cde9e284aaa9679;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 67e28c650f6b08c7f52a6a5943bfeb93-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.016 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Dyno All in one QR/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/remixicon/4.2.0/remixicon.css> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css /> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css> style> body { font-family: Times New Roman, Times, serif; font-size: 20px; margin: 0; padding: 0; background-image: url(images/bg.avif); background-size: cover; /* Ensures the image covers the entire screen */ background-position: center center; /* Centers the background image */ background-attachment: scroll; /* Plain background with no parallax effect */ overflow-x: hidden; /* Fixed the missing semicolon here */}/* Media query for devices with max width 768px (tablets and below) */@media (max-width: 768px) { body { background-size: auto; /* Adjust background size for mobile devices */ background-position: center top; /* Adjust the position to better fit the screen */ }}/* Media query for devices with max width 480px (smartphones and below) */@media (max-width: 480px) { body { background-size: auto; /* Adjust background size for small screens */ background-position: center top; /* Adjust the position for small screens */ }} .main-container { display: flex; justify-content: space-between; margin: 20px; } .social-media { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px 0; gap: 10px; width: 48%; animation: slideInFromLeft 1s ease-in-out; } .expertise { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 48%; animation: slideInFromRight 1s ease-in-out; } .icon { width: 300px; background-color: black; text-align: center; padding: 10px; display: flex; align-items: center; border-radius: 30px; color: white; text-decoration: none; animation: float 2s ease-in-out infinite; opacity: 0; animation: float 2s ease-in-out infinite, fadeIn 3s forwards; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; /* Added smooth hover transition */ } .icon:hover { background-color: #1AA991; transform: scale(1.1) rotate(5deg); transition: all 0.4s ease-in-out; box-shadow: 0 0 15px rgba(26, 169, 145, 0.8); } .icon i { display: inline-block; font-size: 24px; background-color: #fff; border-radius: 50%; width: 40px; height: 40px; margin-right: 70px; line-height: 40px; text-align: center; transition: all 0.3s ease; } .photo { height: 340px; width: 340px; background-color: #fff; margin: auto; border-radius: 50%; animation: zoomIn 1.5s ease-in-out; } .photo img { width: 330px; height: 330px; border: 8px solid white; border-radius: 50%; animation: bounce 1.5s ease-in-out infinite; transition: transform 0.3s ease-in-out; } .photo img:hover { transform: scale(1.1); animation: none; /* Removed bounce animation on hover for smooth effect */ } p { text-align: center; } span { text-align: center; display: block; width: 500px; margin: auto; } h2 { color: #363636; } .profile h2 { text-align: center; animation: fadeInUp 1s ease-in-out; } html { scroll-behavior: smooth; } @keyframes typing { 0% { width: 0; } 100% { width: 100%; } } .typing-text { overflow: hidden; white-space: nowrap; border-right: 3px solid black; animation: typing 4s steps(30) 1s forwards, fadeInText 1.5s ease-out forwards; } @keyframes fadeInText { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes float { 0% { transform: translateY(0); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); } } @keyframes gradientBackground { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes slideInFromLeft { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInFromRight { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } } /* Preloader */ #preloader { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.9); z-index: 9999; display: flex; justify-content: center; align-items: center; animation: fadeIn 1s ease-in-out; /* Added fade-in effect for preloader */ } .loader { border: 8px solid #f3f3f3; border-top: 8px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Back to top button */ #back-to-top { position: fixed; bottom: 20px; right: 20px; background-color: #239f3c; color: white; border-radius: 50%; padding: 10px; display: none; font-size: 20px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } #back-to-top:hover { background-color: #8dde4e; transform: scale(1.1); } @media screen and (max-width: 768px) { .icon a { font-size: 20px; width: 35px; height: 35px; line-height: 35px; } .profile span { text-align: center; width: 300px; } .main-container { flex-direction: column; } .social-media, .expertise { width: 100%; margin-bottom: 20px; } } @media screen and (max-width: 354px) { h2 { text-align: center; } .icon a { text-align: center; font-size: 20px; width: 35px; height: 35px; line-height: 35px; } * { font-size: 16px; } .profile span { text-align: center; width: 200px; } } nav { margin-top: 10px; } nav a { color: white; margin: 0 15px; text-decoration: none; } nav a:hover { text-decoration: underline; } h1 { display: inline-block; margin-left: 70px; font-size: 2em; } .join-us { font-size: 36px; /* Default font size for larger screens */ margin: 0; text-align: center; } @media screen and (max-width: 768px) { .join-us { font-size: 30px; /* Adjusted font size for tablets */ } } @media screen and (max-width: 480px) { .join-us { font-size: 54px; /* Reduced font size for mobile phones */ margin-top: 10px; /* Added some spacing for smaller screens */ } } .expertise-heading { font-size: 36px; /* Default font size for larger screens */ text-align: center; /* Center the text */ margin-bottom: 20px; /* Bottom margin for spacing */ } /* Media Query for Tablets (screens smaller than 768px) */ @media screen and (max-width: 768px) { .expertise-heading { font-size: 30px; /* Adjusted font size for tablets */ margin-bottom: 15px; /* Reduced bottom margin */ } } /* Media Query for Mobile Phones (screens smaller than 480px) */ @media screen and (max-width: 480px) { .expertise-heading { font-size: 44px; /* Smaller font size for mobile */ margin-bottom: 10px; /* Further reduced margin for mobile */ } } /style>/head>body> div idpreloader> div classloader>/div> /div> header stylemargin: 0; padding: 0;> nav styledisplay: flex; justify-content: center; align-items: center; margin: 0; padding: 0;> div classclinic-header styledisplay: flex; flex-direction: column; align-items: center; margin: 0; padding: 0;> img srcimages/logo.png classclinic-logo styleheight: 300px; width: 450px;> h1 classclinic-title style margin: 0; padding: 0; font-size: 26px; line-height: 1.2; text-align: center; font-weight: normal; -webkit-font-smoothing: antialiased; > b>Dr. Abhijit Ranes Medisparsh /b>br>h3>Diabetes And Speciality Clinic/b>/h3> /h1> /div> /nav> /header> style> /* Responsive tweaks */ @media (max-width: 768px) { .clinic-logo { width: 250px; height: auto; } .clinic-title { font-size: 28px; padding: 0 10px; } } @media (max-width: 480px) { .clinic-logo { width: 200px; } .clinic-title { font-size: 22px; } } .responsive-logo { width: 500px; height: 530px; margin-right: 100px; max-width: 100%;}/* Responsive for mobile devices */@media (max-width: 768px) { .responsive-logo { width: 100%; height: auto; margin-right: 0; }} /style> div classmain-container> div classsocial-media> h1 classjoin-us stylecolor: rgb(0, 0, 0);>Join Us/h1> div classreview styledisplay: flex;> img srcimages/follow.png alt styleheight:250px;width:400px;> /div> a hrefhttps://www.google.com/search?sca_esv01250f61e108407c&sxsrfAE3TifNwk3ZrNR1Va_ubDZ68rK_Wtjay3g:1750058433305&siAMgyJEtREmoPL4P1I5IDCfuA8gybfVI2d5Uj7QMwYCZHKDZ-E8mHSfq2K3OQODxg-0YTgCjZViE0hN_y-WhQhFq7yg_uuAuh_JigkpE2GtH9bIAdcm2xPMvsoHdswEIBx0j7DFG4g9FyJXAAdvWgWO_VJDTtzRBlNOwe62DhO9WyJyZMPCmP4ADYkZR9oejW6ivTX2B7s7rc&qDr+Abhijit+Rane%27s+MEDISPARSH+DIABETES+AND+SPECIALITY+CLINIC+Reviews&saX&ved2ahUKEwi8nIPas_WNAxWmyDgGHdQrNzgQ0bkNegQIOxAD&biw1536&bih730&dpr1.25 classicon data-aosfade-up> i classfab fa-google stylecolor:green>/i> Google Review /a> a hrefhttps://www.facebook.com/profile.php?id61573666447432 classicon data-aosfade-up> i classfab fa-facebook-f stylecolor:blue;>/i> Facebook /a> a hrefhttps://www.instagram.com/medisparshclinic?igshMTA1bWJ0bW1veWpteQ classicon data-aosfade-up> i classfab fa-instagram stylecolor:rgb(224, 47, 168)>/i> Instagram /a> a hrefhttps://maps.app.goo.gl/eTVCaro17Hg77vb99 classicon data-aosfade-up> i classfa-solid fa-location-dot stylecolor:rgb(200, 45, 45)>/i> Map /a> !--a hrefhttps://uvacosmetics.com/ classicon data-aosfade-up> i classri-window-fill stylecolor:navy>/i> Our Website /a>--> /div> div classexpertise> h1 data-aosfade-up classexpertise-heading stylecolor: rgb(0, 0, 0);margin-left: 10px;>Our Expertise/h1>br> div classprofile> div classphoto data-aoszoom-in>img srcimages/DSC02527.JPG alt>/div>br> h2 data-aosfade-up> Dr. ABHIJIT RAMDAS RANE/h2> h4 classresponsive-title>MBBS, DNB(Medicine) MNAMS/h4> style> .responsive-title { text-align: center; margin: 0 auto; } @media (min-width: 768px) { .responsive-title { text-align: left; margin-left: 150px; margin-right: 0; } } /style> br> span> Consultant Physician Specialist in Diabetes & Endocrinology /span> /div>br>br> /div> /div> a href# idback-to-top> i classfas fa-chevron-up>/i> Back to Top /a> script srchttps://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js>/script> script> AOS.init(); window.onload function () { document.getElementById(preloader).style.display none; }; window.onscroll function () { if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) { document.getElementById(back-to-top).style.display block; } else { document.getElementById(back-to-top).style.display none; } }; /script> footer> div stylebackground-color: #333; color: white; padding: 30px; text-align: center;> hr styleborder: 1px solid #fff; width: 80%; margin: 10px auto;> p>© script>var date new Date(); document.write(date.getFullYear());/script> All Rights Reserved |Medisparsh/p> p>Designed by a hrefhttps://dynografx.com/ target_blank stylecolor: #39b54a; text-decoration: none;>DynoGrafx/a>/p> /div> /footer>/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
]