Help
RSS
API
Feed
Maltego
Contact
Domain > nova1box.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-13
77.37.83.226
(
ClassC
)
2026-01-20
148.135.128.179
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Tue, 20 Jan 2026 02:34:27 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://nova1box.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: b8421af21c8f7724b04a43e6571bf8d7-phx-edge8x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.487 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 20 Jan 2026 02:34:27 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Wed, 26 Nov 2025 14:07:59 GMTEtag: W/5ee8-692709bf-290518742f86e2e8;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 74e57df98beead177fe1ba89d47c87f1-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.762 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>NovaBox - Smart Cloud Storage/title> link relpreconnect hrefhttps://fonts.googleapis.com /> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin /> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700;800&displayswap relstylesheet /> style> :root { --bg-dark: #0f172a; --bg-darker: #020617; --text-main: #f8fafc; --text-muted: #94a3b8; --primary-blue: #1e90ff; --primary-green: #00e676; --glass-bg: rgba(15, 23, 42, 0.7); --card-bg: rgba(255, 255, 255, 0.03); --card-border: rgba(255, 255, 255, 0.08); --max-width: 960px; --radius-lg: 24px; --radius-md: 16px; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Inter, sans-serif; background: linear-gradient(180deg, #0b1120 0%, #1e293b 100%); color: var(--text-main); line-height: 1.6; min-height: 100vh; overflow-x: hidden; } a { text-decoration: none; color: inherit; transition: color 0.2s; } ul { list-style: none; } .container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; width: 100%; } .gradient-text { background: linear-gradient(135deg, var(--primary-blue), var(--primary-green)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s; } .btn:hover { transform: translateY(-2px); } .btn-primary { background: linear-gradient(135deg, var(--primary-blue), var(--primary-green)); color: #000; border: none; box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3); } .btn-outline { background: transparent; color: var(--text-main); border: 2px solid rgba(255, 255, 255, 0.2); } .btn-outline:hover { border-color: var(--primary-blue); color: var(--primary-blue); } .section-title { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 3rem; } header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background-color: var(--glass-bg); border-bottom: 1px solid var(--card-border); padding: 16px 0; } .nav-wrapper { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1.25rem; } .logo-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--primary-blue), var(--primary-green)); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #000; font-weight: 800; } .nav-links { display: flex; gap: 24px; } .nav-links a { font-size: 0.95rem; color: var(--text-muted); font-weight: 500; } .nav-links a:hover { color: var(--text-main); } @media (max-width: 768px) { .nav-links { display: none; } } #hero { padding: 80px 0 40px; display: flex; align-items: center; min-height: 70vh; } .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .hero-content h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1rem; } .hero-subtitle { font-size: 1.5rem; font-weight: 600; color: var(--text-main); margin-bottom: 1rem; } .hero-desc { font-size: 1.125rem; color: var(--text-muted); margin-bottom: 2rem; max-width: 400px; } .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; } .mockup-container { display: flex; justify-content: flex-end; } .app-card { background: #fff; width: 280px; height: 480px; border-radius: 32px; padding: 24px; position: relative; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; justify-content: center; border: 8px solid #0f172a; overflow: hidden; } .app-card::before { content: ; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 24px; background: #0f172a; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; } .mockup-logo { text-align: center; margin-bottom: 40px; } .mockup-logo .icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-blue), var(--primary-green)); border-radius: 16px; margin: 0 auto 16px; } .mockup-logo h3 { color: #0f172a; font-size: 1.5rem; font-weight: 700; } .mockup-form .input-bar { height: 48px; background: #f1f5f9; border-radius: 12px; margin-bottom: 16px; } .mockup-form .btn-bar { height: 48px; background: #0f172a; border-radius: 12px; margin-top: 24px; } #download { padding: 40px 0 60px; background: rgba(0, 0, 0, 0.15); } .download-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 32px; align-items: center; } .download-text h2 { font-size: 2rem; margin-bottom: 0.75rem; } .download-text p { color: var(--text-muted); max-width: 420px; } .badges { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; } .store-badge { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--card-border); background: rgba(15, 23, 42, 0.7); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; } .store-badge span { font-weight: 600; } .download-help { font-size: 0.9rem; color: var(--text-muted); margin-top: 12px; } #features { padding: 80px 0; background: rgba(0, 0, 0, 0.1); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; } .feature-card { background: var(--card-bg); border: 1px solid var(--card-border); padding: 32px; border-radius: var(--radius-lg); transition: transform 0.2s, border-color 0.2s; } .feature-card:hover { transform: translateY(-5px); border-color: rgba(30, 144, 255, 0.3); } .feature-icon { font-size: 2rem; margin-bottom: 16px; display: inline-block; background: rgba(255, 255, 255, 0.1); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .feature-card h3 { font-size: 1.25rem; margin-bottom: 8px; font-weight: 600; } .feature-card p { color: var(--text-muted); font-size: 0.95rem; } #security { padding: 80px 0; } .security-grid { display: grid; grid-template-columns: 1.2fr 1.8fr; gap: 32px; align-items: center; } .security-card { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--card-border); padding: 28px 24px; } .security-card h3 { margin-bottom: 12px; } .security-list li { margin-bottom: 8px; color: var(--text-muted); font-size: 0.95rem; } #faq { padding: 80px 0; background: rgba(0, 0, 0, 0.15); } .faq-grid { max-width: 720px; margin: 0 auto; } .faq-item { margin-bottom: 20px; border-bottom: 1px solid var(--card-border); padding-bottom: 14px; } .faq-question { font-weight: 600; margin-bottom: 6px; } .faq-answer { color: var(--text-muted); font-size: 0.95rem; } #screenshots { padding: 80px 0; background: rgba(0, 0, 0, 0.2); } /* Real screenshots section */ .screens-grid.real-screens { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; } .screen-card { display: flex; flex-direction: column; align-items: center; gap: 10px; } .phone-frame { width: 190px; height: 380px; max-width: 45vw; max-height: 70vh; border-radius: 32px; padding: 8px; background: radial-gradient(circle at top, rgba(30, 144, 255, 0.6), rgba(15, 23, 42, 0.95)); border: 3px solid rgba(148, 163, 184, 0.5); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(15, 23, 42, 0.8); position: relative; overflow: hidden; } .phone-frame::before { content: ; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 70px; height: 14px; background: rgba(15, 23, 42, 0.95); border-radius: 999px; z-index: 2; } .phone-frame img { width: 100%; height: 100%; border-radius: 24px; object-fit: cover; display: block; } .screen-caption { font-size: 0.95rem; font-weight: 500; color: var(--text-muted); text-align: center; max-width: 220px; } footer { background: var(--bg-darker); padding: 40px 0; border-top: 1px solid var(--card-border); font-size: 0.9rem; } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; } .footer-links { display: flex; gap: 24px; } .footer-links a { color: var(--text-muted); } .footer-links a:hover { color: var(--primary-green); } @media (max-width: 768px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } .hero-content { display: flex; flex-direction: column; align-items: center; } .hero-content h1 { font-size: 2.5rem; } .hero-desc { margin-left: auto; margin-right: auto; } .mockup-container { justify-content: center; margin-top: 40px; } .app-card { width: 240px; height: 420px; } .download-grid { grid-template-columns: 1fr; } .security-grid { grid-template-columns: 1fr; } .phone-frame { width: 160px; height: 320px; } .footer-content { flex-direction: column; text-align: center; } } /style>/head>body> !-- Header --> header> div classcontainer nav-wrapper> a href# classlogo> div classlogo-icon>N/div> span>NovaBox/span> /a> nav> ul classnav-links> li>a href#download>Download/a>/li> li>a href#features>Features/a>/li> li>a href#security>Security/a>/li> li>a href#faq>FAQ/a>/li> /ul> /nav> /div> /header> !-- Hero Section --> section idhero> div classcontainer hero-grid> div classhero-content> h1>span classgradient-text>NovaBox/span>/h1> div classhero-subtitle>Smart Cloud Storage/div> p classhero-desc> Upload, protect, and share your files with deep links that open directly inside the NovaBox app. /p> div classhero-actions> a href#download classbtn btn-primary>Download for Android/a> a href#open-link classbtn btn-outline>Open a shared link/a> /div> /div> div classmockup-container> div classapp-card> div classmockup-logo> div classicon>/div> h3>NovaBox/h3> /div> div classmockup-form> div classinput-bar>/div> div classinput-bar>/div> div classbtn-bar>/div> /div> /div> /div> /div> /section> !-- Download Section --> section iddownload> div classcontainer download-grid> div classdownload-text> h2>Download NovaBox/h2> p> Get the NovaBox app on your phone and keep your files with you everywhere. Once installed, shared links like code>nova1box.com/share?id.../code> will open directly in the app. /p> div classbadges> !-- TODO: replace # with your real Play Store URL when published --> a href# classstore-badge> span>⬇/span> span>Get it on Android/span> /a> !-- For future iOS release --> a href# classstore-badge styleopacity:0.5;pointer-events:none;> span>/span> span>Coming soon on iOS/span> /a> /div> p classdownload-help> Already have the app installed? Just tap any NovaBox shared link and choose strong>Open in NovaBox/strong>. /p> /div> div idopen-link> h3>How to open a shared link?/h3> p classdownload-help> When someone shares a file with you, you’ll receive a link like: /p> p classdownload-help> code>https://nova1box.com/share?id1234abcd.../code> /p> p classdownload-help> Open the link in your browser and tap strong>“Open in NovaBox”/strong>. If you don’t have the app yet, you’ll be asked to download it first. /p> /div> /div> /section> !-- Features Section --> section idfeatures> div classcontainer> h2 classsection-title>Why NovaBox?/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>🔗/div> h3>Smart deep links/h3> p>Shared links intelligently detect the app and open files instantly without staying in the browser./p> /div> div classfeature-card> div classfeature-icon>⚡/div> h3>Fast uploads/h3> p>Optimized upload flow so your photos & videos are stored in seconds./p> /div> div classfeature-card> div classfeature-icon>🛡️/div> h3>Secure by design/h3> p>Built on Supabase with robust Row Level Security ensuring only you can access your private data./p> /div> div classfeature-card> div classfeature-icon>✨/div> h3>Clean interface/h3> p>A distraction-free, dark-mode-first design focused on managing your files effortlessly./p> /div> /div> /div> /section> !-- Security Section --> section idsecurity> div classcontainer> h2 classsection-title>Security & privacy/h2> div classsecurity-grid> div classsecurity-card> h3>How we protect your files/h3> ul classsecurity-list> li>✅ Hosted on Supabase with a dedicated project for NovaBox./li> li>✅ Row Level Security policies make sure each user only sees their own files./li> li>✅ Shared links only expose what is needed to preview a file./li> li>✅ You can delete any file at any time from inside the app./li> /ul> /div> div> p classfaq-answer> NovaBox is designed to feel simple like a normal gallery, but under the hood it uses database-level rules to keep each account isolated. Only files you explicitly share can be opened via a public link. /p> p classfaq-answer stylemargin-top:12px;> As we grow, we plan to add more controls such as link expiration, password-protected shares and detailed activity logs so you always know who accessed your content. /p> /div> /div> /div> /section> !-- FAQ Section --> section idfaq> div classcontainer> h2 classsection-title>Frequently asked questions/h2> div classfaq-grid> div classfaq-item> div classfaq-question>Do I need an account to view a shared file?/div> div classfaq-answer> No. Anyone with a valid NovaBox shared link can open the file. If they install the app, the link will open directly inside NovaBox for a better experience. /div> /div> div classfaq-item> div classfaq-question>Can other people browse all my files?/div> div classfaq-answer> No. Other people can only see the specific files you shared. Your personal library remains private. /div> /div> div classfaq-item> div classfaq-question>What happens if I delete a file?/div> div classfaq-answer> Once a file is deleted from your NovaBox account, any existing shared links will stop working and show “File not found”. /div> /div> div classfaq-item> div classfaq-question>Which platforms are supported?/div> div classfaq-answer> NovaBox currently focuses on Android. iOS and desktop support are planned for future updates. /div> /div> /div> /div> /section> !-- Screenshots / App Preview --> section idscreenshots> div classcontainer> h2 classsection-title>App preview/h2> div classscreens-grid real-screens> !-- Screen 1: Login --> div classscreen-card> div classphone-frame> img srcscreenshot-login.jpg altNovaBox login screen /> /div> div classscreen-caption>Login & sign up/div> /div> !-- Screen 2: Files --> div classscreen-card> div classphone-frame> img srcscreenshot-files.jpg altNovaBox files screen /> /div> div classscreen-caption>Your files in the cloud/div> /div> !-- Screen 3: Share --> div classscreen-card> div classphone-frame> img srcscreenshot-share.jpg altNovaBox share screen /> /div> div classscreen-caption>Share & open in NovaBox/div> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer footer-content> div classcopyright> © NovaBox 2025. All rights reserved. /div> div classfooter-links> a hrefprivacy.html>Privacy Policy/a> a hrefterms.html>Terms of Service/a> a hrefmailto:support@nova1box.com>Contact/a> /div> /div> /footer>/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
]