Help
RSS
API
Feed
Maltego
Contact
Domain > aramudan.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-18
104.21.40.64
(
ClassC
)
2026-02-02
172.67.178.42
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 12:48:10 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sOnUE7fcZZ%2F2x9T6t1JF878YYHp8l7EZwuMNS85iGWZnmU0j0eOlk6jScFUpAgD6FADDBNdObmBuoh1q2Z9jK89lErlK3v7KCrOxTEw%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9c79cd1fafb34598-PDXalt-svc: h3:443; ma86400 !-- Cloudflare Pages deployment: 1. Upload these files via Direct Upload or connect a Git repo. 2. Build command: (empty) • Output directory: ./ 3. Hit Deploy and youre live.-->!DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Aramudan - Unlock Human Potential with AI/title>link relicon typeimage/png sizes32x32 hreffavicon-32.png>link relicon typeimage/png sizes16x16 hreffavicon-16.png> meta namedescription contentAI-first SaaS, workspace, and mobile applications that eliminate manual work and unlock human potential through generative AI.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; background: #ffffff; color: #1a1a1a; line-height: 1.6; 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(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; } .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; gap: 2rem; list-style: none; } .nav-links a { color: #1a1a1a; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } .nav-links a:hover { color: #667eea; } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; position: relative; background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.05) 0%, rgba(255, 255, 255, 1) 70%); } .hero-content { text-align: center; z-index: 2; } .hero h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 900; margin-bottom: 1.5rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; } .hero p { font-size: 1.3rem; color: #4a4a4a; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; padding: 1rem 2.5rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4); } /* Floating Elements */ .floating-element { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.08)); animation: float 6s ease-in-out infinite; } .floating-element:nth-child(1) { width: 100px; height: 100px; top: 20%; left: 10%; animation-delay: 0s; } .floating-element:nth-child(2) { width: 150px; height: 150px; top: 60%; right: 10%; animation-delay: 2s; } .floating-element:nth-child(3) { width: 80px; height: 80px; bottom: 20%; left: 20%; animation-delay: 4s; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } /* Vision Section */ .vision { padding: 8rem 0; background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); } .vision-content { text-align: center; max-width: 800px; margin: 0 auto; } .vision h2 { font-size: 3rem; font-weight: 800; margin-bottom: 2rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .vision p { font-size: 1.2rem; color: #4a4a4a; line-height: 1.8; } /* Products Section */ .products { padding: 8rem 0; background: #ffffff; } .products h2 { text-align: center; font-size: 3rem; font-weight: 800; margin-bottom: 4rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; } .product-card { background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%); padding: 3rem 2rem; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15); } .product-card h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; color: #667eea; } .product-card p { color: #4a4a4a; line-height: 1.6; } /* Audiences Section */ .audiences { padding: 8rem 0; background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); } .audiences h2 { text-align: center; font-size: 3rem; font-weight: 800; margin-bottom: 4rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 3rem; } .audience-card { text-align: center; padding: 3rem 2rem; background: rgba(0, 0, 0, 0.02); border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.08); } .audience-card h3 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: #667eea; } .audience-card p { color: #4a4a4a; font-size: 1.1rem; line-height: 1.7; } /* AI Capabilities */ .ai-capabilities { padding: 8rem 0; background: #ffffff; } .ai-capabilities h2 { text-align: center; font-size: 3rem; font-weight: 800; margin-bottom: 4rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .capabilities-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .capability-item { text-align: center; padding: 2rem 1rem; } .capability-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; } .capability-item h4 { font-size: 1.2rem; font-weight: 600; margin-bottom: 1rem; color: #1a1a1a; } .capability-item p { color: #4a4a4a; font-size: 0.9rem; } /* Contact Section */ .contact { padding: 8rem 0; background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); } .contact h2 { text-align: center; font-size: 3rem; font-weight: 800; margin-bottom: 2rem; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .contact-content { max-width: 600px; margin: 0 auto; text-align: center; } .contact p { font-size: 1.2rem; color: #b0b0b0; margin-bottom: 3rem; } .contact-form { background: rgba(255, 255, 255, 0.02); padding: 3rem; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 2rem; } .form-group { margin-bottom: 1.5rem; text-align: left; } .form-group label { display: block; margin-bottom: 0.5rem; color: #ffffff; font-weight: 500; } .form-group input, .form-group textarea { width: 100%; padding: 1rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; color: #ffffff; font-size: 1rem; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2); } .form-group textarea { height: 120px; resize: vertical; } .email-contact { text-align: center; margin-top: 2rem; } .email-contact p { color: #4a4a4a; margin-bottom: 1rem; } .email-link { color: #667eea; text-decoration: none; font-size: 1.2rem; font-weight: 600; transition: color 0.3s ease; } .email-link:hover { color: #764ba2; } /* Footer */ footer { background: #f8f9fa; padding: 3rem 0; text-align: center; border-top: 1px solid rgba(0, 0, 0, 0.08); } footer p { color: #666666; } /* Responsive Design */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 3rem; } .hero p { font-size: 1.1rem; } .vision h2, .products h2, .audiences h2, .ai-capabilities h2, .contact h2 { font-size: 2.5rem; } .audience-grid { grid-template-columns: 1fr; } .product-grid { grid-template-columns: 1fr; } .capabilities-list { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .contact-form { padding: 2rem; } } /style>/head>body> header> nav> div classlogo>img srclogo_header.png altAramudan logo styleheight:48px;>/div> ul classnav-links> li>a href#vision>Vision/a>/li> li>a href#products>Products/a>/li> li>a href#ai>AI Capabilities/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> section classhero> div classfloating-element>/div> div classfloating-element>/div> div classfloating-element>/div> div classcontainer> div classhero-content> h1>Unlock Human Potential/h1> p>AI-first SaaS, workspace, and mobile applications that eliminate manual work and unleash creativity through the power of generative AI/p> a href#contact classcta-button>Get Started Today/a> /div> /div> /section> section classvision idvision> div classcontainer> div classvision-content> h2>The Future of Work/h2> p>At Aramudan, we believe technology should amplify human potential, not replace it. Our AI-first approach eliminates tedious manual tasks, freeing professionals to focus on what matters most: innovation, creativity, and strategic thinking. Were building the next generation of intelligent software that works alongside humans to create extraordinary outcomes./p> /div> /div> /section> section classproducts idproducts> div classcontainer> h2>AI-Powered Solutions/h2> div classproduct-grid> div classproduct-card> h3>SaaS Platforms/h3> p>Cloud-native applications powered by generative AI that automate complex workflows and decision-making processes, enabling businesses to scale effortlessly while maintaining human oversight and creativity./p> /div> div classproduct-card> h3>Workspace Tools/h3> p>Intelligent collaboration platforms that understand context, anticipate needs, and eliminate repetitive tasks. Transform your teams productivity with AI that learns and adapts to your unique workflow patterns./p> /div> div classproduct-card> h3>Mobile Applications/h3> p>Next-generation mobile experiences that bring AI capabilities directly to your fingertips. From smart automation to predictive assistance, our apps redefine whats possible on mobile devices./p> /div> /div> /div> /section> section classaudiences idaudiences> div classcontainer> h2>Built for Everyone/h2> div classaudience-grid> div classaudience-card> h3>Individual Professionals/h3> p>Supercharge your productivity with AI tools that handle routine tasks, provide intelligent insights, and help you focus on high-value work. Whether youre a consultant, designer, analyst, or entrepreneur, our solutions adapt to your unique workflow and amplify your capabilities./p> /div> div classaudience-card> h3>Enterprise Teams/h3> p>Scale your organizations potential with enterprise-grade AI solutions that integrate seamlessly with existing systems. Reduce operational overhead, accelerate decision-making, and unlock new levels of efficiency across departments while maintaining security and compliance./p> /div> /div> /div> /section> section classai-capabilities idai> div classcontainer> h2>Generative AI at the Core/h2> p styletext-align: center; font-size: 1.2rem; color: #4a4a4a; max-width: 800px; margin: 0 auto;>Our platform leverages cutting-edge generative AI to transform how work gets done. From natural language processing to predictive analytics, were pioneering AI solutions that understand context, learn from patterns, and deliver intelligent automation./p> div classcapabilities-list> div classcapability-item> div classcapability-icon>🧠/div> h4>Intelligent Automation/h4> p>AI agents that understand context and execute complex workflows autonomously/p> /div> div classcapability-item> div classcapability-icon>💡/div> h4>Predictive Insights/h4> p>Advanced analytics that anticipate needs and suggest optimal actions/p> /div> div classcapability-item> div classcapability-icon>🚀/div> h4>Adaptive Learning/h4> p>Systems that continuously improve and personalize to user behavior/p> /div> div classcapability-item> div classcapability-icon>⚡/div> h4>Real-time Processing/h4> p>Lightning-fast AI responses that keep pace with modern business/p> /div> /div> /div> /section> section classcontact idcontact> div classcontainer> h2>Get in Touch/h2> div classcontact-content> p>Ready to unlock your potential with AI-first solutions? Lets discuss how Aramudan can transform your workflow and eliminate manual work from your daily routine./p> div classcontact-form> div classform-group> label forname>Name/label> input typetext idname namename required> /div> div classform-group> label foremail>Email/label> input typeemail idemail nameemail required> /div> div classform-group> label forcompany>Company (Optional)/label> input typetext idcompany namecompany> /div> div classform-group> label formessage>Message/label> textarea idmessage namemessage placeholderTell us about your AI automation needs... required>/textarea> /div> a href/cdn-cgi/l/email-protection#42313732322d3036022330232f3726232c6c212d2f7d313720282721367f0b2c33372b303b6224302d2f62152720312b362764202d263b7f0c232f277862677206677203072f232b2e7862677206677203012d2f32232c3b78626772066772036772066772030f2731312325277862677206677203 classcta-button>Send Message/a> /div> div classemail-contact> p>Or reach us directly at:/p> a href/cdn-cgi/l/email-protection#e0939590908f9294a08192818d9584818ece838f8d classemail-link>span class__cf_email__ data-cfemail394a4c4949564b4d79584b58544c5d5857175a5654>email protected/span>/a> /div> /div> /div> /section> footer> div classcontainer> p>© 2025 Aramudan. Building the future of AI-first software solutions./p> /div> /footer> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>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 }); } }); }); // Add parallax effect to floating elements window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const parallaxElements document.querySelectorAll(.floating-element); parallaxElements.forEach((element, index) > { const speed 0.5 + (index * 0.1); element.style.transform `translateY(${scrolled * speed}px) rotate(${scrolled * 0.1}deg)`; }); }); // Add intersection observer for fade-in animations 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 all sections for animations document.querySelectorAll(section).forEach(section > { section.style.opacity 0; section.style.transform translateY(30px); section.style.transition opacity 0.8s ease, transform 0.8s ease; observer.observe(section); }); // Initialize first section as visible document.querySelector(.hero).style.opacity 1; document.querySelector(.hero).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
]