AmazonS3
tcp/80
Open service 52.92.17.76:80 · mazaplay.com
2026-01-26 04:34
HTTP/1.1 301 Moved Permanently x-amz-id-2: drSdh/cH0UG8VUpEUZ9Hvm43wr0fR+VvS16IxpN/3pgQmzu1dMQwfl6rc0s9n3RspxwXhvXlszM= x-amz-request-id: PZ1AD5CCKWT3ZPDB Date: Mon, 26 Jan 2026 04:34:57 GMT Location: http://www.mazaplay.com/ Content-Length: 0 Server: AmazonS3 Connection: close
Open service 52.92.17.76:80 · skyexch.bike
2026-01-26 04:34
HTTP/1.1 301 Moved Permanently x-amz-id-2: TUtusA5XahjwpKOiEYNGHZCPzrhi/Ulk0pReYFQEYYNaXitnKmiuzAwfcedCul244ZMu41ktl3M= x-amz-request-id: PZ1CQWV053FKH841 Date: Mon, 26 Jan 2026 04:34:57 GMT Location: http://www.skyexch.bike/ Content-Length: 0 Server: AmazonS3 Connection: close
Open service 52.92.17.76:80 · lnexch.site
2026-01-05 09:06
HTTP/1.1 301 Moved Permanently x-amz-id-2: i1qvoTsvWtg1bOH1IY7q2bVvSU6I6r3ENMKFFbWUGcjOzc2eFWcDD1Fc5X2yJmBcdab/eTHwkyg= x-amz-request-id: Z20Z8JX89B9NBP5M Date: Mon, 05 Jan 2026 09:06:31 GMT Location: http://www.lnexch.site/ Content-Length: 0 Server: AmazonS3 Connection: close
Open service 52.92.17.76:80 · sky247.fit
2026-01-05 08:14
HTTP/1.1 301 Moved Permanently x-amz-id-2: icGwfrFeBnjsNkDMArkDGo3zMGat8WIcPQz4CN7KMYUOBbRgJXdxdabLwx96ntexVUrxDlaRbeE= x-amz-request-id: 62FSD8J43JC5QP3M Date: Mon, 05 Jan 2026 08:14:40 GMT Location: http://www.sky247.fit/ Content-Length: 0 Server: AmazonS3 Connection: close
Open service 52.92.17.76:80 · send.bigandbold.com
2026-01-05 03:48
HTTP/1.1 200 OK
x-amz-id-2: 1lz92lYjMs906/5n1+WTdWSkGX/jeZrHTUsc6GKyo402qpJeoztZ8sjaKijHcFcqw8ZO3mpH7Fg=
x-amz-request-id: 3QHDAY9NPWMZ1X13
Date: Mon, 05 Jan 2026 03:48:37 GMT
Last-Modified: Thu, 06 Apr 2023 09:09:50 GMT
ETag: "a006d2c78dcd748461687980e1a68f8f"
Content-Type: text/html
Content-Length: 9071
Server: AmazonS3
Connection: close
Page title: Big And Bold | File Transfer
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="favicon" href="/favicon.ico">
<title>Big And Bold | File Transfer</title>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
/*color: #B0BEC5;*/
color: rgb(17,17,17);
display: table;
font-weight: 100;
font-family: 'Lato';
background-color: #F0F0F0;
}
.container {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.content {
text-align: center;
display: inline-block;
width:90%;
}
.content img {
display:block;
margin: 4em auto 5em auto;
}
#pulsar-container {
position:relative;
width:240px;
height:240px;
margin:60px auto;
}
/*older smartphones e.g iphone 4, 4s, s1*/
@media (min-width:320px) and (max-width:640px) {
#pulsar-container {
width:200px;
height:200px;
}
}
.ring {
position:absolute;
background:transparent;
border-radius:50%;
border: 1px solid #F0F0F0;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-o-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
}
#ring-1 {
width:100%;
height:100%;
top:50%;
left:50%;
}
#ring-2 {
width:62%;
height:62%;
top:50%;
left:50%;
}
#spotted-object {
position:absolute;
width:10px;
height:10px;
top:16%;
left:9%;
background:#F0F0F0;
border-radius:50%;
}
#ring-3 {
width:40%;
height:40%;
top:50%;
left:50%;
}
#pulse {
position: absolute;
z-index:-1;
width: 100%;
height: 100%;
top:50%;
left:50%;
border-radius: 50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
-o-transform:translateX(-50%) translateY(-50%);
-ms-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
-webkit-animation: pulse 2s ease-out 0s infinite forwards;
-moz-animation: pulse 2s ease-out 0s infinite forwards;
-o-animation: pulse 2s ease-out 0s infinite forwards;
-ms-animation: pulse 2s ease-out 0s infinite forwards;
animation: pulse 2s ease-out 0s infinite forwards;
}
.pulse {
background: #5ebcd1;
}
.pulse-success {
background:#4cba80;
}
.pulse-error {
background:#d24848;
}
@-webkit-keyframes pulse {
0%
{
width:10%;
height:10%;
opacity:1;
}
80%