Help
RSS
API
Feed
Maltego
Contact
Domain > bravo.sy
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-02
104.21.83.50
(
ClassC
)
2026-03-01
172.67.214.204
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 01 Mar 2026 06:06:36 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sV9NBblLAH9rv6oEl0UQVnuShVM9XcKjhRwKdYW435psmzZ8YeLgEaCgGPMvjbH7K2n%2BT28%2FjyUmhGYnThAym4O19Hvo03v2q}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9d55fa016a195509-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Domain Partnership Opportunity | فرصة شراكة في نطاق/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); height: 100vh; display: flex; justify-content: center; align-items: center; color: #333; padding: 20px; } .container { max-width: 800px; background-color: rgba(255, 255, 255, 0.9); border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); text-align: center; } h1 { font-size: 2.5rem; margin-bottom: 20px; color: #2c3e50; } p { font-size: 1.2rem; line-height: 1.6; margin-bottom: 25px; } .email { font-weight: bold; color: #3498db; font-size: 1.4rem; display: inline-block; margin: 15px 0; text-decoration: none; } .email:hover { color: #2980b9; text-decoration: underline; } .highlight { background-color: #f1c40f; padding: 2px 5px; border-radius: 3px; } /* RTL specific styles for Arabic */ .rtl { direction: rtl; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif, Traditional Arabic, Arial; } /* Language switcher styles */ .lang-switch { position: absolute; top: 20px; right: 20px; display: flex; gap: 10px; } .lang-switch button { background-color: #3498db; color: white; border: none; padding: 5px 10px; border-radius: 5px; cursor: pointer; font-weight: bold; } .lang-switch button:hover { background-color: #2980b9; } .lang-switch button.active { background-color: #2c3e50; } /* Hide content based on language */ .en, .ar { display: none; } @media (max-width: 768px) { .container { padding: 30px 20px; } h1 { font-size: 2rem; } p { font-size: 1rem; } .email { font-size: 1.2rem; } .lang-switch { top: 10px; right: 10px; } } /style> /head> body> div classlang-switch> button onclicksetLanguage(en) iden-btn>English/button> button onclicksetLanguage(ar) idar-btn>العربية/button> /div> div classcontainer idcontent> !-- English Content --> div classen> h1>I am looking for a Domain Partner on bravo.sy/h1> p> This domain is currently available for the right project or idea. If youre interested in using this domain for your business, startup, or creative project and are looking for a potential partner, Id love to hear from you. /p> p> Have an exciting idea or project? Looking for collaboration? Lets discuss how we can work together! /p> p> Contact me at: a href/cdn-cgi/l/email-protection#bfd7ded3deffddcddec9d091ccc6 classemail>span class__cf_email__ data-cfemailc2aaa3aea382a0b0a3b4adecb1bb>email protected/span>/a> /p> p> span classhighlight>Note:/span> Please include details about your project or idea in your email so I can understand how we might collaborate. /p> /div> !-- Arabic Content --> div classar> h1>أبحث عن شريك في النطاق bravo.sy/h1> p> هذا النطاق متاح حاليًا للمشروع أو الفكرة المناسبة. إذا كنت مهتمًا باستخدام هذا النطاق لعملك أو شركتك الناشئة أو مشروعك الإبداعي وتبحث عن شريك محتمل، فأنا أرحب بالتواصل معك. /p> p> هل لديك فكرة أو مشروع مثير؟ تبحث عن تعاون؟ دعنا نناقش كيف يمكننا العمل معًا! /p> p> تواصل معي على: a href/cdn-cgi/l/email-protection#d8b0b9b4b998baaab9aeb7f6aba1 classemail>span class__cf_email__ data-cfemaildbb3bab7ba9bb9a9baadb4f5a8a2>email protected/span>/a> /p> p> span classhighlight>ملاحظة:/span> يرجى تضمين تفاصيل حول مشروعك أو فكرتك في بريدك الإلكتروني حتى أتمكن من فهم كيف يمكننا التعاون. /p> /div> /div> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // Detect browser language function detectLanguage() { const browserLang navigator.language || navigator.userLanguage; return browserLang.startsWith(ar) ? ar : en; } // Set the language function setLanguage(lang) { const content document.getElementById(content); const enContent document.querySelector(.en); const arContent document.querySelector(.ar); const enBtn document.getElementById(en-btn); const arBtn document.getElementById(ar-btn); // Update content visibility if (lang ar) { enContent.style.display none; arContent.style.display block; content.classList.add(rtl); document.documentElement.lang ar; arBtn.classList.add(active); enBtn.classList.remove(active); } else { arContent.style.display none; enContent.style.display block; content.classList.remove(rtl); document.documentElement.lang en; enBtn.classList.add(active); arBtn.classList.remove(active); } // Save preference localStorage.setItem(preferredLanguage, lang); } // Initialize language document.addEventListener(DOMContentLoaded, function () { // Check for saved preference const savedLang localStorage.getItem(preferredLanguage); // Use saved preference or detect from browser const initialLang savedLang || detectLanguage(); setLanguage(initialLang); }); /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
]