Domain ainager.com
India
GOOGLE-CLOUD-PLATFORM
Ubuntu
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

awselb awselb 2.0

tcp/443 tcp/80

nginx nginx 1.24.0

tcp/443 tcp/80

  • Open service 43.205.204.228:80 · jenkins.ainager.com

    2026-01-04 19:33

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.24.0 (Ubuntu)
    Date: Sun, 04 Jan 2026 19:33:50 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Location: https://jenkins.ainager.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.24.0 (Ubuntu)</center>
    </body>
    </html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 43.205.204.228:443 · jenkins.ainager.com

    2026-01-04 19:33

    HTTP/1.1 403 Forbidden
    Server: nginx/1.24.0 (Ubuntu)
    Date: Sun, 04 Jan 2026 19:33:51 GMT
    Content-Type: text/html;charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    X-Content-Type-Options: nosniff
    Set-Cookie: JSESSIONID.ba066f0c=node01bdg646mi58mv19vh79sp9cqt32093.node0; Path=/; Secure; HttpOnly; SameSite=Lax
    Expires: Thu, 01 Jan 1970 00:00:00 GMT
    X-Hudson: 1.395
    X-Jenkins: 2.528.3
    X-Jenkins-Session: 6154c83d
    
    
    <html><head><meta http-equiv='refresh' content='1;url=/login?from=%2F'/><script id='redirect' data-redirect-url='/login?from=%2F' src='/static/6154c83d/scripts/redirect.js'></script></head><body style='background-color:white; color:white;'>
    Authentication required
    <!--
    -->
    
    </body></html>                                                                                                                                                                                                                                                                                                            
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 108.138.36.100:443 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10551
    Connection: close
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Last-Modified: Fri, 26 Dec 2025 10:52:22 GMT
    ETag: "f6aa7e7a091271079db54824bd4a3713"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 f52fb277cecd3d7de14d996c1f683de2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: qTH6TUsjpSwCTD2kcENdFKpQ5A3RvCl7Ks6YgGCxAZbJjVncsq_vtA==
    Age: 1
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;F
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.86:443 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10551
    Connection: close
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Last-Modified: Fri, 26 Dec 2025 10:52:22 GMT
    ETag: "f6aa7e7a091271079db54824bd4a3713"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 82fdc4c167a56caabe3a8a99b02abee4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: wgFKxXXARJ--ppKwRO6fVCownwx2UfzhuRIoIDvbC4sgC9xRjI_cvg==
    Age: 1
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;F
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.115:443 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10551
    Connection: close
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Last-Modified: Fri, 26 Dec 2025 10:52:22 GMT
    ETag: "f6aa7e7a091271079db54824bd4a3713"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 068dc56746723ff514ed3604e029e74e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: upB-tAxHrR1lgRzI2CiBK1J-pTZ3jpQDiLpWILGSFZsObKEDXm9l4w==
    Age: 1
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;F
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 65.1.31.119:80 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://document.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.86:80 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 da7d0e99d4b5322bc1c874b2af707374.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: 772VfvEW5ryru4CaJoJPaamZ89yCHjOcpA8k-xqKqrFawRI_rMhTbQ==
    
    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-01 by HttpPlugin
    Create report
  • Open service 43.204.124.146:80 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://document.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 65.1.31.119:443 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 503 Service Temporarily Unavailable
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:23 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    
    Page title: 503 Service Temporarily Unavailable
    
    <html>
    <head><title>503 Service Temporarily Unavailable</title></head>
    <body>
    <center><h1>503 Service Temporarily Unavailable</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 3.6.98.49:443 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 503 Service Temporarily Unavailable
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    
    Page title: 503 Service Temporarily Unavailable
    
    <html>
    <head><title>503 Service Temporarily Unavailable</title></head>
    <body>
    <center><h1>503 Service Temporarily Unavailable</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.100:80 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 07:19:23 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2190b35b24e05763512aa336b18a1b52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: Q3FNbxgc4XRtt4f_EOifS1wFf-B1gNhqOvC3H3cXbSRiKpnPwaBOmA==
    
    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-01 by HttpPlugin
    Create report
  • Open service 108.138.36.115:80 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 07:19:23 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 cb64e02e44588dfd13b2a4b2483c404c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: LOmbD3JF2NhSV9CzJU_ipkJ1thuZ9-5pXJuUb9eqV8olGzEQZ5wBdQ==
    
    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-01 by HttpPlugin
    Create report
  • Open service 43.204.124.146:443 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 503 Service Temporarily Unavailable
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    
    Page title: 503 Service Temporarily Unavailable
    
    <html>
    <head><title>503 Service Temporarily Unavailable</title></head>
    <body>
    <center><h1>503 Service Temporarily Unavailable</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.55:80 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 cdf03e675736c21829fede7b370fd99a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: JJmnj25QBxMh_knZ08qC0NGDNPcboHTHrlDuAje90mJpXTeOUSifZw==
    
    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-01 by HttpPlugin
    Create report
  • Open service 3.6.98.49:80 · document.ainager.com

    2026-01-01 07:19

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Thu, 01 Jan 2026 07:19:23 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://document.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 108.138.36.55:443 · ainager.com

    2026-01-01 07:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10551
    Connection: close
    Date: Thu, 01 Jan 2026 07:19:24 GMT
    Last-Modified: Fri, 26 Dec 2025 10:52:22 GMT
    ETag: "f6aa7e7a091271079db54824bd4a3713"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d34e2629ef96cca4a5e6c92c061c82b4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P2
    X-Amz-Cf-Id: 0wIxKOxJ_EcNgarNlZilNCD4EL6xkUUqHA1JY9nOUwsIc10i-SWHKA==
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;F
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 3.6.98.49:443 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 10:40:35 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 980
    Connection: close
    X-Powered-By: Express
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 30 Dec 2025 06:47:58 GMT
    ETag: W/"3d4-19b6e037130"
    
    Page title: Hainager
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
        <meta name="description" content="Hainager - AI-powered business directory with voice assistant calls" />
    
            <!-- Setting PWA manifest -->
        <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
        <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
        <link rel="shortcut icon" href="/favicon.ico" />
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
        <meta name="apple-mobile-web-app-title" content="BizTalkAI" />
        <link rel="manifest" href="/site.webmanifest" />
    
    
        <title>Hainager</title>
        <script type="module" crossorigin src="/assets/index-X5WuRtO2.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-DfY3EIF3.css">
      </head>
      <body>
        <div id="root"></div>
      </body>
    </html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 3.6.98.49:80 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Wed, 31 Dec 2025 10:40:34 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://efa3.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 43.204.124.146:80 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Wed, 31 Dec 2025 10:40:34 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://efa3.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 43.204.124.146:443 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 10:40:35 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 980
    Connection: close
    X-Powered-By: Express
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 30 Dec 2025 06:47:58 GMT
    ETag: W/"3d4-19b6e037130"
    
    Page title: Hainager
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
        <meta name="description" content="Hainager - AI-powered business directory with voice assistant calls" />
    
            <!-- Setting PWA manifest -->
        <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
        <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
        <link rel="shortcut icon" href="/favicon.ico" />
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
        <meta name="apple-mobile-web-app-title" content="BizTalkAI" />
        <link rel="manifest" href="/site.webmanifest" />
    
    
        <title>Hainager</title>
        <script type="module" crossorigin src="/assets/index-X5WuRtO2.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-DfY3EIF3.css">
      </head>
      <body>
        <div id="root"></div>
      </body>
    </html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.1.31.119:80 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 301 Moved Permanently
    Server: awselb/2.0
    Date: Wed, 31 Dec 2025 10:40:34 GMT
    Content-Type: text/html
    Content-Length: 134
    Connection: close
    Location: https://efa3.ainager.com:443/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 65.1.31.119:443 · efa3.ainager.com

    2025-12-31 10:40

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 10:40:34 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 980
    Connection: close
    X-Powered-By: Express
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    Last-Modified: Tue, 30 Dec 2025 06:47:58 GMT
    ETag: W/"3d4-19b6e037130"
    
    Page title: Hainager
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover" />
        <meta name="description" content="Hainager - AI-powered business directory with voice assistant calls" />
    
            <!-- Setting PWA manifest -->
        <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
        <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
        <link rel="shortcut icon" href="/favicon.ico" />
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
        <meta name="apple-mobile-web-app-title" content="BizTalkAI" />
        <link rel="manifest" href="/site.webmanifest" />
    
    
        <title>Hainager</title>
        <script type="module" crossorigin src="/assets/index-X5WuRtO2.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-DfY3EIF3.css">
      </head>
      <body>
        <div id="root"></div>
      </body>
    </html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 34.111.179.208:443 · efa2.ainager.com

    2025-12-21 08:10

    HTTP/1.1 404 Not Found
    Date: Sun, 21 Dec 2025 08:10:51 GMT
    Content-Length: 9
    Content-Type: text/plain; charset=utf-8
    Via: 1.1 google
    Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
    Connection: close
    
    
    Not Found
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 34.111.179.208:80 · efa2.ainager.com

    2025-12-21 08:10

    HTTP/1.1 301 Moved Permanently
    Cache-Control: private
    Location: https://efa2.ainager.com:443/
    Content-Length: 0
    Date: Sun, 21 Dec 2025 08:10:50 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: close
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 3.167.227.23:443 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10550
    Connection: close
    Last-Modified: Thu, 21 Aug 2025 11:37:18 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 19 Dec 2025 09:56:49 GMT
    ETag: "22169a217be9c190cdbfd43f0206a408"
    X-Cache: Hit from cloudfront
    Via: 1.1 c75869bb76b3ac8c8772bad5ef6bd5f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: NqoiV-ncAzO6K9N1H8hvo-t6yAlL9L8pyj59QAFDzigUOzIe_DGPRA==
    Age: 15305
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left:
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.9:80 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 09:56:50 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 1f06029d64b556175859a19159ff7f92.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: aoDpWKN5P0QM1yVgbOf74cZeAaJrZK_fMZg0g2fCsOXyXR2H2Pq9Cw==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.97:443 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10550
    Connection: close
    Last-Modified: Thu, 21 Aug 2025 11:37:18 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 19 Dec 2025 09:56:49 GMT
    ETag: "22169a217be9c190cdbfd43f0206a408"
    X-Cache: Hit from cloudfront
    Via: 1.1 e88b34c25810d94f9f1408ac47aef47c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: txwA9VicapznnZ4eNndhyqvhidrYa4BrJInOvGB5bkhRv-IRQxSEbw==
    Age: 15305
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left:
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.97:80 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 09:56:51 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d1820212fa904d403283f38cbfef1d28.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: n_Upbse5GUoyA3x6hKGsX9STkjnzfxAlZENUIGmIwbc88Nc5ziym6Q==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.9:443 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10550
    Connection: close
    Last-Modified: Thu, 21 Aug 2025 11:37:18 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 19 Dec 2025 09:56:49 GMT
    ETag: "22169a217be9c190cdbfd43f0206a408"
    X-Cache: Hit from cloudfront
    Via: 1.1 c75869bb76b3ac8c8772bad5ef6bd5f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: Rk5-TYIzG3nVKSUWbY8ii-d9HiYZ0o1xJF3IEOk8BAVbe6nsWGY63A==
    Age: 15305
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left:
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.49:443 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 10550
    Connection: close
    Last-Modified: Thu, 21 Aug 2025 11:37:18 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 19 Dec 2025 09:56:49 GMT
    ETag: "22169a217be9c190cdbfd43f0206a408"
    X-Cache: Hit from cloudfront
    Via: 1.1 1f06029d64b556175859a19159ff7f92.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: QL5QysZnygrAduiEhaNwJIrU8H_yyrNaD23LUd4I21LPvbiJzCUmfg==
    Age: 15305
    
    Page title: Ainager - Coming Soon
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Ainager - Coming Soon</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
            
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: 'Inter', sans-serif;
                background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%, #020617 100%);
                min-height: 100vh;
                overflow-x: hidden;
                position: relative;
            }
            
            /* Starfield Animation */
            .starfield {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                pointer-events: none;
            }
            
            .star {
                position: absolute;
                background: white;
                border-radius: 50%;
                animation: twinkle 3s infinite;
            }
            
            @keyframes twinkle {
                0%, 100% { opacity: 0.3; transform: scale(1); }
                50% { opacity: 1; transform: scale(1.2); }
            }
            
    
            
            /* Floating Particles */
            .particle {
                position: absolute;
                width: 4px;
                height: 4px;
                background: linear-gradient(45deg, #22d3ee, #a855f7);
                border-radius: 50%;
                animation: float 4s ease-in-out infinite;
                pointer-events: none;
            }
            
            @keyframes float {
                0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
                50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
            }
            
            /* Text Animations */
            .fade-in {
                opacity: 0;
                animation: fadeInUp 1s ease-out forwards;
            }
            
            .fade-in-delay-1 { animation-delay: 0.5s; }
            .fade-in-delay-2 { animation-delay: 1s; }
            .fade-in-delay-3 { animation-delay: 1.5s; }
            .fade-in-delay-4 { animation-delay: 2s; }
            .fade-in-delay-5 { animation-delay: 2.5s; }
            .fade-in-delay-6 { animation-delay: 3s; }
            
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* Gradient Text */
            .gradient-text {
                background: linear-gradient(135deg, #22d3ee, #a855f7, #ec4899);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
            
            /* Progress Bar */
            .progress-container {
                width: 300px;
                height: 4px;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 2px;
                overflow: hidden;
                margin: 20px auto;
            }
            
            .progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #22d3ee, #a855f7);
                border-radius: 2px;
                width: 0%;
                animation: progressFill 2s ease-out 1s forwards;
                box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            @keyframes progressFill {
                to { width: 80%; }
            }
            
            /* Email Link Hover */
            .email-link {
                transition: all 0.3s ease;
                position: relative;
            }
            
            .email-link:hover {
                color: #22d3ee;
                text-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
            }
            
            .email-link::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left:
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.49:80 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 09:56:50 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7bf06cbdb83121bca87d471a9c498556.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: guziviSAQVXrfn-V8b1hUzzRCOF97d49A_mV-EoTC5ww95f-d5tO-w==
    
    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 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.23:80 · ainager.com

    2025-12-19 09:56

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 09:56:50 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://ainager.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 26e9dd7f383cf8a4d99fa39094ade0b6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: LnBhW_0M0rQ6Bl5f_IPsEpB5tudTtv8oDFSPpd53lXUmf7UTiwHotg==
    
    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 2025-12-19 by HttpPlugin
    Create report
jenkins.ainager.com
CN:
jenkins.ainager.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-04 18:35
Not after:
2026-04-04 18:35
ainager.com*.ainager.com
CN:
ainager.com
Key:
RSA-2048
Issuer:
Not before:
2025-12-19 00:00
Not after:
2027-01-17 23:59
dev.ainager.com*.dev.ainager.com
CN:
dev.ainager.com
Key:
RSA-2048
Issuer:
Not before:
2025-12-16 00:00
Not after:
2027-01-14 23:59
efa2.ainager.com
CN:
efa2.ainager.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-12-05 14:48
Not after:
2026-03-05 14:48
ainager.comwww.ainager.com
CN:
ainager.com
Key:
RSA-2048
Issuer:
Not before:
2025-08-25 00:00
Not after:
2026-09-23 23:59