Help
RSS
API
Feed
Maltego
Contact
Domain > corestackllc.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-06
18.164.154.100
(
ClassC
)
2026-02-16
18.164.154.34
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 16 Feb 2026 18:58:17 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://corestackllc.com/X-Cache: Redirect from cloudfrontVia: 1.1 f8a15a8fc1b85d4b46ae1fb0c9b456cc.cloudfront.net (CloudFront)X-Amz-Cf-Pop: LAX53-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: NulShNtfH0hd7LcVfV19WW-DUrUoCuXk_5w7W6iGBzvfCc9w4eeS9Q 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: 24496Connection: keep-aliveDate: Tue, 08 Jul 2025 22:40:25 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: b36de0f08cf9a217af0fe5b1def189a4Last-Modified: Tue, 08 Jul 2025 22:09:16 GMTX-Cache: Hit from cloudfrontVia: 1.1 1b0ec06e2dc8a07d495632f96e0234b4.cloudfront.net (CloudFront)X-Amz-Cf-Pop: LAX53-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: Ih-9zQ5t62esvFgUo0JIhoaS9ra9iy_OZ7QHD5EVNUS0QfY-P3es4AAge: 19253872 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Core Stack LLC/title> style> @import url(https://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&displayswap); * { margin: 0; padding: 0; box-sizing: border-box; } :root { --black: #000000; --white: #ffffff; --gray-100: #f5f5f5; --gray-200: #e5e5e5; --gray-300: #d4d4d4; --gray-400: #a3a3a3; --gray-500: #737373; --gray-600: #525252; --gray-700: #404040; --gray-800: #262626; --gray-900: #171717; --red: #ff5733; --orange: #ff8c42; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.4; color: var(--black); background-color: var(--white); overflow-x: hidden; } /* Typography */ .text-small { font-size: 14px; font-weight: 400; letter-spacing: 0.02em; } .text-medium { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; } .text-large { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; } .text-xl { font-size: 48px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; } .text-xxl { font-size: clamp(64px, 12vw, 180px); font-weight: 900; letter-spacing: -0.04em; line-height: 0.95; } /* Grid System */ .container { max-width: 1400px; margin: 0 auto; padding: 0 40px; } .grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; } .col-span-12 { grid-column: span 12; } .col-span-6 { grid-column: span 6; } .col-span-4 { grid-column: span 4; } .col-span-3 { grid-column: span 3; } /* Header */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--gray-200); transition: all 0.3s ease; } .header.scrolled { background-color: rgba(255, 255, 255, 0.98); border-bottom-color: var(--gray-300); } .nav { display: flex; justify-content: space-between; align-items: center; height: 80px; } .logo { font-size: 20px; font-weight: 800; color: var(--black); text-decoration: none; letter-spacing: -0.02em; } .nav-menu { display: flex; list-style: none; gap: 60px; } .nav-menu a { color: var(--gray-700); text-decoration: none; font-size: 16px; font-weight: 500; transition: color 0.3s ease; position: relative; } .nav-menu a:hover { color: var(--black); } .nav-menu a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background-color: var(--red); transition: width 0.3s ease; } .nav-menu a:hover::after { width: 100%; } /* Hero Section */ .hero { padding: 160px 0 120px; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; } .hero-content { margin-bottom: 80px; } .hero-subtitle { color: var(--gray-500); margin-bottom: 20px; text-transform: uppercase; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; } .hero-title { margin-bottom: 40px; color: var(--black); } .hero-description { max-width: 600px; color: var(--gray-600); font-size: 20px; line-height: 1.6; margin-bottom: 60px; } .hero-cta { display: inline-flex; align-items: center; gap: 12px; background-color: var(--black); color: var(--white); padding: 20px 40px; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 0; transition: all 0.3s ease; border: 2px solid var(--black); } .hero-cta:hover { background-color: var(--white); color: var(--black); } .hero-cta .arrow { font-size: 12px; transition: transform 0.3s ease; } .hero-cta:hover .arrow { transform: translateX(4px); } /* Stats Grid */ .stats-section { padding: 120px 0; background-color: var(--gray-100); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 60px; } .stat-item { text-align: center; } .stat-number { font-size: 48px; font-weight: 900; color: var(--black); margin-bottom: 8px; } .stat-label { color: var(--gray-600); font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; } /* Services Section */ .services-section { padding: 160px 0; } .section-header { margin-bottom: 120px; text-align: center; } .section-title { margin-bottom: 20px; } .section-subtitle { color: var(--gray-600); font-size: 18px; max-width: 600px; margin: 0 auto; } .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 80px 60px; } .service-card { padding: 0; background: none; border: none; } .service-number { color: var(--red); font-size: 14px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.1em; } .service-title { font-size: 28px; font-weight: 700; color: var(--black); margin-bottom: 20px; line-height: 1.2; } .service-description { color: var(--gray-600); font-size: 16px; line-height: 1.6; } /* Process Section */ .process-section { padding: 160px 0; background-color: var(--black); color: var(--white); } .process-section .section-title { color: var(--white); } .process-section .section-subtitle { color: var(--gray-400); } .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; } .process-step { text-align: center; } .step-icon { width: 60px; height: 60px; background-color: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; font-size: 20px; font-weight: 700; color: var(--white); } .step-title { font-size: 20px; font-weight: 600; margin-bottom: 16px; } .step-description { color: var(--gray-400); font-size: 14px; line-height: 1.5; } /* Contact Section */ .contact-section { padding: 160px 0; text-align: center; } .contact-content { max-width: 800px; margin: 0 auto; } .contact-email { display: inline-block; font-size: 36px; font-weight: 700; color: var(--black); text-decoration: none; margin-bottom: 40px; border-bottom: 2px solid transparent; transition: border-color 0.3s ease; } .contact-email:hover { border-bottom-color: var(--red); } .contact-note { color: var(--gray-600); font-size: 16px; max-width: 500px; margin: 0 auto; } /* Footer */ .footer { padding: 80px 0 40px; background-color: var(--gray-900); color: var(--white); } .footer-content { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; } .footer-logo { font-size: 18px; font-weight: 700; } .footer-links { display: flex; gap: 40px; list-style: none; } .footer-links a { color: var(--gray-400); text-decoration: none; font-size: 14px; transition: color 0.3s ease; } .footer-links a:hover { color: var(--white); } .footer-bottom { padding-top: 40px; border-top: 1px solid var(--gray-700); text-align: center; color: var(--gray-500); font-size: 14px; } /* Animations */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /* Responsive */ @media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); gap: 60px 40px; } .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; } } @media (max-width: 768px) { .container { padding: 0 20px; } .nav-menu { display: none; } .hero { padding: 120px 0 80px; } .text-xxl { font-size: clamp(48px, 10vw, 80px); } .text-xl { font-size: 36px; } .hero-description { font-size: 18px; } .services-section, .process-section, .contact-section { padding: 80px 0; } .section-header { margin-bottom: 60px; } .services-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 30px; } .process-steps { grid-template-columns: repeat(2, 1fr); gap: 30px; } .contact-email { font-size: 24px; } .footer-content { flex-direction: column; gap: 30px; text-align: center; } .col-span-6, .col-span-4, .col-span-3 { grid-column: span 12; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } } @media (max-width: 480px) { .container { padding: 0 16px; } .hero { padding: 100px 0 60px; } .text-xxl { font-size: clamp(36px, 8vw, 64px); } .hero-description { font-size: 16px; margin-bottom: 40px; } .hero-cta { padding: 16px 32px; font-size: 14px; } .services-section, .process-section, .contact-section { padding: 60px 0; } .section-header { margin-bottom: 40px; } .services-grid { grid-template-columns: 1fr; gap: 40px; } .service-title { font-size: 24px; } .process-steps { gap: 20px; } .step-icon { width: 50px; height: 50px; font-size: 18px; margin-bottom: 20px; } .step-title { font-size: 18px; } .contact-email { font-size: 20px; } .stats-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; } .stat-number { font-size: 36px; } } /style>/head>body> header classheader> div classcontainer> nav classnav> a href# classlogo>Core Stack/a> ul classnav-menu> li>a href#services>Services/a>/li> li>a href#process>Process/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /div> /header> main> section classhero> div classcontainer> div classhero-content fade-in> div classhero-subtitle>Software Development/div> h1 classhero-title text-xxl>Productivitybr>Drivenbr>Development/h1> p classhero-description> We build software solutions that supercharge your teams efficiency and streamline your business operations through thoughtful design and powerful technology. /p> a href#contact classhero-cta> Start Your Project span classarrow>→/span> /a> /div> /div> /section> section classstats-section> div classcontainer> div classstats-grid fade-in> div classstat-item> div classstat-number>15+/div> div classstat-label>Products Delivered/div> /div> div classstat-item> div classstat-number>98%/div> div classstat-label>Client Satisfaction/div> /div> /div> /div> /section> section classservices-section idservices> div classcontainer> div classsection-header fade-in> h2 classsection-title text-xl>What We Do/h2> p classsection-subtitle> We specialize in creating high-performance applications that eliminate bottlenecks and empower teams to achieve more. /p> /div> div classservices-grid> div classservice-card fade-in> div classservice-number>01/div> h3 classservice-title>Custom Software Development/h3> p classservice-description> Tailored solutions built from the ground up to meet your specific business requirements and workflow challenges. /p> /div> div classservice-card fade-in> div classservice-number>02/div> h3 classservice-title>Web Application Development/h3> p classservice-description> Modern, responsive web applications that deliver exceptional user experiences and drive business growth. /p> /div> div classservice-card fade-in> div classservice-number>03/div> h3 classservice-title>API Integration & Development/h3> p classservice-description> Seamless API solutions that connect your systems and automate workflows for maximum efficiency. /p> /div> div classservice-card fade-in> div classservice-number>04/div> h3 classservice-title>Performance Optimization/h3> p classservice-description> Fine-tuning existing applications for optimal speed, reliability, and user satisfaction. /p> /div> /div> /div> /section> section classprocess-section idprocess> div classcontainer> div classsection-header fade-in> h2 classsection-title text-xl>Our Process/h2> p classsection-subtitle> A proven methodology that ensures successful project delivery and exceptional results. /p> /div> div classprocess-steps> div classprocess-step fade-in> div classstep-icon>1/div> h3 classstep-title>Discovery/h3> p classstep-description> Understanding your business needs, challenges, and goals to create the perfect solution. /p> /div> div classprocess-step fade-in> div classstep-icon>2/div> h3 classstep-title>Design/h3> p classstep-description> Creating detailed architecture and user experience designs that prioritize productivity. /p> /div> div classprocess-step fade-in> div classstep-icon>3/div> h3 classstep-title>Development/h3> p classstep-description> Building robust, scalable solutions using modern technologies and best practices. /p> /div> div classprocess-step fade-in> div classstep-icon>4/div> h3 classstep-title>Delivery/h3> p classstep-description> Deploying your solution with comprehensive testing and ongoing support. /p> /div> /div> /div> /section> section classcontact-section idcontact> div classcontainer> div classcontact-content fade-in> h2 classsection-title text-xl stylemargin-bottom: 40px;>Ready to Get Started?/h2> a hrefmailto:info@corestackllc.com classcontact-email>info@corestackllc.com/a> p classcontact-note> Lets discuss how we can transform your workflow and build the perfect solution for your productivity needs. /p> /div> /div> /section> /main> footer classfooter> div classcontainer> div classfooter-content> div classfooter-logo>Core Stack/div> ul classfooter-links> li>a href#services>Services/a>/li> li>a href#process>Process/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> div classfooter-bottom> © 2025 Core Stack LLC. Building the future of productivity. /div> /div> /footer> script> // Header Scroll Effect const header document.querySelector(.header); window.addEventListener(scroll, () > { if (window.scrollY > 100) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Smooth Scroll 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 }); } }); }); // Intersection Observer for Animations const observerOptions { threshold: 0.1, rootMargin: 0px 0px -100px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(visible); } }); }, observerOptions); document.querySelectorAll(.fade-in).forEach(el > { observer.observe(el); }); // Stats Counter Animation const animateStats () > { const stats document.querySelectorAll(.stat-number); stats.forEach(stat > { // Skip animation for 24/7 since its not a pure number if (stat.textContent.includes(/)) { return; } const target parseInt(stat.textContent.replace(/\D/g, )); const suffix stat.textContent.replace(/\d/g, ); let current 0; const increment target / 50; const timer setInterval(() > { current + increment; if (current > target) { stat.textContent target + suffix; clearInterval(timer); } else { stat.textContent Math.floor(current) + suffix; } }, 40); }); }; // Trigger stats animation when section is visible const statsSection document.querySelector(.stats-section); const statsObserver new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { animateStats(); statsObserver.unobserve(entry.target); } }); }, { threshold: 0.5 }); statsObserver.observe(statsSection); /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
]