Help
RSS
API
Feed
Maltego
Contact
Domain > salgamsuyu.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-07-21
46.235.9.63
(
ClassC
)
2025-12-08
185.136.84.21
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 08 Dec 2025 10:18:12 GMTServer: Apache/2Location: https://salgamsuyu.com/Content-Length: 231Content-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://salgamsuyu.com/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 08 Dec 2025 10:18:13 GMTServer: Apache/2X-Frame-Options: DENYSet-Cookie: visitor_infoa%3A4%3A%7Bs%3A11%3A%22first_visit%22%3Bs%3A19%3A%222025-12-08+13%3A18%3A13%22%3Bs%3A11%3A%22visit_count%22%3Bi%3A1%3Bs%3A10%3A%22last_visit%22%3Bs%3A19%3A%222025-12-08+13%3A18%3A13%22%3Bs%3A6%3A%22domain%22%3Bs%3A14%3A%22salgamsuyu.com%22%3B%7D; expiresTue, 08-Dec-2026 10:18:13 GMT; Max-Age31536000; path/Upgrade: h2,h2cConnection: UpgradeVary: Accept-Encoding,User-AgentTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langtr>head>meta charsetUTF-8 />meta nameviewport contentwidthdevice-width, initial-scale1.0 />meta namerobots contentindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1 />meta namedescription contentGlobal Process System trend domain name satışı yapan bir sitedir. Popüler alan adlarını teklif usulü satın alabilirsiniz. />meta nameauthor contentAlpaslan Güler />meta namecopyright contentGPS />meta namerating contentGeneral />meta namedistribution contentGlobal />meta http-equivCache-Control contentno-store />link relshortcut icon href/favicon.ico typeimage/x-icon />title>salgamsuyu.com | Tel: 0850 304 9808/title> link hrefhttps://fonts.googleapis.com/css2?familyDancing+Script:wght@500&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; /* Alt çizgiyi kaldırır */ font-size: 12pt; /* Yazı boyutu */ background-color: green; /* Arka plan rengi */ color: white; /* Yazı rengi */ padding: 4px 8px; /* Opsiyonel: biraz iç boşluk ekler */ border-radius: 8px; /* Opsiyonel: köşeleri yuvarlatır */ } body { font-family: Arial, sans-serif; background: linear-gradient(45deg, #6495ED, #FF8C00, #40C4FF, #006400, #F0F4F8); background-size: 400% 400%; animation: bodyGradient 8s ease infinite; color: white; display: flex; justify-content: center; align-items: flex-start; height: 100vh; text-align: center; overflow: auto; position: relative; } @keyframes bodyGradient { 0% { background-position: 0% 50%; } 25% { background-position: 50% 50%; } 50% { background-position: 100% 50%; } 75% { background-position: 50% 50%; } 100% { background-position: 0% 50%; } } .container { padding: 10px 20px 20px; background: linear-gradient(45deg, #ffffff, #f0f0f0, #B2EBF2, #ffffff); background-size: 600% 600%; animation: containerGradient 10s ease infinite; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); max-width: 500px; width: 90%; text-align: center; margin-top: 17px; margin: 15px auto 0; z-index: 1; } @keyframes containerGradient { 0% { background: linear-gradient(45deg, #ffffff, #f5f5f5, #ffffff); } 25% { background: linear-gradient(45deg, #ffffff, #e0f7fa, #ffffff); } 50% { background: linear-gradient(45deg, #ffffff, #d1c4e9, #ffffff); } 75% { background: linear-gradient(45deg, #ffffff, #c8e6c9, #ffffff); } 100% { background: linear-gradient(45deg, #ffffff, #f5f5f5, #ffffff); } } h1 { margin-top: 10; /* Üst boşluk tamamen kaldırıldı */ font-family: Dancing Script, cursive; font-size: 2.5rem; font-weight: 250; margin-bottom: 10px; text-transform: none; /* Büyük harfe dönüştürmeyi iptal et */ letter-spacing: 1px; color: #ff6a00; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); } h2 { font-family: Dancing Script, cursive; font-size: 2rem; font-weight: 200; text-transform: none; /* Büyük harfe dönüştürmeyi iptal et */ letter-spacing: 1px; color: #6A1B9A; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); } h3 { font-family: Dancing Script, cursive; font-size: 1.7rem; font-weight: 150; text-transform: none; /* Büyük harfe dönüştürmeyi iptal et */ letter-spacing: 1px; color: #2E7D32; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); } p { font-size: 1.3rem; margin-bottom: 20px; color: #333; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); } .button-container { position: relative; top: -13px; margin-top: 0; } button { background-color: #ff6a00; color: white; font-size: 1.1rem; /* Daha küçük yazı */ padding: 12px 30px; /* Daha az iç boşluk */ border: none; border-radius: 50px; cursor: pointer; transition: transform 0.3s ease, background-color 0.3s ease; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Gölge de biraz yumuşatıldı */ letter-spacing: 1px; } button:hover { background-color: #039BE5; transform: scale(1.1); } .contact-form { display: none; margin-top: 5px; background-color: white; padding: 15px; border-radius: 10px; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); color: black; animation: slideIn 0.5s ease-out; } input, textarea { width: 100%; padding: 8px 12px; margin-bottom: 10px; border-radius: 10px; border: 1px solid #ddd; font-size: 1rem; transition: all 0.3s ease; } input:focus, textarea:focus { border-color: #ff6a00; outline: none; } buttontypesubmit { background-color: #ff6a00; color: white; padding: 8px 25px; border: none; border-radius: 50px; font-size: 1.2rem; transition: background-color 0.3s ease; } buttontypesubmit:hover { background-color: #ff3366; } @keyframes slideIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } /* Animasyon */ @keyframes fallAndWobble { 0% { transform: translateY(0) translateX(0); opacity: 1; } 25% { transform: translateY(25vh) translateX(20px); } 50% { transform: translateY(50vh) translateX(-20px); } 75% { transform: translateY(75vh) translateX(20px); } 100% { transform: translateY(100vh) translateX(-20px); opacity: 0; } } /style> style> /* Resimlerin yer alacağı container */ .resimler { position: relative; width: 100%; height: 100vh; /* Tam ekran yüksekliği */ overflow: hidden; } /* Ortak resim stil */ .resim { position: absolute; top: 0; width: 78px; height: 75px; opacity: 0; animation-duration: 3s; animation-timing-function: ease-in-out; animation-iteration-count: 4; } /* Her resmin konumu ve animasyonu */ .resim:nth-child(1) { left: -200px; animation-delay: 0s; animation-name: kaydirSol; } .resim:nth-child(2) { left: 50%; transform: translateX(-50%); animation-delay: 0.5s; animation-name: kaydirOrta; } .resim:nth-child(3) { left: 85%; animation-delay: 1s; animation-name: kaydirSag; } .resim:nth-child(4) { left: 75%; animation-delay: 1.5s; animation-name: kaydirSag; } .resim:nth-child(5) { left: 50%; transform: translateX(-50%); animation-delay: 2s; animation-name: kaydirOrta; } .resim:nth-child(6) { left: -150px; animation-delay: 2.5s; animation-name: kaydirSol; } .resim:nth-child(7) { left: 65%; animation-delay: 3s; animation-name: kaydirSag; } /* Animasyonlar */ @keyframes kaydirSol { 0% { left: -200px; top: -200px; opacity: 0; } 50% { left: 25%; top: 50%; opacity: 1; } 100% { left: -200px; top: 100vh; opacity: 0; } } @keyframes kaydirOrta { 0% { left: 50%; top: -200px; opacity: 0; } 50% { left: 50%; top: 50%; opacity: 1; } 100% { left: 50%; top: 100vh; opacity: 0; } } @keyframes kaydirSag { 0% { left: 100%; top: -200px; opacity: 0; } 50% { left: 75%; top: 50%; opacity: 1; } 100% { left: 100%; top: 100vh; opacity: 0; } } /style>style> /* FadeIn animasyonu ekleniyor */ @keyframes fadeIn { 0% { opacity: 0; transform: translateY(20px); /* Başlangıçta biraz aşağıda olsun */ } 100% { opacity: 1; transform: translateY(0); /* Sonunda normal konumuna gelsin */ } } #info-text { /* Sayfa açıldığında hemen görünür olacak */ opacity: 1; transform: translateY(0); /* Hemen görünür durumda */ animation: fadeIn 1s ease-out forwards; /* Animasyonla görünür hale gelecek */}/style>style>#cookie-icon { position: fixed; bottom: 10px; left: 10px; cursor: pointer; z-index: 1000;}#cookie-modal p { font-size: clamp(12px, 2.1vw, 14px); line-height: 1.6;}#cookie-icon img { width: 40px; height: 40px;}#cookie-modal h2 { font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: normal; color: #666666;}#cookie-modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);}.modal-content { background-color: #fff; margin: 10% auto; padding: 20px; width: 90%; max-width: 600px; border-radius: 8px; position: relative; font-family: Verdana, Geneva, Tahoma, sans-serif; color: #666666;}#close-modal { position: absolute; right: 15px; top: 10px; font-size: 18px; cursor: pointer;}.hidden { display: none;}/style>!-- Çerez simgesi -->div idcookie-icon> img srccookie_icon.png titleÇerezler />/div>!-- Modal pencere -->div idcookie-modal classhidden> div classmodal-content> span idclose-modal>×/span> h2>Gizlilik Bildirim Merkezi/h2> p> Web sitemizi ziyaret ettiğinizde, çoğunlukla çerezler biçiminde olmak üzere tarayıcınızda bilgi depolayabilir veya alabilir. Bu bilgiler sizinle, tercihlerinizle veya cihazınızla ilgili olabilir ve çoğunlukla sitenin beklediğiniz gibi çalışmasını sağlamak için kullanılır. Bilgiler genellikle sizi doğrudan tanımlamaz, ancak size daha kişiselleştirilmiş bir web deneyimi sunabilir. Gizliliğinize saygı duyduğumuz için çerez türleri sadece web sitemize kaç defa geldiğinizi, ip numaranızı, zaman ve vs tanımlama bilgileri alınır. /p> p> Öte yandan ip numaranız, zaman dilimi bilgileriniz ile kullanılan browser bilgileri ve sayfada geçirilen süre gibi kişisel bilgiler hiç kimse ile paylaşılmamaktadır. /p> /div>/div>script>function validateForm() { // Her üç alandaki değerleri alıyoruz ve başlarındaki/sonlarındaki boşlukları temizliyoruz. var adSoyad document.getElementById(adSoyad).value.trim(); var telNo document.getElementById(telNo).value.trim(); var mesaj document.getElementById(mesaj).value.trim(); // Eğer herhangi bir alan boşsa, uyarı mesajı gösterilir ve form gönderimi engellenir. if (adSoyad ) { alert(Ad Soyad alanı boş olamaz.); return false; } if (telNo ) { alert(Telefon Numarası alanı boş olamaz.); return false; } if (mesaj ) { alert(Mesaj alanı boş olamaz.); return false; } return true; // Tüm alanlar doluysa form gönderilebilir.}/script>/head>body> !-- Resimler --> div classresimler> img srcstar-blue.png classresim> img srccom.png classresim> img srcnet.png classresim> img srcstar-green.png classresim> img srccom-tr.png classresim> img srcstar-red.png classresim> img srcorg.png classresim> div classcontainer> h1>Hoşgeldinizbr> Satılık Domain/h1> h2>♛ salgamsuyu.comsup>©/sup>/h2> p>Bu muhteşem marka, sizin olabilir/p> div classbutton-container> button idcontact-btn>İletişime Geç | Teklif Ver/button> /div> div idcontact-form classcontact-form> form action/index.php methodPOST> İletişim Formu | Contact Form input typetext nameadSoyad placeholderAd Soyad | Name Surname patternA-Za-zÇçĞğİıÖöŞşÜü{2,}( A-Za-zÇçĞğİıÖöŞşÜü{2,})* titleSadece harfler ve boşluklarla isim ve soyisim girilebilir. required> input typetext nametelNo placeholderTelefon No | Phone Number pattern(\+?\d\d\s*) titleSadece rakam ve isteğe bağlı + işareti girilebilir. required>br> textarea namemesaj rows2 cols50 placeholderMesajınız | Messages titleMesajınızı istediğiniz formatta yazabilirsiniz. required>/textarea>br> button typesubmit>Gönder/button>br> /form> /div> span stylefont-size: 12px; color: #000000;>COPYRIGHTsup>span stylefont-size: 8px;>©/span>/sup> | salgamsuyu.combr> Ip Numaranız: 52.40.234.105/span>br>br> div styledisplay: flex; align-items: center; justify-content: center;> a hrefhttps://wa.me/908503049808?textMerhaba%2C+salgamsuyu.com+alan+ad%C4%B1+ile+ilgili+bilgi+almak+istiyorum... stylefont-size: 12pt; text-decoration: none; margin-right: 10px;> Whatsapp /a> img srccredit-card.png border0 width140 height32 titleOnline Satın Al>a hrefhttps://www.shopier.com/36469390>Satın Al/a>/div> /div> center> table stylewidth: 90%; margin-top: 20px; border-radius: 12px; overflow: hidden;> tr> td bgcolor#ffffff styletext-align: left; border-radius: 12px;> div idinfo-text stylecolor: #263238; font-size: 18px; max-width: 95%; margin: 0 auto;>br> h3>Muhteşem bir teklifimiz var.../h3> B>☆ salgamsuyu.com/B> alan adını test etmek isterseniz, a hrefhttps://dijitalgrafik.com/report-siteadi.html target_blank> Yapay Zeka/a> ile analizleri yapılan ziyaretleri 3 gün boyunca B>ÜCRETSİZ/B> deneyimleyin. İletişim Formu’nu doldurun, alan adını sitenize yönlendirelim.br> B>☆/B> Ayrıca, Domain Bankamızda ilginizi çekebilecek başka alan adlarını da a hrefhttps://dijitalgrafik.com/domain_sorgu.php target_blank>keşfedebilirsiniz. ➥/a>br>br> /div> /td> /tr> /table> span stylefont-size: 16px; color: #ffffff;>PopulerDomain.Comsup>span stylefont-size: 8px;>©/span>/sup> - TURKIYEbr> Premium domain trading platformbr> Tel: +90 850 304 9808/span> /center> script> document.getElementById(contact-btn).addEventListener(click, function () { const form document.getElementById(contact-form); const button document.getElementById(contact-btn); const sound document.getElementById(click-sound); const infoText document.getElementById(info-text); // Ses çal sound.currentTime 0; sound.play(); // Form aç/kapat + yazıyı göster/gizle + buton metni güncelle if (form.style.display none || form.style.display ) { form.style.display block; button.textContent Formu Kapat; infoText.style.display none; } else { form.style.display none; button.textContent İletişime Geç | Teklif Ver; infoText.style.display block; } }); document.body.addEventListener(click, function (e) { const form document.getElementById(contact-form); const button document.getElementById(contact-btn); const infoText document.getElementById(info-text); // ✨ eksik olan tanımlama eklendi // Form ve buton dışında bir yere tıklanırsa form kapanır, info tekrar görünür if (!form.contains(e.target) && e.target ! button) { if (form.style.display block) { form.style.display none; button.textContent İletişime Geç | Teklif Ver; infoText.style.display block; } } }); let touchstartY 0; let touchendY 0; window.addEventListener(touchstart, (e) > { touchstartY e.changedTouches0.screenY; }); window.addEventListener(touchend, (e) > { touchendY e.changedTouches0.screenY; if (touchstartY touchendY) { location.reload(); } });/script> /div>audio idclick-sound srcshutter-sound.mp3 preloadauto>/audio>script> const cookieIcon document.getElementById(cookie-icon); const cookieModal document.getElementById(cookie-modal); const closeModal document.getElementById(close-modal); cookieIcon.addEventListener(click, () > { cookieModal.style.display block; }); closeModal.addEventListener(click, () > { cookieModal.style.display none; }); window.addEventListener(click, (e) > { if (e.target cookieModal) { cookieModal.style.display none; } });/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
]