.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fbf3ed6630c480b736b2d2cef6b2d2cef
Found 3 files trough .DS_Store spidering: /index.html /robots.txt /staticwebapp.config.json
Open service 51.124.12.35:443 · www.dash.security
2026-01-09 16:12
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 16:13:34 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2026-01-09 16:12
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 16:13:34 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2026-01-02 07:30
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 07:30:03 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2026-01-02 07:30
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 07:30:03 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2025-12-23 04:03
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 04:03:40 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2025-12-23 04:03
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 04:03:40 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2025-12-21 01:21
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 01:21:24 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca
Open service 51.124.12.35:443 · www.dash.security
2025-12-21 01:21
HTTP/1.1 200 OK
Content-Length: 7839
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 01:21:24 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "02755852"
Last-Modified: Mon, 22 Sep 2025 12:27:53 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Dash Security - Coming Soon
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-navbutton-color" content="#000000">
<title>Dash Security - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: #000000;
color: #ffffff;
height: 100vh;
overflow: hidden;
position: relative;
}
/* Animated gradient background */
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(125deg, #000000 0%, #0a0a0a 40%, #111111 100%);
z-index: -2;
}
/* Subtle grid overlay */
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
background-size: 50px 50px;
z-index: -1;
opacity: 0.5;
animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(50px, 50px); }
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 20px;
position: relative;
z-index: 1;
}
/* Logo/Brand */
.logo {
font-size: 2.5rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 7rem;
background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: fadeInUp 1s ease-out;
}
/* Main heading */
h1 {
font-size: 3.5rem;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 1rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.2s forwards;
}
/* Subtitle */
.subtitle {
font-size: 1.25rem;
color: #666666;
font-weight: 400;
margin-bottom: 3rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.4s forwards;
}
/* Status indicator */
.status-indicator {
display: flex;
align-items: center;
gap: 1.5rem;
opacity: 0;
animation: fadeInUp 1s ease-out 0.7s forwards;
padding: 20px 40px;
backdrop-filter: blur(10px);
}
.pulse-container {
display: flex;
align-items: center;
gap: 6px;
}
.pulse-dot {
width: 8px;
height: 8px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
animation: pulseDot 2s ease-in-out infinite;
}
.pulse-dot:nth-child(1) {
animation-delay: 0s;
}
.pulse-dot:nth-child(2) {
animation-delay: 0.4s;
}
.pulse-dot:nth-child(3) {
animation-delay: 0.8s;
}
@keyframes pulseDot {
0%, 100% {
background: rgba(255, 255, 255, 0.2);
transform: sca