Help
RSS
API
Feed
Maltego
Contact
Domain > drbasitassociates.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-25
77.37.76.129
(
ClassC
)
2025-11-30
147.79.120.55
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sun, 30 Nov 2025 21:52:52 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://drbasitassociates.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 8cd6b5fef820536e9ca314e8b6579042-phx-edge7x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.002 !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: Sun, 30 Nov 2025 21:52:52 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.1.32platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 27f456807b1f2382bbc0e25b7c06a9b7-phx-edge7x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.094 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentDr. Basit & Associates is a trusted dental clinic in Wah Cantt, offering expert dental care, advanced treatments, and patient-friendly services for all your oral health needs.> meta namekeywords contentSabkadentist, Sab ka Dentist, Dentist in Wah Cantt, Best Dentist in Wah Cantt, Dentist, Dental Clinic> title>Dr. Basit & Associates/title> script srchttps://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js>/script> link relicon typeimage/png hreffavicon.png> style> :root { --primary: #00ccff; --secondary: #5f50eb; --white: #fff; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Poppins, sans-serif; } body { background: linear-gradient(135deg, #68d0fc, #82eefd); min-height: 100vh; display: flex; flex-direction: column; align-items: center; padding: 20px; overflow-y: auto; animation: fade-in 1.5s ease-out; } .logo { max-width: 180px; width: 100%; margin-bottom: 20px; animation: logo-bounce 1.8s ease-in-out forwards; } h1 { font-size: clamp(1.5rem, 5vw, 2.2rem); text-align: center; color: var(--white); margin: 10px 0; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); animation: pulse 2s infinite alternate; } h2 { font-size: clamp(1.2rem, 4vw, 1.5rem); text-align: center; color: var(--secondary); margin: 10px 0; animation: slide-in 1.5s ease-in-out; } h3 { font-size: 1rem; text-align: center; color: var(--white); opacity: 0.9; animation: slide-in 1.8s ease-in-out; } h4 { text-align: center; color: var(--white); font-size: 0.9rem; margin: 20px 0 0; } h4 a { color: var(--white); text-decoration: underline; } .tooth-banner { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; animation: fade-in-text 1.5s ease-in-out; } .tooth-icon { width: 40px; height: auto; animation: float 3s ease-in-out infinite; } .main_option { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 30px; width: 100%; } .card { width: 90vw; max-width: 280px; height: 320px; position: relative; border-radius: 14px; overflow: hidden; cursor: pointer; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); border: 2px solid rgba(255, 255, 255, 0.2); transition: transform 0.4s ease, box-shadow 0.4s ease; animation: fade-in 1.5s ease-in-out; } .card:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(255, 255, 255, 0.4); border-color: rgba(255, 255, 255, 0.5); } .card img { width: 100%; height: 100%; object-fit: cover; } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; } .overlay h1 { font-size: 1.4rem; color: var(--white); } footer { margin-top: 40px; padding: 10px 0; } /* Particles BG */ #particles-js { position: fixed; width: 100%; height: 100%; background-color: #0a0a0a; z-index: -1; top: 0; left: 0; } /* Animations */ @keyframes logo-bounce { 0% { transform: scale(0.5) rotate(0deg); opacity: 0; } 50% { transform: scale(1.2) rotate(10deg); opacity: 1; } 100% { transform: scale(1) rotate(0deg); } } @keyframes fade-in { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fade-in-text { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes slide-in { 0% { transform: translateY(-20px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes pulse { 0% { transform: scale(1); } 100% { transform: scale(1.05); } } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } /style>/head>body> div idparticles-js>/div> img srclogo_trans.png altDr. Basit Associates classlogo /> div classtooth-banner> img src60fe65ea-20d1-4ac8-9b1b-d3105a923f9d.png altTooth Icon classtooth-icon /> h1>Welcome to Dr. Basit & Associates/h1> img src60fe65ea-20d1-4ac8-9b1b-d3105a923f9d.png altTooth Icon classtooth-icon /> /div> h2>Your Trusted Family Dentist in Wah Cantt/h2> h3>Where exceptional dental care meets affordability and comfort./h3> h2>Please select the branch you want to visit./h2> div classmain_option> a href/app_idc> div classcard> img srcidc_branch.jpg altIDC Branch /> div classoverlay> h1>IDC Branch/h1> /div> /div> /a> a href/app_newcity> div classcard> img srcunnamed.jpg altNewCity Branch /> div classoverlay> h1>NewCity Branch/h1> /div> /div> /a> /div> footer> h4>Developed by a hrefhttps://www.champspoint.online/ target_blank>ChampsPoint/a>/h4> /footer> script> particlesJS(particles-js, { particles: { number: { value: window.innerWidth 768 ? 40 : 70, density: { enable: true, value_area: 800 } }, color: { value: #00ffff }, shape: { type: circle }, opacity: { value: 0.4, random: true }, size: { value: 3, random: true }, line_linked: { enable: true, distance: 130, color: #00ffff, opacity: 0.4, width: 1 }, move: { enable: true, speed: 2, out_mode: out } }, interactivity: { detect_on: canvas, events: { onhover: { enable: true, mode: grab }, resize: true }, modes: { grab: { distance: 150, line_linked: { opacity: 0.6 } } } }, retina_detect: true }); /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
]