Domain bcdev.bitchute.com
United States
Datacamp Limited
Software information

BunnyCDN-BO1-1163

tcp/443 tcp/80

  • Open service 2a02:6ea0:f904::1163:1:80 · bcdev.bitchute.com

    2026-01-10 23:01

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 23:01:57 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-BO1-1163
    CDN-PullZone: 2215472
    CDN-RequestCountryCode: US
    Location: https://bcdev.bitchute.com/
    CDN-RequestId: 9144071db6e8389eb44b8c86a29bd8fb
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2a02:6ea0:f904::1163:1:443 · bcdev.bitchute.com

    2026-01-10 23:01

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 23:01:57 GMT
    Content-Type: text/html
    Content-Length: 1821
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-BO1-1163
    CDN-PullZone: 2215472
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=2592000
    Last-Modified: Wed, 15 May 2024 09:45:11 GMT
    CDN-StorageServer: DE-635
    CDN-FileServer: 756
    CDN-ProxyVer: 1.28
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 05/24/2025 23:11:35
    CDN-EdgeStorageId: 1163
    CDN-RequestId: ac132cd2f16efb49a2aaad8f03f86481
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    Page title: Video Parent
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Video Parent</title>
    <style>
      /* Define general styles */
      body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
    
      .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (height: 9/16 * width) */
        overflow: hidden;
      }
    
      .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
    </style>
    </head>
    <body>
    
    <div class="video-container">
      <iframe id="videoPlayer" src="player-final.html?videoID=Kzm4gi2HSsCS&startTime=0&autoPlayParam=false" allowfullscreen></iframe>
    </div>
    
    <script>
    
      const eventOriginSecurity = "http://localhost:63342";
      // Keyboard Event
      document.addEventListener('keydown', e => {
      const frame = document.getElementById("videoPlayer");
       frame.contentDocument.dispatchEvent(
          new KeyboardEvent('keydown', {key: e.key})
        );
      })
    
       // Event from Video Iframe
       window.addEventListener('message', handleEvent, false);
       function handleEvent(event) {
          //console.log("event.origin--->>>", event.origin);
          //console.log("event.data--->>>", event.data);
    
          if (event.origin !== eventOriginSecurity) { return; }
          switch(event.data) {
                case "VIDEO_ENDED":
                   alert("VIDEO ENDED !!");
                   break;
                case "AD_START":
                   alert("AD STARTED !!");
                   break;
                case "AD_ENDED":
                   alert("AD ENDED !!");
                   break;
                case "ANOTHER_EVENT":
                   alert("SOME OTHER EVENT !!");
                   break;
          }
       }
    
    </script>
    
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 109.61.86.193:443 · bcdev.bitchute.com

    2026-01-10 23:01

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 23:01:57 GMT
    Content-Type: text/html
    Content-Length: 1821
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-BO1-1163
    CDN-PullZone: 2215472
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=2592000
    Last-Modified: Wed, 15 May 2024 09:45:11 GMT
    CDN-StorageServer: DE-635
    CDN-FileServer: 756
    CDN-ProxyVer: 1.28
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 05/24/2025 23:11:35
    CDN-EdgeStorageId: 1163
    CDN-RequestId: 4425ed97f6c50b588033f4c18c9eec6e
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    Page title: Video Parent
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Video Parent</title>
    <style>
      /* Define general styles */
      body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
    
      .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (height: 9/16 * width) */
        overflow: hidden;
      }
    
      .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
    </style>
    </head>
    <body>
    
    <div class="video-container">
      <iframe id="videoPlayer" src="player-final.html?videoID=Kzm4gi2HSsCS&startTime=0&autoPlayParam=false" allowfullscreen></iframe>
    </div>
    
    <script>
    
      const eventOriginSecurity = "http://localhost:63342";
      // Keyboard Event
      document.addEventListener('keydown', e => {
      const frame = document.getElementById("videoPlayer");
       frame.contentDocument.dispatchEvent(
          new KeyboardEvent('keydown', {key: e.key})
        );
      })
    
       // Event from Video Iframe
       window.addEventListener('message', handleEvent, false);
       function handleEvent(event) {
          //console.log("event.origin--->>>", event.origin);
          //console.log("event.data--->>>", event.data);
    
          if (event.origin !== eventOriginSecurity) { return; }
          switch(event.data) {
                case "VIDEO_ENDED":
                   alert("VIDEO ENDED !!");
                   break;
                case "AD_START":
                   alert("AD STARTED !!");
                   break;
                case "AD_ENDED":
                   alert("AD ENDED !!");
                   break;
                case "ANOTHER_EVENT":
                   alert("SOME OTHER EVENT !!");
                   break;
          }
       }
    
    </script>
    
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 109.61.86.193:80 · bcdev.bitchute.com

    2026-01-10 23:01

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 23:01:57 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-BO1-1163
    CDN-PullZone: 2215472
    CDN-RequestCountryCode: US
    Location: https://bcdev.bitchute.com/
    CDN-RequestId: 242240bbc8eb1463c76278ced8560b4c
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2 days ago by HttpPlugin
    Create report
bcdev.bitchute.com
CN:
bcdev.bitchute.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-10 22:03
Not after:
2026-04-10 22:03
Domain summary