Help
RSS
API
Feed
Maltego
Contact
Domain > artusu.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-11
104.21.4.220
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sun, 11 Jan 2026 07:20:25 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://artusu.com/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sihsQeujgjtpCBEFX%2BnniVMwOTE5G%2Fmp4WMk1rwJmtBtvOtKjm9ygJQt7IByrp9mXa4eYZKS%2BoNeb31%2BggXbgoLeFI1gXEVQd}}CF-RAY: 9bc2a6c7ff705ef5-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 11 Jan 2026 07:20:26 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}X-Powered-By: ExpressCache-Control: public, max-age0Last-Modified: Fri, 16 May 2025 00:31:54 GMTvary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sjUCCzWAgjG5lFZLWVMXA%2B8SNHBrKOWtuWASXofm32CbwJCEXnNPjYTJFEG%2F9nNw1vFd0vZLmiy2KETpMvezeELEudud5eEmgmp0%3D}}cf-cache-status: DYNAMICCF-RAY: 9bc2a6c9885dccd1-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0>link relicon href/favicon.svg typeimage/svg+xml>meta propertyog:image content/logo.png>meta propertyog:image:type contentimage/png>meta propertyog:image:width content200>meta propertyog:image:height content200>meta nametwitter:card contentsummary_large_image>meta nametwitter:image content/logo.png> title>Artusu - Design Made Simple/title> meta namedescription contentArtusu empowers anyone to design like a pro with AI assistance. Craft stunning graphics fast using an intuitive tool—no experience required.>meta namekeywords contentArtusu, AI design tool, graphic design for beginners, professional visuals, social media templates, image editing AI, easy collaboration>meta propertyog:title contentArtusu>meta propertyog:description contentArtusu empowers anyone to design like a pro with AI assistance. Craft stunning graphics fast using an intuitive tool—no experience required.> style> :root { --primary: #4361ee; --primary-dark: #3a56d4; --secondary: #7209b7; --light: #f8f9fa; --dark: #212529; --success: #38b000; --error: #d00000; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #fff; color: var(--dark); line-height: 1.6; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { padding: 20px 0; position: fixed; width: 100%; background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); z-index: 1000; } .header-content { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 28px; font-weight: bold; color: var(--primary); text-decoration: none; } .logo span { color: var(--secondary); } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 30px; } nav ul li a { text-decoration: none; color: var(--dark); font-weight: 500; transition: color 0.3s; } nav ul li a:hover { color: var(--primary); } /* Hero Section */ .hero { padding: 160px 0 100px; background: linear-gradient(135deg, #f5f7ff 0%, #e8f0fe 100%); } .hero-content { display: flex; align-items: center; justify-content: space-between; } .hero-text { width: 50%; } .hero-image { width: 45%; text-align: center; } .hero-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } h1 { font-size: 48px; margin-bottom: 20px; color: var(--dark); } h1 span { color: var(--primary); } .hero p { font-size: 18px; color: #555; margin-bottom: 30px; } /* Subscribe Form */ .subscribe { margin-top: 30px; max-width: 500px; } .subscribe form { display: flex; margin-bottom: 10px; } .subscribe input { flex-grow: 1; padding: 15px; border: 1px solid #ddd; border-radius: 6px 0 0 6px; font-size: 16px; outline: none; } .subscribe button { padding: 15px 25px; background-color: var(--primary); color: white; border: none; border-radius: 0 6px 6px 0; cursor: pointer; font-size: 16px; font-weight: 600; transition: background-color 0.3s; } .subscribe button:hover { background-color: var(--primary-dark); } .message { display: none; padding: 10px; border-radius: 6px; margin-top: 10px; font-weight: 500; } .success { background-color: rgba(56, 176, 0, 0.1); color: var(--success); border: 1px solid var(--success); } .error { background-color: rgba(208, 0, 0, 0.1); color: var(--error); border: 1px solid var(--error); } /* Features Section */ .features { padding: 100px 0; background-color: #fff; } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 36px; color: var(--dark); margin-bottom: 15px; } .section-header p { font-size: 18px; color: #666; max-width: 700px; margin: 0 auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background-color: #f8f9fa; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .feature-icon { font-size: 40px; color: var(--primary); margin-bottom: 20px; } .feature-card h3 { font-size: 22px; margin-bottom: 15px; color: var(--dark); } .feature-card p { color: #666; } /* How It Works */ .how-it-works { padding: 100px 0; background-color: #f8f9fa; } .steps { display: flex; justify-content: space-between; margin-top: 50px; flex-wrap: wrap; } .step { width: 30%; text-align: center; padding: 20px; position: relative; } .step-number { width: 60px; height: 60px; background-color: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; margin: 0 auto 20px; } .step h3 { font-size: 22px; margin-bottom: 15px; color: var(--dark); } .step p { color: #666; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 60px 0 30px; } .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; } .footer-column { width: 23%; margin-bottom: 30px; } .footer-column h3 { font-size: 18px; margin-bottom: 20px; color: white; } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 10px; } .footer-column ul li a { color: #aaa; text-decoration: none; transition: color 0.3s; } .footer-column ul li a:hover { color: white; } .footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #444; } .footer-bottom p { color: #aaa; } /* Responsive Styles */ @media screen and (max-width: 992px) { .hero-content { flex-direction: column; } .hero-text, .hero-image { width: 100%; text-align: center; } .hero-text { margin-bottom: 40px; } .subscribe { margin: 30px auto 0; } .step { width: 100%; margin-bottom: 40px; } .footer-column { width: 48%; } } @media screen and (max-width: 768px) { h1 { font-size: 36px; } nav ul { display: none; } .footer-column { width: 100%; } } /* Animation */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .animate { animation: fadeIn 0.8s ease forwards; } .delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } .delay-3 { animation-delay: 0.6s; } /style>meta propertyog:site_name contentArtusu - Design Made Simple>/head>body> !-- Header --> header> div classcontainer header-content> a href# classlogo>Artuspan>su/span>/a> nav> ul> li>a href#features>Features/a>/li> li>a href#how-it-works>How It Works/a>/li> li>a href#subscribe>Early Access/a>/li> /ul> /nav> /div> /header> !-- Hero Section --> section classhero> div classcontainer hero-content> div classhero-text animate> h1>Design Like a span>Pro/span>, br>No Designer Needed/h1> p>Artusu is an AI-powered graphic design tool that makes beautiful design accessible to everyone. Create stunning visuals in minutes with our intuitive interface and powerful AI assistant./p> div classsubscribe idsubscribe> form idsubscribeForm> input typeemail idemailInput placeholderEnter your email address required> button typesubmit>Get Early Access/button> /form> div idsuccessMessage classmessage success>Thank you for subscribing! Well notify you when Artusu launches./div> div iderrorMessage classmessage error>Please provide a valid email address./div> /div> /div> div classhero-image animate delay-1> svg width500 height350 viewBox0 0 500 350> !-- Simplified UI representation --> rect x10 y10 width480 height330 rx8 fill#f8f9fa stroke#ddd stroke-width2>/rect> !-- Toolbar --> rect x20 y20 width460 height40 rx5 fill#fff stroke#eee stroke-width1>/rect> circle cx40 cy40 r8 fill#4361ee>/circle> circle cx70 cy40 r8 fill#7209b7>/circle> circle cx100 cy40 r8 fill#38b000>/circle> !-- Left sidebar --> rect x20 y70 width100 height260 rx5 fill#fff stroke#eee stroke-width1>/rect> rect x30 y85 width80 height15 rx3 fill#eee>/rect> rect x30 y110 width80 height15 rx3 fill#eee>/rect> rect x30 y135 width80 height15 rx3 fill#eee>/rect> rect x30 y160 width80 height15 rx3 fill#eee>/rect> !-- Canvas area --> rect x130 y70 width350 height260 rx5 fill#fff stroke#eee stroke-width1>/rect> !-- Design elements --> rect x180 y120 width250 height160 rx5 fill#f1f1f1>/rect> rect x200 y150 width150 height15 rx3 fill#4361ee>/rect> rect x200 y175 width210 height10 rx2 fill#ddd>/rect> rect x200 y195 width210 height10 rx2 fill#ddd>/rect> rect x200 y215 width130 height10 rx2 fill#ddd>/rect> rect x200 y245 width90 height25 rx5 fill#7209b7>/rect> circle cx380 cy200 r40 fill#f4f4f4 stroke#4361ee stroke-width2>/circle> /svg> /div> /div> /section> !-- Features Section --> section classfeatures idfeatures> div classcontainer> div classsection-header> h2>Why Choose Artusu?/h2> p>Unleash your creativity with powerful yet simple design tools enhanced by AI/p> /div> div classfeatures-grid> div classfeature-card animate> div classfeature-icon>🎨/div> h3>AI-Powered Design/h3> p>Our AI assistant helps you create professional designs by suggesting layouts, color schemes, and elements that work together beautifully./p> /div> div classfeature-card animate delay-1> div classfeature-icon>📱/div> h3>Design for Any Platform/h3> p>Create graphics for social media, presentations, marketing materials, and more with pre-sized templates for every need./p> /div> div classfeature-card animate delay-2> div classfeature-icon>✨/div> h3>Image Enhancement/h3> p>Transform ordinary images with one-click AI enhancements including background removal, style transfer, and smart cropping./p> /div> div classfeature-card animate> div classfeature-icon>🔄/div> h3>Easy Collaboration/h3> p>Share your projects with team members for seamless collaboration and feedback in real-time./p> /div> div classfeature-card animate delay-1> div classfeature-icon>⚡/div> h3>Quick Results/h3> p>Create professional-looking designs in minutes, not hours, even if you have zero design experience./p> /div> div classfeature-card animate delay-2> div classfeature-icon>💰/div> h3>Cost-Effective/h3> p>Skip the design agency fees and create stunning visuals yourself at a fraction of the cost./p> /div> /div> /div> /section> !-- How It Works --> section classhow-it-works idhow-it-works> div classcontainer> div classsection-header> h2>How Artusu Works/h2> p>Design made simple in just three easy steps/p> /div> div classsteps> div classstep animate> div classstep-number>1/div> h3>Choose a Template/h3> p>Start with a professionally designed template or create your own from scratch./p> /div> div classstep animate delay-1> div classstep-number>2/div> h3>Customize with AI/h3> p>Add your content and let our AI help enhance your design with smart suggestions./p> /div> div classstep animate delay-2> div classstep-number>3/div> h3>Download & Share/h3> p>Export your design in various formats or share directly to your platforms./p> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-content> div classfooter-column> h3>Artusu/h3> ul> li>a href#features>Features/a>/li> li>a href#how-it-works>How It Works/a>/li> li>a href#subscribe>Early Access/a>/li> /ul> /div> div classfooter-column> h3>Resources/h3> ul> li>a href#>Blog/a>/li> li>a href#>Tutorials/a>/li> li>a href#>Support/a>/li> /ul> /div> div classfooter-column> h3>Legal/h3> ul> li>a href#>Terms of Service/a>/li> li>a href#>Privacy Policy/a>/li> li>a href#>Cookie Policy/a>/li> /ul> /div> div classfooter-column> h3>Connect/h3> ul> li>a href#>Twitter/a>/li> li>a href#>Instagram/a>/li> li>a href#>LinkedIn/a>/li> /ul> /div> /div> div classfooter-bottom> p>© 2025 Artusu. All rights reserved./p> /div> /div> /footer> script typeapplication/ld+json> { @context : https://schema.org, @type : WebSite, name : Artusu, url : https://artusu.com } /script> script> // Handle form submission document.getElementById(subscribeForm).addEventListener(submit, function(e) { e.preventDefault(); const emailInput document.getElementById(emailInput); const successMessage document.getElementById(successMessage); const errorMessage document.getElementById(errorMessage); // Hide any previous messages successMessage.style.display none; errorMessage.style.display none; // Get email value const email emailInput.value.trim(); // Basic email validation if (!email || !/^^\s@+@^\s@+\.^\s@+$/.test(email)) { errorMessage.style.display block; return; } // Submit the form data fetch(/api/subscribe, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify({ email }) }) .then(response > response.json()) .then(data > { if (data.success) { successMessage.textContent data.message; successMessage.style.display block; emailInput.value ; // Clear input on success } else { errorMessage.textContent data.message; errorMessage.style.display block; } }) .catch(error > { errorMessage.textContent Server error. Please try again later.; errorMessage.style.display block; console.error(Error:, error); }); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function(e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { window.scrollTo({ top: target.offsetTop - 80, behavior: smooth }); } }); }); // Intersection Observer for animations const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; } }); }, { threshold: 0.1 }); document.querySelectorAll(.animate).forEach(el > { el.style.opacity 0; observer.observe(el); }); /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
]