Help
RSS
API
Feed
Maltego
Contact
Domain > fileora.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-03-11
183.111.148.39
(
ClassC
)
2025-03-19
81.169.145.77
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 19 Mar 2025 20:52:08 GMTServer: Apache/2.4.63 (Unix)Location: https://fileora.com/Content-Length: 228Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://fileora.com/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 19 Mar 2025 20:52:09 GMTServer: Apache/2.4.63 (Unix)X-Powered-By: PHP/8.3.19Content-Type: text/html; charsetUTF-8Transfer-Encoding: chunked !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Fileora - Your Ultimate Cloud Platform/title> style> *, *::before, *::after { box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #f4f6f8; margin: 0; padding: 0; color: #333; overflow-x: hidden; } nav { display: flex; justify-content: space-between; align-items: center; background-color: #2c3e50; color: white; padding: 20px 30px; position: sticky; top: 0; z-index: 100; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } nav .logo img { width: 65px; } nav a { color: white; text-decoration: none; margin: 0 20px; font-size: 18px; font-weight: 600; transition: color 0.3s ease; } nav a:hover { color: #4facfe; } .login-btn { background-color: #4facfe; padding: 12px 25px; border-radius: 30px; color: white; font-size: 16px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .login-btn:hover { background-color: #3a8cc1; color: black; transform: scale(1.05); } footer { background-color: #2c3e50; color: white; padding: 40px 20px; text-align: center; border-top: 1px solid #34495e; position: relative; z-index: 100; } footer .footer-container { max-width: 1200px; margin: 0 auto; } footer .footer-logo { display: flex; justify-content: center; margin-bottom: 20px; } footer .footer-logo img { width: 60px; } footer p { font-size: 16px; margin-bottom: 20px; } footer a { color: #fff; text-decoration: none; margin: 0 20px; font-size: 16px; font-weight: 600; } footer a:hover { text-decoration: underline; } footer .social-links { margin-top: 20px; } footer .social-links a { margin: 0 10px; font-size: 18px; transition: color 0.3s ease; } footer .social-links a:hover { color: #4facfe; } .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; transition: transform 0.3s ease; } .hamburger div { width: 30px; height: 4px; background-color: white; border-radius: 5px; transition: all 0.3s ease; } .hamburger.active div:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); } .hamburger.active div:nth-child(2) { opacity: 0; } .hamburger.active div:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); } .menu { display: flex; flex-direction: row; align-items: center; } .menu a { margin: 0 20px; } @media (max-width: 768px) { nav { flex-direction: row; padding: 15px 20px; justify-content: space-between; } .logo img { width: 50px; } .hamburger { display: flex; } .menu { flex-direction: column; align-items: flex-start; background-color: #2c3e50; position: absolute; top: 70px; left: 0; width: 100%; max-height: 0; overflow: hidden; padding: 0 20px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease; opacity: 0; } .menu.show { max-height: 600px; padding: 20px; opacity: 1; transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease; } .menu a { padding: 10px 20px; font-size: 18px; width: 100%; text-align: left; opacity: 0; transform: translateX(-20px); transition: opacity 0.5s ease, transform 0.5s ease; border-radius: 5px; margin: 5px 0; } .menu.show a { opacity: 1; transform: translateX(0); } .menu.show a:nth-child(1) { transition-delay: 0.2s; } .menu.show a:nth-child(2) { transition-delay: 0.3s; } .menu.show a:nth-child(3) { transition-delay: 0.4s; } .menu.show a:nth-child(4) { transition-delay: 0.5s; } .menu.show a:nth-child(5) { transition-delay: 0.6s; } .menu.show a:nth-child(6) { transition-delay: 0.7s; } .menu a:hover { background-color: rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .login-btn { width: 100%; padding: 12px; margin-top: 10px; text-align: center; } } @media (min-width: 769px) { .menu { display: flex; flex-direction: row; align-items: center; opacity: 1; max-height: none; padding: 0; } .menu a { opacity: 1; transform: translateX(0); transition: none; margin: 0 20px; } .menu.show { max-height: none; padding: 0; opacity: 1; } .hamburger { display: none; } .login-btn { width: auto; padding: 12px 25px; margin-top: 0; text-align: center; } } @media (max-width: 480px) { nav a { font-size: 14px; } .login-btn { font-size: 14px; padding: 10px; } footer p { font-size: 14px; } footer .social-links a { font-size: 16px; } } /style> script> function toggleMenu() { const hamburger document.querySelector(.hamburger); const menu document.querySelector(.menu); hamburger.classList.toggle(active); menu.classList.toggle(show); } /script>/head>body> nav> div classlogo> img src/assets/img/main/logo.png altFileora Logo> /div> div classhamburger onclicktoggleMenu()> div>/div> div>/div> div>/div> /div> div classmenu> a href/>Home/a> a href#>Pricing/a> a href#>Support/a> a href/assets/includes/security/login.php classlogin-btn>Login/a> /div> /nav>link relstylesheet hrefhttps://unpkg.com/swiper/swiper-bundle.min.css>style> .hero { position: relative; background: url(https://wallpaperaccess.com/full/195638.jpg) no-repeat center center; background-size: cover; color: white; text-align: center; padding: 120px 20px; box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5); overflow: hidden; } .hero::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; } .hero h1 { font-size: 56px; font-weight: 800; margin-bottom: 20px; position: relative; z-index: 2; } .hero p { font-size: 22px; margin-bottom: 40px; position: relative; z-index: 2; } .swiper-container { width: 80%; max-width: 800px; margin: 0 auto; position: relative; z-index: 2; overflow: hidden; } .swiper-pagination { bottom: -20px !important; } .swiper-slide { display: flex; flex-direction: column; justify-content: center; align-items: center; transition: transform 0.3s ease, opacity 0.3s ease; opacity: 0.5; } .swiper-slide-active { transform: scale(1.2); opacity: 1; } .swiper-slide img { max-width: 150px; height: auto; object-fit: contain; } .logo-label { margin-top: 6px; font-size: 16px; color: rgba(255, 255, 255, 0.5); text-align: center; } .info-box { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; padding: 60px 20px; background-color: #fff; border-radius: 16px; margin: 50px 0; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .info-box .card { background-color: #f7f7f7; padding: 35px; border-radius: 15px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .info-box .card:hover { transform: translateY(-10px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); } .info-box .card img { width: 80px; height: 80px; margin-bottom: 20px; transition: transform 0.3s ease; } .info-box .card:hover img { transform: scale(1.2); } .info-box .card h4 { font-size: 22px; color: #333; margin-bottom: 15px; } .info-box .card p { font-size: 16px; color: #555; } .feature-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; padding: 40px 20px; } .feature-box { background-color: #fff; border-radius: 16px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .feature-box:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); } .feature-box img { width: 70px; height: 70px; margin-bottom: 25px; transition: transform 0.3s ease; } .feature-box:hover img { transform: scale(1.1); } .feature-box h2 { font-size: 28px; color: #333; margin-bottom: 20px; } .feature-box p { font-size: 18px; color: #555; margin-bottom: 20px; } .feature-box a { display: inline-block; padding: 12px 25px; background-color: #4facfe; color: white; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .feature-box a:hover { background-color: #3a8cc1; transform: scale(1.05); } @media (max-width:1200px) { .info-box { grid-template-columns: repeat(3, 1fr); } } @media (max-width:992px) { .hero h1 { font-size: 40px; } .hero p { font-size: 18px; } .info-box { grid-template-columns: repeat(2, 1fr); } .info-box .card { padding: 25px; } .feature-box h2 { font-size: 24px; } .feature-box p { font-size: 16px; } } @media (max-width:768px) { .hero { padding: 80px 15px; } .hero h1 { font-size: 32px; } .hero p { font-size: 16px; } .swiper-container { width: 90%; } .info-box { grid-template-columns: 1fr; padding: 40px 10px; } .feature-container { grid-template-columns: 1fr; padding: 20px 10px; } .feature-box h2 { font-size: 22px; } .feature-box p { font-size: 14px; } footer a { display: block; margin: 10px 0; } footer .social-links a { font-size: 16px; } } @media (max-width:480px) { .hero { padding: 60px 10px; } .hero h1 { font-size: 28px; } .hero p { font-size: 14px; } .swiper-container { width: 100%; } .info-box { padding: 30px 5px; } .feature-container { padding: 20px 5px; } footer { padding: 30px 10px; } footer p, footer a { font-size: 14px; } footer .social-links a { font-size: 14px; } }/style>div classhero> h1>Your Files, Our Cloud/h1> p>Fast, secure, and easy cloud storage and file management for everyone!/p> div classswiper-container> div classswiper-wrapper> div classswiper-slide> img srchttps://horrorjunk.de/main/assets/img/main/logo3.png altLogo1> span classlogo-label>Company One/span> /div> div classswiper-slide> img srchttps://horrorjunk.de/main/assets/img/main/logo3.png altLogo2> span classlogo-label>Company Two/span> /div> div classswiper-slide> img srchttps://horrorjunk.de/main/assets/img/main/logo3.png altLogo3> span classlogo-label>Company Three/span> /div> div classswiper-slide> img srchttps://horrorjunk.de/main/assets/img/main/logo3.png altLogo4> span classlogo-label>Company Four/span> /div> div classswiper-slide> img srchttps://horrorjunk.de/main/assets/img/main/logo3.png altLogo5> span classlogo-label>Company Five/span> /div> /div> div classswiper-pagination>/div> div classswiper-button-prev>/div> div classswiper-button-next>/div> /div>/div>div classinfo-box> div classcard> img srchttps://www.svgrepo.com/show/474374/cloud-download.svg altMax File Size Icon> h4>Max File Size/h4> p>Upload files up to 20 MB without an account. Larger uploads available with premium plans. All data is stored securely using the latest encryption technologies./p> /div> div classcard> img srchttps://www.svgrepo.com/show/474373/cloud-server.svg altAccount Storage Icon> h4>Account Storage/h4> p>Get 1 GB of free cloud storage with your account to store, share, and manage your files. Your data is kept safe with advanced security protocols and end-to-end encryption./p> /div> div classcard> img srchttps://www.svgrepo.com/show/474394/server.svg altPremium Storage Icon> h4>Premium Storage/h4> p>Upgrade to 5 GB of storage with our premium plans and enjoy additional features like extended file retention. Rest assured, your files are securely protected in our cloud environment./p> /div> div classcard> img srchttps://www.svgrepo.com/show/474371/disk1.svg altFile Expiry Icon> h4>File Expiry/h4> p>Files uploaded by unregistered users will expire after 7 days. Register for extended file retention. All data is kept safe and secure during the storage period./p> /div> div classcard> img srchttps://www.svgrepo.com/show/474402/cloud.svg altCloud Security Icon> h4>Secure Cloud Storage/h4> p>Your data is stored in a highly secure cloud infrastructure with multiple layers of protection, including encryption, redundancy, and strict access controls./p> /div>/div>section> h2 styletext-align:center;font-size:40px;color:#333;font-weight:800;>Our Amazing Features/h2> div classfeature-container> div classfeature-box> img srchttps://www.svgrepo.com/show/506956/cld-cloud-wifi.svg altUpload Icon> h2>Seamless File Upload/h2> p>Upload files of any format quickly and easily. Max file size: 20 MB for free users./p> a href/vendor/file_upload>Go to File Upload/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506977/db-tables-swap.svg altFile Converter Icon> h2>File Converter/h2> p>Convert your files into various formats with ease. Max file size for conversion: 300 MB./p> a href/vendor/file_converter>Go to File Converter/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506951/cha-rect-swear.svg altMarkdown Icon> h2>Markdown Editor/h2> p>Create compatible markdown with our easy-to-use editor./p> a href/vendor/discord_markdown_generator>Go to Editor/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506964/com-mac-old.svg altVideo Editor Icon> h2>Application Documents/h2> p>Upload and manage your application documents directly online. No downloads required./p> a href/vendor/application_documents>Go to Application Documents/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506983/des-wand-2.svg altPhoto Editor Icon> h2>Photo Editor/h2> p>Transform your photos with professional editing tools directly in the cloud./p> a href/vendor/photo_editor>Go to Photo Editor/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506965/com-keyboard.svg altDocument System Icon> h2>Document System/h2> p>Store, manage, and access your documents securely in the cloud, anytime./p> a href/vendor/document_system>Go to Document System/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506974/db-copy.svg altFile Compression Icon> h2>File Compression/h2> p>Compress your files to save space and upload them faster./p> a href/vendor/file_compression>Go to File Compression/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506966/com-laptop-code.svg altHTML Editor Icon> h2>HTML Editor/h2> p>Create, edit, and preview your HTML code directly in the cloud./p> a href/vendor/html_editor>Go to HTML Editor/a> /div> div classfeature-box> img srchttps://www.svgrepo.com/show/506986/gen-jewel.svg altUA> h2>UA - Accounts/h2> p>Access accounts with all achievements unlocked for specific games. (only Steam) /p> a href/vendor/ua_accounts>Go to UA Accounts/a> /div> /div>/section>script srchttps://unpkg.com/swiper/swiper-bundle.min.js>/script>script> var swiper new Swiper(.swiper-container, { centeredSlides: true, centeredSlidesBounds: true, loop: true, autoplay: { delay: 2500, disableOnInteraction: false }, pagination: { el: .swiper-pagination, clickable: true }, navigation: { nextEl: .swiper-button-next, prevEl: .swiper-button-prev }, breakpoints: { 0: { slidesPerView: 1, spaceBetween: 10 }, 768: { slidesPerView: 3, spaceBetween: 30 } } });/script>footer> div classfooter-container> div classfooter-logo> img src/assets/img/main/logo.png altFileora Logo> /div> p>© 2025 Fileora. All Rights Reserved./p> div> a href#>Imprint/a> a href#>Privacy/a> a href#>Terms of Service/a> /div> div classsocial-links> a href#>Facebook/a> a href#>Twitter/a> a href#>Instagram/a> a href#>LinkedIn/a> /div> /div>/footer>script> function toggleMenu() { const menu document.querySelector(.menu); const hamburger document.querySelector(.hamburger); menu.classList.toggle(show); hamburger.classList.toggle(active); } /script> script srchttps://kit.fontawesome.com/a076d05399.js crossoriginanonymous>/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
]