Help
RSS
API
Feed
Maltego
Contact
Domain > banyan-innovations.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-06
3.161.150.4
(
ClassC
)
2026-01-23
18.161.6.42
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 23 Jan 2026 17:15:22 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://banyan-innovations.com/X-Cache: Redirect from cloudfrontVia: 1.1 773bf3616e85ce2b187fa78710a6beb2.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: RjhMz16seOKAu9HIl7hHBUKOaxEwz67yq5lKHHEkp-68WCLsQFxFIQ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 30973Connection: keep-aliveLast-Modified: Tue, 16 Sep 2025 12:07:42 GMTx-amz-server-side-encryption: AES256x-amz-version-id: V2QRNSNKt9iv4ToeR1MOxeEZlQKF1mlMAccept-Ranges: bytesServer: AmazonS3Date: Fri, 23 Jan 2026 17:15:23 GMTCache-Control: image/*:max-age31536000ETag: 28d4f1fe8b174ba6b996563f71308e3cX-Cache: RefreshHit from cloudfrontVia: 1.1 ec27e2bbc77d9805bead471453d2094c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: 4y6JXwtpVfUWgJC84k78LtU0xSqtG8ZViPu6Y9st6cAH1sLIMxIDJQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Banyan Innovations - AI Innovation Across Industries/title> meta namedescription contentLeading technology parent company developing innovative AI solutions across healthcare, finance, manufacturing, and education. Discover our interconnected ecosystem of intelligent products.> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700&displayswap relstylesheet> !-- Lucide Icons CDN --> script srchttps://unpkg.com/lucide@latest/dist/umd/lucide.js>/script> style> /* CSS Variables for Theme */ :root { --background: hsl(0 0% 98%); --foreground: hsl(220 15% 12%); --primary: hsl(158 65% 25%); --primary-foreground: hsl(158 65% 95%); --muted: hsl(220 8% 88%); --muted-foreground: hsl(220 12% 45%); --card: hsl(0 0% 95%); --card-foreground: hsl(220 15% 12%); --border: hsl(220 8% 88%); --radius: 0.5rem; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; background: hsl(var(--background)); color: hsl(var(--foreground)); line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } /* Header Styles */ .header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid hsl(var(--border)); padding: 1rem 0; } .header-content { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 0.5rem; font-size: 1.25rem; font-weight: 700; color: hsl(var(--foreground)); text-decoration: none; } .nav { display: flex; gap: 2rem; } .nav a { color: hsl(var(--muted-foreground)); text-decoration: none; font-weight: 500; transition: color 0.2s; } .nav a:hover { color: hsl(var(--foreground)); } /* Hero Section */ .hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; } .hero-bg { position: absolute; inset: 0; z-index: -2; } .hero-bg img { width: 100%; height: 100%; object-fit: cover; /* Slightly more green */ filter: hue-rotate(15deg) saturate(1.15); } .hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient( to right, rgba(249, 250, 251, 0.9), rgba(249, 250, 251, 0.7), rgba(249, 250, 251, 0.9) ); } .hero-content { text-align: center; max-width: 800px; } .hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 700; margin-bottom: 1.5rem; line-height: 1.1; } .hero .primary-text { color: hsl(var(--primary)); } .hero p { font-size: 1.125rem; color: hsl(var(--muted-foreground)); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; } .feature-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 3rem; } .feature-pill { display: flex; align-items: center; gap: 0.5rem; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(4px); padding: 0.5rem 1rem; border-radius: 2rem; border: 1px solid hsl(var(--border)); font-size: 0.875rem; font-weight: 500; } .cta-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 4rem; } .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 2rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; font-size: 1rem; } .btn-primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); } .btn-primary:hover { opacity: 0.9; } .btn-outline { background: rgba(255, 255, 255, 0.2); color: hsl(var(--foreground)); border: 1px solid hsl(var(--border)); backdrop-filter: blur(4px); } .btn-outline:hover { background: rgba(255, 255, 255, 0.4); } .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: 2rem; border-top: 1px solid rgba(0, 0, 0, 0.1); } .stat { text-align: center; } .stat-value { font-size: 2rem; font-weight: 700; color: hsl(var(--primary)); } .stat-label { font-size: 0.875rem; color: hsl(var(--muted-foreground)); margin-top: 0.25rem; } /* Section Styles */ .section { padding: 6rem 0; } .section-alt { background: hsl(var(--muted)); } .section-header { text-align: center; margin-bottom: 4rem; } .section-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; } .section-subtitle { font-size: 1.125rem; color: hsl(var(--muted-foreground)); max-width: 600px; margin: 0 auto; } /* Card Styles */ .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .card { background: linear-gradient(135deg, #f0f4f0 0%, #e8f2e8 20%, #ffffff 70%, #ffffff 100%); border: 1px solid hsl(var(--border)); border-radius: var(--radius); padding: 2rem; transition: transform 0.2s, box-shadow 0.2s; } .card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; } .card-icon { background: hsl(var(--primary) / 0.1); padding: 0.75rem; border-radius: var(--radius); color: hsl(var(--primary)); } .card-title { font-size: 1.25rem; font-weight: 600; } .card-industry { font-size: 0.875rem; color: hsl(var(--muted-foreground)); } .card-description { color: hsl(var(--muted-foreground)); margin-bottom: 1.5rem; } .badge { display: inline-block; padding: 0.25rem 0.5rem; background: hsl(var(--muted)); color: hsl(var(--muted-foreground)); border-radius: 0.25rem; font-size: 0.75rem; margin-right: 0.5rem; margin-bottom: 0.25rem; } .badge-green { background: rgba(34, 197, 94, 0.1); color: rgb(22, 163, 74); } .badge-blue { background: rgba(59, 130, 246, 0.1); color: rgb(37, 99, 235); } .badge-yellow { background: rgba(245, 158, 11, 0.1); color: rgb(217, 119, 6); } /* Contact Section */ .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; } .contact-info { display: grid; gap: 2rem; } .contact-item { display: flex; align-items: center; gap: 1rem; } .contact-icon { background: hsl(var(--primary) / 0.1); padding: 0.75rem; border-radius: var(--radius); color: hsl(var(--primary)); } .contact-details h3 { font-weight: 600; margin-bottom: 0.25rem; } .contact-details .value { font-weight: 600; color: hsl(var(--primary)); } .contact-details .description { font-size: 0.875rem; color: hsl(var(--muted-foreground)); } .form { display: grid; gap: 1rem; } .form-group { display: grid; gap: 0.5rem; } .form-label { font-weight: 500; } .form-input { padding: 0.75rem; border: 1px solid #d1d5db; border-radius: var(--radius); font-size: 1rem; transition: border-color 0.2s ease; } .form-input:focus { outline: none; border-color: #9ca3af; box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.1); } .form-textarea { min-height: 120px; resize: vertical; } /* Mobile Styles */ @media (max-width: 768px) { .nav { display: none; } .stats { grid-template-columns: 1fr; gap: 1rem; } .contact-grid { grid-template-columns: 1fr; gap: 2rem; } .cta-buttons { flex-direction: column; align-items: center; } .btn { width: 100%; max-width: 300px; justify-content: center; } /* Industries section mobile responsiveness */ .industries-grid { grid-template-columns: 1fr !important; gap: 2rem !important; } .section-title { font-size: 2rem; } .hero h1 { font-size: 2.5rem; } } /* Back to top button */ .back-to-top { position: absolute; top: 2rem; right: 2rem; background: hsl(var(--background)); border: 1px solid hsl(var(--border)); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: hsl(var(--muted-foreground)); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: all 0.2s ease; z-index: 10; } .back-to-top:hover { color: hsl(var(--primary)); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transform: translateY(-2px); } /* Section positioning for back-to-top buttons */ .section { position: relative; overflow: hidden; } /* Add sophisticated sage-gray gradient background to About and Products sections */ #about, #products { background: linear-gradient(180deg, #f8f9f8 0%, #f4f6f4 25%, #f0f2f0 50%, #ebeeed 75%, #e6e9e6 100%); position: relative; } /* Ensure content is above background */ #about .container { position: relative; z-index: 1; } /* Organic floating animation */ @keyframes organic-float { 0%, 100% { transform: translateX(0px) translateY(0px) rotate(0deg); } 20% { transform: translateX(3px) translateY(-8px) rotate(0.3deg); } 40% { transform: translateX(-2px) translateY(-12px) rotate(-0.2deg); } 60% { transform: translateX(4px) translateY(-6px) rotate(0.4deg); } 80% { transform: translateX(-1px) translateY(-10px) rotate(-0.1deg); } } /* Exclude hero section from background patterns */ #hero::before { display: none; } /* QuadGenie card styling */ .quadgenie-card { background: linear-gradient(135deg, #e8f2e8 0%, #d1e7dd 15%, #f0f4f0 40%, #ffffff 70%, #ffffff 100%) !important; border: 1px solid #d1e7dd !important; } .quadgenie-logo { transition: transform 0.3s ease; transform-origin: center; } .quadgenie-card:hover .quadgenie-logo { animation: spin-slow 6s linear infinite; transform: scale(1.05); } /* Slow spinning animation */ @keyframes spin-slow { from { transform: scale(1.05) rotate(0deg); } to { transform: scale(1.05) rotate(360deg); } } /* Loading spinner animation */ @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Scroll animations */ .fade-in-up { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; } .fade-in-up.animate { opacity: 1; transform: translateY(0); } .fade-in-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.8s ease, transform 0.8s ease; } .fade-in-left.animate { opacity: 1; transform: translateX(0); } .fade-in-right { opacity: 0; transform: translateX(30px); transition: opacity 0.8s ease, transform 0.8s ease; } .fade-in-right.animate { opacity: 1; transform: translateX(0); } .scale-in { opacity: 0; transform: scale(0.9); transition: opacity 0.8s ease, transform 0.8s ease; } .scale-in.animate { opacity: 1; transform: scale(1); } /* Stagger children animations */ .stagger-children > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; } .stagger-children.animate > *:nth-child(1) { transition-delay: 0.1s; } .stagger-children.animate > *:nth-child(2) { transition-delay: 0.2s; } .stagger-children.animate > *:nth-child(3) { transition-delay: 0.3s; } .stagger-children.animate > *:nth-child(4) { transition-delay: 0.4s; } .stagger-children.animate > *:nth-child(5) { transition-delay: 0.5s; } .stagger-children.animate > *:nth-child(6) { transition-delay: 0.6s; } .stagger-children.animate > * { opacity: 1; transform: translateY(0); } /* Scroll behavior */ html { scroll-behavior: smooth; } /style>/head>body> !-- Header --> header classheader> div classcontainer> div classheader-content> a href# classlogo> i data-lucidetree-pine>/i> span>Banyan Innovations/span> /a> nav classnav> a href#hero>Home/a> a href#about>About/a> a href#philosophy>Philosophy/a> a href#products>Products/a> a href#contact>Contact/a> /nav> /div> /div> /header> !-- Hero Section --> section idhero classhero> div classhero-bg> img srcassets/Banyan_tree_hero_background_367ab783.png altBanyan tree representing interconnected AI technologies> /div> div classhero-overlay>/div> div classcontainer> div classhero-content> h1> Growing AI Solutions span classprimary-text block>Across Every Industry/span> /h1> p> Like the mighty Banyan tree, our technology branches into diverse industries while staying rooted in innovation. We develop AI solutions that adapt, connect, and grow with your business needs. /p> div classfeature-pills> div classfeature-pill> i data-lucidebrain>/i> span>Intelligent Automation/span> /div> div classfeature-pill> i data-lucidenetwork>/i> span>Interconnected Systems/span> /div> div classfeature-pill> i data-lucidezap>/i> span>Scalable Solutions/span> /div> /div> div classcta-buttons> a href#products classbtn btn-primary> Explore Our Products i data-lucidearrow-right>/i> /a> a href#contact classbtn btn-outline> Get Started Today /a> /div> /div> /div> /section> !-- About Section --> section idabout classsection> a href#hero classback-to-top> i data-lucidetree-pine stylewidth: 20px; height: 20px;>/i> /a> div classcontainer> div classsection-header fade-in-up> h2 classsection-title>About Banyan Innovations/h2> p classsection-subtitle> We are a leading technology parent company developing innovative AI solutions across healthcare, finance, manufacturing, and education through our interconnected ecosystem of intelligent products. /p> /div> div classcard-grid stagger-children> div classcard> div classcard-header> div classcard-icon> i data-lucidelightbulb>/i> /div> div> h3 classcard-title>Innovation First/h3> /div> /div> p classcard-description> We push the boundaries of what AI can achieve. /p> /div> div classcard> div classcard-header> div classcard-icon> i data-lucideusers>/i> /div> div> h3 classcard-title>Human-Centered/h3> /div> /div> p classcard-description> Technology that enhances human capabilities and experiences. /p> /div> div classcard> div classcard-header> div classcard-icon> i data-lucidetarget>/i> /div> div> h3 classcard-title>Results Driven/h3> /div> /div> p classcard-description> Measurable impact across all our technology deployments. /p> /div> /div> /div> /section> !-- Philosophy Section --> section idphilosophy classsection section-alt> a href#hero classback-to-top> i data-lucidetree-pine stylewidth: 20px; height: 20px;>/i> /a> div classcontainer> div classsection-header fade-in-up> h2 classsection-title>The Banyan Philosophy/h2> p classsection-subtitle> Like the Banyan trees extensive root system and far-reaching branches, our approach to AI development is both deeply rooted and expansively connected. /p> /div> div classcard-grid stagger-children> div classcard> div classcard-header> div classcard-icon> i data-lucidetree-pine>/i> /div> div> h3 classcard-title>Rooted Innovation/h3> /div> /div> p classcard-description> Deep technological foundations that support diverse applications across industries. /p> /div> div classcard> div classcard-header> div classcard-icon> i data-lucideglobe>/i> /div> div> h3 classcard-title>Interconnected Growth/h3> /div> /div> p classcard-description> Solutions that work together, creating synergies between different business domains. /p> /div> div classcard> div classcard-header> div classcard-icon> i data-lucidecpu>/i> /div> div> h3 classcard-title>Adaptive Intelligence/h3> /div> /div> p classcard-description> AI that learns, evolves, and adapts to the unique needs of each environment. /p> /div> /div> /div> /section> !-- Products Section --> section idproducts classsection section-alt> a href#hero classback-to-top> i data-lucidetree-pine stylewidth: 20px; height: 20px;>/i> /a> div classcontainer> div classsection-header fade-in-up> h2 classsection-title>Our Product Ecosystem/h2> p classsection-subtitle> Each branch of our AI tree serves different industries while drawing from the same innovative roots. Discover how our solutions are transforming businesses across multiple sectors. /p> /div> div classcard-grid scale-in> !-- QuadGenie --> a hrefhttps://quadgenie.com/ target_blank styletext-decoration: none; color: inherit;> div classcard quadgenie-card stylecursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: box-shadow 0.2s ease; display: flex; gap: 1.5rem; align-items: flex-start; onmouseoverthis.style.boxShadow0 4px 16px rgba(0, 0, 0, 0.15) onmouseoutthis.style.boxShadow0 2px 8px rgba(0, 0, 0, 0.1)> div styleflex: 1;> div classcard-header> div classcard-icon> i data-lucideheart>/i> /div> div> h3 classcard-title>QuadGenie/h3> div classcard-industry>Industrial Water Treatment/div> /div> span classbadge badge-blue>Releasing Soon/span> /div> p classcard-description> An AI-powered cloud-based quote generation and order management platform. Purpose-built for water treatment complexities, capturing veteran application knowledge to ensure technically sound quotes. /p> div> div stylemargin-bottom: 1rem;> strong>Key Features:/strong> div> span classbadge>Quote Generation/span> span classbadge>Order Fulfillment/span> span classbadge>Compliance/span> /div> /div> div styledisplay: flex; justify-content: flex-end; align-items: center;> button classbtn btn-outline stylepadding: 0.5rem 1rem; font-size: 0.875rem;> Learn More i data-lucidearrow-right stylewidth: 12px; height: 12px;>/i> /button> /div> /div> /div> div styleflex-shrink: 0;> img srcassets/qg-smallcase-2.svg altQuadGenie Logo classquadgenie-logo stylewidth: 120px; height: auto;> /div> /div> /a> /div> /div> /section> !-- Contact Section --> section idcontact classsection> a href#hero classback-to-top> i data-lucidetree-pine stylewidth: 20px; height: 20px;>/i> /a> div classcontainer> div classsection-header fade-in-up> h2 classsection-title>Get In Touch/h2> p classsection-subtitle> Ready to explore how AI can transform your industry? Lets discuss your specific needs and challenges. /p> /div> div styledisplay: flex; justify-content: center; classfade-in-up> !-- Google Form Embed --> iframe srchttps://docs.google.com/forms/d/e/1FAIpQLSdIByOHUBD4hZVL-vGiMI0z6WRSRsj4M9bOqhOXQ15K4ydCkQ/viewform?embeddedtrue width640 height800 frameborder0 marginheight0 marginwidth0 stylemax-width: 100%; border: 1px solid #e5e7eb; border-radius: 8px; background: white;> Loading… /iframe> /div> /div> /section> script> // Initialize Lucide icons lucide.createIcons(); // Smooth scrolling for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Scroll animations using Intersection Observer function initScrollAnimations() { const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(animate); } }); }, observerOptions); // Observe all elements with animation classes const animatedElements document.querySelectorAll(.fade-in-up, .fade-in-left, .fade-in-right, .scale-in, .stagger-children, .section); animatedElements.forEach(el > observer.observe(el)); } // Add some interactive functionality document.addEventListener(DOMContentLoaded, function() { // Initialize scroll animations initScrollAnimations(); // Add hover effects to cards const cards document.querySelectorAll(.card); cards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-8px); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); }); }); }); /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
]