Domain 11cch5.com.br
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3032::ac43:ba3c:8443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 14:48:03 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19549,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc536066e1860a9-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:5099:443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=143
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=g2P4N%2FTk%2FdVvpjjjv0FUwyMcwTEMhM3XijLB4cVf7WzMBkjZkGSKJkYB4TM0d53cQcv%2BaGYsrGUL82OTod37zq4sS1iCEBpr7po2fWcc70wHyNT1Kdo5Lu0%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc536019ed24a5f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.80.153:8443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 14:48:04 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19706,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc53605fbc3fe0c-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.186.60:443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XrglqAG4pi8kSCoaFo9dAQnhde%2B16%2FZxip8zUkgc4HGbdL5hJSkOHq5oW6Hoe7iSJak5r1wZDqZ0OxW4HuehFFFMjxaC0j7Qfy1bBVM%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc53601bb6518a3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:ba3c:443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VlLQs1R5j7rOmzh7UYb29cbJfxpXKVoqyLe%2BuQEFJSteC1Y0P7Qi94qS1xeVfdrJ%2FC%2Btu0SVoAZuzZrA6J1KSxLiUG1Req75bWnOv12wmqaQDLWoutpIsoc%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc53601aa7f901f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.80.153:443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Gt2tdMti%2BJYDLzdF5aOIBvvus68Sl8Qj10TEP%2BGgZks%2B8jHK1zc%2FX%2BES9mcdtV7QVdRUbgNx3PXOFJ%2Fi8IsUYUTOvFJJlqVLXQfk4OE%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc53601bb66974a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.80.153:80 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=asf2DM6WAhkSBS%2ByiumIhM4WtwU37Ff18xCSW7h5cHA2y1i2yUnU9L2CWYmsB4NvylZUUdfXdxEZMroSrGiavyv6qNOdiavbOmWkWdE%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc53601adb0e868-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:5099:80 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tftTiY53bh%2F2yBf%2Fg58f6%2FqwlIisTYlPhAfN5e9Mu1yAgm4YT4iHUl9%2F1iIx7mLwFygqwtTno6v31%2B7lR1v5%2BG1gx4aiStk21%2FeI%2B11Q8WdLpOSFM3wxGdI%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc536019d2a45e1-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:ba3c:80 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Yjund0dlB3dJkEsG8MD9cl8PhvSyBVrX0N7qvAbSgL2plmesAhCOsVWAR00bNTA7y4rqSCJPT0X1kTCUNMiOAvmxubMVSvYAtWDaomM5Iu3Tu65zuckIM08%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc5360189298ed4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:5099:8443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 14:48:03 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc536058eb5256d-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.186.60:8443 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 14:48:03 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19562,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc5360568970426-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.186.60:80 路 11cch5.com.br

    2026-01-11 14:47

    HTTP/1.1 404 Not Found
    Date: Sun, 11 Jan 2026 14:47:43 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=139
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WXOBiL6zS0lxYAIR3EeN3O3Clh15%2F7kelPsELyzA6Nyw4G4VdmdTW5YxyY3VmG1%2BJzxPzKVJbtooKhzHm88Y%2BA49PJkFIXkod6H98lU%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc535ffdd050f83-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Ganhe R$ 5.000 Agora! 馃巵
    
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Ganhe R$ 5.000 Agora! 馃巵</title>
        <meta name="description" content="Cadastre-se em casino e ganhe at茅 R$ 5.000 + 200 Rodadas Gr谩tis. Pagamento instant芒neo via PIX!">
        <meta name="keywords" content="casino, cassino online, b么nus, cadastro">
        <link rel="canonical" href="https://{$domain}/999.html">
        <link rel="icon" href="logo.png">
        
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800;900&display=swap" rel="stylesheet">
        
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Inter', sans-serif;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
                position: relative;
                overflow-x: hidden;
            }
    
            /* Animated Background */
            .bg-shapes {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                z-index: 0;
            }
    
            .shape {
                position: absolute;
                background: rgba(255, 255, 255, 0.1);
                border-radius: 50%;
                animation: float 15s ease-in-out infinite;
            }
    
            .shape:nth-child(1) {
                width: 300px;
                height: 300px;
                top: -150px;
                left: -150px;
                animation-delay: 0s;
            }
    
            .shape:nth-child(2) {
                width: 200px;
                height: 200px;
                bottom: -100px;
                right: -100px;
                animation-delay: 2s;
            }
    
            .shape:nth-child(3) {
                width: 150px;
                height: 150px;
                top: 50%;
                left: 80%;
                animation-delay: 4s;
            }
    
            @keyframes float {
                0%, 100% {
                    transform: translate(0, 0) rotate(0deg);
                }
                50% {
                    transform: translate(30px, 30px) rotate(180deg);
                }
            }
    
            /* Main Container */
            .container {
                max-width: 600px;
                width: 100%;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 30px;
                padding: 50px 40px;
                box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
                text-align: center;
                position: relative;
                z-index: 1;
                animation: slideUp 0.6s ease-out;
            }
    
            @keyframes slideUp {
                from {
                    opacity: 0;
                    transform: translateY(50px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            /* Logo */
            .logo {
                margin-bottom: 30px;
            }
    
            .logo img {
                height: 80px;
                width: auto;
                max-width: 200px;
                object-fit: contain;
                animation: pulse 2s ease-in-out infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1.05);
                }
            }
    
            /* Badge */
            .badge {
                display: inline-block;
                background: linear-gradient(135deg, #f59e0b, #ef4444);
                color: white;
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 20px;
                text-transform: uppercase;
                letter-spacing: 1px;
                box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
                animation: bounce 2s ease-in-out infinite;
            }
    
            @keyframes bounce {
                0%, 100% {
                    transform: translateY(0);
            
    Found 2026-01-11 by HttpPlugin
    Create report
11cch5.com.br*.11cch5.com.br
CN:
11cch5.com.br
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-13 13:57
Not after:
2026-02-11 14:55