AmazonS3
tcp/443
Open service 54.192.35.97:443 ยท media21.dev.userbrain.com
2026-01-09 21:51
HTTP/1.1 403 Forbidden
Content-Type: text/html
Content-Length: 1360
Connection: close
Last-Modified: Tue, 16 Jan 2024 14:25:26 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: null
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 09 Jan 2026 16:30:39 GMT
ETag: "818098c055befa58e855d1e98a5486e9"
X-Cache: Error from cloudfront
Via: 1.1 6b8312e115a12f6d9b6300d563e527ba.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P15
X-Amz-Cf-Id: 6JVMvQB15YK9mvVdNPSf7BbxYACL4UFtc2lDQwN3dDePVlGg9_3oDw==
Age: 19261
Vary: Origin
<html>
<head>
<style>
* {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
box-sizing: border-box;
}
html,body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
.container {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.content {
text-align: center;
}
h1 {
display: block;
font-size: 3em;
padding: 0;
margin: 0;
}
p {
margin-top: 1em;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<h1>403 | Forbidden</h1>
<p>Redirecting to userbrain.com in <span class="seconds">5</span> seconds</p>
</div>
</div>
<script type = "text/javascript">
var seconds = 4;
var interval = setInterval(function() {
if(seconds == 0) {
window.location = "https://www.userbrain.com";
clearInterval(interval);
}
document.querySelector('.seconds').innerHTML = seconds;
seconds--;
},1000);
</script>
</body>
</html>