Help
RSS
API
Feed
Maltego
Contact
Domain > new-techindustries.in
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-02-15
82.112.229.46
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Sun, 15 Feb 2026 17:54:06 GMTServer: LiteSpeedLocation: https://new-techindustries.in/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !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 OKConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlLast-Modified: Tue, 16 Sep 2025 10:21:56 GMTEtag: 37d5-68c93a44-7cefa6a5668ace27;;;Accept-Ranges: bytesContent-Length: 14293Date: Sun, 15 Feb 2026 17:54:07 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>New Tech Industries/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } :root { --primary: #1a9f4d; /* green */ --secondary: #e74c3c; --accent: #f39c12; --light: #f4f4f6; /* site background */ --dark: #01010D; /* new font color */ --gray: #555; /* softer than before */ } body { line-height: 1.6; color: var(--dark); background-color: var(--light); } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { background-color: var(--light); border-bottom: 1px solid #fff; padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .header-container { display: flex; justify-content: space-between; align-items: center; } .logo-text { color: var(--dark); font-size: 24px; font-weight: bold; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 25px; } nav ul li a { color: var(--dark); text-decoration: none; font-weight: 500; transition: color 0.3s; } nav ul li a:hover { color: var(--primary); } .mobile-menu-btn { display: none; color: var(--dark); font-size: 24px; background: none; border: none; cursor: pointer; } /* Hero Section */ .hero { background: url(fimage.png); /* replace with your factory image */ background-size: cover; background-position: center; color: white; padding: 100px 0; text-align: center;} .hero h1 { font-size: 48px; margin-bottom: 20px; } .hero p { font-size: 20px; max-width: 700px; margin: 0 auto 30px; } .btn { display: inline-block; background-color: var(--secondary); color: white; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s; } .btn:hover { background-color: #c0392b; } /* Products Section */ .products { padding: 80px 0; background-color: var(--light); } .section-title { text-align: center; margin-bottom: 50px; } .section-title h2 { font-size: 36px; color: var(--primary); margin-bottom: 15px; } .section-title p { color: var(--gray); max-width: 700px; margin: 0 auto; } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .product-card { background-color: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s; color: var(--dark); } .product-card:hover { transform: translateY(-10px); } .product-img { height: 200px; overflow: hidden; } .product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; } .product-card:hover .product-img img { transform: scale(1.1); } .product-content { padding: 20px; } .product-content h3 { font-size: 22px; margin-bottom: 10px; color: var(--primary); } .product-content p { color: var(--gray); margin-bottom: 15px; } /* About Section */ .about { padding: 80px 0; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .about-text h2 { font-size: 36px; color: var(--primary); margin-bottom: 20px; } .about-text p { margin-bottom: 15px; color: var(--gray); } .about-video { border-radius: 8px; overflow: hidden; position: relative; width: 100%; aspect-ratio: 16 / 9; } .about-video video { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); pointer-events: none; } /* Contact Section */.contact { padding: 80px 0; background: linear-gradient(rgba(26, 159, 77, 0.85), rgba(26, 159, 77, 0.85)); color: #f4f4f6; /* text color */}.contact-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center;}.contact-box { background: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1);}.contact-box i { font-size: 30px; color: #f4f4f6; /* icon color */ margin-bottom: 15px;}.contact-box h3 { font-size: 20px; margin-bottom: 10px; color: #f4f4f6; /* heading color */}.contact-box p { color: #f4f4f6; /* paragraph color */} /* Contact + Footer Links */ .contact a, .footer-col a, .footer-col .contact-details a { color: inherit; text-decoration: none; font-weight: 500; } .contact a:hover, .footer-col a:hover, .footer-col .contact-details a:hover { color: var(--primary); text-decoration: none; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 50px 0 20px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .footer-col h3 { font-size: 20px; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background-color: var(--accent); } .footer-col p { margin-bottom: 15px; } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { color: #bbb; text-decoration: none; transition: color 0.3s; } .footer-col ul li a:hover { color: white; } .copyright { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } /* Responsive */ @media (max-width: 992px) { .about-content { grid-template-columns: 1fr; } .about-video { order: -1; } .contact-container { grid-template-columns: 1fr; } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } nav { position: fixed; top: 80px; left: -100%; width: 100%; height: calc(100vh - 80px); background-color: var(--light); transition: left 0.3s; } nav.active { left: 0; } nav ul { flex-direction: column; padding: 30px; } nav ul li { margin: 15px 0; } .hero h1 { font-size: 36px; } .hero p { font-size: 18px; } } /style>/head>body> !-- Header --> header> div classcontainer header-container> div classlogo> div classlogo-text>NEW TECH INDUSTRIES/div> /div> button classmobile-menu-btn> i classfas fa-bars>/i> /button> nav idnav> ul> li>a hrefindex.html>Home/a>/li> li>a hrefproducts.html>Products/a>/li> li>a hrefabout.html>About Us/a>/li> li>a hrefcontact.html>Contact/a>/li> /ul> /nav> /div> /header> !-- Hero Section --> section classhero idhome> div classcontainer> h1>Your Complete Source for Ball Valve Components/h1> p>Top-Tier Ball Valve Components Manufacturer/p> a hrefcontact.html classbtn>Contact Us/a> /div> /section> !-- Products Section --> section classproducts idproducts> div classcontainer> div classsection-title> h2>Our Products/h2> p>Our expertise lies in manufacturing high-quality floating balls designed for a wide range of Ball Valve/p> /div> div classproduct-grid> div classproduct-card> div classproduct-img> img srcsolid.jpg altFloating Solid Ball> /div> div classproduct-content> h3>Floating Solid Ball/h3> p>Our solid floating balls are manufactured with a precision mirror finish for Butter Smooth Operations/p> ul> li>15mm to 150mm/li> li>CNC Machined/li> li>CF8 & CF8M/li> li>Customize Sizes Available/li> /ul> /div> /div> div classproduct-card> div classproduct-img> img srchollow.jpg altFloating Hollow Ball> /div> div classproduct-content> h3>Floating Hollow Ball/h3> p>Our hollow floating balls are engineered to provide excellent coverage, suitable for #150 and #300./p> ul> li>25mm to 150mm/li> li>CNC Machined/li> li>CF8 & CF8M/li> li>IC and Sand Mould Options/li> /ul> /div> /div> /div> /div> /section> !-- About Section --> section classabout idabout> div classcontainer> div classabout-content> div classabout-text> h2>About Our Company/h2> p>Our mission is to provide economical, high-quality Balls that adhere to global standards. New Tech was founded in 1994 as a leading ball manufacturer, and ever since, we have been a dependable and standard producer and supplier of a variety of ranges for stainless steel industrial valves and stainless steel domestic valves. We produce stainless steel grades 202, 304, and 316 as well as IC 304 and 316. Our company has ISO 9001-2015 certification. We having a monthly manufacturing capacity of 50,000 pieces of balls ranging in size from 15mm (1/2) to 150mm (6) Stainless Steel (SS) for industrial, commercial, and domestic use/p> /div> div classabout-video> video autoplay muted loop playsinline> source srchpvideo.mp4 typevideo/mp4> Your browser does not support the video tag. /video> /div> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontainer> div classsection-title> h2>font color#f4f4f6>Contact Us/font>/h2> p>font color#f4f4f6>Get in touch with us for inquiries or quotes/font>/p> /div> div classcontact-container> div classcontact-box> i classfas fa-map-marker-alt>/i> h3>Address/h3> p>a hrefhttps://share.google/8xVTgg1F3Gfc6G8VD>90,Shankar Estate,Ahmedabad,Guj-380026/a>/p> /div> div classcontact-box> i classfas fa-phone>/i> h3>Phone/h3> p>a hreftel:+919825017624>+91 98250 17624/a>/p> /div> div classcontact-box> i classfas fa-envelope>/i> h3>Email/h3> p>ghanshyampatel613@gmail.com/p> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-container> div classfooter-col> h3>New Tech Industries/h3> p>Manufacturers of high-quality floating balls for industrial applications with over 29 years of experience./p> /div> div classfooter-col> h3>Products/h3> ul> li>a hrefproducts.html>Floating Solid Ball/a>/li> li>a hrefproducts.html>Floating Hollow Ball/a>/li> /ul> /div> div classfooter-col> h3>Quick Links/h3> ul> li>a hrefindex.html>Home/a>/li> li>a hrefproducts.html>Products/a>/li> li>a hrefabout.html>About Us/a>/li> li>a hrefcontact.html>Contact/a>/li> /ul> /div> div classfooter-col> h3>Contact Info/h3> div classcontact-details> div> i classfas fa-map-marker-alt>/i> span>a hrefhttps://share.google/8xVTgg1F3Gfc6G8VD>90,Shankar Estate,Ahmedabad,Guj./a>/span> /div> div> i classfas fa-phone>/i> span>a hreftel:+919825017624>+91 98250 17624/a>/span> /div> div> i classfas fa-envelope>/i> span>ghanshyampatel613@gmail.com/span> /div> /div> /div> /div> div classcopyright> p>© 2025 New Tech Industries. All rights reserved./p> /div> /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
]