AmazonS3
tcp/443
CloudFront
tcp/443 tcp/80
Open service 2600:9000:266e:5600:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 f99e0a5708c6297d4aa91b3e4794707e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: FTuw0-_NPSiumfoIXGK22lbiC74gibE2Hrpyy3Q2WDQPJfi7xr1zgw==
Age: 1
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:0:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 fbd2b51fce9ee4f3aa7b93dbbda3d698.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: qG5uOKfEeup94vdlWMo46esUexLd8DOWDf7S7lF8oZXX1mhASaQasg==
Age: 1
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:d600:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 a96420fb093cd21d1dea3700ef4d43ca.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: AFDX6EcNzQrp-Z8Z42FtYSZ3gZReRXthtA39uK4uGt4UmzUDPJL_ng== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:c000:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 2146d75cb402f16f98928cb19acf5ff6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: 41xaAAA2SmAx0gui6IIozqioGVB0qC4_JmZ87e6WvbND_GQH2mzUGA==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:1200:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 7b85fc567b776c0d31c5ac07cc6c2ae6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: 1rM3D8KYdO1EsWHDdysKn4u9lC8tzaj-mfa4BlsdZ2n_1kIYEVViqA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:3a00:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 04d30d89cfeb7f513dc1f5b2d3c605d2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: Ui5Y-BgN6dFN8OLNT23xhTtHEr7AuHzKdas96yTUz1Qy9e2jtbhjwA==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:3e00:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 2146d75cb402f16f98928cb19acf5ff6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: SE9YK0bWJ1LbC6OeLavmKwNHdrRULjs9C99AhxbN8WEqYSV6VrIqWg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:c000:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 4bf44796811ecea5881c6668d3aa9226.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: MXexJpulARsfZX5RcmPgX3HNxhHrbFXsAcDkLm9sgNP4Z6Eh0F9EiA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:d600:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 b81e506afc0d8b7cd6094e636331ca78.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: nErqlIG-KFsBWkb8aWSxcajgyffuL9Q--e-FrQYnupoNSrs8vkbs6Q==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:1200:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 f99e0a5708c6297d4aa91b3e4794707e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: Oyhk7oovymKeYeRNLMoZ5rNSR1DnRz9cCdBl4lACrBz_4HVoU93nRA==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 2600:9000:266e:3e00:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 edfa50bbeda89838b4ee2ce6eaea1b04.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: qCJc-_IPGxZFrXmDmOgg86KRRpYC4rZXFAOi8Sfor-qzAqDC2DlMLA==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 18.245.31.46:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 1e0f88a39289286be3e03ff93487da80.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: auOiGuMMDVv51b-691ALx5VNt7WZb6KiNJ-spzK5uSVxg0i90k6b8g== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.112:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 1eee8db55908814c8f0cde754e3bee5a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: cRzq0SdEHWAPLTX04o1oofieVSQRQjVzbzHXjwYPh9lk2T3lpg05OA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: cRzq0SdEHWAPLTX04o1oofieVSQRQjVzbzHXjwYPh9lk2T3lpg05OA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 18.245.31.68:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 fbd2b51fce9ee4f3aa7b93dbbda3d698.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: s-LLFIX7cLiufgi720hEm0WvbXssrOlWloxd58tLI3d-g3-hyzpDSQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.46:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 d8ec42efeb409ac816e90eb0236c1f4a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: DrtbtvmbyzRX3HdEMJSL0mr4M3e3pkF85MoieDrd6zGd0E2jy8KB6A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: DrtbtvmbyzRX3HdEMJSL0mr4M3e3pkF85MoieDrd6zGd0E2jy8KB6A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:266e:5600:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 1feab8d6a8e5cc920c359b62fd33d3de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: DmOhCpyiHJrGHziOlaLQQz2Toq2VGS4LdJyPt9bddsVAIxnP4U9zjA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.68:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 a96420fb093cd21d1dea3700ef4d43ca.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: GJEoJqfZXRiuxo6wmvUa-d_KnFMWxxuW6mxlA8eNO217dlPPtibxDg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: GJEoJqfZXRiuxo6wmvUa-d_KnFMWxxuW6mxlA8eNO217dlPPtibxDg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:266e:0:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 4bf44796811ecea5881c6668d3aa9226.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: 1CKpcu2ZK_keSluArGU_pbn-ByZwqac5P7FAiA7bSfq5w0RO-G0jdQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:3a00:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 1feab8d6a8e5cc920c359b62fd33d3de.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: CzwGByLdMbaRv8Q4OBAKdb8d-98NdVnZOsthlIXaAs1JE-Jn7tnHPg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:266e:e000:1d:9776:ae00:93a1:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 37236193bd380575cb98e661bedbb260.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: FyoC0evw2P28ZVe6MPQDE9WgPpAMnc7nMJowRMPeAkw7-Jx4fdXPfw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.112:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 af3799c72ed879abb7633a4c3e57502e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: xVrDAxkJREN2IjP5C9iVoQox_7Lz0qBlElgG5SK24ypyh1E3OHtpJA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.245.31.81:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 403 Forbidden Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 919 Connection: close X-Cache: Error from cloudfront Via: 1.1 f996db233b87d6765cc5ad56701268d8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: sakyUQDYpLVJWv3AAtqnExldTKH46VZQOmDGpLi66zvN04mTQEkrbA== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: sakyUQDYpLVJWv3AAtqnExldTKH46VZQOmDGpLi66zvN04mTQEkrbA== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:266e:e000:1d:9776:ae00:93a1:443 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2445
Connection: close
Date: Thu, 22 Jan 2026 02:34:08 GMT
Last-Modified: Sun, 15 Oct 2023 20:57:33 GMT
ETag: "d62f831adb3dadafccde605954bea90b"
x-amz-server-side-encryption: AES256
x-amz-version-id: suU.AcOa2MKEwP1YOxqS.9AR3MH4Bos7
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 4bf44796811ecea5881c6668d3aa9226.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P8
X-Amz-Cf-Id: sG0NyK4zrDWpL2imDVr0YKQUeJB6a53dgZrauYw8eDk8LHPhAC9_DA==
Page title: Space - Work in Progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space - Work in Progress</title>
<style>
body, html {
margin: 0;
height: 100%;
font-family: Arial, sans-serif;
}
.space-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, #020216, #000000);
overflow: hidden;
z-index: -1;
}
@keyframes twinkle {
0%, 100% {
opacity: 0.7;
}
50% {
opacity: 1;
}
}
.star {
position: absolute;
background-color: #FFF;
border-radius: 50%;
animation: twinkle 1.5s infinite alternate;
}
.content {
z-index: 10;
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #FFF;
}
h1 {
font-size: 3em;
text-shadow: 2px 2px 4px #000;
}
p {
margin-top: 20px;
font-size: 1.5em;
text-shadow: 1px 1px 3px #000;
}
</style>
</head>
<body>
<div class="space-bg" id="spaceBg"></div>
<div class="content">
<h1>Work in Progress</h1>
<p>We're venturing deep into space. Join us soon!</p>
</div>
<script>
const spaceBg = document.getElementById('spaceBg');
for (let i = 0; i < 690; i++) {
const star = document.createElement('div');
star.className = 'star';
const xy = Math.random() * 100;
const sz = Math.random() * 2;
const duration = Math.random() * (1.5 - 1) + 1;
star.style.left = `${Math.random() * 100}vw`;
star.style.top = `${Math.random() * 100}vh`;
star.style.width = `${sz}px`;
star.style.height = `${sz}px`;
star.style.animationDuration = `${duration}s`;
spaceBg.appendChild(star);
}
</script>
</body>
</html>
Open service 18.245.31.81:80 · cmdrdash.com
2026-01-22 02:34
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 22 Jan 2026 02:34:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cmdrdash.com/ X-Cache: Redirect from cloudfront Via: 1.1 fbd2b51fce9ee4f3aa7b93dbbda3d698.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P8 X-Amz-Cf-Id: 9WnMYli8WQPm2EA_ZUVOGfYCl9rYPEXaMFY-5iiXjsFWOR0G2vhZCg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
2600:9000:266e:5600:1d:9776:ae00:93a1 1 2600:9000:266e:0:1d:9776:ae00:93a1 1 2600:9000:266e:d600:1d:9776:ae00:93a1 1 2600:9000:266e:c000:1d:9776:ae00:93a1 1 2600:9000:266e:1200:1d:9776:ae00:93a1 1 2600:9000:266e:3a00:1d:9776:ae00:93a1 1 2600:9000:266e:3e00:1d:9776:ae00:93a1 1 18.245.31.46 1 18.245.31.112 1 18.245.31.68 1 2600:9000:266e:e000:1d:9776:ae00:93a1 1 18.245.31.81 1