Domain www.satellitepower.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.82.29:8443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 23:29:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bd06f5c8e94dcce-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.151.121:80 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 308 Permanent Redirect
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Length: 0
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://www.satellitepower.com/
    Server: cloudflare
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=obG7rNw36VFF%2BIB4wYKqTJsjkV82pD%2FFvrWCIh%2F5PU%2ByH%2BXUkcynnnQ76fBpG1y9vu8zFjXtRI5NBviJPahd7u59XPWvP3ix2xntwnJWjs%2BJ0vAnaWI%3D"}]}
    CF-RAY: 9bd06f583e4a7da6-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.82.29:443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Accept-Ranges: bytes
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nG7FlxIcuVYouOirkSwKFVKjFKGpyIYLmpEnY4njqdvjpTlXmOIQsUJ73I0IvqROv6QP54MtZAkWUDqcnkHBq8jA7WMRBCMCWjKc0Q018piHEmvtC74%3D"}]}
    last-modified: Mon, 12 Jan 2026 18:10:03 GMT
    Server: cloudflare
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9bd06f582a669175-EWR
    
    Page title: Strategic Acquisitions Inc. | Private Asset
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <title>Strategic Acquisitions Inc. | Private Asset</title>
        
        <meta name="robots" content="noindex, nofollow">
        
        <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='black'/%3E%3Crect x='4' y='4' width='24' height='24' fill='none' stroke='white' stroke-width='1'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='serif' font-size='8' font-weight='bold'%3ESAI%3C/text%3E%3C/svg%3E">
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
        
        <script src="https://cdn.tailwindcss.com"></script>
        <script>
            tailwind.config = {
                darkMode: 'class',
                theme: {
                    extend: {
                        fontFamily: {
                            sans: ['Inter', 'sans-serif'],
                            serif: ['Playfair Display', 'serif'],
                            cinzel: ['Cinzel', 'serif'],
                        },
                        colors: {
                            void: '#050505',
                            tungsten: '#94a3b8',
                        }
                    }
                }
            }
        </script>
    
        <style>
            body {
                background-color: #050505;
                color: #FFFFFF;
                font-family: 'Inter', sans-serif;
                margin: 0;
                width: 100vw;
                overflow-x: hidden;
                -webkit-font-smoothing: antialiased;
                user-select: none;
                -webkit-user-select: none;
            }
            
            img { pointer-events: none; user-drag: none; -webkit-user-drag: none; }
    
            .silver-gradient {
                background: linear-gradient(180deg, #FFFFFF 0%, #94a3b8 50%, #475569 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .fade-in { animation: fadeIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(20px); }
            @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }
    
            #domain-name {
                white-space: nowrap !important;
                overflow: visible !important;
                line-height: 1.1 !important;
                display: inline-block;
                font-size: 11vw;
            }
            
            #domain-container {
                width: 100%;
                padding: 0 5%;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
    
            input, select {
                background: transparent;
                border-bottom: 1px solid #333;
                color: #fff;
                border-radius: 0;
                transition: border-color 0.3s ease;
                appearance: none;
                -webkit-appearance: none;
                padding-left: 8px;
                padding-right: 8px;
            }
            input:focus, select:focus {
                outline: none;
                border-bottom: 1px solid #fff;
            }
            
            /* CUSTOM DROPDOWN ARROW */
            .select-wrapper { position: relative; }
            .select-wrapper::after {
                content: '+';
                font-family: 'Inter', sans-serif;
                font-weight: 300;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #666;
                pointer-events: none;
                font-size: 12px;
            }
    
            .input-error { border-bottom-color: #ef4444 !important; color: #ef4444 !important; }
            .error-msg { display: none; color: #ef4444; font-size: 8px; lette
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.82.29:80 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 308 Permanent Redirect
    Date: Mon, 12 Jan 2026 23:29:16 GMT
    Content-Length: 0
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://www.satellitepower.com/
    Server: cloudflare
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vAO%2Fpe3Arcet%2BIcg8GHxP18LzJSyqmDB9oxVqjnPeWWHxNsHsMFwwFjd6zjsoEGSFLW1Qt1bg7rZ2gbDvGQV5ue4D%2FuwZ8yPiyQ3378exFJ28ZS23q0%3D"}]}
    CF-RAY: 9bd06f5919f24419-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.151.121:8443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 23:29:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bd06f5bacd271ff-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::ac43:9779:8443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 23:29:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bd06f5b6afbb404-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:521d:443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Accept-Ranges: bytes
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P5SGwFRQjDia889%2BhKmf4JFcfgPUXdsdMt8HzTaTKKf2nfJlB9IqgXq8eqhksCFXcu0hCVYKVo9Nr7i8vnL9vlQ4REJGML9VsxzfXtmJgGnelvWvM4R7ZheT5lHmKsXquEo%3D"}]}
    last-modified: Mon, 12 Jan 2026 18:10:03 GMT
    Server: cloudflare
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9bd06f577da2ec6f-YYZ
    
    Page title: Strategic Acquisitions Inc. | Private Asset
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <title>Strategic Acquisitions Inc. | Private Asset</title>
        
        <meta name="robots" content="noindex, nofollow">
        
        <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='black'/%3E%3Crect x='4' y='4' width='24' height='24' fill='none' stroke='white' stroke-width='1'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='serif' font-size='8' font-weight='bold'%3ESAI%3C/text%3E%3C/svg%3E">
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
        
        <script src="https://cdn.tailwindcss.com"></script>
        <script>
            tailwind.config = {
                darkMode: 'class',
                theme: {
                    extend: {
                        fontFamily: {
                            sans: ['Inter', 'sans-serif'],
                            serif: ['Playfair Display', 'serif'],
                            cinzel: ['Cinzel', 'serif'],
                        },
                        colors: {
                            void: '#050505',
                            tungsten: '#94a3b8',
                        }
                    }
                }
            }
        </script>
    
        <style>
            body {
                background-color: #050505;
                color: #FFFFFF;
                font-family: 'Inter', sans-serif;
                margin: 0;
                width: 100vw;
                overflow-x: hidden;
                -webkit-font-smoothing: antialiased;
                user-select: none;
                -webkit-user-select: none;
            }
            
            img { pointer-events: none; user-drag: none; -webkit-user-drag: none; }
    
            .silver-gradient {
                background: linear-gradient(180deg, #FFFFFF 0%, #94a3b8 50%, #475569 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .fade-in { animation: fadeIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(20px); }
            @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }
    
            #domain-name {
                white-space: nowrap !important;
                overflow: visible !important;
                line-height: 1.1 !important;
                display: inline-block;
                font-size: 11vw;
            }
            
            #domain-container {
                width: 100%;
                padding: 0 5%;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
    
            input, select {
                background: transparent;
                border-bottom: 1px solid #333;
                color: #fff;
                border-radius: 0;
                transition: border-color 0.3s ease;
                appearance: none;
                -webkit-appearance: none;
                padding-left: 8px;
                padding-right: 8px;
            }
            input:focus, select:focus {
                outline: none;
                border-bottom: 1px solid #fff;
            }
            
            /* CUSTOM DROPDOWN ARROW */
            .select-wrapper { position: relative; }
            .select-wrapper::after {
                content: '+';
                font-family: 'Inter', sans-serif;
                font-weight: 300;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #666;
                pointer-events: none;
                font-size: 12px;
            }
    
            .input-error { border-bottom-color: #ef4444 !important; color: #ef4444 !important; }
            .error-msg { display: none; color: #ef4444; font-size: 8px; lette
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::ac43:9779:80 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 308 Permanent Redirect
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Length: 0
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://www.satellitepower.com/
    Server: cloudflare
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ippoasUYH3mzEckGm7qn5HrKcx6kiQ57PxVSl17E6FBK8mhIDTj%2BuoFxO%2Boe%2Fz9JqYUglSRCe5dQhimBVp%2Bu76NOSDt7%2FyjEECznPJH7ubEfLtlCx9dqlQZCM0BIf%2BLSJRo%3D"}]}
    CF-RAY: 9bd06f55f9b87db1-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::ac43:9779:443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Accept-Ranges: bytes
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mx6wU6vDGitdKcFO0rABjBttkc93MNCiA8uu3RpAb7RryvtbYZb4VwN02zRS4eQQ7BJJXUHGn9GQaTIqkeGMfZpaaStmnJn9iafI%2Fcw1YNbr%2FlpuB6LdwWx57LV6ISYnq7Y%3D"}]}
    last-modified: Mon, 12 Jan 2026 18:10:03 GMT
    Server: cloudflare
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9bd06f573c0dd8d9-YYZ
    
    Page title: Strategic Acquisitions Inc. | Private Asset
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <title>Strategic Acquisitions Inc. | Private Asset</title>
        
        <meta name="robots" content="noindex, nofollow">
        
        <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='black'/%3E%3Crect x='4' y='4' width='24' height='24' fill='none' stroke='white' stroke-width='1'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='serif' font-size='8' font-weight='bold'%3ESAI%3C/text%3E%3C/svg%3E">
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
        
        <script src="https://cdn.tailwindcss.com"></script>
        <script>
            tailwind.config = {
                darkMode: 'class',
                theme: {
                    extend: {
                        fontFamily: {
                            sans: ['Inter', 'sans-serif'],
                            serif: ['Playfair Display', 'serif'],
                            cinzel: ['Cinzel', 'serif'],
                        },
                        colors: {
                            void: '#050505',
                            tungsten: '#94a3b8',
                        }
                    }
                }
            }
        </script>
    
        <style>
            body {
                background-color: #050505;
                color: #FFFFFF;
                font-family: 'Inter', sans-serif;
                margin: 0;
                width: 100vw;
                overflow-x: hidden;
                -webkit-font-smoothing: antialiased;
                user-select: none;
                -webkit-user-select: none;
            }
            
            img { pointer-events: none; user-drag: none; -webkit-user-drag: none; }
    
            .silver-gradient {
                background: linear-gradient(180deg, #FFFFFF 0%, #94a3b8 50%, #475569 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .fade-in { animation: fadeIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(20px); }
            @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }
    
            #domain-name {
                white-space: nowrap !important;
                overflow: visible !important;
                line-height: 1.1 !important;
                display: inline-block;
                font-size: 11vw;
            }
            
            #domain-container {
                width: 100%;
                padding: 0 5%;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
    
            input, select {
                background: transparent;
                border-bottom: 1px solid #333;
                color: #fff;
                border-radius: 0;
                transition: border-color 0.3s ease;
                appearance: none;
                -webkit-appearance: none;
                padding-left: 8px;
                padding-right: 8px;
            }
            input:focus, select:focus {
                outline: none;
                border-bottom: 1px solid #fff;
            }
            
            /* CUSTOM DROPDOWN ARROW */
            .select-wrapper { position: relative; }
            .select-wrapper::after {
                content: '+';
                font-family: 'Inter', sans-serif;
                font-weight: 300;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #666;
                pointer-events: none;
                font-size: 12px;
            }
    
            .input-error { border-bottom-color: #ef4444 !important; color: #ef4444 !important; }
            .error-msg { display: none; color: #ef4444; font-size: 8px; lette
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.151.121:443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Accept-Ranges: bytes
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=L35Yps0iZTbdlYjLr22j0lRZlFeXmVksKqPglY8z2OfPhD3HkPV8hlKz%2FKyFydmEu0Y%2B7B3CBh7Yur6Zq8ZFIIz90jLw%2BaPkbL2DJ%2FH3q3Fp9BvGWro%3D"}]}
    last-modified: Mon, 12 Jan 2026 18:10:03 GMT
    Server: cloudflare
    vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9bd06f570c139dab-YYZ
    
    Page title: Strategic Acquisitions Inc. | Private Asset
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <title>Strategic Acquisitions Inc. | Private Asset</title>
        
        <meta name="robots" content="noindex, nofollow">
        
        <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='black'/%3E%3Crect x='4' y='4' width='24' height='24' fill='none' stroke='white' stroke-width='1'/%3E%3Ctext x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='serif' font-size='8' font-weight='bold'%3ESAI%3C/text%3E%3C/svg%3E">
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
        
        <script src="https://cdn.tailwindcss.com"></script>
        <script>
            tailwind.config = {
                darkMode: 'class',
                theme: {
                    extend: {
                        fontFamily: {
                            sans: ['Inter', 'sans-serif'],
                            serif: ['Playfair Display', 'serif'],
                            cinzel: ['Cinzel', 'serif'],
                        },
                        colors: {
                            void: '#050505',
                            tungsten: '#94a3b8',
                        }
                    }
                }
            }
        </script>
    
        <style>
            body {
                background-color: #050505;
                color: #FFFFFF;
                font-family: 'Inter', sans-serif;
                margin: 0;
                width: 100vw;
                overflow-x: hidden;
                -webkit-font-smoothing: antialiased;
                user-select: none;
                -webkit-user-select: none;
            }
            
            img { pointer-events: none; user-drag: none; -webkit-user-drag: none; }
    
            .silver-gradient {
                background: linear-gradient(180deg, #FFFFFF 0%, #94a3b8 50%, #475569 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .fade-in { animation: fadeIn 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(20px); }
            @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } }
    
            #domain-name {
                white-space: nowrap !important;
                overflow: visible !important;
                line-height: 1.1 !important;
                display: inline-block;
                font-size: 11vw;
            }
            
            #domain-container {
                width: 100%;
                padding: 0 5%;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
    
            input, select {
                background: transparent;
                border-bottom: 1px solid #333;
                color: #fff;
                border-radius: 0;
                transition: border-color 0.3s ease;
                appearance: none;
                -webkit-appearance: none;
                padding-left: 8px;
                padding-right: 8px;
            }
            input:focus, select:focus {
                outline: none;
                border-bottom: 1px solid #fff;
            }
            
            /* CUSTOM DROPDOWN ARROW */
            .select-wrapper { position: relative; }
            .select-wrapper::after {
                content: '+';
                font-family: 'Inter', sans-serif;
                font-weight: 300;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #666;
                pointer-events: none;
                font-size: 12px;
            }
    
            .input-error { border-bottom-color: #ef4444 !important; color: #ef4444 !important; }
            .error-msg { display: none; color: #ef4444; font-size: 8px; lette
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:521d:80 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 308 Permanent Redirect
    Date: Mon, 12 Jan 2026 23:29:15 GMT
    Content-Length: 0
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://www.satellitepower.com/
    Server: cloudflare
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HTrH10M%2B%2BCjVK0j5P51inwpZDjUmAp%2FSPnaJyxcDcH7Z2JzBBDNBndNgGpHxpVEcRmAa09M%2BK4QQaKVpiEMRIJRUylFtiJJE5w%2BsAaSCoY8b%2FgqHbl%2B25PPy3dkuHyivcqk%3D"}]}
    CF-RAY: 9bd06f56b929240f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:521d:8443 · www.satellitepower.com

    2026-01-12 23:29

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 23:29:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bd06f5b0a13c95d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
satellitepower.com*.satellitepower.com
CN:
satellitepower.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 22:20
Not after:
2026-04-12 23:18