Domain 44uh5.com.br
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3031::ac43:df68:8443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 20:26:55 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=19422,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bcf63c588cfa62e-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:3626:80 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:34 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=77
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5YInqQCOcG8HbQNGLOMD73HY4pQCVReiZNDuuKq3rsi9qAwEYeMoPMz3Gsu9ryERBcs1yl2LJWJewyFBgQAxHfcp%2B2xEWveOGI8BxZ5mowJ4kuq4IZNGkw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c01ddff793-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-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:3626:443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=16,cfOrigin;dur=122
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JkpMPzD6g2GQ%2FhyZl4ZD5xH4QM%2BT06oWtp4Oapr8ZYa194J3cUhKEm5vh5saYMMEvCOYy0a9YbksaqTVSiGcfD3E6mrzsZkPKf5TDnDbDDy7%2BiXKxxRKhg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c03e016a56-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-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::ac43:df68:443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=11,cfOrigin;dur=123
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rheCVEO0j9vXUSJRyw1OQ72Qr5IT28%2FV7YX6hEgU38S4kkrHV%2FIDMwo59s%2BpGrdrdoxzDw%2FlpdcLpx75rxRWqApevnwLAMT9m%2BiFw2LI1torfPdy2Q3ZRQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c02e57dafc-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-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:3626:8443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 20:26:55 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=19481,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bcf63c55f238815-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.223.104:80 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=T0dTQ%2BtGlDTllQCEMLRbw%2BZ6d1Mpdja%2FQGXlcJOUTuWPCnnaKwQg8ZWOk%2FeBH2xmT%2FBQ06PWn18fjDHI9NsWZxIqSmESZXb9JXVv2A%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c0a8a1c148-AMS
    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-12 by HttpPlugin
    Create report
  • Open service 172.67.223.104:8443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 20:26:55 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: 9bcf63c52f57253b-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.54.38:80 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=fuN%2FQKuFkqUB4lo81Cz0RZ7Cn4eIML8%2F7LZYqaNALJ0Asl15Q%2FXClhXqYDMFteQXTBnIULDftTiIY4eFWfGZ%2BQi2FWYvRi2aH3w%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c0cdd5f65e-LHR
    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-12 by HttpPlugin
    Create report
  • Open service 104.21.54.38:8443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 522 <none>
    Date: Mon, 12 Jan 2026 20:26:55 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: 9bcf63c50e0bdb9d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.54.38:443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=gnDwxv%2FT13bD1HXcwl0oisCvdN8Gfg0cs%2FQvfXVQZcaOPMYuBrDXyd6tAzyCI49aZd%2FcAyy0V7e4hMTRIfY3Bso%2B9hJRrEbp0QE6Jw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c0bd07d2eb-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-12 by HttpPlugin
    Create report
  • Open service 172.67.223.104:443 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=SEpIZ%2FNI99L9Ttnp4gMAGfWCUf8JuyG0Hx41g4GklMEP79eXT2QMkJ8SkGZLzXd6lrCacsiTxrlVfzQkCINItoCSaG4VbFg%2Fhybcdg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c0dbb6d39c-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-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::ac43:df68:80 路 44uh5.com.br

    2026-01-12 20:26

    HTTP/1.1 404 Not Found
    Date: Mon, 12 Jan 2026 20:26:35 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=RuWxF1UqYECZXAR1K7QMzdOi%2BQrM%2FO74v1VZJdUYXqgGg2AY%2FeZ7kNN9RpMLHz8QvTbKrvChFv%2B3oLaQH85E3ZxxoYndVx4L5PmGFFhsx0ySOmAWHfSlKA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcf63c0bb549734-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-12 by HttpPlugin
    Create report
44uh5.com.br*.44uh5.com.br
CN:
44uh5.com.br
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-14 18:06
Not after:
2026-02-12 19:05