Domain arksf.org
Germany
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Open service 2a05:d014:58f:6200::259:80 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Mon, 12 Jan 2026 04:13:27 GMT
    Location: https://arksf.org/
    Server: Netlify
    X-Nf-Request-Id: 01KER6H9PCX9S7Y1VN447A1FWT
    Content-Length: 33
    Connection: close
    
    
    Redirecting to https://arksf.org/
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:443 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 2344
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 04:13:18 GMT
    Etag: "0bfa554270bc00d255776c103a6fb03c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KER6H14Q1QC8G4A8XRVDWT9B
    Connection: close
    
    Page title: the ark
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>the ark</title>
        <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=Inter:wght@300;400&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                height: 100vh;
                width: 100vw;
                overflow: hidden;
                position: relative;
            }
    
            .background-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url('ChatGPT Image Sep 15, 2025, 04_44_40 PM.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 1;
            }
    
    
            .content {
                position: absolute;
                top: 30%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 3;
                text-align: center;
            }
    
            .text {
                font-family: 'Inter', sans-serif;
                font-size: 14px;
                color: white;
                letter-spacing: 2px;
                font-weight: 300;
                position: relative;
                animation: fadeIn 3s ease-in;
            }
    
            .star {
                position: fixed;
                top: 20px;
                right: 20px;
                font-size: 10px;
                color: white;
                opacity: 0.4;
                z-index: 10;
                animation: fadeIn 4s ease-in, twinkle 3s ease-in-out infinite 4s;
            }
    
            @keyframes fadeIn {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
    
            @keyframes twinkle {
                0%, 100% {
                    opacity: 0.4;
                }
                50% {
                    opacity: 0.7;
                }
            }
        </style>
    </head>
    <body>
        <div class="background-image"></div>
        <span class="star">✦</span>
        <div class="content">
            <p class="text">[the ark]</p>
        </div>
    </body>
    </html>
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 2344
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 04:13:18 GMT
    Etag: "0bfa554270bc00d255776c103a6fb03c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KER6H0VVX8XGTXHX4R2MTEAP
    Connection: close
    
    Page title: the ark
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>the ark</title>
        <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=Inter:wght@300;400&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                height: 100vh;
                width: 100vw;
                overflow: hidden;
                position: relative;
            }
    
            .background-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url('ChatGPT Image Sep 15, 2025, 04_44_40 PM.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 1;
            }
    
    
            .content {
                position: absolute;
                top: 30%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 3;
                text-align: center;
            }
    
            .text {
                font-family: 'Inter', sans-serif;
                font-size: 14px;
                color: white;
                letter-spacing: 2px;
                font-weight: 300;
                position: relative;
                animation: fadeIn 3s ease-in;
            }
    
            .star {
                position: fixed;
                top: 20px;
                right: 20px;
                font-size: 10px;
                color: white;
                opacity: 0.4;
                z-index: 10;
                animation: fadeIn 4s ease-in, twinkle 3s ease-in-out infinite 4s;
            }
    
            @keyframes fadeIn {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
    
            @keyframes twinkle {
                0%, 100% {
                    opacity: 0.4;
                }
                50% {
                    opacity: 0.7;
                }
            }
        </style>
    </head>
    <body>
        <div class="background-image"></div>
        <span class="star">✦</span>
        <div class="content">
            <p class="text">[the ark]</p>
        </div>
    </body>
    </html>
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:80 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Mon, 12 Jan 2026 04:13:26 GMT
    Location: https://arksf.org/
    Server: Netlify
    X-Nf-Request-Id: 01KER6H8ZJR6SMFDTXTAABJF4C
    Content-Length: 33
    Connection: close
    
    
    Redirecting to https://arksf.org/
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Mon, 12 Jan 2026 04:13:25 GMT
    Location: https://arksf.org/
    Server: Netlify
    X-Nf-Request-Id: 01KER6H807W3K6V5YHRQZRCX49
    Content-Length: 33
    Connection: close
    
    
    Redirecting to https://arksf.org/
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Mon, 12 Jan 2026 04:13:25 GMT
    Location: https://arksf.org/
    Server: Netlify
    X-Nf-Request-Id: 01KER6H81DNPTYAFSAR8XTNER4
    Content-Length: 33
    Connection: close
    
    
    Redirecting to https://arksf.org/
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 2344
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 04:13:18 GMT
    Etag: "0bfa554270bc00d255776c103a6fb03c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KER6H0W1RFB5REY28TM205PR
    Connection: close
    
    Page title: the ark
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>the ark</title>
        <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=Inter:wght@300;400&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                height: 100vh;
                width: 100vw;
                overflow: hidden;
                position: relative;
            }
    
            .background-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url('ChatGPT Image Sep 15, 2025, 04_44_40 PM.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 1;
            }
    
    
            .content {
                position: absolute;
                top: 30%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 3;
                text-align: center;
            }
    
            .text {
                font-family: 'Inter', sans-serif;
                font-size: 14px;
                color: white;
                letter-spacing: 2px;
                font-weight: 300;
                position: relative;
                animation: fadeIn 3s ease-in;
            }
    
            .star {
                position: fixed;
                top: 20px;
                right: 20px;
                font-size: 10px;
                color: white;
                opacity: 0.4;
                z-index: 10;
                animation: fadeIn 4s ease-in, twinkle 3s ease-in-out infinite 4s;
            }
    
            @keyframes fadeIn {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
    
            @keyframes twinkle {
                0%, 100% {
                    opacity: 0.4;
                }
                50% {
                    opacity: 0.7;
                }
            }
        </style>
    </head>
    <body>
        <div class="background-image"></div>
        <span class="star">✦</span>
        <div class="content">
            <p class="text">[the ark]</p>
        </div>
    </body>
    </html>
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:443 · arksf.org

    2026-01-12 04:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 2344
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 04:13:18 GMT
    Etag: "0bfa554270bc00d255776c103a6fb03c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KER6H0S305CHZ0SZ3QNPBTC1
    Connection: close
    
    Page title: the ark
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>the ark</title>
        <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=Inter:wght@300;400&display=swap" rel="stylesheet">
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                height: 100vh;
                width: 100vw;
                overflow: hidden;
                position: relative;
            }
    
            .background-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url('ChatGPT Image Sep 15, 2025, 04_44_40 PM.png');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 1;
            }
    
    
            .content {
                position: absolute;
                top: 30%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 3;
                text-align: center;
            }
    
            .text {
                font-family: 'Inter', sans-serif;
                font-size: 14px;
                color: white;
                letter-spacing: 2px;
                font-weight: 300;
                position: relative;
                animation: fadeIn 3s ease-in;
            }
    
            .star {
                position: fixed;
                top: 20px;
                right: 20px;
                font-size: 10px;
                color: white;
                opacity: 0.4;
                z-index: 10;
                animation: fadeIn 4s ease-in, twinkle 3s ease-in-out infinite 4s;
            }
    
            @keyframes fadeIn {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
    
            @keyframes twinkle {
                0%, 100% {
                    opacity: 0.4;
                }
                50% {
                    opacity: 0.7;
                }
            }
        </style>
    </head>
    <body>
        <div class="background-image"></div>
        <span class="star">✦</span>
        <div class="content">
            <p class="text">[the ark]</p>
        </div>
    </body>
    </html>
    Found 19 hours ago by HttpPlugin
    Create report
arksf.org
CN:
arksf.org
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-15 04:13
Not after:
2026-02-13 04:13