Help
RSS
API
Feed
Maltego
Contact
Domain > webdisk.mamacleaninglaundry.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-31
80.253.247.14
(
ClassC
)
2025-10-13
80.253.247.26
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Sun, 29 Dec 2024 17:53:10 GMTaccept-ranges: bytescontent-length: 9577date: Mon, 13 Oct 2025 09:36:36 GMT !DOCTYPE html> html langtr> head> meta charsetutf-8 /> title>Ön Tanımlı Sunucu Sayfası/title> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno /> link hrefhttps://fonts.googleapis.com/css?familyRoboto+Slab:100,300,400,700&subsetlatin-ext relstylesheet /> link relstylesheet hrefhttps://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css /> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css relstylesheet /> link hrefhttps://www.gnet.tr/assets/css/fontawesome-all.min.css relstylesheet /> script> var domain; $domain window.location.hostname.replace(www., ); document.title $domain + | Hoşgeldiniz...; /script> style> html { position: relative; } body { font-family: Nunito, sans-serif; background-color: #000000; color: #ffffff; height: 100vh; background-repeat: no-repeat !important; background-position: center center; background-size: cover; background-attachment: fixed; } body:before { position: absolute; content: ; background: #0000006e; width: 100%; height: 100%; } .main-container { text-align: center; height: calc(100vh - 10%); padding: 10% 0 0; position: relative; overflow: hidden; z-index: 1; } .header h1 { font-family: Roboto Slab, serif; font-size: 45px; margin-top: 0; margin-bottom: 0; font-weight: 700; color: #ffcb07; } .header .desc { font-size: 18px; margin-top: 10px; margin-bottom: 80px; } img.logo { width: 7%; } .main { list-style: none; padding: 0; margin: 0 auto; display: block; max-width: 760px; } .main div { margin: 10px 0; text-align: center; } .main div a { color: #fff; } .main div a:hover { text-decoration: none; color: #ffcb07; } .main div a i { display: block !important; font-size: 48px; } .footer { position: fixed; bottom: 30px; left: 0; z-index: 2; width: 100%; } .footer p { margin-bottom: 30px; } .footer p a { color: #fff; } .footer-overlay { position: absolute; left: 0; bottom: 0; width: 100%; height: 300px; z-index: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.83) 100%); } .hostingBy { position: relative; } .hostingBy img { position: relative; top: -4px; } @media only screen and (max-width: 767px) { .main-container { padding-top: 80px; } .header h1 { font-size: 20px; } .header .desc { font-size: 16px; margin-bottom: 15px; } .hostingBy .text { line-height: 1.5; } .hostingBy span { display: block; padding: 5px 0; } .hostingBy a { display: block; padding: 5px 0; } } /style> /head> body> div classmain-container> div classheader> div classcontainer> h1>Gnet.tr/h1> div classdesc>Burası strong>Forest - Ön Tanımlı Sunucu Sayfasıdır/strong>. Bu sayfayı görüyorsanız sitenizin strong>DNS/strong> ayarlarını kontrol edininiz.../div> /div> /div> div classmain> div classcontainer> div classrow> div classcol-md-1>/div> div classcol-md-2 col-4> a target_blank hrefhttps://www.gnet.tr/hosting/>i classfal fa-window-restore>/i>Hosting/a> /div> div classcol-md-2 col-4> a target_blank hrefhttps://www.gnet.tr/domain/domain-sorgulama/>i classfal fa-globe>/i>Domain/a> /div> div classcol-md-2 col-4> a target_blank hrefhttps://www.gnet.tr/ssl/>i classfal fa-badge-check>/i>SSL Sertifikası/a> /div> div classcol-md-2 col-6> a target_blank hrefhttps://www.gnet.tr/eposta/kurumsal-eposta/>i classfal fa-envelope>/i>E-posta/a> /div> div classcol-md-2 col-6> a target_blank hrefhttps://www.gnet.tr/eposta/antispam/>i classfal fa-shield-check>/i>AntiSpam/a> /div> /div> /div> /div> div classfooter> div classhostingBy> span classtext> Türkiye nin Domain, Hosting ve E-Posta Sağlayıcısı a hrefhttps://www.gnet.tr/ target_blank titleHosting> img classlogo srchttps://www.gnet.tr/web/assets/img/logo-white.png althosting /> /a> /span> span classhosting-logo>/span> /div> /div> /div> div classfooter-overlay>/div> script srchttps://code.jquery.com/jquery-3.5.1.min.js>/script> script srchttps://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js>/script> script> (function ($) { use strict; $.fn.backgroundSlideshow function (options) { this.each(function () { var $container $(this); var $currentLayer null; var $nextLayer null; var currentImageIndex 0; var nextImageIndex 0; var preloadedImages ; var config { delay: 5000, transitionDuration: 3000, onBeforeTransition: null, onAfterTransition: null, fixed: false, images: , }; for (var option in options) { configoption optionsoption; } var layerStyles { backgroundSize: cover, backgroundRepeat: no-repeat, backgroundPosition: center center, position: config.fixed ? fixed : absolute, left: 0, right: 0, bottom: 0, top: 0, zIndex: -1, }; function preLoadImage(index) { if (!preloadedImagesindex) { preloadedImagesindex new Image(); preloadedImagesindex.src config.imagesindex; } } function addLayer(imageSrc) { var $newLayer $(div classbackgroundSlideshowLayer/>); var thisLayerStyles layerStyles; thisLayerStyles.backgroundImage url( + imageSrc + ); $newLayer.css(thisLayerStyles); var $lastLayer $container.find(> .backgroundSlideshowLayer).last(); if ($lastLayer0) { $lastLayer.after($newLayer); } else { $container.prepend($newLayer); } $newLayer.hide(); return $newLayer; } function nextImage(transition) { currentImageIndex nextImageIndex; nextImageIndex++; if (nextImageIndex > config.images.length) { nextImageIndex 0; } if ($nextLayer) { $currentLayer $nextLayer; } else { $currentLayer addLayer(config.imagescurrentImageIndex); } if (config.onBeforeTransition) { config.onBeforeTransition(currentImageIndex); } if (transition) { $currentLayer.fadeIn(config.transitionDuration, function () { if (config.onAfterTransition) { config.onAfterTransition(currentImageIndex); } preLoadImage(nextImageIndex); $nextLayer addLayer(config.imagesnextImageIndex); cleanUp(); }); } else { $currentLayer.show(); if (config.onAfterTransition) { config.onAfterTransition(currentImageIndex); setTimeout(function () { preLoadImage(nextImageIndex); $nextLayer addLayer(config.imagesnextImageIndex); cleanUp(); }, config.delay / 2); } } } function cleanUp() { var $layers $container.find(> .backgroundSlideshowLayer); if ($layers.length > 2) { $layers.first().remove(); } } $container.css(position, relative); nextImage(false); setTimeout(function () { nextImage(true); setInterval(function () { nextImage(true); }, config.delay + config.transitionDuration); }, config.delay); }); }; })(jQuery); $(body).backgroundSlideshow({ onBeforeTransition: function (index) { console.log(before transition, index); }, onAfterTransition: function (index) { console.log(after transition, index); }, transitionDuration: 3000, fixed: true, images: https://www.gnet.tr/web/assets/img/defaultpage/bg1.jpg, https://www.gnet.tr/web/assets/img/defaultpage/bg2.jpg, https://www.gnet.tr/web/assets/img/defaultpage/3.jpg, https://www.gnet.tr/web/assets/img/defaultpage/4.jpg, , }); /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
]