Domain equipe.kiveo.ca
United States
AMAZON-AES
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 54.196.60.241:443 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:27 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 379b0c98ca13080411ec25cd9e517ba6.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: 1PbNEPsjZjhKPlCe2utojZlut33w5x9aJd5wVZR0yVOE1GaFY2HssQ==
    age: 22960
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:25 GMT
    Content-Type: text/html
    Content-Length: 185
    Last-Modified: Mon, 09 Oct 2023 19:21:59 GMT
    Connection: close
    ETag: "652452d7-b9"
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Accept-Ranges: bytes
    
    Page title: Teamwork.com Custom Domain Proxy
    
    <!DOCTYPE html>
    <html>
        <head>
            <title>Teamwork.com Custom Domain Proxy</title>
        </head>
        <body>
            <pre>Teamwork.com Custom Domain Proxy</pre>
        </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:25 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 09 Jan 2026 11:28:42 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: 45qk7jmZAIE7C7TpLPiYC4T4e2jiU0Lk
    accept-ranges: bytes
    etag: "5cf3f180e36b99a552ba8d2c7bddce1b"
    x-cache: Hit from cloudfront
    via: 1.1 19b23d8148d2d868553ed440cc451008.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: HETIli4Mc-2XtNQf6c_03Xm78fQKUwgpFUPD53llxlm4Ku2Pr834tA==
    age: 22958
    access-control-allow-credentials: true
    content-security-policy: frame-ancestors 'self' localhost *.teamwork.com *.teamworkpm.net *.helpdocsite.com teams.microsoft.com *.teams.microsoft.com *.skype.com teamworkintegrations.ngrok.io *.us.teamworkops.com teams.cloud.microsoft outlook.cloud.microsoft m365.cloud.microsoft *.hubspot.com *.canva.com;
    x-content-type-options: nosniff
    x-xss-protection: 1; mode=block
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: Teamwork Projects
    
    <!DOCTYPE html>
    <html data-teamwork-twa-version="12.32.8" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="60ea6ae45161000ab524d743b0bbd85f8416dd78">
    <head>
      <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <title>Teamwork Projects</title>
      <meta name="robots" content="noindex, nofollow, noarchive, none, noodp, nosnippet">
      <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
      <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/okekkfbjgdmfmogicbhdechdmkfhfphc">
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <link id="favicon" rel="apple-touch-icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/teamwork-com-apple-icon-114x114.png">
      <link id="ShortcutIcon" rel="shortcut icon" href="https://twa-prod.teamwork.com/tko-hybrid/app/static/favicon.ico" type="image/x-icon">
    
      <style>
        .w-app-preloading{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0);color:#1b1a33;font-size:14px;box-sizing:border-box;overflow:hidden}.w-app-preloading__logo{width:150px;height:auto}.w-app-preloading__installation-name{flex:0 0 auto;font-size:18px;font-weight:400;margin:0 0 15px 0;text-align:center}.w-app-preloading__installation-name:empty{margin:0}.w-app-preloading__loading-bar{flex:0 0 auto;display:flex;align-items:center;width:130px;height:8px;border-radius:20px;position:relative;background-color:#ebeff5;overflow:hidden}.w-app-preloading__loading-bar::before{content:"";display:block;flex:0 0 auto;width:80px;height:8px;border-radius:20px;background-color:#ff22b1;position:absolute;left:0;animation:loadingBar;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}@keyframes loadingBar{0%{transform:translateX(-30%)}100%{transform:translateX(95%)}}
      </style>
      <script>
        var appVersionId = document.documentElement.getAttribute('data-teamwork-twa-version');
        var devMode = false;
    
        var webpackPublicPath = 'https://twa-prod.teamwork.com/tko-hybrid/app/';
    
        var cdnConfig = {
          baseUrl: 'https://twa-prod.teamwork.com/tko-hybrid/app/',
          failoverUrl: 'https://teamwork-web-app-prod.s3.amazonaws.com/tko-hybrid/app/',
        };
    
        
        var cdnFailOver = (el) => {
      let newEl;
      // if the core css fails to load, try directly from the CDN.
      if (el.type === 'text/css') {
        newEl = document.createElement('link');
        newEl.type = 'text/css';
        newEl.rel = 'stylesheet';
        newEl.media = 'all';
        document.head.append(newEl);
        newEl.href = el.href.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      // If the core js fails to load, try directly from the CDN.
      // Then tell webpack to use the CDN for all subsequent requests.
      if (el.type === 'application/javascript') {
        window.webpackPublicPath = cdnConfig.failoverUrl;
    
        newEl = document.createElement('script');
        document.body.append(newEl);
        newEl.src = el.src.replace(cdnConfig.baseUrl, cdnConfig.failoverUrl);
      }
    
      if (newEl) {
        newEl.onerror = () => {
          console.error('Trouble connecting to CDN');
        };
      }
    };
        
    
        
    
        // Remove double slash in pathname
        if (document.location.pathname === '//') {
          document.location.pathname = '/';
        }
    
        
        (() => {
      // We do not want to redirect on localhost
      if (window.location.hostname === 'localhost') {
        return;
      }
      const inIframe = window.parent !== window;
      const inLightspeed =
        window.parent.location.origin === window.location.origin && /^\/app(\/|$)/.test(window.parent.location.pathname);
      const inLightspeedIframe = inIframe && inLightspeed;
      // Embedded view is a special case where we do not want to redirect to the correct Lightspeed path
      // we need a sol
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 54.196.60.241:80 · equipe.kiveo.ca

    2026-01-10 17:51

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 10 Jan 2026 17:51:25 GMT
    Content-Type: text/html
    Content-Length: 185
    Last-Modified: Mon, 09 Oct 2023 19:21:39 GMT
    Connection: close
    ETag: "652452c3-b9"
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Accept-Ranges: bytes
    
    Page title: Teamwork.com Custom Domain Proxy
    
    <!DOCTYPE html>
    <html>
        <head>
            <title>Teamwork.com Custom Domain Proxy</title>
        </head>
        <body>
            <pre>Teamwork.com Custom Domain Proxy</pre>
        </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
360.vidax.com
CN:
360.vidax.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-12-25 08:07
Not after:
2026-03-25 08:07
Domain summary
IP summary