Help
RSS
API
Feed
Maltego
Contact
Domain > mobile.voucher.travel
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-19
108.129.21.119
(
ClassC
)
2025-11-29
52.31.209.83
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Sat, 29 Nov 2025 19:30:42 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://mobile.voucher.travel:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 29 Nov 2025 19:30:43 GMTContent-Type: text/html; charsetutf-8Content-Length: 6120Connection: keep-aliveSet-Cookie: AWSALBTGkZs1mfnxm+NPlgqUOv20YqbG7sDP1tRgBQWfJxS0f8MZuYHdIMj5rDfRVSQOEHG8oJXI5aoUFijakORk8ttiHBB5iUBpGJFryfU6Q6wDA74CMUq9NE25fMOWUIkdrmP3vPskbepX2Lma1+7Gnc+WNQpZsBYI6INJ7rdsEVBCIMIR; ExpiresSat, 06 Dec 2025 19:30:43 GMT; Path/Set-Cookie: AWSALBTGCORSkZs1mfnxm+NPlgqUOv20YqbG7sDP1tRgBQWfJxS0f8MZuYHdIMj5rDfRVSQOEHG8oJXI5aoUFijakORk8ttiHBB5iUBpGJFryfU6Q6wDA74CMUq9NE25fMOWUIkdrmP3vPskbepX2Lma1+7Gnc+WNQpZsBYI6INJ7rdsEVBCIMIR; ExpiresSat, 06 Dec 2025 19:30:43 GMT; Path/; SameSiteNone; SecureSet-Cookie: AWSALB/6t+X90K0Uae6vVydP6zTREqLqmfo6JJtkQuXrj0UoVlOFoiliPkcts8a5ucR43S6952zc3LC3tFUdGTn2hQUT3Fw4PWzrT9toVveAbLqc8eR1kFLKe8jdOCVXml; ExpiresSat, 06 Dec 2025 19:30:43 GMT; Path/Set-Cookie: AWSALBCORS/6t+X90K0Uae6vVydP6zTREqLqmfo6JJtkQuXrj0UoVlOFoiliPkcts8a5ucR43S6952zc3LC3tFUdGTn2hQUT3Fw4PWzrT9toVveAbLqc8eR1kFLKe8jdOCVXml; ExpiresSat, 06 Dec 2025 19:30:43 GMT; Path/; SameSiteNone; SecureCache-Control: privateServer: Microsoft-IIS/10.0X-AspNetMvc-Version: 3.0X-Powered-By: ASP.NET !doctype html>html>head> title>Mobile Voucher/title> meta http-equivContent-type contenttext/html;charsetUTF-8 /> meta nameviewport contentwidthdevice-width, minimum-scale1, maximum-scale1 /> meta nameapple-mobile-web-app-capable contentyes /> link relapple-touch-startup-image href/Content/images/startup.png /> link href/Home/Theme relstylesheet typetext/css /> link relstylesheet hrefhttp://code.jquery.com/mobile/1.0/jquery.mobile.structure-1.0.min.css /> link relstylesheet typetext/css href/combres.axd/siteCss/-2010048251//> script typetext/javascript srchttp://code.jquery.com/jquery-1.6.4.min.js>/script> script typetext/javascript srchttp://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js>/script> script typetext/javascript src/combres.axd/siteJs/-1968964636/>/script> script typetext/javascript srchttp://maps.googleapis.com/maps/api/js?sensorfalse>/script> script typetext/javascript> $(function () { $.mobile.page.prototype.options.domCache true; }); function showMap(latitude, longitude, hotelName) { var $collapsibleMapContent $(#collapsibleMapContent); if ($collapsibleMapContent.length 0) { var $hotelListView $(.hotel-listview); $collapsibleMapContent $(li idcollapsibleMapContent classui-li ui-li-static ui-body-a stylepadding: 0;>div stylewidth: + $(this).width() + px; height: + $(this).width() + px; idloading classloading>Loading.../div>/li>); $hotelListView.append($collapsibleMapContent); $(#collapsibleMap).text(Hide Map); if (navigator.userAgent.match(/Android/gi) ! null) { // For Android, dynamic map initializeMapDynamic(latitude, longitude); } else { //For IPhone/IPad, link var link ; if (navigator.userAgent.match(/iPhone/gi) ! null || navigator.userAgent.match(/iPad/gi) ! null) { var name hotelName.replace( , +); link a classui-link-inherit hrefhttp://maps.google.com/maps?q + latitude + ,+ + longitude + +( + name + )&tm&z15>div classouterdiv>img classimg src/Content/images/maps.png altOpen in maps app titleOpen in maps app />div classdiv>Open in maps app/div>br styleclear: both;/>/div>/a>; } // For all but Android, static map $.get(/HotelVoucher/GetStaticGoogleMapsImageAdress?latitude + latitude + &longitude + longitude + &size + $(this).width(), function (data) { $collapsibleMapContent.find(.loading).replaceWith(link + img src + data + />); }); } } else { $collapsibleMapContent.remove(); $(#collapsibleMap).text(Show Map); } } // Initialize dynamic map function initializeMapDynamic(latitude, longitude) { var fLat parseFloat(latitude); var fLon parseFloat(longitude); var latLng new google.maps.LatLng(fLat, fLon); // hide businesses ( hotels ) var noPoi { featureType: poi.business, stylers: { visibility: off} }; var myOptions { zoom: 15, center: latLng, mapTypeId: google.maps.MapTypeId.ROADMAP, streetViewControl: false, styles: noPoi }; var elm document.getElementById(loading); var map new google.maps.Map(elm, myOptions); var marker new google.maps.Marker({ position: latLng, map: map, title: Hotel//, //icon: http://google-maps-icons.googlecode.com/files/hotel.png }); } /script>/head>body> div data-rolepage data-themea> div data-rolecontent> script typetext/javascript> $(document).ready(function () { // Saves authentication data or submits if data is avaliable (uses to localstorage) // Only when in iOS Fullscreen Mode if (standalone in window.navigator && window.navigator.standalone && typeof (sessionStorage) ! undefined) { saveOrLogin(#login); } });/script>div idlogindialog data-roledialog roledialog classui-page-active ui-body-a> div data-roleheader data-backbtnfalse data-themea idloginheader> h1>Voucher Info/h1> /div> div data-rolecontent data-themea>form action/ data-ajaxfalse idlogin methodpost> div data-rolefieldcontain> label forBookingID>Booking ID/label> input data-valtrue data-val-requiredThe Booking ID field is required. idBookingID nameBookingID typetext value /> span classfield-validation-valid data-valmsg-forBookingID data-valmsg-replacetrue>/span> /div> div data-rolefieldcontain> label forPassword>Password/label> input data-valtrue data-val-lengthThe field Password must be a string with a minimum length of 4 and a maximum length of 4. data-val-length-max4 data-val-length-min4 data-val-requiredThe Password field is required. idPassword namePassword typepassword /> span classfield-validation-valid data-valmsg-forPassword data-valmsg-replacetrue>/span> /div> div> input typesubmit valueLogin data-themea /> /div>/form> /div>/div> /div> /div>/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
]