Domain teamwork.cloudticity.com
United States
AMAZON-AES
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 54.196.60.241:443 · teamwork.cloudticity.com

    2025-12-31 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:35 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 07176b2f022f6a02b10faecdd79ef1bc.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: Sio3ydcDbUKovYVSIdOHsPyf4uI9OR_C6w-Kjyxu38ipqJggNr35og==
    age: 7611
    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.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <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 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:443 · teamwork.cloudticity.com

    2025-12-31 09:27

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:33 GMT
    Content-Type: text/html
    Content-Length: 17859
    Connection: close
    last-modified: Fri, 19 Dec 2025 11:12:58 GMT
    x-amz-server-side-encryption: AES256
    x-amz-version-id: RbliZJmv8PT0lIAwnjryUvw8IfZTCF2Z
    accept-ranges: bytes
    etag: "192ab34c6e4c14267de915ba414fe260"
    x-cache: Hit from cloudfront
    via: 1.1 4647dc1c8001fa9f311935bafe4ec8c2.cloudfront.net (CloudFront)
    x-amz-cf-pop: IAD61-P12
    x-amz-cf-id: stuBYl7sgEIswtxWtZ_22eMjfhgrC7NzuNPsbOftvNNzTAKE3Xw8BQ==
    age: 7609
    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.4" data-teamwork-twa-branch="HEAD" data-teamwork-twa-commit="99c50355eecd84490a78fc7b51c06d15b239d2ab">
    <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 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.196.60.241:80 · teamwork.cloudticity.com

    2025-12-31 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:33 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.cloudticity.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 54.237.213.72:80 · teamwork.cloudticity.com

    2025-12-31 09:27

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Wed, 31 Dec 2025 09:27:33 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://teamwork.cloudticity.com/
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
teamwork.cloudticity.com
CN:
teamwork.cloudticity.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-01 08:26
Not after:
2026-01-30 08:26
Domain summary
IP summary