Domain kimnryan.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 18.245.86.26:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 bc3ecf5f025b0be9b8c39c5dd2dace2e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: DRlz2lpST26xQ-bpaSSlLywfboAJUx63Fjww_5rjOec5xJC3jT_RsQ==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:1c00:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1ed131e2ff13a9b8852067b4dfb6f2dc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: p9u22_bM85q-i8p2U8A6rkug3NvSq08awVQIZcezNyj1aMLRJ6rqYw==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:4000:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 1c3c1c03f4bbd4e68725363918cb3454.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: u31pMcE9YZOo-OJr_rqUc2HpS02urHMCFCL0hxCAG9zK9Jjx-7iH7g==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:4000:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 cae5c5323232533718f592c973f01432.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 261Vd7k90JJKh46KuzyuQchjSvV4QDIaB9VfbIerBdHNtvK8spcr0g==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:fa00:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d72cc6b7011ac53cd6e4d65e0d9f5ac4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: VMuCwbIRHUmhPNDRQbN_KB9YmHiutAyk3iroNcnYPB_PRB_f94GAWg==
    Age: 78017
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.99:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d72cc6b7011ac53cd6e4d65e0d9f5ac4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: aM7kZMKzF2m5ANdC4Yfbdl1qlKXvT8ACWcLRFB-Ps0KJLLzEln_VAA==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:b400:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 13ad77f5993668d67b8168f460ba6368.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: I-lyfq0IrK5XktqHgZNCo7i4B7nlpW_qcHioaIEsffc6Ga6N5bqk_g==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.57:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 337ce1d1833905a0473cbaec913a354c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 4C_mMZID4ms_Vcqyr8Lu8vkvh9ZczQNRrSTw3KD9ylS_QaNSkYY-BQ==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:a00:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 75f70026bed8fa7e14f645c02f074728.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: vlZdqxTQ_xvPInZVFlorpnGKIH-RY1IIEInU2ynf_0dec9gQY8aKbg==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:fa00:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 75f70026bed8fa7e14f645c02f074728.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: KyjRpsnCqjL1PYUdLp9Q7QI7556qaYj8m8jeY7jIlomku4vfUUTZEQ==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:d400:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d72cc6b7011ac53cd6e4d65e0d9f5ac4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: qtYsZ_tZlm0Yerrw0fuqBIuq9dmVclVHSECCsFERVdVTZCPBGEgCAA==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.99:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 18fab39b23fb6b3013058d6df5faf0bc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: d9OG30QERPUCSlY-mH0-lBMvnzsREdC1OLCTf21xxYafLqVbn2FC4w==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:cc00:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 8e8e6ea60de74421f0058675cbcf9cb0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: xf916KHnN0gvrb34KehOoDC4roXcsTkL5Wp7Rv8cFgqzDsWRbG2mWQ==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:1c00:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 e221f111ed3ebc025b531e81056d37a4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: DkTYVfpYY13sk-jECR-u6MD-3XSKKiJjhFnMwGUbghIhCw_T8_4WIQ==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:a00:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 bc3ecf5f025b0be9b8c39c5dd2dace2e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 5CNurBZ0zjXeQtUbrmkcydTuFYvkRAlf9PmB4TWb-QAbL00MXeFbXA==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.113:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 146c0f4d7da9f5b3108ac41c3becbb82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 71D1Ih5L3Azs39xaK5iKXz-N4iKibkkrVVelq8ueOPTsFCWaR_WWQQ==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.113:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fc486e72455da7c1d3be4472dd5ba8b2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: XDyak2U8IJfZ1hQPtSTUk_1NH-2PRAyP9YI09oQ1JtOeszAEpopIyw==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:cc00:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a84e87b6b82308dbc0e331c3e28c23c6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: yz02zhuX-mf3AiAVndJ2J_S1gYPrN-cEyYltAwl5bdKtoR1LEberGg==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:600:19:db33:6640:93a1:80 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 09 Jan 2026 23:19:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://kimnryan.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 18fab39b23fb6b3013058d6df5faf0bc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: GW7P3fiKiwCGO3YHSBPnfyllSVrjZMaelr_hqlzoT6X-WuDPwNwmNA==
    
    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>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:d400:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 997d50190609a53c76124b45ad43b3ec.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: NYr2TDAWqYfEVeYb9OX2bJx7WFqxjAM9z2omZY440KxwTNn5A933qw==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:b400:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 b4f72de8ce5f3b4b4240eccfbd3d12a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: -qV74HCox2BK5iT7odEsv8YScxRELVXLFkk3ZVjZM1f-PeO-8ac2Ew==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:600:19:db33:6640:93a1:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 218c6128df18321f9758e53ccc351448.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: yMtqJkXlV-CPllVoWVgedpQjQ0-I3fIM2GT_XGC8w1qCTtEUlAjUIw==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.26:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 41f78d12a2f737c8e7f8a05cb4262794.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: Fw15HZCCxRWc4msMXrpYLw-_pTYY-X2GlggZIR2tvE7GsCoDKn-mIw==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.245.86.57:443 · kimnryan.com

    2026-01-09 23:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 5566
    Connection: close
    Date: Fri, 09 Jan 2026 01:39:02 GMT
    Last-Modified: Sun, 10 Aug 2025 17:50:02 GMT
    ETag: "b2061b257efe7356276185f164d58ab4"
    x-amz-server-side-encryption: AES256
    x-amz-version-id: Ub0K73CvGzcPRgeSymf27zlcocDxN_Be
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 1c3c1c03f4bbd4e68725363918cb3454.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 3YSCY-ywc9NB57UQqtwHVwVhQOVoKtmW-rf5VhUUsl2g1Jx53NpfuA==
    Age: 78016
    
    Page title: Coming Soon - kimnryan.com
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coming Soon - kimnryan.com</title>
        <style>
            /* Reset and base styles */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                background: white;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                line-height: 1.6;
            }
    
            /* Main card container */
            .coming-soon-card {
                background: white;
                border: 2px solid #e2e8f0;
                border-radius: 16px;
                padding: 3rem 2.5rem;
                max-width: 500px;
                width: 100%;
                text-align: center;
                box-shadow: 
                    0 20px 25px -5px rgba(0, 0, 0, 0.1),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }
    
            .coming-soon-card:hover {
                transform: translateY(-5px);
                box-shadow: 
                    0 25px 30px -5px rgba(0, 0, 0, 0.15),
                    0 15px 15px -5px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(255, 255, 255, 0.05);
            }
    
            /* Typography */
            .main-heading {
                font-size: 2.25rem;
                font-weight: 700;
                color: #1a202c;
                margin-bottom: 1.5rem;
                letter-spacing: -0.025em;
            }
    
            .subtitle {
                font-size: 1.125rem;
                color: #4a5568;
                margin-bottom: 2rem;
                font-weight: 400;
            }
    
            .early-message {
                font-size: 1rem;
                color: #718096;
                margin-bottom: 2.5rem;
                padding: 1.25rem;
                background: rgba(237, 242, 247, 0.8);
                border-radius: 8px;
                border-left: 4px solid #667eea;
            }
    
            /* Contact section */
            .contact-section {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
                padding-top: 2rem;
            }
    
            .contact-label {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a5568;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                margin-bottom: 0.75rem;
            }
    
            .contact-email {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                font-size: 1.125rem;
                color: #667eea;
                text-decoration: none;
                font-weight: 500;
                padding: 0.75rem 1.5rem;
                border: 2px solid #667eea;
                border-radius: 8px;
                transition: all 0.2s ease;
                background: transparent;
            }
    
            .contact-email:hover {
                background: #667eea;
                color: white;
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
    
            .contact-email:active {
                transform: translateY(0);
            }
    
            /* Email icon */
            .email-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }
    
            /* Responsive design */
            @media (max-width: 768px) {
                .coming-soon-card {
                    padding: 2rem 1.5rem;
                    margin: 10px;
                }
    
                .main-heading {
                    font-size: 1.875rem;
                }
    
                .subtitle {
                    font-size: 1rem;
                }
    
                .contact-email {
                    font-size: 1rem;
                    padding: 0.625rem 1.25rem;
                }
            }
    
            @media (max-width: 480px) {
                .coming-soon-card {
                    padding: 1.5rem 1rem;
                }
    
                .main-heading {
                    font
    Found 2026-01-09 by HttpPlugin
    Create report
www.kimnryan.comkimnryan.com
CN:
kimnryan.com
Key:
RSA-2048
Issuer:
Not before:
2025-08-10 00:00
Not after:
2026-09-08 23:59