Help
RSS
API
Feed
Maltego
Contact
Domain > cavecodelabs.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-25
18.160.78.59
(
ClassC
)
2026-03-06
3.163.24.86
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 8942Connection: keep-aliveDate: Fri, 06 Mar 2026 01:17:32 GMTLast-Modified: Wed, 16 Jul 2025 03:09:26 GMTETag: e69d736c4657bafefefcd5aa48dcd8c5x-amz-server-side-encryption: AES256x-amz-version-id: R_w9S1GPbTp6SpBx2tLuQNZClhj_DNdxAccept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 049ca50de603d43d8c9d0f7716efb414.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: VRYWD1iRZtSErJqk4sj39ukmuCp8P7IchjoRPWhnAj8iWgB0Zp6xWw !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Cave Code Labs/title> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> style> * { box-sizing: border-box; } html { scroll-snap-type: y mandatory; scroll-behavior: smooth; } body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif; background: #0f0f0f; color: #ffffff; line-height: 1.6; } .hero { background: #0f0f0f; padding: 80px 20px 80px; text-align: center; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; scroll-snap-align: start; } .hero-content { max-width: 600px; } .logo { width: 200px; height: 200px; margin: 0 auto 40px; display: block; transition: opacity 0.3s ease; } .hero h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 300; margin-bottom: 20px; letter-spacing: -0.02em; color: #ffffff; } .hero p { font-size: clamp(1.125rem, 2vw, 1.25rem); margin: 0; opacity: 0.7; font-weight: 300; } .project-section { background: #0f0f0f; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 60px 20px; scroll-snap-align: start; } .project-content { max-width: 800px; margin: 0 auto; text-align: center; } .project-title { font-size: clamp(2.5rem, 4vw, 3rem); font-weight: 400; margin-bottom: 30px; color: #ffffff; letter-spacing: -0.02em; } .project-intro { font-size: clamp(1.125rem, 2vw, 1.25rem); margin-bottom: 50px; opacity: 0.8; font-weight: 300; line-height: 1.7; } .project-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-top: 40px; text-align: left; } .detail-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 8px; padding: 30px; transition: all 0.3s ease; } .detail-card:hover { border-color: #3a3a3a; transform: translateY(-4px); } .detail-card h3 { font-size: 1.25rem; font-weight: 500; margin: 0 0 15px 0; color: #ffffff; } .detail-card p { font-size: 1rem; line-height: 1.6; margin: 0; opacity: 0.85; font-weight: 300; } .contact-section { background: #0f0f0f; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 60px 20px; scroll-snap-align: start; } .contact-content { max-width: 600px; } .contact-title { font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 300; margin-bottom: 30px; color: #ffffff; letter-spacing: -0.02em; } .contact-info { font-size: 1.25rem; font-weight: 300; margin: 0; } .contact-info a { color: #ffffff; text-decoration: none; font-weight: 400; transition: opacity 0.3s ease; } .contact-info a:hover { opacity: 0.7; } .fade { opacity: 0; transform: translateY(20px); } .fade.fade-in { opacity: 1; transform: translateY(0); transition: all 0.6s ease; } .fade:nth-child(1) { transition-delay: 0ms; } .fade:nth-child(2) { transition-delay: 150ms; } .fade:nth-child(3) { transition-delay: 300ms; } .fade:nth-child(4) { transition-delay: 450ms; } .cta-btn { display: inline-block; margin-top: 28px; background: #fff; color: #0f0f0f; font-weight: 500; padding: 14px 32px; border-radius: 999px; text-decoration: none; font-size: 1.1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: background 0.2s, color 0.2s, box-shadow 0.2s; } .cta-btn:hover { background: #e5e5e5; color: #111; box-shadow: 0 4px 16px rgba(0,0,0,0.08); } .navbar { position: sticky; top: 0; width: 100%; background: #0f0f0f; color: #fff; z-index: 1000; padding: 0 0; border-bottom: 1px solid #181818; min-height: 54px; display: flex; align-items: center; } .navbar-content { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 54px; } .navbar-brand { font-size: 1.1rem; font-weight: 600; letter-spacing: 0.01em; color: #fff; text-decoration: none; } .navbar-links { display: flex; gap: 24px; } .navbar-link { color: #fff; text-decoration: none; font-size: 0.98rem; font-weight: 400; padding: 6px 10px; border-radius: 6px; transition: background 0.18s, color 0.18s; } .navbar-link:hover { background: #232323; color: #e0e0e0; } @media (max-width: 768px) { .navbar-content { padding: 0 10px; } .navbar-links { gap: 14px; } } .hero, section.bg-white { margin-top: 64px; } @media (max-width: 768px) { .hero { padding: 60px 20px 60px; min-height: 100vh; } .logo { width: 150px; height: 150px; margin-bottom: 30px; } .project-section { padding: 40px 20px; } .project-details { grid-template-columns: 1fr; gap: 30px; } .detail-card { padding: 25px; } .contact-section { padding: 40px 20px; } } /style>/head>body> nav classnavbar> div classnavbar-content> a href# classnavbar-brand>Cave Code Labs/a> div classnavbar-links> a href#features classnavbar-link>Features/a> a href#contact classnavbar-link>Contact/a> /div> /div> /nav> div classhero> div classhero-content fade> img srcassets/logo_white.png altCave Code Labs Logo classlogo> h1>Flexible Software for Service & Rental Businesses/h1> p>Forget clunky tools and spreadsheets. Cave Code Labs gives you a clean, modern way to handle work orders, rentals, invoices, and sales—on your terms./p> a href#contact classcta-btn>Request a Demo/a> /div> /div> /section> div classproject-section project-section-features idfeatures> div classproject-content fade> h2 classproject-title>Features/h2> p classproject-intro> Cave Code Labs gives you a clean, modern way to manage key parts of your service or rental business—all from one dashboard. /p> div classproject-details> div classdetail-card fade> h3>📦 Rentals & Sales/h3> p>Track outgoing items, pricing by duration, and checkout history/p> /div> div classdetail-card fade> h3>🧾 Invoicing/h3> p>Generate branded invoices, accept payments, and view customer balances/p> /div> div classdetail-card fade> h3>🛠️ Work Orders/h3> p>Log service requests, schedule jobs, and track progress across teams/p> /div> div classdetail-card fade> h3>🧩 Modular Setup/h3> p>Use just what you need—POS, invoicing, work orders, or all of it/p> /div> /div> /div> /div> div classcontact-section idcontact> div classcontact-content fade> h2 classcontact-title>Lets Connect/h2> p classcontact-info>Contact us: a hrefmailto:hello@cavecodelabs.com>hello@cavecodelabs.com/a>/p> /div> /div> script> $(function() { function reveal() { $(.fade).each(function(){ var top $(this).offset().top; var winTop $(window).scrollTop(); if (top winTop + $(window).height() - 100) { $(this).addClass(fade-in); } }); } reveal(); $(window).on(scroll, reveal); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 8942Connection: keep-aliveDate: Fri, 06 Mar 2026 01:17:32 GMTLast-Modified: Wed, 16 Jul 2025 03:09:26 GMTETag: e69d736c4657bafefefcd5aa48dcd8c5x-amz-server-side-encryption: AES256x-amz-version-id: R_w9S1GPbTp6SpBx2tLuQNZClhj_DNdxAccept-Ranges: bytesServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 05cf67c96e96cd376921ba5b65795a56.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: PfTk_UD-v_vEhq-ePp_c8lB3hXFl75BL--0e3PSLBQsklYUET2YZdQ !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Cave Code Labs/title> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> style> * { box-sizing: border-box; } html { scroll-snap-type: y mandatory; scroll-behavior: smooth; } body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, system-ui, sans-serif; background: #0f0f0f; color: #ffffff; line-height: 1.6; } .hero { background: #0f0f0f; padding: 80px 20px 80px; text-align: center; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; scroll-snap-align: start; } .hero-content { max-width: 600px; } .logo { width: 200px; height: 200px; margin: 0 auto 40px; display: block; transition: opacity 0.3s ease; } .hero h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 300; margin-bottom: 20px; letter-spacing: -0.02em; color: #ffffff; } .hero p { font-size: clamp(1.125rem, 2vw, 1.25rem); margin: 0; opacity: 0.7; font-weight: 300; } .project-section { background: #0f0f0f; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 60px 20px; scroll-snap-align: start; } .project-content { max-width: 800px; margin: 0 auto; text-align: center; } .project-title { font-size: clamp(2.5rem, 4vw, 3rem); font-weight: 400; margin-bottom: 30px; color: #ffffff; letter-spacing: -0.02em; } .project-intro { font-size: clamp(1.125rem, 2vw, 1.25rem); margin-bottom: 50px; opacity: 0.8; font-weight: 300; line-height: 1.7; } .project-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-top: 40px; text-align: left; } .detail-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 8px; padding: 30px; transition: all 0.3s ease; } .detail-card:hover { border-color: #3a3a3a; transform: translateY(-4px); } .detail-card h3 { font-size: 1.25rem; font-weight: 500; margin: 0 0 15px 0; color: #ffffff; } .detail-card p { font-size: 1rem; line-height: 1.6; margin: 0; opacity: 0.85; font-weight: 300; } .contact-section { background: #0f0f0f; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 60px 20px; scroll-snap-align: start; } .contact-content { max-width: 600px; } .contact-title { font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 300; margin-bottom: 30px; color: #ffffff; letter-spacing: -0.02em; } .contact-info { font-size: 1.25rem; font-weight: 300; margin: 0; } .contact-info a { color: #ffffff; text-decoration: none; font-weight: 400; transition: opacity 0.3s ease; } .contact-info a:hover { opacity: 0.7; } .fade { opacity: 0; transform: translateY(20px); } .fade.fade-in { opacity: 1; transform: translateY(0); transition: all 0.6s ease; } .fade:nth-child(1) { transition-delay: 0ms; } .fade:nth-child(2) { transition-delay: 150ms; } .fade:nth-child(3) { transition-delay: 300ms; } .fade:nth-child(4) { transition-delay: 450ms; } .cta-btn { display: inline-block; margin-top: 28px; background: #fff; color: #0f0f0f; font-weight: 500; padding: 14px 32px; border-radius: 999px; text-decoration: none; font-size: 1.1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: background 0.2s, color 0.2s, box-shadow 0.2s; } .cta-btn:hover { background: #e5e5e5; color: #111; box-shadow: 0 4px 16px rgba(0,0,0,0.08); } .navbar { position: sticky; top: 0; width: 100%; background: #0f0f0f; color: #fff; z-index: 1000; padding: 0 0; border-bottom: 1px solid #181818; min-height: 54px; display: flex; align-items: center; } .navbar-content { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 54px; } .navbar-brand { font-size: 1.1rem; font-weight: 600; letter-spacing: 0.01em; color: #fff; text-decoration: none; } .navbar-links { display: flex; gap: 24px; } .navbar-link { color: #fff; text-decoration: none; font-size: 0.98rem; font-weight: 400; padding: 6px 10px; border-radius: 6px; transition: background 0.18s, color 0.18s; } .navbar-link:hover { background: #232323; color: #e0e0e0; } @media (max-width: 768px) { .navbar-content { padding: 0 10px; } .navbar-links { gap: 14px; } } .hero, section.bg-white { margin-top: 64px; } @media (max-width: 768px) { .hero { padding: 60px 20px 60px; min-height: 100vh; } .logo { width: 150px; height: 150px; margin-bottom: 30px; } .project-section { padding: 40px 20px; } .project-details { grid-template-columns: 1fr; gap: 30px; } .detail-card { padding: 25px; } .contact-section { padding: 40px 20px; } } /style>/head>body> nav classnavbar> div classnavbar-content> a href# classnavbar-brand>Cave Code Labs/a> div classnavbar-links> a href#features classnavbar-link>Features/a> a href#contact classnavbar-link>Contact/a> /div> /div> /nav> div classhero> div classhero-content fade> img srcassets/logo_white.png altCave Code Labs Logo classlogo> h1>Flexible Software for Service & Rental Businesses/h1> p>Forget clunky tools and spreadsheets. Cave Code Labs gives you a clean, modern way to handle work orders, rentals, invoices, and sales—on your terms./p> a href#contact classcta-btn>Request a Demo/a> /div> /div> /section> div classproject-section project-section-features idfeatures> div classproject-content fade> h2 classproject-title>Features/h2> p classproject-intro> Cave Code Labs gives you a clean, modern way to manage key parts of your service or rental business—all from one dashboard. /p> div classproject-details> div classdetail-card fade> h3>📦 Rentals & Sales/h3> p>Track outgoing items, pricing by duration, and checkout history/p> /div> div classdetail-card fade> h3>🧾 Invoicing/h3> p>Generate branded invoices, accept payments, and view customer balances/p> /div> div classdetail-card fade> h3>🛠️ Work Orders/h3> p>Log service requests, schedule jobs, and track progress across teams/p> /div> div classdetail-card fade> h3>🧩 Modular Setup/h3> p>Use just what you need—POS, invoicing, work orders, or all of it/p> /div> /div> /div> /div> div classcontact-section idcontact> div classcontact-content fade> h2 classcontact-title>Lets Connect/h2> p classcontact-info>Contact us: a hrefmailto:hello@cavecodelabs.com>hello@cavecodelabs.com/a>/p> /div> /div> script> $(function() { function reveal() { $(.fade).each(function(){ var top $(this).offset().top; var winTop $(window).scrollTop(); if (top winTop + $(window).height() - 100) { $(this).addClass(fade-in); } }); } reveal(); $(window).on(scroll, reveal); }); /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
]