Help
RSS
API
Feed
Maltego
Contact
Domain > best-laboratory.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-04-12
18.181.100.164
(
ClassC
)
2026-02-22
109.199.122.146
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sun, 22 Feb 2026 00:42:31 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://best-laboratory.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, 22 Feb 2026 00:42:32 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingCache-Control: private, must-revalidatepragma: no-cacheexpires: -1Set-Cookie: lab_sessioneyJpdiI6IkdiK2FwV1R6ajBXd2txUDdWR2lobHc9PSIsInZhbHVlIjoiWG5JS2QxaXBHQUR4SUsrbUJCSVIrN0NJbWcyMjMvd0JzdGNvVExRNXF2b1dkVjhmU2VyejRock96M094QzBCU3RLYnZFU3hQSXI0aUNwd1R5MEV4Z2tlWmYwNWpqZ0d1TVBXd3RVNnpVNWpUaDIyRVM0Wi8vMEtKeE5mNCs1ZFoiLCJtYWMiOiI0ZWRkY2Q2ZTdhYzM5NGY4Yzc2YTEzMDEyN2MxYjNiYWZkMjc4ZjU0ODk4NDUyYzEzZGIyOTgyNmQ2Y2FmNzdkIiwidGFnIjoiIn0%3D; expiresSun, 22 Feb 2026 02:42:32 GMT; Max-Age7200; path/; secure; httponly; samesitelaxVary: Accept-EncodingStrict-Transport-Security: max-age31536000; !DOCTYPE html>html langen>head> meta charsetUTF-8> title>Best Lab/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.0/css/all.min.css> meta nameviewport contentwidthdevice-width, initial-scale1> !-- Google Fonts: Inter for ultra-modern minimalist look --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> !-- Favicon and Icons (kept as is) --> link relicon typeimage/png hrefimages/icons/favicon.ico/> link relapple-touch-icon sizes57x57 hrefhttps://best-laboratory.com/img/apple-icon-57x57.png> link relapple-touch-icon sizes60x60 hrefhttps://best-laboratory.com/img/apple-icon-60x60.png> link relapple-touch-icon sizes72x72 hrefhttps://best-laboratory.com/img/apple-icon-72x72.png> link relapple-touch-icon sizes76x76 hrefhttps://best-laboratory.com/img/apple-icon-76x76.png> link relapple-touch-icon sizes114x114 hrefhttps://best-laboratory.com/img/apple-icon-114x114.png> link relapple-touch-icon sizes120x120 hrefhttps://best-laboratory.com/img/apple-icon-120x120.png> link relapple-touch-icon sizes144x144 hrefhttps://best-laboratory.com/img/apple-icon-144x144.png> link relapple-touch-icon sizes152x152 hrefhttps://best-laboratory.com/img/apple-icon-152x152.png> link relapple-touch-icon sizes180x180 hrefhttps://best-laboratory.com/img/apple-icon-180x180.png> link relicon typeimage/png sizes192x192 hrefhttps://best-laboratory.com/img/android-icon-192x192.png> link relicon typeimage/png sizes32x32 hrefhttps://best-laboratory.com/img/favicon-32x32.png> link relicon typeimage/png sizes96x96 hrefhttps://best-laboratory.com/img/favicon-96x96.png> link relicon typeimage/png sizes16x16 hrefhttps://best-laboratory.com/img/favicon-16x16.png> link relmanifest hrefhttps://best-laboratory.com/img/manifest.json> meta namemsapplication-TileColor content#ffffff> meta namemsapplication-TileImage contenthttps://best-laboratory.com/img/ms-icon-144x144.png> meta nametheme-color content#667eea> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; line-height: 1.8; color: #1a202c; overflow-x: hidden; background: #fafafa; } /* Header - Minimalist with Mobile Menu */ header { background: #283046!important; backdrop-filter: blur(20px); color: white; padding: 1rem 0; position: fixed; width: 100%; top: 0; z-index: 1000; transition: all 0.3s ease; } nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .logo img { height: 50px; transition: transform 0.3s ease; } .logo img:hover { transform: scale(1.1); } nav ul { list-style: none; display: flex; gap: 40px; } nav ul li a { color: white; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; position: relative; } nav ul li a::after { content: ; position: absolute; bottom: -8px; left: 0; width: 0; height: 2px; background: #ffd700; transition: width 0.3s ease; } nav ul li a:hover::after { width: 100%; } nav ul li a:hover { color: #ffd700; } /* Hamburger Menu */ .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 4px; } .hamburger span { width: 25px; height: 3px; background: white; transition: all 0.3s ease; } /* Mobile Styles */ @media (max-width: 768px) { .hamburger { display: flex; } nav ul { position: fixed; top: 70px; /* Height of header */ left: -100%; width: 100%; height: calc(100vh - 70px); background: rgba(102, 126, 234, 0.98); flex-direction: column; justify-content: flex-start; align-items: center; padding-top: 50px; gap: 20px; transition: left 0.3s ease; z-index: 999; } nav ul.active { left: 0; } nav ul li { opacity: 0; transform: translateX(-20px); transition: all 0.3s ease; } nav ul.active li { opacity: 1; transform: translateX(0); } nav ul li:nth-child(1) { transition-delay: 0.1s; } nav ul li:nth-child(2) { transition-delay: 0.2s; } nav ul li:nth-child(3) { transition-delay: 0.3s; } nav ul li:nth-child(4) { transition-delay: 0.4s; } nav ul li:nth-child(5) { transition-delay: 0.5s; } nav ul li:nth-child(6) { transition-delay: 0.6s; } .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } .hamburger.active span:nth-child(2) { opacity: 0; } .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); } } /* Hero Section - Enhanced Parallax */ .hero { height: 100vh; background: linear-gradient(rgba(102, 126, 234, 0.7), rgba(118, 75, 162, 0.7)), url(https://best-laboratory.com/assets/images/banner.jpg) no-repeat center center/cover fixed; display: flex; justify-content: center; align-items: center; text-align: center; color: white; position: relative; margin-top: 0; } .hero-content h2 { font-size: 4.5rem; margin-bottom: 3rem; font-weight: 700; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); animation: fadeInUp 1.5s ease-out; letter-spacing: 1px; } .hero-content .btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 40px; text-decoration: none; font-size: 1.1rem; font-weight: 500; border-radius: 50px; margin: 0 15px; transition: all 0.4s ease; gap: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); position: relative; overflow: hidden; } .btn-patient { background: linear-gradient(135deg, #48bb78, #38a169); color: white; } .btn-admin { background: linear-gradient(135deg, #ed8936, #dd6b20); color: white; } .btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } /* Services Section - Interactive Flip Cards */ .services { max-width: 1200px; margin: 120px auto; padding: 0 20px; text-align: center; } .services h2 { font-size: 3rem; margin-bottom: 5rem; color: #667eea; font-weight: 600; } .services h2::after { content: ; display: block; width: 60px; height: 3px; background: linear-gradient(135deg, #667eea, #764ba2); margin: 20px auto; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; } .service-card { perspective: 1000px; height: 300px; } .card-inner { position: relative; width: 100%; height: 100%; text-align: left; transition: transform 0.8s; transform-style: preserve-3d; } .service-card:hover .card-inner { transform: rotateY(180deg); } .card-front, .card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; background: white; border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .card-back { transform: rotateY(180deg); background: linear-gradient(135deg, #f7fafc, #edf2f7); } .card-front i { font-size: 3.5rem; color: #667eea; margin-bottom: 20px; } .card-front h3 { font-size: 1.8rem; color: #2d3748; margin-bottom: 10px; } .card-front p { color: #718096; font-size: 1rem; } .card-back h3 { font-size: 1.5rem; color: #667eea; margin-bottom: 15px; } .card-back p { color: #4a5568; font-size: 0.95rem; line-height: 1.6; } /* Video Section - New for Trends */ .video-section { background: #f7fafc; padding: 100px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .video-section h2 { font-size: 3rem; margin-bottom: 3rem; color: #667eea; } .video-section iframe { width: 100%; max-width: 800px; height: 450px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } /* Testimonials Section */ .testimonials { max-width: 1200px; margin: 120px auto; padding: 0 20px; text-align: center; } .testimonials h2 { font-size: 3rem; margin-bottom: 5rem; color: #667eea; } .testimonials h2::after { content: ; display: block; width: 60px; height: 3px; background: linear-gradient(135deg, #667eea, #764ba2); margin: 20px auto; } .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; } .testimonial-card { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); font-style: italic; position: relative; } .testimonial-card::before { content: ; font-size: 5rem; color: #e2e8f0; position: absolute; top: 10px; left: 20px; } .testimonial-card p { color: #4a5568; font-size: 1.1rem; margin-bottom: 20px; padding-left: 20px; } .testimonial-author { font-weight: 600; color: #2d3748; font-style: normal; } /* About Section */ .about { background: #f7fafc; padding: 100px 20px; text-align: center; } .about h2 { font-size: 3rem; margin-bottom: 3rem; color: #667eea; } .about p { max-width: 800px; margin: 0 auto; color: #718096; font-size: 1.2rem; line-height: 1.9; } /* Contact Section */ .contact { max-width: 1200px; margin: 120px auto; padding: 0 20px; text-align: center; } .contact h2 { font-size: 3rem; margin-bottom: 4rem; color: #667eea; } .button-container { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 40px; text-decoration: none; font-size: 1.1rem; font-weight: 500; border-radius: 50px; transition: all 0.4s ease; gap: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } .btn-phone { background: linear-gradient(135deg, #667eea, #764ba2); color: white; } .btn-viber { background: linear-gradient(135deg, #7367f0, #9b59b6); color: white; } .btn-whatsapp { background: linear-gradient(135deg, #48bb78, #38a169); color: white; } .btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } .contact h3 { margin-top: 3rem; color: #667eea; font-size: 1.6rem; } /* Chatbot Button - New Trend */ .chatbot-btn { position: fixed; bottom: 30px; right: 30px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; border: none; border-radius: 50px; width: 60px; height: 60px; font-size: 1.5rem; cursor: pointer; box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3); transition: all 0.3s ease; z-index: 1001; } .chatbot-btn:hover { transform: scale(1.1); box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4); } /* Footer */ footer { background: linear-gradient(#283046, #667eea); color: white; text-align: center; padding: 3rem 0; } footer p { margin-bottom: 1.5rem; font-size: 1rem; } .social-links { display: flex; justify-content: center; gap: 20px; } .social-links a { transition: transform 0.3s ease; } .social-links a:hover img { transform: scale(1.2); } /* Responsive for other sections */ @media (max-width: 768px) { .hero-content h2 { font-size: 2.8rem; } .button-container { flex-direction: column; gap: 20px; } .service-grid { grid-template-columns: 1fr; } .testimonial-grid { grid-template-columns: 1fr; } .services h2, .about h2, .contact h2, .testimonials h2, .video-section h2 { font-size: 2.2rem; } } /style>/head>body> !-- Header --> header> nav> div classlogo> a hrefhttps://best-laboratory.com> img srchttps://best-laboratory.com/img/logo.png altBest Lab Logo /> /a> /div> ul idnav-menu> li>a href#home>Home/a>/li> li>a href#services>Services/a>/li> li>a href#video>Video/a>/li> li>a href#testimonials>Testimonials/a>/li> li>a href#about>About/a>/li> li>a href#contact>Contact/a>/li> /ul> div classhamburger idhamburger> span>/span> span>/span> span>/span> /div> /nav> /header> !-- Hero Section --> section idhome classhero> div classhero-content> h2>Welcome to Best Lab/h2> a href/patient/auth/login classbtn btn-patient> i classfas fa-user-injured>/i> Patient Test Results /a> a href/admin/auth/login classbtn btn-admin> i classfa-solid fa-flask-vial>/i> Laboratories /a> /div> /section> !-- Services Section --> section idservices classservices> h2>Our Services/h2> div classservice-grid> div classservice-card> div classcard-inner> div classcard-front> i classfas fa-tint>/i> h3>Blood Tests/h3> p>Fast and precise health analysis./p> /div> div classcard-back> h3>Details/h3> p>Using state-of-the-art equipment for comprehensive blood analysis, including CBC, lipid profiles, and more. Results in 24 hours./p> /div> /div> /div> div classservice-card> div classcard-inner> div classcard-front> i classfas fa-x-ray>/i> h3>Medical Imaging/h3> p>Advanced diagnostic visuals./p> /div> div classcard-back> h3>Details/h3> p>High-resolution X-rays, ultrasounds, and MRIs with expert radiologist reviews for accurate diagnoses./p> /div> /div> /div> div classservice-card> div classcard-inner> div classcard-front> i classfas fa-comments>/i> h3>Scientific Consulting/h3> p>Expert guidance for projects./p> /div> div classcard-back> h3>Details/h3> p>Personalized consultations from PhD specialists in biotech and health sciences to support your research needs./p> /div> /div> /div> div classservice-card> div classcard-inner> div classcard-front> i classfas fa-dna>/i> h3>DNA Testing/h3> p>Genetic insights revealed./p> /div> div classcard-back> h3>Details/h3> p>Full genome sequencing and ancestry analysis with 99.9% accuracy, confidential and secure./p> /div> /div> /div> div classservice-card> div classcard-inner> div classcard-front> i classfas fa-cogs>/i> h3>Other Services/h3> p>Tailored lab solutions./p> /div> div classcard-back> h3>Details/h3> p>Custom pathology, toxicology, and environmental testing to meet your unique requirements./p> /div> /div> /div> /div> /section> !-- Video Section (New) --> section idvideo classvideo-section> h2>Watch Our Lab Tour/h2> iframe srchttps://www.youtube.com/embed/LLVnD7nhEms titleLab Tour Video frameborder0 allowfullscreen>/iframe> !-- Replace src with your video URL --> /section> !-- Testimonials Section --> section idtestimonials classtestimonials> h2>What Our Clients Say/h2> div classtestimonial-grid> div classtestimonial-card> p>Best Lab provided exceptional service with quick results. Highly recommended!/p> div classtestimonial-author>- Sarah Johnson/div> /div> div classtestimonial-card> p>The team is professional and caring. Their DNA testing was spot on./p> div classtestimonial-author>- Dr. Michael Lee/div> /div> div classtestimonial-card> p>Fast, accurate, and affordable. Perfect for all my health needs./p> div classtestimonial-author>- Ahmed Khalil/div> /div> /div> /section> !-- About Section --> section idabout classabout> h2>About Us/h2> p>Best Lab was established in 1987 with the goal of providing high-quality services to our clients in the fields of health and science. We combine cutting-edge technology with expert care to deliver reliable results every time./p> /section> !-- Contact Section --> section idcontact classcontact> h2>Contact Us/h2> div classbutton-container> a hreftel:+9647504433740 classbtn btn-phone> i classfas fa-phone-alt>/i> Phone Number /a> a hrefviber://chat?number+9647504433740 classbtn btn-viber> i classfab fa-viber>/i> Viber /a> a hrefhttps://wa.me/+9647504433740 classbtn btn-whatsapp> i classfab fa-whatsapp>/i> WhatsApp /a> /div> br> h3>i classfas fa-phone-alt>/i> +9647504433740/h3> /section> !-- Chatbot Button --> button classchatbot-btn onclickopenChatbot() titleAI Chatbot> i classfas fa-robot>/i> /button> !-- Footer --> footer> p>a target_blank hrefhttps://karzantech.com stylecolor: #ffd700; text-decoration: none;>© 2025 KarzanTech.com . All rights reserved./a>/p> div classsocial-links> /div> /footer> !-- Scripts --> script srchttps://best-laboratory.com/plugins/jquery/jquery.min.js>/script> script srchttps://best-laboratory.com/plugins/jquery-ui/jquery-ui.min.js>/script> script srchttps://best-laboratory.com/assets/vendor/bootstrap/js/popper.min.js>/script> script srchttps://best-laboratory.com/assets/vendor/bootstrap/js/bootstrap.min.js>/script> script> // Smooth scroll document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); // Close mobile menu after click if (window.innerWidth 768) { closeMobileMenu(); } }); }); // Parallax window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const hero document.querySelector(.hero); if (hero) hero.style.transform `translateY(${scrolled * 0.3}px)`; }); // Chatbot placeholder function openChatbot() { alert(AI Chatbot Opening... (Integrate with your AI service here)); } // Mobile Menu Toggle const hamburger document.getElementById(hamburger); const navMenu document.getElementById(nav-menu); hamburger.addEventListener(click, () > { hamburger.classList.toggle(active); navMenu.classList.toggle(active); }); // Close menu when clicking outside document.addEventListener(click, (e) > { if (!navMenu.contains(e.target) && !hamburger.contains(e.target)) { closeMobileMenu(); } }); function closeMobileMenu() { hamburger.classList.remove(active); navMenu.classList.remove(active); } /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
]