Domain vn-parimatch.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 2606:4700:3036::ac43:8f0a:8443 · vn-parimatch.com

    2026-01-12 16:22

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.143.10:80 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 16:22:40 GMT
    Content-Length: 0
    Connection: close
    Location: https://vn-parimatch.com/
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PtQCQLDzkcP38c2w9GaKAe%2FLpwYiwkusicAnqS1p8ak1Fz7GYKmUxg1sX1jYE%2BIMTvjClDkDg5P2kX459lJcvNDpVMqclu1%2FL6b4P34YoZM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bcdfe740ca842b1-EWR
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8f0a:80 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 16:22:40 GMT
    Content-Length: 0
    Connection: close
    Location: https://vn-parimatch.com/
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oRQaCHbXasQnrmKTojIqVQoiGdyBouHcWXvPzS1GR29l37729o1yaMgYV5ajhXkxU4iIGeouXZCxSc6m0gncjnAGshdv5yfZdXWPhdh3pdJuYjOvv3tDtPCFvYo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bcdfe741c51d93c-EWR
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.87.119:443 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 403 Forbidden
    Date: Mon, 12 Jan 2026 16:22:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    ray-id: 59c5d469f8-mdh2l-a8bd5359-aec7-488a-956a-1e953e649f5b
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Content-Type-Options: nosniff
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=987
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5CEepQyhABIlvuut6fU2jKTX1%2Fxmh3vVxxcaXmFwPqJZIdPngH7yjMcl6Q%2BKinvzlODlZIyK5SF8LFc3qmhty1cXKp9j7l3CjozYk8yT"}]}
    Server: cloudflare
    CF-RAY: 9bcdfe7a3e440fa9-EWR
    
    Page title: Access Deny - 403 Forbidden
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <title>Access Deny - 403 Forbidden</title>
    
      <style>
        @import url("https://fonts.googleapis.com/css?family=Lato");
    
        * {
          position: relative;
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          font-family: "Lato", sans-serif;
        }
    
        body {
          height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background: linear-gradient(to bottom right, #EEE, #AAA);
        }
    
        button {
          padding: 10px 15px;
          font-size: 16px;
          cursor: pointer;
          border: none;
          border-radius: 5px;
          background: #007bff;
          color: white;
        }
    
        button:hover {
          background: #0056b3;
        }
    
        #output {
          white-space: pre-wrap;
          background: #f4f4f4;
          padding: 10px;
          border: 1px solid #ddd;
          margin-bottom: 10px;
          border-radius: 5px;
          width: 0;
          height: 0;
          overflow: hidden;
          visibility: hidden;
        }
    
        h1 {
          margin: 40px 0 20px;
        }
    
        .lock {
          border-radius: 5px;
          width: 55px;
          height: 45px;
          background-color: #333;
          animation: dip 1s;
          animation-delay: 1.5s;
          animation-iteration-count: infinite;
        }
    
        .lock::before,
        .lock::after {
          content: "";
          position: absolute;
          border-left: 5px solid #333;
          height: 20px;
          width: 15px;
          left: calc(50% - 12.5px);
        }
    
        .lock::before {
          top: -30px;
          border: 5px solid #333;
          border-bottom-color: transparent;
          border-radius: 15px 15px 0 0;
          height: 30px;
          animation: lock 2s, spin 2s;
        }
    
        .lock::after {
          top: -10px;
          border-right: 5px solid transparent;
          animation: spin 2s;
        }
    
        @keyframes lock {
          0% {
            top: -45px;
          }
    
          65% {
            top: -45px;
          }
    
          100% {
            top: -30px;
          }
        }
    
        @keyframes spin {
          0% {
            transform: scaleX(-1);
            left: calc(50% - 30px);
          }
    
          65% {
            transform: scaleX(1);
            left: calc(50% - 12.5px);
          }
        }
    
        @keyframes dip {
          0% {
            transform: translateY(0px);
          }
    
          50% {
            transform: translateY(10px);
          }
    
          100% {
            transform: translateY(0px);
          }
        }
    
      </style>
    </head>
    
    <body>
      <div class="lock"></div>
      <h1>Access to this page is restricted</h1>
      <p>Rule ID: 0e863eed3bd5882cbf8e0fb10b4e69bff2cf1b9e</p>
      <p>RAY ID: 59c5d469f8-mdh2l-a8bd5359-aec7-488a-956a-1e953e649f5b</p>
      <div id="output">Loading...</div>
      <div class="message">
        <button id="copyButton">Copy to Clipboard</button>
        <script>
          const outputElement = document.getElementById('output');
          const copyButton = document.getElementById('copyButton');
    
          // Fetch trace data from Cloudflare
          fetch('https://cloudflare.com/cdn-cgi/trace')
            .then(response => {
              if (!response.ok) {
                throw new Error(`HTTP error! status: ${response.status}`);
              }
              return response.text();
            })
            .then(data => {
              outputElement.textContent = `Rule ID: 0e863eed3bd5882cbf8e0fb10b4e69bff2cf1b9e\nRAY ID: 59c5d469f8-mdh2l-a8bd5359-aec7-488a-956a-1e953e649f5b\n\n${data}`;
            })
            .catch(error => {
              outputElement.textContent = `Error: ${error.message}`;
            });
    
          // Copy to clipboard functionality
          copyButton.addEventListener('click', () => {
            const textToCopy = outputElement.textContent;
            navigator.clipboard.writeText(textToCopy).then(() => {
            //  alert('Copied to clipboard!');
            }).catch(err => {
            //  alert('Failed to copy: ' + err);
            });
          });
        </script>
      </div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"31127a0d5aee4671a43fee
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::ac43:8f0a:443 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 16:22:41 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-amz-replication-status: REPLICA
    x-amz-version-id: suxGieJYV1lGACJ0euul76.NWY.HohMt
    x-spa: true
    document-policy: js-profiling
    strict-transport-security: max-age=63072000; includeSubDomains; preload
    cf-ipcountry: GB
    ray-id: 59c5d469f8-qd2p9-0202df15-cade-4483-a135-7b0f0adaaeee
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oh7bhbfHcraxpYldkDODG%2F0wVWZO3V3%2FkmkR0qOJS7L754C8PNsVSfiI0%2BKf%2B%2BIyUFKj7oc2ePBM60FF3DiHr8BFC3f8SncqrYVMVf5BA%2FTgoNBR%2F5N3qVqv0x8%3D"}]}
    CF-RAY: 9bcdfe7a188850d5-LHR
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.143.10:443 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 16:22:41 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-amz-replication-status: REPLICA
    x-amz-version-id: suxGieJYV1lGACJ0euul76.NWY.HohMt
    x-spa: true
    document-policy: js-profiling
    strict-transport-security: max-age=63072000; includeSubDomains; preload
    cf-ipcountry: DE
    ray-id: 59c5d469f8-8l5fk-2cab1bfc-741d-4699-a396-27f7291b2a1e
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u2jotYKSjyKXLI5kNUBQWRspjiMlmPddCBWsypXImSKCLnjn9DHMCue0Sp5tbA%2FeW9%2FPHO%2Fk7i5Q%2F0pkGVhhrhsAPtNoWg6Gs%2FODJ8%2FS7qM%3D"}]}
    CF-RAY: 9bcdfe7a1c743aa2-FRA
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.87.119:80 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 16:22:39 GMT
    Content-Length: 0
    Connection: close
    Location: https://vn-parimatch.com/
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UXF6IGsCVFTXcpk9aQ1q2JWZK4P6mTPgfvtX68RRvGTwQxtZMJl6RsHNdi4%2FgGuPR6dAx%2F5W4KkxC%2Fa0eJKgFFnzmAeflGkxR%2BUQXsdP"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcdfe739d246967-FRA
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.87.119:8443 · vn-parimatch.com

    2026-01-12 16:22

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:443 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 403 Forbidden
    Date: Mon, 12 Jan 2026 16:22:41 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    ray-id: 59c5d469f8-8l5fk-8574356a-b1c7-474a-82bf-68c3254503ba
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Content-Type-Options: nosniff
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=249
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M8yTFpCLLEVMty0c%2BBiBbFf%2BHMkOz6bCIDPCgGV3t3asPcs%2FiO2tb4a7DjedPshC14EACUpHg%2BjaEoA7TzNm0HdQcXLPNSmhcbLRZsqBRj62SreObX6DEljw2WM%3D"}]}
    Server: cloudflare
    CF-RAY: 9bcdfe79bfa70f74-EWR
    
    Page title: Access Deny - 403 Forbidden
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8">
      <title>Access Deny - 403 Forbidden</title>
    
      <style>
        @import url("https://fonts.googleapis.com/css?family=Lato");
    
        * {
          position: relative;
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          font-family: "Lato", sans-serif;
        }
    
        body {
          height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background: linear-gradient(to bottom right, #EEE, #AAA);
        }
    
        button {
          padding: 10px 15px;
          font-size: 16px;
          cursor: pointer;
          border: none;
          border-radius: 5px;
          background: #007bff;
          color: white;
        }
    
        button:hover {
          background: #0056b3;
        }
    
        #output {
          white-space: pre-wrap;
          background: #f4f4f4;
          padding: 10px;
          border: 1px solid #ddd;
          margin-bottom: 10px;
          border-radius: 5px;
          width: 0;
          height: 0;
          overflow: hidden;
          visibility: hidden;
        }
    
        h1 {
          margin: 40px 0 20px;
        }
    
        .lock {
          border-radius: 5px;
          width: 55px;
          height: 45px;
          background-color: #333;
          animation: dip 1s;
          animation-delay: 1.5s;
          animation-iteration-count: infinite;
        }
    
        .lock::before,
        .lock::after {
          content: "";
          position: absolute;
          border-left: 5px solid #333;
          height: 20px;
          width: 15px;
          left: calc(50% - 12.5px);
        }
    
        .lock::before {
          top: -30px;
          border: 5px solid #333;
          border-bottom-color: transparent;
          border-radius: 15px 15px 0 0;
          height: 30px;
          animation: lock 2s, spin 2s;
        }
    
        .lock::after {
          top: -10px;
          border-right: 5px solid transparent;
          animation: spin 2s;
        }
    
        @keyframes lock {
          0% {
            top: -45px;
          }
    
          65% {
            top: -45px;
          }
    
          100% {
            top: -30px;
          }
        }
    
        @keyframes spin {
          0% {
            transform: scaleX(-1);
            left: calc(50% - 30px);
          }
    
          65% {
            transform: scaleX(1);
            left: calc(50% - 12.5px);
          }
        }
    
        @keyframes dip {
          0% {
            transform: translateY(0px);
          }
    
          50% {
            transform: translateY(10px);
          }
    
          100% {
            transform: translateY(0px);
          }
        }
    
      </style>
    </head>
    
    <body>
      <div class="lock"></div>
      <h1>Access to this page is restricted</h1>
      <p>Rule ID: 0e863eed3bd5882cbf8e0fb10b4e69bff2cf1b9e</p>
      <p>RAY ID: 59c5d469f8-8l5fk-8574356a-b1c7-474a-82bf-68c3254503ba</p>
      <div id="output">Loading...</div>
      <div class="message">
        <button id="copyButton">Copy to Clipboard</button>
        <script>
          const outputElement = document.getElementById('output');
          const copyButton = document.getElementById('copyButton');
    
          // Fetch trace data from Cloudflare
          fetch('https://cloudflare.com/cdn-cgi/trace')
            .then(response => {
              if (!response.ok) {
                throw new Error(`HTTP error! status: ${response.status}`);
              }
              return response.text();
            })
            .then(data => {
              outputElement.textContent = `Rule ID: 0e863eed3bd5882cbf8e0fb10b4e69bff2cf1b9e\nRAY ID: 59c5d469f8-8l5fk-8574356a-b1c7-474a-82bf-68c3254503ba\n\n${data}`;
            })
            .catch(error => {
              outputElement.textContent = `Error: ${error.message}`;
            });
    
          // Copy to clipboard functionality
          copyButton.addEventListener('click', () => {
            const textToCopy = outputElement.textContent;
            navigator.clipboard.writeText(textToCopy).then(() => {
            //  alert('Copied to clipboard!');
            }).catch(err => {
            //  alert('Failed to copy: ' + err);
            });
          });
        </script>
      </div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"31127a0d5aee4671a43fee
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:8443 · vn-parimatch.com

    2026-01-12 16:22

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:5777:80 · vn-parimatch.com

    2026-01-12 16:22

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 16:22:39 GMT
    Content-Length: 0
    Connection: close
    Location: https://vn-parimatch.com/
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YD0nIWaH3GWoZTu5oXUGjP9bewS7pyF4EHYOaYNBz5SKh645iXFIqd60Qc%2FejPiFQjqeCFa%2BVIoD1b%2Bsv3sD4vA4rwzd84tYQE4%2BTSruFt5lf5qfIQGX08%2F1Ufc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bcdfe734cdeef9b-SJC
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.143.10:8443 · vn-parimatch.com

    2026-01-12 16:22

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
vn-parimatch.com*.vn-parimatch.com
CN:
vn-parimatch.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 15:21
Not after:
2026-04-12 16:19