Help
RSS
API
Feed
Maltego
Contact
Domain > cybercloudnest.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-27
3.171.171.55
(
ClassC
)
2026-01-14
3.169.173.113
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 14 Jan 2026 01:12:29 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://cybercloudnest.com/X-Cache: Redirect from cloudfrontVia: 1.1 bc4e0a32a1893d7693b91555def3133e.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: sa-XPtfhIs7fEoIodgXQJJ5VmpuBFJZw9J8O62Ken-Niu-JKVY5X1A 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: 22421Connection: keep-aliveDate: Wed, 14 Jan 2026 01:12:30 GMTLast-Modified: Fri, 21 Nov 2025 03:03:03 GMTETag: 42378ca1560b31cbd261c43bf3c550f2x-amz-server-side-encryption: AES256x-amz-version-id: vR5xqBHzvYcZEgMrLs6_ZtBHzgu.xbzkAccept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 e765e4220a4552156eaeff06c1304e0c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: eAv5-XcWJD6exSkrfJuzcVoMXmGB_D1v4YwTWaqnahN3_pLG95Hl-w !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>CyberCloudNest - Trusted Software Development Services/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #ffffff; background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #3a3a3a 100%); overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(26, 26, 26, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.3s ease; } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { display: flex; align-items: center; gap: 0.5rem; } .logo img { height: 40px; width: auto; object-fit: contain; } .logo-text { font-size: 1.5rem; font-weight: 700; background: linear-gradient(45deg, #e2e8f0, #94a3b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #ffffff; text-decoration: none; font-weight: 500; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: #f1f5f9; transform: translateY(-2px); } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: linear-gradient(45deg, #e2e8f0, #94a3b8); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; } .hero-content { z-index: 2; max-width: 600px; animation: fadeInUp 1s ease-out; } .hero-logo { margin-bottom: 2rem; text-align: center; } .hero-logo img { height: 160px; width: auto; object-fit: contain; opacity: 0.9; } .hero h1 { font-size: 4rem; font-weight: 800; margin-bottom: 1rem; background: linear-gradient(45deg, #ffffff, #f1f5f9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; } .hero p { font-size: 1.2rem; margin-bottom: 2rem; color: #d1d5db; line-height: 1.8; } .hero-style-text { font-size: 1.2rem; margin-bottom: 2rem; color: #d1d5db; line-height: 1.8; } .cta-button { display: inline-block; padding: 1rem 2rem; background: linear-gradient(45deg, #f1f5f9, #cbd5e1); color: #1e293b; text-decoration: none; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(241, 245, 249, 0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(241, 245, 249, 0.4); } .hero-bg { position: absolute; top: 0; right: -10%; width: 60%; height: 100%; background: linear-gradient(45deg, rgba(226, 232, 240, 0.1), rgba(148, 163, 184, 0.1)); border-radius: 50%; filter: blur(100px); animation: float 6s ease-in-out infinite; } /* Services Section */ .services { padding: 6rem 0; background: rgba(255, 255, 255, 0.02); } .section-title { text-align: center; font-size: 3rem; font-weight: 700; margin-bottom: 3rem; background: linear-gradient(45deg, #ffffff, #e2e8f0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 4rem; max-width: 800px; margin-left: auto; margin-right: auto; } .service-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2rem; transition: all 0.3s ease; position: relative; overflow: hidden; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(226, 232, 240, 0.2); border-color: rgba(226, 232, 240, 0.3); } .service-card::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent, rgba(226, 232, 240, 0.1), transparent); transform: rotate(45deg); transition: all 0.3s ease; opacity: 0; } .service-card:hover::before { opacity: 1; animation: shimmer 2s ease-in-out; } .service-icon { font-size: 3rem; margin-bottom: 1rem; color: #f1f5f9; } .service-card h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: #ffffff; } .service-card p { color: #d1d5db; line-height: 1.6; } /* Contact Section */ .contact { padding: 6rem 0; background: rgba(255, 255, 255, 0.02); } .contact-content { text-align: center; max-width: 600px; margin: 0 auto; } .contact-form { margin-top: 3rem; text-align: left; } .form-group { margin-bottom: 1.5rem; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 1rem; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; color: #ffffff; font-size: 1rem; font-family: inherit; transition: all 0.3s ease; backdrop-filter: blur(20px); } .form-group input::placeholder, .form-group textarea::placeholder { color: #9ca3af; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: rgba(226, 232, 240, 0.4); box-shadow: 0 0 0 3px rgba(226, 232, 240, 0.1); background: rgba(255, 255, 255, 0.12); } .form-group select { cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(data:image/svg+xml;charsetUTF-8,%3csvg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24 fillnone stroke%23ffffff stroke-width2 stroke-linecapround stroke-linejoinround%3e%3cpolyline points6,9 12,15 18,9%3e%3c/polyline%3e%3c/svg%3e); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1rem; padding-right: 3rem; } .form-group select:hover { border-color: rgba(226, 232, 240, 0.3); background: rgba(255, 255, 255, 0.1); } .form-group select option { background: #2d2d2d; color: #ffffff; padding: 0.5rem; } .form-group select option:hover { background: #3d3d3d; } .form-group textarea { resize: vertical; min-height: 120px; } .submit-button { width: 100%; padding: 1rem 2rem; background: linear-gradient(45deg, #f1f5f9, #cbd5e1); color: #1e293b; border: none; border-radius: 50px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(241, 245, 249, 0.3); } .submit-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(241, 245, 249, 0.4); } .submit-button:active { transform: translateY(-1px); } /* Footer */ footer { padding: 2rem 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #d1d5db; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } @keyframes shimmer { 0% { transform: translateX(-100%) rotate(45deg); } 100% { transform: translateX(100%) rotate(45deg); } } /* Responsive Design */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.5rem; } .services-grid { grid-template-columns: 1fr; max-width: 400px; } .app-showcase { grid-template-columns: 1fr; text-align: center; } .contact-info { flex-direction: column; gap: 2rem; } .phone { width: 200px; height: 400px; } } /style>/head>body> header> nav classcontainer> div classlogo> img srccybercloudnest logo image inverted.png altCyberCloudNest Logo> span classlogo-text>CyberCloudNest/span> /div> ul classnav-links> li>a href#home>Home/a>/li> li>a href#services>Services/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> main> section idhome classhero> div classcontainer> div classhero-content> div classhero-logo> img srccybercloudnest logo image inverted.png altCyberCloudNest> /div> h1>Trusted Technology Partner/h1> p>We craft robust cloud solutions, cutting-edge mobile applications, and custom software tailored to your business needs. Security is baked in from the start, ensuring your digital experiences are protected. From concept to deployment, we turn your ideas into secure, scalable solutions that users love./p> a href#contact classcta-button>Start Your Project/a> /div> div classhero-bg>/div> /div> /section> section idservices classservices> div classcontainer> h2 classsection-title>Our Expertise/h2> div classservices-grid> div classservice-card> div classservice-icon>☁️/div> h3>Cloud Services/h3> p>Scalable cloud infrastructures, serverless architectures, and highly available services in any region of the world. We leverage AWS or Azure to build resilient, cost-effective systems with enterprise-grade security./p> /div> div classservice-card> div classservice-icon>🔒/div> h3>Security Reviews/h3> p>Comprehensive security assessments and architecture reviews for existing systems. We identify vulnerabilities, recommend improvements, and ensure your infrastructure follows security best practices./p> /div> div classservice-card> div classservice-icon>📱/div> h3>Mobile Development/h3> p>Native iOS and Android applications built with Flutter. We create intuitive, performant mobile experiences that users love, with security built into every layer./p> /div> div classservice-card> div classservice-icon>⚙️/div> h3>Custom Software/h3> p>Integrations, APIs, and data management solutions. We build software that perfectly fits your unique business requirements while maintaining the highest security standards./p> /div> /div> /div> /section> section idcontact classcontact> div classcontainer> div classcontact-content> h2 classsection-title>Lets Build Something Amazing/h2> p classhero-style-text>Ready to transform your ideas into reality? Fill out the form below and well get back to you soon./p> form classcontact-form actionhttps://formspree.io/f/movrzoyy methodPOST> div classform-group> input typetext namename placeholderYour Name required> /div> div classform-group> input typeemail nameemail placeholderYour Email required> /div> div classform-group> input typetext namecompany placeholderCompany Name (Optional)> /div> div classform-group> select nameservice required> option value>Select Service of Interest/option> option valuecloud-services>☁️ Cloud Services/option> option valuesecurity-reviews>🔒 Security Reviews/option> option valuemobile-development>📱 Mobile Development/option> option valuecustom-software>⚙️ Custom Software/option> option valueconsultation>💼 General Consultation/option> /select> /div> div classform-group> textarea namemessage placeholderTell us about your project... rows5 required>/textarea> /div> button typesubmit classsubmit-button>Send Message/button> /form> /div> /div> /section> /main> footer> div classcontainer> p>© 2025 Cyber Cloud Nest Inc. Trusted Technology Partner./p> /div> /footer> script> // 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 }); } }); }); // Header background on scroll window.addEventListener(scroll, () > { const header document.querySelector(header); if (window.scrollY > 100) { header.style.background rgba(26, 26, 26, 0.98); } else { header.style.background rgba(26, 26, 26, 0.95); } }); // Animate service cards on scroll const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe service cards document.querySelectorAll(.service-card).forEach(card > { card.style.opacity 0; card.style.transform translateY(30px); card.style.transition all 0.6s ease; observer.observe(card); }); // Handle form submission with AJAX const contactForm document.querySelector(.contact-form); const submitButton document.querySelector(.submit-button); contactForm.addEventListener(submit, async (e) > { e.preventDefault(); // Change button state const originalButtonText submitButton.textContent; submitButton.textContent Sending...; submitButton.disabled true; submitButton.style.opacity 0.7; try { const formData new FormData(contactForm); const response await fetch(contactForm.action, { method: POST, body: formData, headers: { Accept: application/json } }); if (response.ok) { // Show success message showMessage(Thank you! Your message has been sent successfully. We\ll get back to you soon., success); contactForm.reset(); } else { throw new Error(Network response was not ok); } } catch (error) { // Show error message showMessage(Sorry, there was an issue sending your message. Please try again or contact us directly., error); } // Reset button state submitButton.textContent originalButtonText; submitButton.disabled false; submitButton.style.opacity 1; }); // Function to show messages function showMessage(message, type) { // Remove existing message if any const existingMessage document.querySelector(.form-message); if (existingMessage) { existingMessage.remove(); } // Create message element const messageDiv document.createElement(div); messageDiv.className `form-message ${type}`; messageDiv.textContent message; messageDiv.style.cssText ` padding: 1rem; margin-top: 1rem; border-radius: 10px; text-align: center; font-weight: 500; background: ${type success ? rgba(34, 197, 94, 0.1) : rgba(239, 68, 68, 0.1)}; border: 1px solid ${type success ? rgba(34, 197, 94, 0.3) : rgba(239, 68, 68, 0.3)}; color: ${type success ? #22c55e : #ef4444}; animation: fadeInUp 0.5s ease-out; `; // Insert message after the form contactForm.parentNode.insertBefore(messageDiv, contactForm.nextSibling); // Remove message after 5 seconds setTimeout(() > { if (messageDiv.parentNode) { messageDiv.remove(); } }, 5000); } // Animate temperature value let tempValue 72.5; const tempDisplay document.querySelector(.temp-value); setInterval(() > { tempValue + (Math.random() - 0.5) * 2; tempValue Math.max(65, Math.min(80, tempValue)); if (tempDisplay) { tempDisplay.textContent tempValue.toFixed(1); } }, 3000); /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
]