Host 104.20.16.28
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.20.16.28:80 · web-noc.cyberenergia.net

    2026-01-12 13:50

    HTTP/1.1 403 Forbidden
    Date: Mon, 12 Jan 2026 13:50:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=11,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bcd2014e956e5e0-AMS
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bcd2014e956e5e0',t:'MTc2ODIyNTg1MQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    Found 14 hours ago by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · web-noc.cyberenergia.net

    2026-01-12 13:50

    HTTP/1.1 403 Forbidden
    Date: Mon, 12 Jan 2026 13:50:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=10,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bcd20145b410548-SIN
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bcd20145b410548',t:'MTc2ODIyNTg1MQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 14 hours ago by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · web-noc.cyberenergia.net

    2026-01-12 13:50

    HTTP/1.1 403 Forbidden
    Date: Mon, 12 Jan 2026 13:50:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=6,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bcd20145de16347-LHR
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bcd20145de16347',t:'MTc2ODIyNTg1MQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 14 hours ago by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · ai-green-dev.cyberenergia.net

    2026-01-08 11:33

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 11:33:31 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=10,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bab61654bdc8477-AMS
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bab61654bdc8477',t:'MTc2Nzg3MjAxMQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · ai-green-dev.cyberenergia.net

    2026-01-08 11:33

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 11:33:31 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=3,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bab61656fc644b0-YYZ
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bab61656fc644b0',t:'MTc2Nzg3MjAxMQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · ai-green-dev.cyberenergia.net

    2026-01-08 11:33

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 11:33:31 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=2,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bab61653a9ff981-EWR
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9bab61653a9ff981',t:'MTc2Nzg3MjAxMQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · ai-dev.cyberenergia.net

    2026-01-08 00:27

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 00:27:04 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=5,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9ba79129ef357e1c-FRA
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ba79129ef357e1c',t:'MTc2NzgzMjAyNA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · ai-dev.cyberenergia.net

    2026-01-08 00:27

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 00:27:04 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=9,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9ba79129baa9def8-AMS
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ba79129baa9def8',t:'MTc2NzgzMjAyNA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · ai-dev.cyberenergia.net

    2026-01-08 00:27

    HTTP/1.1 403 Forbidden
    Date: Thu, 08 Jan 2026 00:27:04 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    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=3,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9ba79129cb373708-SJC
    
    Page title: Access Denied - CFP Cyber Energia
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Access Denied - CFP Cyber Energia</title>
    <style>
      body { background: #0A1433; color: #41E0EA; font-family: 'Arial', sans-serif; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; }
      h2 { font-size: 28px; font-weight: bold; }
      p { color: #E0E0E0; font-size: 16px; margin-bottom: 10px; }
      #grid { display: grid; grid-template-columns: repeat(5, 40px); gap: 10px; margin-top: 15px; }
      .cell { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #111; color: #41E0EA; border-radius: 5px; cursor: pointer; }
      #timer { margin-top: 10px; color: #E0E0E0; }
    </style>
    </head>
    <body>
    <h2>Access Denied</h2>
    <p>CFP Cyber Energia protects this network.</p>
    <p>Find the intruder before time runs out!</p>
    <div id="grid"></div>
    <p id="timer">⏳ 10s remaining</p>
    <script>
      let grid = document.getElementById("grid"), timeLeft = 10;
      let characters = "ABCDEFGHIJKLMNPQRSTUVWXYZ"; 
      let correctChar = characters[Math.floor(Math.random() * characters.length)];
      let intruder = correctChar.toLowerCase();
      let intruderPos = Math.floor(Math.random() * 25);
      for (let i = 0; i < 25; i++) {
        let cell = document.createElement("div");
        cell.className = "cell";
        cell.innerText = i === intruderPos ? intruder : correctChar;
        cell.onclick = () => {
          if (i === intruderPos) {
            document.body.innerHTML = "<h2>Nice try! But you're still blocked.</h2>";
          }
        };
        grid.appendChild(cell);
      }
      let timer = setInterval(() => {
        timeLeft--;
        document.getElementById("timer").innerText = `⏳ ${timeLeft}s remaining`;
        if (timeLeft === 0) {
          clearInterval(timer);
          document.body.innerHTML = "<h2>❌ Time's up! Stay alert next time.</h2>";
        }
      }, 1000);
    </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"95a7231cc0ca46778bcfd831b3f8dbbc","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ba79129cb373708',t:'MTc2NzgzMjAyNA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · prv-dyn.go.thestreamable.com

    2026-01-07 07:34

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 07 Jan 2026 07:34:19 GMT
    Content-Length: 0
    Connection: close
    Location: https://prv-dyn.go.thestreamable.com/
    Server: cloudflare
    CF-RAY: 9ba1c5a1a95e553a-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · prv-dyn.go.thestreamable.com

    2026-01-07 07:34

    HTTP/1.1 400 Bad Request
    Date: Wed, 07 Jan 2026 07:34:19 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 5
    Connection: close
    Access-Control-Allow-Credentials: true
    Access-Control-Allow-Headers: DNT,Set-Cookie,Cookie,Accept,Content-Type,X-Requested-With,X-Api-Key,Cache-Control,Accept-Encoding,Accept-Language,Pragma,Origin,Vary,X-XSRF-TOKEN,CF-IPCountry,client-geo-country
    Access-Control-Allow-Methods: GET, POST, PUT
    Access-Control-Max-Age: 1728000
    Cache-Control: no-cache, private
    X-YOTO: NCI-0.2.120
    X-YOTO-REQ-TIME: Wednesday, 07-Jan-2026 07:34:19 UTC
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9ba1c5a25cd2b1bd-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    Error
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · prv-dyn.go.thestreamable.com

    2026-01-07 07:34

    
                                
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · track.go.thestreamable.com

    2026-01-07 03:39

    HTTP/1.1 204 No Content
    Date: Wed, 07 Jan 2026 03:39:48 GMT
    Connection: close
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9ba06e1cfd5a42ab-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · track.go.thestreamable.com

    2026-01-07 03:39

    
                                
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · track.go.thestreamable.com

    2026-01-07 03:39

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 07 Jan 2026 03:39:48 GMT
    Content-Length: 0
    Connection: close
    Location: https://track.go.thestreamable.com/
    Server: cloudflare
    CF-RAY: 9ba06e1cd8c56b0e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · dyn.go.thestreamable.com

    2026-01-07 02:36

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 07 Jan 2026 02:36:07 GMT
    Content-Length: 0
    Connection: close
    Location: https://dyn.go.thestreamable.com/
    Server: cloudflare
    CF-RAY: 9ba010d3eefb25c5-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · dyn.go.thestreamable.com

    2026-01-07 02:36

    HTTP/1.1 400 Bad Request
    Date: Wed, 07 Jan 2026 02:36:08 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: 5
    Connection: close
    Access-Control-Allow-Credentials: true
    Access-Control-Allow-Headers: DNT,Set-Cookie,Cookie,Accept,Content-Type,X-Requested-With,X-Api-Key,Cache-Control,Accept-Encoding,Accept-Language,Pragma,Origin,Vary,X-XSRF-TOKEN,CF-IPCountry,client-geo-country
    Access-Control-Allow-Methods: GET, POST, PUT
    Access-Control-Max-Age: 1728000
    Cache-Control: no-cache, private
    X-YOTO: NCI-0.2.120
    X-YOTO-REQ-TIME: Wednesday, 07-Jan-2026 02:36:07 UTC
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9ba010d4eef803b0-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    Error
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · dyn.go.thestreamable.com

    2026-01-07 02:36

    
                                
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · prv-www.go.thestreamable.com

    2026-01-07 00:24

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 07 Jan 2026 00:24:42 GMT
    Content-Length: 0
    Connection: close
    Location: https://prv-www.go.thestreamable.com/
    Server: cloudflare
    CF-RAY: 9b9f504f9bbfb155-BLR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · prv-www.go.thestreamable.com

    2026-01-07 00:24

    
                                
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · prv-www.go.thestreamable.com

    2026-01-07 00:24

    HTTP/1.1 302 Found
    Date: Wed, 07 Jan 2026 00:24:42 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Credentials: true
    Access-Control-Allow-Headers: DNT,Set-Cookie,Cookie,Accept,Content-Type,X-Requested-With,X-Api-Key,Cache-Control,Accept-Encoding,Accept-Language,Pragma,Origin,Vary,X-XSRF-TOKEN,CF-IPCountry,client-geo-country
    Access-Control-Allow-Methods: GET, POST, PUT
    Access-Control-Max-Age: 1728000
    Cache-Control: no-cache, private
    Location: https://thestreamable.com/
    Vary: CF-IPCountry, client-geo-country, Origin, Host
    X-Frame-Options: SAMEORIGIN
    X-YOTO: NCI-0.2.120
    X-YOTO-REQ-TIME: Wednesday, 07-Jan-2026 00:24:42 UTC
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9b9f504ffeb70f61-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Redirecting to https://thestreamable.com/
    
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url='https://thestreamable.com/'" />
    
            <title>Redirecting to https://thestreamable.com/</title>
        </head>
        <body>
            Redirecting to <a href="https://thestreamable.com/">https://thestreamable.com/</a>.
        </body>
    </html>
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · gtrack.go.thestreamable.com

    2026-01-06 17:40

    HTTP/1.1 204 No Content
    Date: Tue, 06 Jan 2026 17:40:24 GMT
    Connection: close
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9b9d00154a1bd25a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · gtrack.go.thestreamable.com

    2026-01-06 17:40

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 17:40:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://gtrack.go.thestreamable.com/
    Server: cloudflare
    CF-RAY: 9b9d00136fd430d5-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · gtrack.go.thestreamable.com

    2026-01-06 17:40

    HTTP/1.1 522 <none>
    Date: Tue, 06 Jan 2026 17:40:44 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: 9b9d00199ec0de62-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · cm.amlyze.cloud

    2025-12-22 20:18

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:18:12 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=11,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224e9e8983cce4-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224e9e8983cce4</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">164.92.107.174</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"c
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · cm.amlyze.cloud

    2025-12-22 20:18

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:18:12 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=4,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224e9dc96a0d00-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224e9dc96a0d00</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">165.227.84.14</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"cl
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · cm.amlyze.cloud

    2025-12-22 20:18

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:18:12 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=6,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224e9d9d47d380-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224e9d9d47d380</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">164.90.208.56</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"cl
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.20.16.28:8443 · link.amlyze.cloud

    2025-12-22 20:17

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:17:41 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=4,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224ddacdd6fd8f-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224ddacdd6fd8f</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">68.183.180.73</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"cl
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.20.16.28:443 · link.amlyze.cloud

    2025-12-22 20:17

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:17:41 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=8,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224dda0baada9e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224dda0baada9e</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">188.166.108.93</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"c
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 104.20.16.28:80 · link.amlyze.cloud

    2025-12-22 20:17

    HTTP/1.1 403 Forbidden
    Date: Mon, 22 Dec 2025 20:17:41 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    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=18,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b224dd9dd37d92a-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Attention Required! | Cloudflare
    
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    <meta charset="UTF-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" />
    <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]-->
    <style>body{margin:0;padding:0}</style>
    
    
    <!--[if gte IE 10]><!-->
    <script>
      if (!navigator.cookieEnabled) {
        window.addEventListener('DOMContentLoaded', function () {
          var cookieEl = document.getElementById('cookie-alert');
          cookieEl.style.display = 'block';
        })
      }
    </script>
    <!--<![endif]-->
    
    </head>
    <body>
      <div id="cf-wrapper">
        <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>
        <div id="cf-error-details" class="cf-error-details-wrapper">
          <div class="cf-wrapper cf-header cf-error-overview">
            <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
            <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> amlyze.cloud</h2>
          </div><!-- /.header -->
    
          <div class="cf-section cf-highlight">
            <div class="cf-wrapper">
              <div class="cf-screenshot-container cf-screenshot-full">
                
                  <span class="cf-no-screenshot error"></span>
                
              </div>
            </div>
          </div><!-- /.captcha-container -->
    
          <div class="cf-section cf-wrapper">
            <div class="cf-columns two">
              <div class="cf-column">
                <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
    
                <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
              </div>
    
              <div class="cf-column">
                <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
    
                <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
              </div>
            </div>
          </div><!-- /.section -->
    
          <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">
        <p class="text-13">
          <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9b224dd9dd37d92a</strong></span>
          <span class="cf-footer-separator sm:hidden">&bull;</span>
          <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1">
            Your IP:
            <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
            <span class="hidden" id="cf-footer-ip">142.93.0.66</span>
            <span class="cf-footer-separator sm:hidden">&bull;</span>
          </span>
          <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>
          
        </p>
        <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"clas
    Found 2025-12-22 by HttpPlugin
    Create report
cyberenergia.net*.cyberenergia.net
CN:
cyberenergia.net
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-17 19:13
Not after:
2026-02-15 20:13
prv-dyn.go.thestreamable.com
CN:
prv-dyn.go.thestreamable.com
Not before:
2025-11-09 03:28
Not after:
2026-02-07 03:35
track.go.thestreamable.com
CN:
track.go.thestreamable.com
Not before:
2025-11-09 00:29
Not after:
2026-02-07 00:36
dyn.go.thestreamable.com
CN:
dyn.go.thestreamable.com
Not before:
2025-11-08 23:43
Not after:
2026-02-06 23:50
prv-www.go.thestreamable.com
CN:
prv-www.go.thestreamable.com
Not before:
2025-11-08 22:06
Not after:
2026-02-06 22:13
gtrack.go.thestreamable.com
CN:
gtrack.go.thestreamable.com
Not before:
2025-11-08 17:03
Not after:
2026-02-06 17:11
*.amlyze.cloud*.cm.amlyze.cloudamlyze.cloud
CN:
amlyze.cloud
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-10-25 07:33
Not after:
2026-01-23 07:33