Help
RSS
API
Feed
Maltego
Contact
Domain > keepmydatasecret.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-25
18.173.132.16
(
ClassC
)
2026-01-09
3.175.34.12
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 09 Jan 2026 08:32:23 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://keepmydatasecret.com/X-Cache: Redirect from cloudfrontVia: 1.1 310bb70e39faa84466a9bb82361f976c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: pbuYDV-pFwfp2s3QBY8LRbf3v6qXnS8e42lqYEKypDTz4k9867EuYg 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: 23153Connection: keep-aliveDate: Fri, 09 Jan 2026 08:32:24 GMTLast-Modified: Fri, 29 Aug 2025 04:02:13 GMTETag: 51e7b8b0fbcbd9f06c2c2bccd230f169Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 0917da16ef445f191a68e78a9846ed78.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: 4gZtV4oMmb1P5zXvFLIDdGb7GgGgTGkCDcD8F7gc-gvqctggDrXOcA !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>KeepMyDataSecret - Coming Soon/title> meta namedescription contentThe Future of AI Security. Launching November 2025.> link relstylesheet hrefcss/style.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&displayswap relstylesheet> style> /* Additional styles specific to coming soon page */ .coming-soon-hero { padding: 3rem 0; background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%); min-height: calc(100vh - 70px); display: flex; align-items: center; } .coming-soon-content { text-align: center; width: 100%; } .launch-badge { display: inline-block; background: var(--gradient-primary); color: white; padding: 0.5rem 1.5rem; border-radius: 25px; font-weight: 600; margin-bottom: 2rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.9; } } .countdown-container { display: flex; justify-content: center; gap: 2rem; margin: 3rem 0; flex-wrap: wrap; } .countdown-item { background: white; box-shadow: var(--shadow-lg); border-radius: 15px; padding: 2rem 2.5rem; min-width: 120px; position: relative; overflow: hidden; } .countdown-item::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-primary); } .countdown-value { font-size: 3rem; font-weight: 700; color: var(--dark-color); display: block; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .countdown-label { font-size: 0.9rem; color: var(--text-color); text-transform: uppercase; margin-top: 0.5rem; font-weight: 600; letter-spacing: 0.05em; } .notify-section { background: white; box-shadow: var(--shadow-lg); border-radius: 20px; padding: 3rem; max-width: 600px; margin: 3rem auto; } .notify-title { color: var(--dark-color); font-size: 1.8rem; font-weight: 700; margin-bottom: 1rem; } .notify-subtitle { color: var(--text-color); margin-bottom: 2rem; font-size: 1.1rem; } .notify-form { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; } .notify-input { flex: 1; min-width: 250px; padding: 0.9rem 1.2rem; border: 2px solid var(--border-color); border-radius: 10px; font-size: 1rem; font-family: inherit; transition: all 0.3s; } .notify-input:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1); } .btn-notify { padding: 0.9rem 2.5rem; background: var(--primary-color); color: white; border: none; border-radius: 10px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s; } .btn-notify:hover { background: #1557b0; transform: translateY(-2px); box-shadow: var(--shadow-md); } .btn-notify.success { background: var(--secondary-color); } /* Teaser features - minimal reveal */ .teaser-section { padding: 3rem 0; text-align: center; } .teaser-items { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; flex-wrap: wrap; } .teaser-item { color: var(--text-color); font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; opacity: 0.8; } .teaser-icon { font-size: 1.3rem; } /* Security shield animation */ .security-shield-large { width: 200px; height: 200px; margin: 2rem auto; position: relative; } .shield-layer { position: absolute; border: 3px solid; border-radius: 50%; animation: rotate 20s infinite linear; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .layer-1 { width: 100%; height: 100%; border-color: rgba(102, 126, 234, 0.2); animation-delay: 0s; } .layer-2 { width: 80%; height: 80%; top: 10%; left: 10%; border-color: rgba(118, 75, 162, 0.2); animation-delay: 0.5s; animation-direction: reverse; } .layer-3 { width: 60%; height: 60%; top: 20%; left: 20%; border-color: rgba(102, 126, 234, 0.2); animation-delay: 1s; } .shield-core { position: absolute; width: 40%; height: 40%; top: 30%; left: 30%; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1.5rem; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); animation: pulse 3s infinite; } /* Secret unlock button - subtle */ .early-access-trigger { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: white; box-shadow: var(--shadow-md); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; z-index: 100; opacity: 0.7; } .early-access-trigger:hover { transform: scale(1.1); opacity: 1; box-shadow: var(--shadow-lg); } .early-access-trigger svg { width: 24px; height: 24px; fill: var(--text-color); } /* Modal styling */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px); z-index: 1000; align-items: center; justify-content: center; animation: fadeIn 0.3s; } .modal.active { display: flex; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .modal-content { background: white; border-radius: 20px; padding: 2.5rem; max-width: 450px; width: 90%; text-align: center; position: relative; animation: slideUp 0.3s; box-shadow: 0 20px 60px rgba(0,0,0,0.3); } @keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .modal-close { position: absolute; top: 20px; right: 20px; width: 35px; height: 35px; background: var(--light-color); border: none; border-radius: 50%; font-size: 1.3rem; color: var(--text-color); cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; } .modal-close:hover { background: var(--border-color); transform: rotate(90deg); } .modal-icon { width: 60px; height: 60px; background: var(--gradient-primary); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; } .modal-title { color: var(--dark-color); font-size: 1.8rem; font-weight: 700; margin-bottom: 0.5rem; } .modal-subtitle { color: var(--text-color); margin-bottom: 2rem; line-height: 1.5; } .code-input { width: 100%; padding: 1rem; border: 2px solid var(--border-color); border-radius: 10px; font-size: 1.2rem; text-align: center; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1.5rem; font-family: Monaco, Courier New, monospace; transition: all 0.3s; } .code-input:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1); } .btn-unlock { width: 100%; padding: 1rem; background: var(--primary-color); color: white; border: none; border-radius: 10px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s; } .btn-unlock:hover { background: #1557b0; transform: translateY(-2px); box-shadow: var(--shadow-md); } .error-message { color: var(--danger-color); font-size: 0.9rem; margin-top: 1rem; display: none; animation: shake 0.5s; } .error-message.show { display: block; } @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-10px); } 75% { transform: translateX(10px); } } /* Responsive */ @media (max-width: 768px) { .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1.1rem; } .countdown-container { gap: 1rem; } .countdown-item { min-width: 80px; padding: 1.5rem 1rem; } .countdown-value { font-size: 2rem; } .notify-form { flex-direction: column; } .notify-input { width: 100%; } .teaser-items { flex-direction: column; gap: 1rem; } .early-access-trigger { bottom: 20px; right: 20px; width: 45px; height: 45px; } } /* Hide navigation menu items on small screens for cleaner look */ @media (max-width: 640px) { .nav-menu li:not(:last-child) { display: none; } } /style>/head>body> !-- Navigation --> nav classnavbar> div classcontainer> div classnav-wrapper> div classlogo> span classlogo-text>KeepMyDataSecret/span> /div> ul classnav-menu> li>a href#notify>Get Notified/a>/li> /ul> /div> /div> /nav> !-- Hero Section --> section classcoming-soon-hero> div classcontainer> div classcoming-soon-content> div classlaunch-badge>Launching November 2025/div> h1 classhero-title>The Future of AI Security is Almost Here/h1> p classhero-subtitle>Revolutionary technology that will change how enterprises protect their data in the age of AI/p> !-- Security Shield Animation --> div classsecurity-shield-large> div classshield-layer layer-1>/div> div classshield-layer layer-2>/div> div classshield-layer layer-3>/div> div classshield-core>AI/div> /div> !-- Countdown Timer --> div classcountdown-container> div classcountdown-item> span classcountdown-value iddays>00/span> span classcountdown-label>Days/span> /div> div classcountdown-item> span classcountdown-value idhours>00/span> span classcountdown-label>Hours/span> /div> div classcountdown-item> span classcountdown-value idminutes>00/span> span classcountdown-label>Minutes/span> /div> div classcountdown-item> span classcountdown-value idseconds>00/span> span classcountdown-label>Seconds/span> /div> /div> !-- Email Notification --> div classnotify-section idnotify> h2 classnotify-title>Be the First to Know/h2> p classnotify-subtitle>Join our exclusive waitlist and get early access when we launch/p> form classnotify-form idnotifyForm> input typeemail classnotify-input placeholderEnter your email address required> button typesubmit classbtn-notify>Notify Me/button> /form> /div> !-- Minimal Teaser --> div classteaser-section> div classteaser-items> div classteaser-item> span classteaser-icon>🔐/span> span>Dual Identity Model/span> /div> div classteaser-item> span classteaser-icon>🛡️/span> span>Zero-Trust Architecture/span> /div> div classteaser-item> span classteaser-icon>🤖/span> span>Secure AI RAG/span> /div> /div> /div> /div> /div> /section> !-- Secret unlock button (lock icon) - more subtle --> div classearly-access-trigger idsecretUnlock titleEarly access> svg viewBox0 0 24 24> path dM12 2C9.243 2 7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7zm4 10.723V20h-2v-2.277a1.993 1.993 0 01-.567-3.677A1.99 1.99 0 0112 14a1.99 1.99 0 011.567.046c.504.2.865.592 1.002 1.077s.021.986-.281 1.389A1.988 1.988 0 0113 17.723z/> /svg> /div> !-- Secret Code Modal --> div classmodal idsecretModal> div classmodal-content> button classmodal-close idmodalClose>×/button> div classmodal-icon>🔓/div> h2 classmodal-title>Early Access/h2> p classmodal-subtitle>Enter your access code to preview the full site/p> input typetext classcode-input idcodeInput placeholderENTER CODE maxlength20> button classbtn-unlock idunlockBtn>Unlock Site/button> div classerror-message iderrorMessage>Invalid code. Please try again./div> /div> /div> script> // Countdown timer function updateCountdown() { const launchDate new Date(2025-11-03T00:00:00Z); const now new Date().getTime(); const distance launchDate - now; if (distance 0) { document.getElementById(days).textContent 00; document.getElementById(hours).textContent 00; document.getElementById(minutes).textContent 00; document.getElementById(seconds).textContent 00; // Update launch badge const badge document.querySelector(.launch-badge); if (badge && badge.textContent.includes(Launching)) { badge.textContent 🎉 Now Available; badge.style.background var(--secondary-color); } } else { const days Math.floor(distance / (1000 * 60 * 60 * 24)); const hours Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(days).textContent String(days).padStart(2, 0); document.getElementById(hours).textContent String(hours).padStart(2, 0); document.getElementById(minutes).textContent String(minutes).padStart(2, 0); document.getElementById(seconds).textContent String(seconds).padStart(2, 0); } } // Email notification form document.getElementById(notifyForm).addEventListener(submit, function(e) { e.preventDefault(); const email this.querySelector(.notify-input).value; // Store email (in production, send to backend) localStorage.setItem(kmds_notify_email, email); // Show success const btn this.querySelector(.btn-notify); const originalText btn.textContent; btn.textContent ✓ Added to Waitlist; btn.classList.add(success); // Reset form this.querySelector(.notify-input).value ; // Reset button after 3 seconds setTimeout(() > { btn.textContent originalText; btn.classList.remove(success); }, 3000); }); // Secret unlock functionality const SECRET_CODES EARLY2025, INVESTOR, PARTNER, DEMO, KMDS2025 ; document.getElementById(secretUnlock).addEventListener(click, function() { document.getElementById(secretModal).classList.add(active); document.getElementById(codeInput).focus(); }); document.getElementById(modalClose).addEventListener(click, function() { document.getElementById(secretModal).classList.remove(active); document.getElementById(codeInput).value ; document.getElementById(errorMessage).classList.remove(show); }); document.getElementById(secretModal).addEventListener(click, function(e) { if (e.target this) { this.classList.remove(active); document.getElementById(codeInput).value ; document.getElementById(errorMessage).classList.remove(show); } }); document.getElementById(unlockBtn).addEventListener(click, function() { const code document.getElementById(codeInput).value.toUpperCase().trim(); if (SECRET_CODES.includes(code)) { localStorage.setItem(kmds_unlocked, true); localStorage.setItem(kmds_unlock_code, code); localStorage.setItem(kmds_unlock_time, new Date().toISOString()); // Success animation document.querySelector(.modal-content).style.animation pulse 0.5s; // Redirect after animation setTimeout(() > { window.location.href index.html; }, 500); } else { document.getElementById(errorMessage).classList.add(show); document.getElementById(codeInput).value ; // Hide error after 3 seconds setTimeout(() > { document.getElementById(errorMessage).classList.remove(show); }, 3000); } }); document.getElementById(codeInput).addEventListener(keypress, function(e) { if (e.key Enter) { document.getElementById(unlockBtn).click(); } }); // Initialize updateCountdown(); setInterval(updateCountdown, 1000); /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
]