Help
RSS
API
Feed
Maltego
Contact
Domain > cleanonemobile.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-23
3.170.91.24
(
ClassC
)
2026-02-09
18.67.39.129
(
ClassC
)
2026-02-16
3.163.24.22
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 16 Feb 2026 08:09:30 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://cleanonemobile.com/X-Cache: Redirect from cloudfrontVia: 1.1 eb6e5a827e45274130b33c12b0d48aaa.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: ZFmyASTcuO7JI7004kCmXrM3rcGicFyqgkF7fnF3lL61zdPOX11TjQ 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: 21852Connection: keep-aliveLast-Modified: Mon, 01 Dec 2025 06:23:39 GMTx-amz-version-id: J8Rd0R3SeUZoP2nJWRDOoUTnYboHm0V9Server: AmazonS3Date: Mon, 16 Feb 2026 08:09:30 GMTETag: 251b8f34f03274fac5762066cf5ef773X-Cache: Hit from cloudfrontVia: 1.1 bafc250db6f7cbd43d1e23b2a31d8002.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: MNxGRKOYGhoIsb-OSpkv6SGlMNCzUfsZbl5q7r8U71iCspF9pTjZfQAge: 38232 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>CleanOne - Simple Junk File Cleaner & Storage Manager/title> script srchttps://cdn.tailwindcss.com>/script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800&familyOutfit:wght@400;500;600;700;800&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, sans-serif; background: #ffffff; color: #1d1d1f; overflow-x: hidden; -webkit-font-smoothing: antialiased; } .font-display { font-family: Outfit, sans-serif; } /* Hero Section with Split Layout */ .hero-split { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; } .hero-text-side { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; flex-direction: column; justify-content: center; padding: 120px 60px 80px; color: white; position: relative; } .hero-image-side { background: #f5f5f7; display: flex; align-items: center; justify-content: center; padding: 40px; position: relative; } .hero-image-side img { max-width: 600px; width: 100%; height: auto; border-radius: 40px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2); animation: float 6s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(2deg); } } /* Typography */ .hero-title { font-size: clamp(64px, 10vw, 120px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px; } .hero-subtitle { font-size: clamp(28px, 4vw, 48px); font-weight: 400; letter-spacing: -0.02em; margin-bottom: 32px; opacity: 0.95; } /* Download Button */ .download-btn { display: inline-flex; align-items: center; gap: 12px; background: #000000; color: white; padding: 16px 32px; border-radius: 14px; text-decoration: none; font-size: 18px; font-weight: 600; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); max-width: fit-content; } .download-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4); } .download-btn img { height: 48px; } /* Feature Section with Images */ .feature-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; overflow: hidden; } .feature-image { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 40px; } .feature-image img { max-width: 700px; width: 100%; height: auto; object-fit: contain; border-radius: 20px; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .feature-image:hover img { transform: scale(1.05); } .feature-content { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px; background: #ffffff; } .feature-content.dark { background: #1d1d1f; color: white; } .feature-content.gray { background: #f5f5f7; } /* Icon Badge */ .icon-badge { width: 100px; height: 100px; border-radius: 24px; background: white; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); } .icon-badge img { width: 80px; height: 80px; border-radius: 18px; } /* Stats Section */ .stats-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 80px 20px; } .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; max-width: 1200px; margin: 0 auto; text-align: center; } .stat-number { font-size: 72px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; } .stat-label { font-size: 21px; opacity: 0.9; } /* Navbar */ nav { background: rgba(255, 255, 255, 0.9); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); transition: all 0.3s ease; position: fixed; top: 0; width: 100%; z-index: 100; } nav.scrolled { box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); } /* Section Title */ .section-title { font-size: clamp(48px, 6vw, 80px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 16px; } /* Fade In Animation */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } .fade-in { animation: fadeInUp 0.8s ease-out; } /* Responsive */ @media (max-width: 1024px) { .hero-split, .feature-showcase { grid-template-columns: 1fr; } .hero-text-side { padding: 100px 40px 60px; } .stats-grid { grid-template-columns: 1fr; gap: 40px; } .hero-image-side img { max-width: 400px; } .feature-image img { max-width: 500px; } } @media (max-width: 768px) { .hero-image-side img { max-width: 300px; } .feature-image img { max-width: 100%; } .feature-image { padding: 20px; } } /style>/head>body> !-- Navigation --> nav idnavbar classfixed top-0 w-full> div classmax-w-1400px mx-auto px-6 py-4> div classflex items-center justify-between> div classflex items-center space-x-3> img srcimgs/logo.webp altCleanOne Logo classw-10 h-10 rounded-xl> span classtext-xl font-bold font-display>CleanOne/span> /div> div classhidden md:flex space-x-8> a href#home classtext-sm text-gray-600 hover:text-black transition font-medium>Home/a> a href#features classtext-sm text-gray-600 hover:text-black transition font-medium>Features/a> a href#download classtext-sm text-gray-600 hover:text-black transition font-medium>Download/a> /div> a hrefhttps://play.google.com/store/apps/details?idcom.cleanone.mobile.cleaner.core.tools.global target_blank classdownload-btn text-sm> i classfab fa-google-play>/i> Download /a> /div> /div> /nav> !-- Hero Section --> div classw-90% md:max-w-1000px mx-auto py-4> section idhome classhero-split> div classhero-text-side> div classfade-in> div classicon-badge> img srcimgs/logo.webp altCleanOne App Icon> /div> h1 classhero-title font-display>CleanOne/h1> p classhero-subtitle>Simple Junk File Cleaner/p> p classtext-xl mb-10 opacity-90 max-w-500px styleline-height: 1.6; font-size: 20px;> A simple tool that helps clean junk files. With clear categories and practical functions, CleanOne supports smooth operation without added complexity. /p> a hrefhttps://play.google.com/store/apps/details?idcom.cleanone.mobile.cleaner.core.tools.global target_blank classdownload-btn> img srchttps://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg altGet it on Google Play> /a> /div> /div> div classhero-image-side> img srcimgs/1.webp altCleanOne App classfade-in styleanimation-delay: 0.2s;> /div> /section> !-- Overview Feature --> section classfeature-showcase> div classfeature-image> img srcimgs/2.webp altCleanOne Overview> /div> div classfeature-content gray> div classfade-in> div classtext-5xl mb-4>📱/div> h2 classsection-title font-display>CleanOne Overview/h2> p classtext-xl text-gray-600 mb-6 styleline-height: 1.6;> Manage storage and basic files with a clear and easy-to-use interface. CleanOne provides essential tools for simple storage management. /p> p classtext-lg text-gray-600 styleline-height: 1.6;> Download CleanOne to stay clean and organized. Experience smooth operation without added complexity. /p> /div> /div> /section> !-- Stats Section --> section classstats-section> div classstats-grid> div classfade-in> div classstat-number>100%/div> div classstat-label>Simple & Easy/div> /div> div classfade-in styleanimation-delay: 0.1s;> div classstat-number>Fast/div> div classstat-label>Quick Cleanup/div> /div> div classfade-in styleanimation-delay: 0.2s;> div classstat-number>Free/div> div classstat-label>No Hidden Costs/div> /div> /div> /section> !-- Junk Cleaner Feature --> section idfeatures classfeature-showcase> div classfeature-content> div classfade-in> div classtext-5xl mb-4>🗑️/div> h2 classsection-title font-display>Junk Cleaner/h2> p classtext-xl text-gray-600 mb-6 styleline-height: 1.6;> Scan and remove cache, temporary files, and other unnecessary data to free up storage space on your device. /p> ul classspace-y-3 text-lg text-gray-600> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Automatic cache detection /li> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Safe file removal /li> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Quick cleanup process /li> /ul> /div> /div> div classfeature-image> img srcimgs/3.webp altJunk Cleaner> /div> /section> !-- Large File Cleaner Feature --> section classfeature-showcase> div classfeature-image> img srcimgs/4.webp altLarge File Cleaner> /div> div classfeature-content dark> div classfade-in> div classtext-5xl mb-4>🧹/div> h2 classsection-title font-display text-white>Large File Cleaner/h2> p classtext-xl text-gray-300 mb-6 styleline-height: 1.6;> Identify large files and decide which ones to keep or delete to optimize your device storage efficiently. /p> ul classspace-y-3 text-lg text-gray-300> li classflex items-center> i classfas fa-check-circle text-green-400 mr-3>/i> Smart file analysis /li> li classflex items-center> i classfas fa-check-circle text-green-400 mr-3>/i> Size-based sorting /li> li classflex items-center> i classfas fa-check-circle text-green-400 mr-3>/i> Selective deletion /li> /ul> /div> /div> /section> !-- App Manager Feature --> section classfeature-showcase> div classfeature-content gray> div classfade-in> div classtext-5xl mb-4>🛠️/div> h2 classsection-title font-display>App Manager/h2> p classtext-xl text-gray-600 mb-6 styleline-height: 1.6;> View installed apps and uninstall those no longer needed to keep your device organized and running smoothly. /p> ul classspace-y-3 text-lg text-gray-600> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Complete app list /li> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Easy uninstallation /li> li classflex items-center> i classfas fa-check-circle text-green-500 mr-3>/i> Storage information /li> /ul> /div> /div> div classfeature-image> img srcimgs/1.webp altApp Manager> /div> /section> !-- Download Section --> section iddownload classsection bg-gradient-to-br from-purple-600 to-indigo-600 text-white stylepadding: 120px 20px;> div classmax-w-1200px mx-auto text-center> div classfade-in> div classicon-badge mx-auto mb-8> img srcimgs/logo.webp altCleanOne App Icon> /div> h2 classsection-title font-display mb-6 text-white>Download CleanOne/h2> p classtext-xl mb-12 opacity-90 max-w-600px mx-auto styleline-height: 1.6;> Get CleanOne today and start managing your device storage with ease. Stay clean and organized. /p> a hrefhttps://play.google.com/store/apps/details?idcom.cleanone.mobile.cleaner.core.tools.global target_blank classdownload-btn bg-white text-black hover:bg-gray-100 inline-block> img srchttps://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg altGet it on Google Play> /a> /div> /div> /section> !-- Footer --> footer stylebackground: #1d1d1f; color: white; padding: 60px 20px 40px;> div classmax-w-1200px mx-auto> div classgrid md:grid-cols-3 gap-12 mb-8> div> div classflex items-center space-x-3 mb-4> img srcimgs/logo.webp altCleanOne Logo classw-10 h-10 rounded-xl> span classtext-xl font-bold font-display>CleanOne/span> /div> p classtext-sm text-gray-400 styleline-height: 1.6;> A simple tool that helps clean junk files. With clear categories and practical functions, CleanOne supports smooth operation without added complexity. /p> /div> div> h4 classfont-semibold mb-4>Quick Links/h4> ul classspace-y-2 text-sm text-gray-400> li>a href#home classhover:text-white transition>Home/a>/li> li>a href#features classhover:text-white transition>Features/a>/li> li>a href#download classhover:text-white transition>Download/a>/li> /ul> /div> div> h4 classfont-semibold mb-4>Download/h4> a hrefhttps://play.google.com/store/apps/details?idcom.cleanone.mobile.cleaner.core.tools.global target_blank classinline-block> img srchttps://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg altGet it on Google Play styleheight: 50px;> /a> /div> /div> div classborder-t border-gray-800 pt-8 text-center text-sm text-gray-400> p>Copyright © 2025 CleanOne. All rights reserved. | cleanonemobile.com/p> /div> /div> /div> /footer> script> // Navbar scroll effect window.addEventListener(scroll, () > { const navbar document.getElementById(navbar); if (window.scrollY > 50) { navbar.classList.add(scrolled); } else { navbar.classList.remove(scrolled); } }); // Smooth Scrolling 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 -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); document.querySelectorAll(.fade-in).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
]