Help
RSS
API
Feed
Maltego
Contact
Domain > adalatweb.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-05
84.32.84.122
(
ClassC
)
2025-12-12
84.32.84.38
(
ClassC
)
2026-01-22
77.37.76.250
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 22 Jan 2026 17:30:46 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://adalatweb.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 795e652fad4078465615202f389fa01f-phx-edge7x-hcdn-cache-status: EXPIREDx-hcdn-upstream-rt: 0.129 !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, 22 Jan 2026 17:30:46 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.2.28platform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: ad85bd88884b1e163ecb7ea1414bef7e-phx-edge8x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.264 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Adalat Web & Stationery - IT Services, Graphic Design & Printing/title> style> /* Color Palette from Logo */ :root { --primary-blue: #1a4b8c; --secondary-blue: #2c6cb0; --accent-orange: #e67e22; --light-gray: #f5f7fa; --dark-gray: #333333; --white: #ffffff; } /* Global Styles */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { line-height: 1.6; color: var(--dark-gray); background-color: var(--white); } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } a { text-decoration: none; color: inherit; } ul { list-style: none; } .btn { display: inline-block; padding: 12px 25px; background-color: var(--accent-orange); color: var(--white); border: none; border-radius: 4px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; } .btn:hover { background-color: #d35400; transform: translateY(-2px); } .section-title { text-align: center; margin-bottom: 40px; position: relative; } .section-title h2 { font-size: 2.2rem; color: var(--primary-blue); margin-bottom: 10px; } .section-title::after { content: ; display: block; width: 80px; height: 3px; background-color: var(--accent-orange); margin: 0 auto; } /* Header Styles */ header { background-color: var(--white); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .logo { display: flex; align-items: center; } .logo img { height: 50px; margin-right: 10px; } .logo h1 { font-size: 1.5rem; color: var(--primary-blue); } .nav-menu { display: flex; } .nav-menu li { margin-left: 25px; } .nav-menu a { font-weight: 500; color: var(--dark-gray); transition: color 0.3s ease; } .nav-menu a:hover { color: var(--accent-orange); } .mobile-menu-btn { display: none; font-size: 1.5rem; cursor: pointer; } /* Hero Section */ .hero { background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%); color: var(--white); padding: 80px 0; text-align: center; } .hero-content h2 { font-size: 2.8rem; margin-bottom: 20px; } .hero-content p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; } /* Services Section */ .services { padding: 80px 0; background-color: var(--light-gray); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .service-card { background-color: var(--white); border-radius: 8px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .service-card:hover { transform: translateY(-10px); } .service-icon { font-size: 2.5rem; color: var(--primary-blue); margin-bottom: 20px; } .service-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: var(--primary-blue); } /* Products Section */ .products { padding: 80px 0; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .product-card { border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .product-card:hover { transform: translateY(-5px); } .product-img { height: 200px; background-color: var(--light-gray); display: flex; align-items: center; justify-content: center; } .product-content { padding: 20px; background-color: var(--white); } .product-content h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--primary-blue); } /* About Section */ .about { padding: 80px 0; background-color: var(--light-gray); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; } .about-text h2 { font-size: 2.2rem; color: var(--primary-blue); margin-bottom: 20px; } .about-text p { margin-bottom: 20px; } .about-image { border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .about-image img { width: 100%; height: auto; display: block; } /* Contact Section */ .contact { padding: 80px 0; } .contact-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; } .contact-info h3 { font-size: 1.5rem; color: var(--primary-blue); margin-bottom: 20px; } .contact-details { margin-bottom: 30px; } .contact-details p { margin-bottom: 10px; display: flex; align-items: center; } .contact-details i { margin-right: 10px; color: var(--accent-orange); } .contact-form input, .contact-form textarea { width: 100%; padding: 12px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 4px; } .contact-form textarea { height: 150px; resize: vertical; } /* Footer */ footer { background-color: var(--primary-blue); color: var(--white); padding: 50px 0 20px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-column h3 { font-size: 1.3rem; margin-bottom: 20px; position: relative; } .footer-column h3::after { content: ; display: block; width: 40px; height: 2px; background-color: var(--accent-orange); margin-top: 8px; } .footer-column ul li { margin-bottom: 10px; } .footer-column ul li a:hover { color: var(--accent-orange); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } /* Responsive Styles */ @media (max-width: 992px) { .about-content, .contact-container { grid-template-columns: 1fr; } .about-image { order: -1; } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { position: fixed; top: 80px; left: -100%; width: 100%; height: calc(100vh - 80px); background-color: var(--white); flex-direction: column; align-items: center; padding-top: 50px; transition: left 0.3s ease; } .nav-menu.active { left: 0; } .nav-menu li { margin: 15px 0; } .hero-content h2 { font-size: 2.2rem; } } /style>/head>body> !-- Header --> header> div classcontainer header-container> div classlogo> !-- Logo placeholder - replace with actual logo --> div stylewidth: 50px; height: 50px; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 5px;>img src./Logo.jpg alt>/div> h1>Adalat Web & Stationery/h1> /div> div classmobile-menu-btn> i>☰/i> /div> nav> ul classnav-menu> li>a href#home>Home/a>/li> li>a href#services>Services/a>/li> li>a href#products>Products/a>/li> li>a href#about>About/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /div> /header> !-- Hero Section --> section classhero idhome> div classcontainer hero-content> h2>Your One-Stop Solution for IT Services & Stationery/h2> p>Professional website development, graphic design, printing services, and quality stationery products all under one roof./p> a href#contact classbtn>Get In Touch/a> /div> /section> !-- Services Section --> section classservices idservices> div classcontainer> div classsection-title> h2>Our Services/h2> p>Comprehensive solutions for your business needs/p> /div> div classservices-grid> div classservice-card> div classservice-icon>💻/div> h3>Website Development/h3> p>Custom websites tailored to your business requirements with modern design and functionality./p> /div> div classservice-card> div classservice-icon>🗄️/div> h3>Database Development/h3> p>Design, implementation and management of efficient database systems for your business./p> /div> div classservice-card> div classservice-icon>🎨/div> h3>Graphic Design/h3> p>Creative designs for banners, posters, brochures, and all your marketing materials./p> /div> div classservice-card> div classservice-icon>🖨️/div> h3>Printing Services/h3> p>High-quality printing for receipts, brochures, posters, banners and more./p> /div> div classservice-card> div classservice-icon>🛒/div> h3>Stationery Sales/h3> p>Wide range of stationery items for offices, schools, and personal use./p> /div> div classservice-card> div classservice-icon>🔧/div> h3>IT Services/h3> p>Comprehensive computer-related work and technical support services./p> /div> /div> /div> /section> !-- Products Section --> section classproducts idproducts> div classcontainer> div classsection-title> h2>Our Products/h2> p>Quality items for your office and personal needs/p> /div> div classproducts-grid> div classproduct-card> div classproduct-img> !-- Product image placeholder --> div stylefont-size: 3rem;>📝/div> /div> div classproduct-content> h3>Office Stationery/h3> p>Pens, notebooks, files, and all essential office supplies./p> /div> /div> div classproduct-card> div classproduct-img> !-- Product image placeholder --> div stylefont-size: 3rem;>💻/div> /div> div classproduct-content> h3>Computer Accessories/h3> p>Keyboards, mice, monitors, cables, and computer hardware./p> /div> /div> div classproduct-card> div classproduct-img> !-- Product image placeholder --> div stylefont-size: 3rem;>📱/div> /div> div classproduct-content> h3>Mobile Accessories/h3> p>Phones, chargers, cables, cases, and mobile accessories./p> /div> /div> div classproduct-card> div classproduct-img> !-- Product image placeholder --> div stylefont-size: 3rem;>🖨️/div> /div> div classproduct-content> h3>Printing Materials/h3> p>Paper, ink cartridges, toners, and printing supplies./p> /div> /div> /div> /div> /section> !-- About Section --> section classabout idabout> div classcontainer> div classabout-content> div classabout-text> h2>About Adalat Web & Stationery/h2> p>Adalat Web & Stationery is a multi-service company providing a wide range of digital, printing, and office solutions. Our mission is to deliver high-quality IT services, creative designs, and reliable products to individuals and businesses./p> p>With years of experience in the industry, weve built a reputation for reliability, quality, and excellent customer service. Our team of professionals is dedicated to helping your business succeed with our comprehensive services./p> a href#contact classbtn>Contact Us/a> /div> div classabout-image> !-- About image placeholder --> div stylewidth: 100%; height: 400px; background-color: var(--secondary-blue); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem;> img src./Logo.jpg alt> /div> /div> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontainer> div classsection-title> h2>Contact Us/h2> p>Get in touch for inquiries and quotes/p> /div> div classcontact-container> div classcontact-info> h3>Get In Touch/h3> div classcontact-details> p>i>📞/i> Phone: +93 798 51 27 52/p> p>i>✉️/i> Email: info@adalatweb.com/p> p>i>📍/i> Address: AFG, MZR, Mazar Hotel Market, First Floor, 5th Door, Shop NO: P3/p> /div> h3>Business Hours/h3> div classcontact-details> p>Saturday - Thusday: 9:00 AM - 6:00 PM/p> p>Friday: Closed/p> /div> /div> div classcontact-form> form> input typetext placeholderYour Name required> input typeemail placeholderYour Email required> input typetext placeholderSubject required> textarea placeholderYour Message required>/textarea> button typesubmit classbtn>Send Message/button> /form> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-content> div classfooter-column> h3>Adalat Web & Stationery/h3> p>Your trusted partner for IT services, graphic design, printing, and stationery needs./p> /div> div classfooter-column> h3>Quick Links/h3> ul> li>a href#home>Home/a>/li> li>a href#services>Services/a>/li> li>a href#products>Products/a>/li> li>a href#about>About/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> div classfooter-column> h3>Services/h3> ul> li>a href#services>Website Development/a>/li> li>a href#services>Database Management/a>/li> li>a href#services>Graphic Design/a>/li> li>a href#services>Printing Services/a>/li> li>a href#services>IT Support/a>/li> /ul> /div> div classfooter-column> h3>Contact Info/h3> ul> li>Phone: +93 798 51 27 52/li> li>Email: info@adalatweb.com/li> li>Address: AFG, MZR, Mazar Hotel Market, First Floor, 5th Door, Shop NO: P3/li> /ul> /div> /div> div classcopyright> p>© 2026 Adalat Web & Stationery. All Rights Reserved./p> /div> /div> /footer> script> // Mobile Menu Toggle document.querySelector(.mobile-menu-btn).addEventListener(click, function() { document.querySelector(.nav-menu).classList.toggle(active); }); // Close mobile menu when clicking on a link document.querySelectorAll(.nav-menu a).forEach(link > { link.addEventListener(click, function() { document.querySelector(.nav-menu).classList.remove(active); }); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function(e) { e.preventDefault(); const targetId this.getAttribute(href); if(targetId #) return; const targetElement document.querySelector(targetId); if(targetElement) { window.scrollTo({ top: targetElement.offsetTop - 80, behavior: smooth }); } }); }); /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
]