Domain fracta.tech
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 2600:9000:2449:5000:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:39 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 297dc74786919df7ba1867fc37f80bb6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: OE9t6hsVTWHvm-4xuCS1_dd8KwhLekg2FsHwEAPTtqDX1khJKI0L9Q==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:5000:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 be95b2ba3a5805485c26e84ad1dd7a2e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: FHyqj4o6Wq2P-CySrTPGpJlzAQFkTN860ZWAjxjSFw-ATHgOLkROdQ==
    Age: 72173
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:1a00:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 c88ca2a75ca16a71cee4beefb2f6e6b8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: tBzMGNCDBVc3APp_2Rd01GDnsKVZBSWMa0WUk7NIZdlTtHI72Iv1QA==
    Age: 72172
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:4800:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 28b2547a012b744c90796693b582d83c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: whmWcdV3TEv6gsMhbkpKqteIHTWrwky11v_ut8C3hX-qApdF5_eCZA==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:4e00:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e3175a7d38795328ac3444e1d56a9f4e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: T3_WQbfbXWOEuL12tEDKUxAgid3t30NFybzPPlIebOO3yG6QWwSXLg==
    
    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-03 by HttpPlugin
    Create report
  • Open service 3.174.46.108:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Date: Fri, 02 Jan 2026 19:12:46 GMT
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 02efb09910c56fb99344d44bcbe8e60e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: vbv02TxyAV-gSwjZV8Nm5EQCMMXZzLnosojTYuw1U04homD3CnlmcA==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.4:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Date: Fri, 02 Jan 2026 19:12:46 GMT
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 d9ded362658a71bc4f5c03fb78a1085c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: 5bVcf4HxYyHM60PHa6XKxmLj0QL1NyZOcgxegTjvopUlZChnbTm65w==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:5200:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 2e6275c73445d58429e5205e011d70ba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: fbZSTC5LpNx4Nsvb7_it6gUEuPLzVAEJv_WJAafuuh6juz1nYQK94w==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:8600:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 7ce9bf658969fea1ceecfa00e5239dd6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: zxOHERsDIsDA-frsits0v0TWDqw_q2UiHFUbKEvdGH9-RsR93gudPg==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:8200:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 65c7ccdbbbb8463f3d45d2d76098350e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: 1KCSASuTSetARoKwX-JJXD-Z3beWAyMm_kkG9X0YpjwKOZlHwPmynQ==
    
    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-03 by HttpPlugin
    Create report
  • Open service 3.174.46.108:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 90a1c9bfae56eb9062f3a496d1877f0c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: b40ioBbY8eSCAz6ZolCZc-gsdtmGZa_T4IJ6He5rDnAKzHAwvhIcBA==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:1a00:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9c7ba0aaf8652834e3f6b51b901da726.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: AG1fBDx2OJYqpCRLd6xXNNG5iNFV2qKvwheWCu1C7vwIhRU4gkyzpA==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:4e00:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 b7f8e0880cd5f19b3036b75b021c1c76.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: qKkh_dvfDqRGquJ6JEtqdK3dTXTgkdcZLcnyDue9Cuku16Y9MrPgDg==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.27:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 10a31a8919932a2483a8dee40abc5178.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: Tz5xIpaOVjlzWkHpLQD1nlQv5DrcLwB83CISsQfpS6dUdcgYYCoTAg==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:5200:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 428178e04c8c5f5460c3935b1e7203be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: Puu_R74TTrfUMykses_LDog9lvSZagd0omvzTZw7WC_sfcbid2Pdhg==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:8200:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 428178e04c8c5f5460c3935b1e7203be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: WljdCd2CKbFOqcsR6338QZuHc3hc-033tTctBz9AhZUtsKydqgLKAA==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.4:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 40a69b6ad68a14e6cabe1065cfa2dc82.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: UJpR0TxqV_pbMWLoGUmhs8pT39SCQQIjjortJZFj-yibp3va7le36g==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:8600:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b7258653b42aa6de9758e92b2878c108.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: lOjnTSxD1pvKFtEf7FFLXQn-iVr9Rq7gKqCM4UD7dCh9wwZy8QmzXQ==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:cc00:8:7126:8f40:93a1:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 be95b2ba3a5805485c26e84ad1dd7a2e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: onSF19Sj0LSc8CYx7BiszFvFTDYWl3iAH1Eh4Mwy8MB9p5B5KQuHeA==
    
    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-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:cc00:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 65c7ccdbbbb8463f3d45d2d76098350e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: LOvC0WYaPl5qyARHpqic1tD584MU3AWWQc9B3rRXUGA3I7pECji3-g==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 2600:9000:2449:4800:8:7126:8f40:93a1:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    Server: AmazonS3
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    X-Cache: Hit from cloudfront
    Via: 1.1 668006c1cb101e4e3461ceae5f2ccbe2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: g6dodUoH1fLRIBKjn8C10PSQwKYn14OEPjXvwPT7LpxAp_hWHmtnEA==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.27:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Date: Fri, 02 Jan 2026 19:12:46 GMT
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 c882e22548530d40265eb261348d86d0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: uUljS1mR3ukjYCLR1S1XN8N3LAqBrFe2MNKqBHuQGMTdNOgzyE1j6Q==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.99:443 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 4151
    Connection: close
    Date: Fri, 02 Jan 2026 19:12:46 GMT
    Last-Modified: Fri, 30 Aug 2024 00:33:40 GMT
    ETag: "a752d9dcac5b3ef9fb95b7b812ba4e4d"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 a6665fb360a5f54fc8b94f7b2c566192.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: 7PxXU3loHXjuPRclUVweTWdWvbFVGO9LYnoLdZfbWD6XoT5Rv3xOKw==
    Age: 72171
    
    Page title: Fracta - Descubra o Inesperado
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fracta - Descubra o Inesperado</title>
    
        <link rel="icon" type="image/x-icon" href="favicon.ico">
        <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
        <link rel="icon" type="image/png" sizes="192x192" href="img/android-chrome-192x192.png">
        <link rel="icon" type="image/png" sizes="512x512" href="img/android-chrome-512x512.png">
        <link rel="manifest" href="site.webmanifest">
    
        <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap" rel="stylesheet">
    
        <style>
            body, html {
                margin: 0;
                padding: 0;
                font-family: 'Space Grotesk', Arial, sans-serif;
                height: 100%;
                overflow: hidden;
            }
            .container {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;
                position: relative;
                color: white;
                z-index: 1;
            }
            .background {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom right, #FF4136, #6E40AA);
                z-index: -2;
            }
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
            .logo {
              width: 300px;
              height: auto;
              margin-bottom: 30px;
              border-radius: 20px;
            }
            .content {
                max-width: 800px;
            }
            .message {
                margin-bottom: 30px;
            }
            .particle {
                position: absolute;
                border-radius: 50%;
                opacity: 0.3;
                pointer-events: none;
            }
            @keyframes float {
                0%, 100% { transform: translateY(0) rotate(0deg); }
                50% { transform: translateY(-20px) rotate(180deg); }
            }
        </style>
    </head>
    <body>
        <div class="background"></div>
        <div class="overlay"></div>
        <div class="container">
            <img src="img/logo.png" alt="Fracta Logo" class="logo">
            <div class="content">
                <div class="message">
                    <p>Na vastidão do conhecimento, existem fragmentos que poucos conseguem enxergar.</p>
                    <p>Na <b>Fracta</b>, cada peça do quebra-cabeça é uma oportunidade para descobrir o inesperado.</p>
                    <p><strong>Algo grande está por vir.</strong></p>
                    <p><em>Você está preparado para desvendar o próximo enigma?</em></p>
                </div>
            </div>
        </div>
    
        <script>
            function createParticles() {
                const container = document.body;
                for (let i = 0; i < 50; i++) {
                    const particle = document.createElement('div');
                    particle.classList.add('particle');
                    particle.style.width = `${Math.random() * 4 + 2}px`;
                    particle.style.height = particle.style.width;
                    particle.style.background = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
                    particle.style.left = `${Math.random() * 100}%`;
                    particle.style.top = `${Math.random() * 100}%`;
                    particle.style.animation = `float ${Math.random() * 10 + 5}s infinite ease-in-out`;
                    container.appendChild(particle);
                }
            }
    
            document.addEventListener('DOMContentLo
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 3.174.46.99:80 · fracta.tech

    2026-01-03 15:15

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 15:15:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://fracta.tech/
    X-Cache: Redirect from cloudfront
    Via: 1.1 609d449080e37cc33d10975411c741a4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P12
    X-Amz-Cf-Id: TAtLpUY5R0Czqf0Uv9ezB4NWF6ZULncTCmInuc6-vt9mGYT8Qy9UTw==
    
    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-03 by HttpPlugin
    Create report
fracta.tech
CN:
fracta.tech
Key:
RSA-2048
Issuer:
Not before:
2025-08-01 00:00
Not after:
2026-08-30 23:59