Domain graph.ci.techcyte.com
United States
AMAZON-02
Software information

CloudFront

tcp/443

  • Open service 18.173.205.75:443 · graph.ci.techcyte.com

    2026-01-09 22:51

    HTTP/1.1 200 OK
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 3698
    Connection: close
    Date: Fri, 09 Jan 2026 22:51:40 GMT
    Last-Modified: Fri, 09 Jan 2026 22:39:50 GMT
    ETag: "fc18b5900ee9d46013d2d18edf30fbec"
    Cache-Control: max-age=60,s-maxage=10
    Accept-Ranges: bytes
    X-Cache: Hit from cloudfront
    Via: 1.1 5f2b92535eb1297cf75fcc5a4a4e50cc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P12
    X-Amz-Cf-Id: SpnheSbl1todLS4A5oVAKKacUzsHyTFPL3iNLoCLBvsd7pERVk8INQ==
    Age: 2
    X-XSS-Protection: 1; mode=block
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: frame-ancestors 'self'; default-src 'self' https: blob: data: wss: 'unsafe-eval' 'unsafe-inline';
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    AUTH0_ENABLED: true
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="shortcut icon" id="favicon">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
      <!--  Use this next line to load special chars we need from the Inter font that may not be loaded above.-->
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap&text=↑↓←→" rel="stylesheet"> 
      <style>
        html {
          height: 100%;
        }
    
        body {
          height: 100%;
          margin: 0;
        }
    
        .mainDiv {
          width: 100%;
          height: 100%;
          display: flex;
          position: fixed;
          text-align: center;
          align-items: center;
          background-color: #fafafa;      
        }
    
        .errorText {
          margin: auto;
          width: 60%;
          border: 4px solid #eb5959;
          color: #eb5959;
          border-radius: 6px;
          padding: 10px;
          font-size: x-large;
        }
    
        .appDiv {
          height: 100%;
          display: flex;
          flex-direction: column;
        }
      </style>
      <script type="module" crossorigin src="/assets/index-CsKpElYk.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-C4JUb9Vx.css">
    <script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
    <body>
      <script>
        function isSupported() { return /Edge?\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(1{2}\d|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(16\.([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9[5-9]|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(16[._]([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(14[3-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|baidubrowser[\s/](13(\.(5[2-9]|[6-9]\d|\d{3,})|)|(1[4-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)/.test(navigator.userAgent); }
        var mainDiv = document.createElement('div');
    
        if (document.documentMode || !isSupported()) {
          var p = document.createElement('p');
          mainDiv.setAttribute('class', 'mainDiv');
          mainDiv.appendChild(p);
          p.setAttribute('class', 'errorText');
          p.appendChild(document.createTextNode("This website only supports versions of the Chrome and Edge browsers released in the last three years. Please use a supported browser."));
        } else {
          mainDiv.setAttribute('class', 'appDiv');
          mainDiv.setAttribute('id', 'app');
        }
        document.body.appendChild(mainDiv);
      </script>
      <script>
        globalThis.FRONTEND_VERSION = "master-1fb3c272";
        globalThis.FRONTEND_BUILD_DATE = "2026-01-09T22:06:27Z";
      </script>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 18.173.205.75:443 · graph.ci.techcyte.com

    2026-01-02 15:22

    HTTP/1.1 200 OK
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 3695
    Connection: close
    Last-Modified: Tue, 30 Dec 2025 19:37:41 GMT
    Accept-Ranges: bytes
    Date: Fri, 02 Jan 2026 15:22:51 GMT
    Cache-Control: max-age=60,s-maxage=10
    ETag: "c1f9d054cee1a215876665171d8a0051"
    X-Cache: Hit from cloudfront
    Via: 1.1 58afb490a7c8c45de5813dbf9e713c0c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P12
    X-Amz-Cf-Id: c6_CgCMHL0f5UFeVNbGVK9g42x5m9WGJ82jZjPKtHZ92XSUlVgAAhA==
    X-XSS-Protection: 1; mode=block
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: frame-ancestors 'self'; default-src 'self' https: blob: data: wss: 'unsafe-eval' 'unsafe-inline';
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    AUTH0_ENABLED: true
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="shortcut icon" id="favicon">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
      <!--  Use this next line to load special chars we need from the Inter font that may not be loaded above.-->
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap&text=↑↓←→" rel="stylesheet"> 
      <style>
        html {
          height: 100%;
        }
    
        body {
          height: 100%;
          margin: 0;
        }
    
        .mainDiv {
          width: 100%;
          height: 100%;
          display: flex;
          position: fixed;
          text-align: center;
          align-items: center;
          background-color: #fafafa;      
        }
    
        .errorText {
          margin: auto;
          width: 60%;
          border: 4px solid #eb5959;
          color: #eb5959;
          border-radius: 6px;
          padding: 10px;
          font-size: x-large;
        }
    
        .appDiv {
          height: 100%;
          display: flex;
          flex-direction: column;
        }
      </style>
      <script type="module" crossorigin src="/assets/index-DMmKHWhL.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-C4JUb9Vx.css">
    <script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
    <body>
      <script>
        function isSupported() { return /Edge?\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(16\.([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9[5-9]|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(16[._]([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(14[3-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|baidubrowser[\s/](13(\.(5[2-9]|[6-9]\d|\d{3,})|)|(1[4-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)/.test(navigator.userAgent); }
        var mainDiv = document.createElement('div');
    
        if (document.documentMode || !isSupported()) {
          var p = document.createElement('p');
          mainDiv.setAttribute('class', 'mainDiv');
          mainDiv.appendChild(p);
          p.setAttribute('class', 'errorText');
          p.appendChild(document.createTextNode("This website only supports versions of the Chrome and Edge browsers released in the last three years. Please use a supported browser."));
        } else {
          mainDiv.setAttribute('class', 'appDiv');
          mainDiv.setAttribute('id', 'app');
        }
        document.body.appendChild(mainDiv);
      </script>
      <script>
        globalThis.FRONTEND_VERSION = "master-c341cfd3";
        globalThis.FRONTEND_BUILD_DATE = "2025-12-30T19:08:49Z";
      </script>
    </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 18.173.205.75:443 · graph.ci.techcyte.com

    2025-12-23 03:01

    HTTP/1.1 200 OK
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 3695
    Connection: close
    Last-Modified: Tue, 23 Dec 2025 00:46:22 GMT
    Accept-Ranges: bytes
    Date: Tue, 23 Dec 2025 03:01:45 GMT
    Cache-Control: max-age=60,s-maxage=10
    ETag: "cc952cb841c4f7f02874ed7fd579696a"
    X-Cache: Hit from cloudfront
    Via: 1.1 4966f878e5166e8661305465727dd124.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P12
    X-Amz-Cf-Id: RMset_Lt9PlqYZzJ9V8xEHXrJqKpqKt1EipebaWAA7vD9KEAjNlVnA==
    X-XSS-Protection: 1; mode=block
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: frame-ancestors 'self'; default-src 'self' https: blob: data: wss: 'unsafe-eval' 'unsafe-inline';
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    AUTH0_ENABLED: true
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="shortcut icon" id="favicon">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
      <!--  Use this next line to load special chars we need from the Inter font that may not be loaded above.-->
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap&text=↑↓←→" rel="stylesheet"> 
      <style>
        html {
          height: 100%;
        }
    
        body {
          height: 100%;
          margin: 0;
        }
    
        .mainDiv {
          width: 100%;
          height: 100%;
          display: flex;
          position: fixed;
          text-align: center;
          align-items: center;
          background-color: #fafafa;      
        }
    
        .errorText {
          margin: auto;
          width: 60%;
          border: 4px solid #eb5959;
          color: #eb5959;
          border-radius: 6px;
          padding: 10px;
          font-size: x-large;
        }
    
        .appDiv {
          height: 100%;
          display: flex;
          flex-direction: column;
        }
      </style>
      <script type="module" crossorigin src="/assets/index-Bdf-xgHj.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-C4JUb9Vx.css">
    <script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
    <body>
      <script>
        function isSupported() { return /Edge?\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(16\.([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9[5-9]|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(16[._]([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(14[3-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|baidubrowser[\s/](13(\.(5[2-9]|[6-9]\d|\d{3,})|)|(1[4-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)/.test(navigator.userAgent); }
        var mainDiv = document.createElement('div');
    
        if (document.documentMode || !isSupported()) {
          var p = document.createElement('p');
          mainDiv.setAttribute('class', 'mainDiv');
          mainDiv.appendChild(p);
          p.setAttribute('class', 'errorText');
          p.appendChild(document.createTextNode("This website only supports versions of the Chrome and Edge browsers released in the last three years. Please use a supported browser."));
        } else {
          mainDiv.setAttribute('class', 'appDiv');
          mainDiv.setAttribute('id', 'app');
        }
        document.body.appendChild(mainDiv);
      </script>
      <script>
        globalThis.FRONTEND_VERSION = "master-6da0e616";
        globalThis.FRONTEND_BUILD_DATE = "2025-12-23T00:15:12Z";
      </script>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 18.173.205.75:443 · graph.ci.techcyte.com

    2025-12-20 17:57

    HTTP/1.1 200 OK
    Server: CloudFront
    Content-Type: text/html
    Content-Length: 3695
    Connection: close
    Last-Modified: Sat, 20 Dec 2025 04:23:30 GMT
    Accept-Ranges: bytes
    Date: Sat, 20 Dec 2025 17:57:13 GMT
    Cache-Control: max-age=60,s-maxage=10
    ETag: "2f72b449f98947bfb068f73e93d5fadb"
    X-Cache: Hit from cloudfront
    Via: 1.1 b4c8f37704271e217979234a38712c42.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P12
    X-Amz-Cf-Id: QfogPtaUg-41ZL7uR2DDue38WsXo5PVfgJTVn5y6W6SNx4zCtGRYdw==
    X-XSS-Protection: 1; mode=block
    Referrer-Policy: strict-origin-when-cross-origin
    Content-Security-Policy: frame-ancestors 'self'; default-src 'self' https: blob: data: wss: 'unsafe-eval' 'unsafe-inline';
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    AUTH0_ENABLED: true
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="shortcut icon" id="favicon">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
      <!--  Use this next line to load special chars we need from the Inter font that may not be loaded above.-->
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap&text=↑↓←→" rel="stylesheet"> 
      <style>
        html {
          height: 100%;
        }
    
        body {
          height: 100%;
          margin: 0;
        }
    
        .mainDiv {
          width: 100%;
          height: 100%;
          display: flex;
          position: fixed;
          text-align: center;
          align-items: center;
          background-color: #fafafa;      
        }
    
        .errorText {
          margin: auto;
          width: 60%;
          border: 4px solid #eb5959;
          color: #eb5959;
          border-radius: 6px;
          padding: 10px;
          font-size: x-large;
        }
    
        .appDiv {
          height: 100%;
          display: flex;
          flex-direction: column;
        }
      </style>
      <script type="module" crossorigin src="/assets/index-Cm2dwc3Q.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-C4JUb9Vx.css">
    <script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
    <body>
      <script>
        function isSupported() { return /Edge?\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(16\.([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9[5-9]|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(16[._]([3-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(14[3-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(14[1-9]|1[5-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|baidubrowser[\s/](13(\.(5[2-9]|[6-9]\d|\d{3,})|)|(1[4-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)/.test(navigator.userAgent); }
        var mainDiv = document.createElement('div');
    
        if (document.documentMode || !isSupported()) {
          var p = document.createElement('p');
          mainDiv.setAttribute('class', 'mainDiv');
          mainDiv.appendChild(p);
          p.setAttribute('class', 'errorText');
          p.appendChild(document.createTextNode("This website only supports versions of the Chrome and Edge browsers released in the last three years. Please use a supported browser."));
        } else {
          mainDiv.setAttribute('class', 'appDiv');
          mainDiv.setAttribute('id', 'app');
        }
        document.body.appendChild(mainDiv);
      </script>
      <script>
        globalThis.FRONTEND_VERSION = "master-dc0c9da4";
        globalThis.FRONTEND_BUILD_DATE = "2025-12-20T03:58:43Z";
      </script>
    </body>
    </html>
    
    Found 2025-12-20 by HttpPlugin
    Create report
*.ci.techcyte.comci.techcyte.com*.techcyte-employees-branch.ci.techcyte.com*.branch.ci.techcyte.com
CN:
*.ci.techcyte.com
Key:
RSA-2048
Issuer:
Not before:
2025-04-24 00:00
Not after:
2026-05-24 23:59
Domain summary
IP summary