Help
RSS
API
Feed
Maltego
Contact
Domain > belatra.top
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-05
172.67.202.218
(
ClassC
)
2026-02-14
82.118.21.178
(
ClassC
)
Port 443
HTTP/1.1 404 Not FoundAlt-Svc: h3:443; ma2592000Content-Language: ruContent-Type: text/html; charsetutf-8Cross-Origin-Opener-Policy: same-originDate: Sat, 14 Feb 2026 21:26:16 GMTReferrer-Policy: originServer: nginx/1.29.3Vary: Accept-EncodingVary: Accept-LanguageVia: 1.1 CaddyX-Content-Type-Options: nosniffX-Frame-Options: DENYTransfer-Encoding: chunked !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Domain For Sale/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #2c3e50; min-height: 100vh; display: flex; flex-direction: column; } /* Header */ .header { background: #00ff00; padding: 12px 20px; text-align: center; font-size: 14px; color: #000; font-weight: 500; } .header a { color: #000; text-decoration: underline; font-weight: 600; } /* Main content */ .main-content { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; } .container { background: white; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); padding: 60px 40px; max-width: 600px; width: 100%; text-align: center; } .icon { width: 120px; height: 120px; margin: 0 auto 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 60px; color: white; animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } h1 { font-size: 42px; color: #2d3748; margin-bottom: 15px; font-weight: 700; } .domain { font-size: 28px; color: #667eea; margin-bottom: 25px; font-weight: 600; word-break: break-all; } .description { font-size: 18px; color: #718096; line-height: 1.6; margin-bottom: 35px; } .price { font-size: 48px; color: #2d3748; font-weight: 700; margin-bottom: 10px; } .price-label { font-size: 14px; color: #a0aec0; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px; } .btn { display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 18px 45px; border-radius: 50px; text-decoration: none; font-size: 18px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4); cursor: pointer; border: none; } .btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6); } .features { margin-top: 40px; padding-top: 40px; border-top: 1px solid #e2e8f0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .feature { padding: 20px; } .feature-icon { font-size: 32px; margin-bottom: 10px; } .feature-text { font-size: 14px; color: #718096; font-weight: 500; } /* Footer */ .footer { background: #2c3e50; padding: 20px; text-align: center; color: #95a5a6; font-size: 13px; border-top: 1px solid #34495e; } .footer a { color: #95a5a6; text-decoration: underline; } .footer a:hover { color: #ecf0f1; } /* Modal styles */ .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); backdrop-filter: blur(5px); animation: fadeIn 0.3s ease; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .modal.show { display: flex; align-items: center; justify-content: center; } .modal-content { background: white; border-radius: 20px; padding: 40px; max-width: 500px; width: 90%; box-shadow: 0 25px 70px rgba(0,0,0,0.3); animation: slideUp 0.3s ease; position: relative; } @keyframes slideUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } .close { position: absolute; right: 20px; top: 20px; font-size: 32px; font-weight: 300; color: #a0aec0; cursor: pointer; transition: color 0.2s; line-height: 1; } .close:hover { color: #2d3748; } .modal h2 { font-size: 32px; color: #2d3748; margin-bottom: 10px; } .modal-subtitle { color: #718096; margin-bottom: 30px; font-size: 16px; } .form-group { margin-bottom: 20px; text-align: left; } .form-group label { display: block; color: #2d3748; font-weight: 600; margin-bottom: 8px; font-size: 14px; } .form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 10px; font-size: 16px; transition: border-color 0.3s; font-family: inherit; } .form-group input:focus, .form-group textarea:focus { outline: none; border-color: #667eea; } .form-group textarea { resize: vertical; min-height: 100px; } .submit-btn { width: 100%; margin-top: 10px; } .success-message { display: none; background: #48bb78; color: white; padding: 15px; border-radius: 10px; margin-top: 20px; animation: slideUp 0.3s ease; } .success-message.show { display: block; } @media (max-width: 768px) { .header { font-size: 12px; padding: 10px 15px; } .container { padding: 40px 25px; } h1 { font-size: 32px; } .domain { font-size: 22px; } .price { font-size: 36px; } .features { grid-template-columns: 1fr; gap: 15px; } .modal-content { padding: 30px 20px; } .modal h2 { font-size: 26px; } } /style>/head>body> !-- Header --> div classheader> Click here to Buy span idheaderDomain>this domain/span> as your website name or call 1-561-898-0724 /div> !-- Main Content --> div classmain-content> div classcontainer> div classicon>🌐/div> h1>Domain For Sale/h1> div classdomain iddomainName>Loading.../div> p classdescription> This premium domain name is available for purchase. Own this memorable web address for your next big project! /p> div classprice>Make Offer/div> div classprice-label>Contact us for pricing/div> button classbtn idcontactBtn> 📧 Contact Us /button> div classfeatures> div classfeature> div classfeature-icon>⚡/div> div classfeature-text>Instant Transfer/div> /div> div classfeature> div classfeature-icon>🔒/div> div classfeature-text>Secure Payment/div> /div> div classfeature> div classfeature-icon>✓/div> div classfeature-text>Full Support/div> /div> /div> /div> /div> !-- Footer --> div classfooter> Copyright © span idfooterDomain>domain.com/span>. All rights reserved. a href# onclickopenModal(); return false;>Privacy Policy/a> /div> !-- Modal --> div idcontactModal classmodal> div classmodal-content> span classclose>×/span> h2>Get in Touch/h2> p classmodal-subtitle>Send us your offer or inquiry/p> form idcontactForm> div classform-group> label forname>Your Name */label> input typetext idname namename required placeholderJohn Doe> /div> div classform-group> label foremail>Email Address */label> input typeemail idemail nameemail required placeholderjohn@example.com> /div> div classform-group> label foroffer>Your Offer (Optional)/label> input typetext idoffer nameoffer placeholder$10,000> /div> div classform-group> label formessage>Message */label> textarea idmessage namemessage required placeholderIm interested in purchasing this domain...>/textarea> /div> button typesubmit classbtn submit-btn> Send Message /button> div classsuccess-message idsuccessMessage> ✓ Thank you! Well get back to you soon. /div> /form> /div> /div> script> // Получаем текущий домен и отображаем его const currentDomain window.location.hostname; document.getElementById(domainName).textContent currentDomain; document.getElementById(headerDomain).textContent currentDomain; document.getElementById(footerDomain).textContent currentDomain; // Modal functionality const modal document.getElementById(contactModal); const btn document.getElementById(contactBtn); const span document.getElementsByClassName(close)0; const form document.getElementById(contactForm); const successMessage document.getElementById(successMessage); function openModal() { modal.classList.add(show); } btn.onclick openModal; span.onclick function() { modal.classList.remove(show); } window.onclick function(event) { if (event.target modal) { modal.classList.remove(show); } } // Form submission form.onsubmit function(e) { e.preventDefault(); // Собираем данные формы const formData { domain: currentDomain, name: document.getElementById(name).value, email: document.getElementById(email).value, offer: document.getElementById(offer).value, message: document.getElementById(message).value, timestamp: new Date().toISOString() }; // Здесь можно отправить данные на сервер console.log(Form submitted:, formData); // Показываем сообщение об успехе successMessage.classList.add(show); form.reset(); // Закрываем модалку через 2 секунды setTimeout(function() { modal.classList.remove(show); successMessage.classList.remove(show); }, 2000); } // Закрытие модалки по ESC document.addEventListener(keydown, function(event) { if (event.key Escape) { modal.classList.remove(show); } }); /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
]