Help
RSS
API
Feed
Maltego
Contact
Domain > bainproks.ch
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-05
3.171.171.71
(
ClassC
)
2026-01-23
3.163.24.79
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: CloudFrontContent-Type: text/htmlContent-Length: 13712Connection: keep-aliveContent-Md5: TZZkLYADuDGBVlbDdF4lZALast-Modified: Mon, 01 Sep 2025 21:45:27 GMTAccept-Ranges: bytesEtag: 0x8DDE9A0DD2B6CECDate: Fri, 23 Jan 2026 03:39:44 GMTVia: 1.1 8fa8de0101a760f7ceb25e90c3bcd252.cloudfront.net (CloudFront)Alt-Svc: h3:443; ma86400X-Cache: RefreshHit from cloudfrontX-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: F5YrewlTunVc6xTO4TPHFEcpSLHlf8nK2GUWWS_SXnNh-EXUsPvO6A !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>The Bain Family - Pacific Northwest/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #f8f9fa; font-weight: 400; } .container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; } .header { text-align: center; margin-bottom: 80px; } .family-name { font-size: clamp(3rem, 8vw, 6rem); font-weight: 300; color: #1a1a1a; margin-bottom: 16px; letter-spacing: 0.05em; } .subtitle { font-size: 1.25rem; color: #6b7280; font-weight: 300; margin-bottom: 40px; } .abstract-mountains { width: 100%; height: 120px; position: relative; margin: 40px 0; overflow: hidden; } .mountain-layer { position: absolute; width: 100%; height: 100%; } .mountain1 { clip-path: polygon(0% 100%, 20% 40%, 45% 70%, 70% 30%, 100% 60%, 100% 100%); background: #e5e7eb; } .mountain2 { clip-path: polygon(0% 100%, 15% 60%, 40% 35%, 65% 65%, 85% 25%, 100% 55%, 100% 100%); background: #d1d5db; } .mountain3 { clip-path: polygon(0% 100%, 25% 70%, 50% 45%, 75% 75%, 100% 40%, 100% 100%); background: #9ca3af; } .content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin-bottom: 80px; } .card { background: white; border-radius: 12px; padding: 32px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border: 1px solid #e5e7eb; transition: all 0.3s ease; } .card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); } .card h2 { color: #1a1a1a; font-size: 1.5rem; font-weight: 500; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; } .icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; } .brothers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; margin: 24px 0; } .brother-card { background: #f9fafb; border-radius: 8px; padding: 24px 16px; text-align: center; border: 1px solid #e5e7eb; transition: all 0.2s ease; } .brother-card:hover { background: #f3f4f6; transform: translateY(-2px); } .brother-name { font-size: 1.125rem; font-weight: 500; color: #1a1a1a; margin-bottom: 4px; } .brother-role { font-size: 0.875rem; color: #6b7280; font-weight: 400; } .interests-grid { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; } .interest-tag { background: #1a1a1a; color: white; padding: 8px 16px; border-radius: 20px; font-size: 0.875rem; font-weight: 400; transition: all 0.2s ease; cursor: default; } .interest-tag:hover { background: #374151; transform: translateY(-1px); } .abstract-trees { display: flex; justify-content: center; align-items: flex-end; height: 100px; margin: 32px 0; gap: 8px; } .tree-line { background: #6b7280; border-radius: 1px; } .tree1 { width: 3px; height: 60px; } .tree2 { width: 4px; height: 80px; } .tree3 { width: 2px; height: 45px; } .tree4 { width: 5px; height: 90px; } .tree5 { width: 3px; height: 70px; } .tree6 { width: 4px; height: 55px; } .tree7 { width: 6px; height: 95px; } .tree8 { width: 3px; height: 65px; } .location-indicator { text-align: center; margin: 24px 0; } .pnw-badge { display: inline-flex; align-items: center; gap: 8px; background: #f3f4f6; padding: 12px 20px; border-radius: 24px; font-size: 0.875rem; color: #374151; border: 1px solid #e5e7eb; } .footer { text-align: center; padding: 40px 0; border-top: 1px solid #e5e7eb; margin-top: 60px; } .footer p { color: #6b7280; font-weight: 300; margin-bottom: 8px; } .emphasis { color: #1a1a1a; font-weight: 400; } /* Simple geometric decorations */ .accent-line { width: 40px; height: 2px; background: #1a1a1a; margin: 0 auto 32px; } @media (max-width: 768px) { .container { padding: 20px; } .content-grid { grid-template-columns: 1fr; gap: 24px; } .card { padding: 24px; } } /* Abstract wave decoration */ .wave-decoration { width: 100%; height: 2px; background: linear-gradient(90deg, transparent 0%, #d1d5db 20%, #9ca3af 50%, #d1d5db 80%, transparent 100%); margin: 32px 0; } /style>/head>body> div classcontainer> header classheader> h1 classfamily-name>BAIN/h1> div classaccent-line>/div> p classsubtitle>Pacific Northwest Family/p> div classabstract-mountains> div classmountain-layer mountain1>/div> div classmountain-layer mountain2>/div> div classmountain-layer mountain3>/div> /div> /header> div classcontent-grid> div classcard> h2> span classicon> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.5> path dM17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2>/path> circle cx9 cy7 r4>/circle> path dM23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75>/path> /svg> /span> Family /h2> p>The Bain family has made the Pacific Northwest home, embracing the regions unique blend of natural beauty and innovative spirit./p> div classbrothers-grid> div classbrother-card> div classbrother-name>Danny/div> div classbrother-role>Brother/div> /div> div classbrother-card> div classbrother-name>Brian/div> div classbrother-role>Brother/div> /div> /div> /div> div classcard> h2> span classicon> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.5> path dM21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z>/path> circle cx12 cy10 r3>/circle> /svg> /span> Location /h2> p>Rooted in the Pacific Northwest, where towering mountains meet innovative cities and endless outdoor adventures await just beyond the doorstep./p> div classlocation-indicator> div classpnw-badge> svg width16 height16 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2> polygon points12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2>/polygon> /svg> Pacific Northwest /div> /div> div classabstract-trees> div classtree-line tree1>/div> div classtree-line tree2>/div> div classtree-line tree3>/div> div classtree-line tree4>/div> div classtree-line tree5>/div> div classtree-line tree6>/div> div classtree-line tree7>/div> div classtree-line tree8>/div> /div> /div> div classcard> h2> span classicon> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.5> circle cx12 cy12 r3>/circle> path dM12 1v6M12 17v6M4.22 4.22l4.24 4.24M15.54 15.54l4.24 4.24M1 12h6M17 12h6M4.22 19.78l4.24-4.24M15.54 8.46l4.24-4.24>/path> /svg> /span> Interests /h2> p>Our family shares a passion for discovery, innovation, and adventure across multiple domains./p> div classinterests-grid> div classinterest-tag>Science/div> div classinterest-tag>Technology/div> div classinterest-tag>Outdoors/div> div classinterest-tag>Family/div> /div> div classwave-decoration>/div> p>From exploring cutting-edge technology to hiking through old-growth forests, we find inspiration in both human innovation and natural wonder./p> /div> div classcard> h2> span classicon> svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width1.5> path dM3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z>/path> polyline points9,22 9,12 15,12 15,22>/polyline> /svg> /span> Our Values /h2> p>Living in the Pacific Northwest has shaped our approach to life - balancing innovation with sustainability, progress with preservation, and ambition with appreciation for the natural world around us./p> p stylemargin-top: 16px; font-style: italic; color: #6b7280;>Where technology meets nature, and family comes first./p> /div> /div> footer classfooter> p>The span classemphasis>Bain/span> Family/p> p>Science • Technology • Outdoors • Family/p> /footer> /div> script> document.addEventListener(DOMContentLoaded, function() { const cards document.querySelectorAll(.card); cards.forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-4px); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); }); }); const interestTags document.querySelectorAll(.interest-tag); interestTags.forEach(tag > { tag.addEventListener(click, function() { this.style.background #4b5563; setTimeout(() > { this.style.background #1a1a1a; }, 150); }); }); }); /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
]