Help
RSS
API
Feed
Maltego
Contact
Domain > www.shopfinder.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2013-07-01
217.27.250.59
(
ClassC
)
2025-01-06
216.120.228.59
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmlcontent-length: 795date: Mon, 06 Jan 2025 22:36:41 GMTserver: LiteSpeedlocation: https://www.shopfinder.co.uk/vary: User-Agent !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Mon, 04 Mar 2024 11:05:37 GMTetag: 27ec-65e5ab01-da4e7dd7a981bf98;;;accept-ranges: bytescontent-length: 10220date: Mon, 06 Jan 2025 22:36:41 GMTserver: LiteSpeedvary: User-Agent !DOCTYPE html>html> head>!-- Global site tag (gtag.js) - Google Analytics -->script async srchttps://www.googletagmanager.com/gtag/js?idUA-424723-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-424723-1);/script> title>ShopFinder UK/title> meta nameviewport contentinitial-scale1.0, user-scalableno> meta charsetutf-8> style> /* Always set the map height explicitly to define the size of the div * element that contains the map. */ #map { height: 94%; } /* Optional: Makes the sample page fill the window. */ html, body { height: 100%; margin: 0; padding: 0; } p, h1, h3, h2, h3, blockquote, pre, strong { font-family: monospace; } /style>script async src//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js>/script>script> (adsbygoogle window.adsbygoogle || ).push({ google_ad_client: ca-pub-8927188062311078, enable_page_level_ads: true });/script> /head> body>div id info> p> br>strong> ShopFinder UK: /strong>select id shoptype onchange initMap ();> optgroup label Food and drink> option value cafe> cafe /option> option value restaurant> Restaurant /option> option value meal_delivery> Meal delivery /option> option value meal_takeaway> Takeaway /option> option value supermarket> Supermarket /option> option value convenience_store> Kiosk /option> option value liquor_store> Wine and Spirits /option> option value bar> Bar /option> option value night_club> Nightclub /option> option value bakery> Bakery /option>/optgroup> optgroup label Shopping> option value shopping_mall> Mall /option> option value department_store> Department store - Shopping Center /option> option value clothing_store> Clothing store /option> option value shoe_store> Shoe store /option> option value jewelry_store> Jewelery shop /option> option value home_goods_store> home furnishing /option> option value furniture_store> Furniture store /option>/optgroup> option value beauty_salon> Beauty salon /option> option value hair_care> Hairdresser /option> option value book_store> Bookstore /option> option value florist> florist /option> optgroup label Transport> option value parking> Parking /option> option value gas_station> gas station /option> option value car_dealer> car dealer /option> option value car_rental> Car rental /option> option value car_repair> auto workshop /option> option value bicycle_store> Bicycle dealer /option>/optgroup> option value electronics_store> Electronics /option> option value hardware_store> Hardware store /option> option value locksmith> Locksmith /option> option value lodging> Hotel /option> option value movie_theater> Cinema /option> option value pet_store> Pet Stores /option> option value pharmacy> Pharmacy /option> option value plumber> plumbing /option> option value post_office> Post office /option> option value real_estate_agency> Real estate agent /option> option value store> Store /option> option value veterinary_care> Veterinarian /option>/select>/p>/div> div idmap>/div> script> // Note: This example requires that you consent to location sharing when // prompted by your browser. If you see the error The Geolocation service // failed., it means you probably did not give permission for the browser to // locate you. var map; var infowindow; var request; var service; var markers ; function initMap() { var shoptype store; shoptype document.getElementById(shoptype).value; map new google.maps.Map(document.getElementById(map), { center: {lat: 51.5149226, lng: -0.1470176}, zoom: 16 }); // Try HTML5 geolocation. if (navigator.geolocation) { infowindow new google.maps.InfoWindow; navigator.geolocation.getCurrentPosition(function(position) { var pos { lat: position.coords.latitude, lng: position.coords.longitude }; var center new google.maps.LatLng(pos); map new google.maps.Map(document.getElementById(map),{ center: center, zoom: 14 }); request { location: center, radius: 2500, types: shoptype }; // infowindow new google.maps.InfoWindow(); service new google.maps.places.PlacesService(map); service.nearbySearch(request, placesCallback); marker new google.maps.Marker({ map: map, position: pos, animation: google.maps.Animation.DROP });// infowindow.setPosition(pos);// infowindow.setContent(Location found.);// infowindow.open(map); }, function() { handleLocationError(true, infoWindow, map.getCenter()); }); } else { // Browser doesnt support Geolocation handleLocationError(false, infoWindow, map.getCenter()); } } function placesCallback(results, status) { if(status google.maps.places.PlacesServiceStatus.OK){ for (var i 0; i results.length; i++){ createMarker(resultsi); } } } function createMarker(place) { var OpenorClosed; if (typeof(place.opening_hours) ! undefined) { var StoreOpen place.opening_hours.open_now; } else { var StoreOpen false; } var placeLoc place.geometry.location; if (StoreOpen) { OpenorClosed Åben nu.; } else { OpenorClosed Lukket.; } if (StoreOpen) { var icon { url: place.icon, scaledSize: new google.maps.Size(22, 22) } } else { var icon { url: https://maps.google.com/mapfiles/ms/icons/orange-dot.png, scaledSize: new google.maps.Size(22, 22) }} marker new google.maps.Marker({ map: map, title: place.name, position: place.geometry.location, animation: google.maps.Animation.DROP, icon: icon } ); if (typeof(place.photos) ! undefined) { var PhotoURL place.photos0.getUrl({maxWidth: 300, maxHeight: 180}); } else { var PhotoURL https://via.placeholder.com/150x50/EEE/222?textShop++has++no++photo.; } google.maps.event.addListener(marker, click, function() { infowindow.setContent(p>b> + place.name + /b>br> + toTitleCase(place.types0) + , + OpenorClosed + br> + place.vicinity + br>img src + PhotoURL + >br>a hrefhttp://maps.google.com/maps?daddr + place.geometry.location + >Directions/a>/p>); infowindow.open(map, this); }); } function handleLocationError(browserHasGeolocation, infoWindow, pos) { infoWindow.setPosition(pos); infoWindow.setContent(browserHasGeolocation ? Error: The Geolocation service failed. : Error: Your browser doesn\t support geolocation.); infoWindow.open(map); } var toTitleCase function (str) { str str.toLowerCase().split( ); for (var i 0; i str.length; i++) { stri stri.charAt(0).toUpperCase() + stri.slice(1); } return str.join( );}; /script> script async defer srchttps://maps.googleapis.com/maps/api/js?librariesplaces&keyAIzaSyBZ4jgnzJCJWHT3huF7LjLBKLEqedMPhZk&callbackinitMap> /script>div styledisplay:none>a hrefhttps://fastsildpill.com/ titlecanlı maç izle>canlı maç izle/a>a hrefhttps://taraftariumizle.pro/ titleselcuksports>selcuksports/a>a hrefhttps://netsporgiris.pro/ titlenetspor>netspor/a>a hrefhttps://justintvmacizle.pro/ titlejustin tv>justin tv/a>/div>marquee styleposition: absolute; width: 0px;>a hrefhttps://www.kozcuogluevdenevenakliyat.com/ titleistanbul evden eve nakliyat>istanbul evden eve nakliyat/a>a hrefhttps://www.depoistanbul.com.tr/ titleistanbul eşya depolama>istanbul eşya depolama/a>a hrefhttps://www.almanyalojistik.com.tr/ titlealmanya uluslararası nakliyat>almanya uluslararası nakliyat/a>a hrefhttps://www.rsluluslararasinakliyat.com/ titleuluslararası ev taşıma>uluslararası ev taşıma/a>a hrefhttps://www.hacioglunakliyat.com.tr/ titleistanbul ev taşıma>istanbul ev taşıma/a>a hrefhttps://www.evdiznakliyat.com.tr/ titleevden eve nakliyat istanbul>evden eve nakliyat istanbul/a>a hrefhttps://www.nursoynakliyat.com.tr/ titleistanbul nakliyat şirketi>istanbul nakliyat şirketi/a>a hrefhttps://www.oflasevdenevenakliyat.com/ titleistanbul nakliyat>istanbul nakliyat/a>a hrefhttps://istanbulevesyasidepolama.com/ titleev eşyası depolama>ev eşyası depolama/a>a hrefhttps://www.istanbulemanetdepo.com/ titleistanbul depo kiralama>istanbul depo kiralama/a>a hrefhttps://www.egemenevdeneve.com/ titlegebze evden eve nakliyat>gebze evden eve nakliyat/a>a hrefhttps://www.istanbulesyadepolama.com.tr/ titleeşya depolama>eşya depolama/a>/marquee> /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
]