Domain wtlstudio.com
United States
AMAZON-02
Software information

CloudFront

tcp/80

Vercel

tcp/443 tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2023-06-03 11:50
    Last seen 2026-02-01 18:51
    Open for 974 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe4716c4884e164661aca6ef3bfab154d9

      Found 15 files trough .DS_Store spidering:
      
      /envmap.hdr
      /envmap.jpg
      /favicon.png
      /font.ttf
      /icons
      /logos
      /showreel
      /showreel/bbox.jpg
      /showreel/depth.jpg
      /showreel/lights.jpg
      /showreel/loader.jpg
      /showreel/meshvolume.jpg
      /showreel/volumes.jpg
      /temple.glb
      /wtl-logo.png
      Found on 2026-02-01 18:51
  • Open service 18.66.122.8:80 · wtlstudio.com

    2026-01-28 02:25

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 28 Jan 2026 02:25:50 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://wtlstudio.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fce673b0e9c8ffbca0678547d3b9c424.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P2
    X-Amz-Cf-Id: xKlLV3-U6BO0ecA19Hc8_D7rk0QEAE2q0waQPjZaEU7US0XY95FTng==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-28 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · volumedesigner.wtlstudio.com

    2026-01-23 00:19

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 4819576
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 17055
    Content-Type: text/html; charset=utf-8
    Date: Fri, 23 Jan 2026 00:19:54 GMT
    Etag: "3543a42acbb28dbfd334e3a739219c33"
    Last-Modified: Fri, 28 Nov 2025 05:33:38 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: sin1::ggcvt-1769127594517-0263e36b604a
    Connection: close
    
    Page title: 
          Volume Designer - Three.js Volumetric Clouds & Lighting
        
    
    <html>
      <head>
        <link rel="icon" type="image/svg+xml" href="./favicon.png" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
          Volume Designer - Three.js Volumetric Clouds & Lighting
        </title>
        <style>
          @font-face {
            font-family: "DefaultFont";
            src: url(./font.ttf);
          }
    
          html, body {
            margin: 0;
            background-color: #eeeeee;
            color: #111111;
            font-family: "DefaultFont";
            font-size: 12px;
          }
    
          .limit-content {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
          }
    
          .sliced-content {
            display: flex;
            gap: 40px;
          }
    
          .sliced-content .column-70 {
            flex-grow: 1;
            width: 70%;
          }
    
          .sliced-content .column-50 {
            flex-grow: 1;
            width: 50%;
          }
    
          .sliced-content .column-40 {
            flex-grow: 1;
            width: 40%;
          }
    
          .sliced-content .column-30 {
            flex-grow: 1;
            width: 30%;
          }
    
          .heading {
            position: relative;
            display: block;
            width: 100vw;
            background-color: #110011;
            color: #eeeeee;
          }
    
          .heading .options {
            position: absolute;
            bottom: 0;
            left: 20px;
            background: rgb(131,58,180);
            background: conic-gradient(
              at center top,
              rgba(252,176,69,1) 0%,
              rgba(253,29,29,1) 50%,
              rgba(131,58,180,1)
            );
            color: #ffffff;
            border-radius: 0 16px 0 0;
            padding: 8px 12px;
            width: 300px;
          }
    
          .heading .options-open-builder {
            font-size: 14px;
            font-weight: bold;
            padding-top: 4px;
            padding-bottom: 8px;
            margin-bottom: 8px;
            border-bottom: solid 1px #ffffff;
            transition: color 0.1s ease;
          }
    
          .heading .options-open-builder:hover {
            color: #000000;
            cursor: pointer;
          }
    
          .heading .options-links {
            display: inline-block;
            color: #ffffff;
          }
    
          .heading .options-links span {
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links:hover span {
    
          }
    
          .heading .options-links-link {
            display: inline-block;
            margin: 3px 0;
            cursor: pointer;
            font-size: 11px;
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links-link:hover {
            color: #000000;
          }
    
          .heading .options-links-link img {
            display: none;
            width: 8px;
            opacity: 0.33;
            cursor: pointer;
            transition: opacity 0.1s ease;
          }
    
          .heading .options-links-link:hover img {
            opacity: 1.0;
          }
    
          .heading .sample-scenes {
            height: 600px;
          }
    
          .document-title h1 {
            position: relative;
            display: inline-block;
          }
    
          .document-title h2 {
            margin-bottom: 0;
          }
    
          .border-bottom:after {
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: 100%;
            height: 4px;
            border-radius: 4px;
            background: rgb(131,58,180);
            background: linear-gradient(90deg, rgba(131,58,180,1) -50%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 150%);
            content: '';
            transform: translateX(-50%) translateY(12px);
          }
    
          .spacing-bottom {
            margin-bottom: 50px;
          }
    
          .workflow-list-point {
            display: flex;
            margin: 8px 0;
          }
    
          .workflow-list-point img {
            position: relative;
            width: 10px;
            top: 1px;
            opacity: 0.5;
            margin-right: 8px;
          }
    
          .workflow-outline {
            border: solid 1px #cccccc;
            padding: 8px;
            border-radius: 4px;
          }
    
          .workflow-outline img {
            position: relative;
            width: 100px;
            margin: 20px 0;
            left: 50%;
            transform: translateX(-50%);
          }
    
          .spec-outline {
            border: solid
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · volumedesigner.wtlstudio.com

    2026-01-09 01:57

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 0
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 17055
    Content-Type: text/html; charset=utf-8
    Date: Fri, 09 Jan 2026 01:57:51 GMT
    Etag: "3543a42acbb28dbfd334e3a739219c33"
    Last-Modified: Fri, 09 Jan 2026 01:57:51 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: sfo1::rk4dl-1767923871448-c4d1302c886d
    Connection: close
    
    Page title: 
          Volume Designer - Three.js Volumetric Clouds & Lighting
        
    
    <html>
      <head>
        <link rel="icon" type="image/svg+xml" href="./favicon.png" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
          Volume Designer - Three.js Volumetric Clouds & Lighting
        </title>
        <style>
          @font-face {
            font-family: "DefaultFont";
            src: url(./font.ttf);
          }
    
          html, body {
            margin: 0;
            background-color: #eeeeee;
            color: #111111;
            font-family: "DefaultFont";
            font-size: 12px;
          }
    
          .limit-content {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
          }
    
          .sliced-content {
            display: flex;
            gap: 40px;
          }
    
          .sliced-content .column-70 {
            flex-grow: 1;
            width: 70%;
          }
    
          .sliced-content .column-50 {
            flex-grow: 1;
            width: 50%;
          }
    
          .sliced-content .column-40 {
            flex-grow: 1;
            width: 40%;
          }
    
          .sliced-content .column-30 {
            flex-grow: 1;
            width: 30%;
          }
    
          .heading {
            position: relative;
            display: block;
            width: 100vw;
            background-color: #110011;
            color: #eeeeee;
          }
    
          .heading .options {
            position: absolute;
            bottom: 0;
            left: 20px;
            background: rgb(131,58,180);
            background: conic-gradient(
              at center top,
              rgba(252,176,69,1) 0%,
              rgba(253,29,29,1) 50%,
              rgba(131,58,180,1)
            );
            color: #ffffff;
            border-radius: 0 16px 0 0;
            padding: 8px 12px;
            width: 300px;
          }
    
          .heading .options-open-builder {
            font-size: 14px;
            font-weight: bold;
            padding-top: 4px;
            padding-bottom: 8px;
            margin-bottom: 8px;
            border-bottom: solid 1px #ffffff;
            transition: color 0.1s ease;
          }
    
          .heading .options-open-builder:hover {
            color: #000000;
            cursor: pointer;
          }
    
          .heading .options-links {
            display: inline-block;
            color: #ffffff;
          }
    
          .heading .options-links span {
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links:hover span {
    
          }
    
          .heading .options-links-link {
            display: inline-block;
            margin: 3px 0;
            cursor: pointer;
            font-size: 11px;
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links-link:hover {
            color: #000000;
          }
    
          .heading .options-links-link img {
            display: none;
            width: 8px;
            opacity: 0.33;
            cursor: pointer;
            transition: opacity 0.1s ease;
          }
    
          .heading .options-links-link:hover img {
            opacity: 1.0;
          }
    
          .heading .sample-scenes {
            height: 600px;
          }
    
          .document-title h1 {
            position: relative;
            display: inline-block;
          }
    
          .document-title h2 {
            margin-bottom: 0;
          }
    
          .border-bottom:after {
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: 100%;
            height: 4px;
            border-radius: 4px;
            background: rgb(131,58,180);
            background: linear-gradient(90deg, rgba(131,58,180,1) -50%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 150%);
            content: '';
            transform: translateX(-50%) translateY(12px);
          }
    
          .spacing-bottom {
            margin-bottom: 50px;
          }
    
          .workflow-list-point {
            display: flex;
            margin: 8px 0;
          }
    
          .workflow-list-point img {
            position: relative;
            width: 10px;
            top: 1px;
            opacity: 0.5;
            margin-right: 8px;
          }
    
          .workflow-outline {
            border: solid 1px #cccccc;
            padding: 8px;
            border-radius: 4px;
          }
    
          .workflow-outline img {
            position: relative;
            width: 100px;
            margin: 20px 0;
            left: 50%;
            transform: translateX(-50%);
          }
    
          .spec-outline {
            border: solid
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · volumedesigner.wtlstudio.com

    2026-01-01 19:40

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 2988399
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 17055
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 19:40:17 GMT
    Etag: "3543a42acbb28dbfd334e3a739219c33"
    Last-Modified: Fri, 28 Nov 2025 05:33:38 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: sin1::fkqrj-1767296417224-e3670832c2a1
    Connection: close
    
    Page title: 
          Volume Designer - Three.js Volumetric Clouds & Lighting
        
    
    <html>
      <head>
        <link rel="icon" type="image/svg+xml" href="./favicon.png" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
          Volume Designer - Three.js Volumetric Clouds & Lighting
        </title>
        <style>
          @font-face {
            font-family: "DefaultFont";
            src: url(./font.ttf);
          }
    
          html, body {
            margin: 0;
            background-color: #eeeeee;
            color: #111111;
            font-family: "DefaultFont";
            font-size: 12px;
          }
    
          .limit-content {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
          }
    
          .sliced-content {
            display: flex;
            gap: 40px;
          }
    
          .sliced-content .column-70 {
            flex-grow: 1;
            width: 70%;
          }
    
          .sliced-content .column-50 {
            flex-grow: 1;
            width: 50%;
          }
    
          .sliced-content .column-40 {
            flex-grow: 1;
            width: 40%;
          }
    
          .sliced-content .column-30 {
            flex-grow: 1;
            width: 30%;
          }
    
          .heading {
            position: relative;
            display: block;
            width: 100vw;
            background-color: #110011;
            color: #eeeeee;
          }
    
          .heading .options {
            position: absolute;
            bottom: 0;
            left: 20px;
            background: rgb(131,58,180);
            background: conic-gradient(
              at center top,
              rgba(252,176,69,1) 0%,
              rgba(253,29,29,1) 50%,
              rgba(131,58,180,1)
            );
            color: #ffffff;
            border-radius: 0 16px 0 0;
            padding: 8px 12px;
            width: 300px;
          }
    
          .heading .options-open-builder {
            font-size: 14px;
            font-weight: bold;
            padding-top: 4px;
            padding-bottom: 8px;
            margin-bottom: 8px;
            border-bottom: solid 1px #ffffff;
            transition: color 0.1s ease;
          }
    
          .heading .options-open-builder:hover {
            color: #000000;
            cursor: pointer;
          }
    
          .heading .options-links {
            display: inline-block;
            color: #ffffff;
          }
    
          .heading .options-links span {
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links:hover span {
    
          }
    
          .heading .options-links-link {
            display: inline-block;
            margin: 3px 0;
            cursor: pointer;
            font-size: 11px;
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links-link:hover {
            color: #000000;
          }
    
          .heading .options-links-link img {
            display: none;
            width: 8px;
            opacity: 0.33;
            cursor: pointer;
            transition: opacity 0.1s ease;
          }
    
          .heading .options-links-link:hover img {
            opacity: 1.0;
          }
    
          .heading .sample-scenes {
            height: 600px;
          }
    
          .document-title h1 {
            position: relative;
            display: inline-block;
          }
    
          .document-title h2 {
            margin-bottom: 0;
          }
    
          .border-bottom:after {
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: 100%;
            height: 4px;
            border-radius: 4px;
            background: rgb(131,58,180);
            background: linear-gradient(90deg, rgba(131,58,180,1) -50%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 150%);
            content: '';
            transform: translateX(-50%) translateY(12px);
          }
    
          .spacing-bottom {
            margin-bottom: 50px;
          }
    
          .workflow-list-point {
            display: flex;
            margin: 8px 0;
          }
    
          .workflow-list-point img {
            position: relative;
            width: 10px;
            top: 1px;
            opacity: 0.5;
            margin-right: 8px;
          }
    
          .workflow-outline {
            border: solid 1px #cccccc;
            padding: 8px;
            border-radius: 4px;
          }
    
          .workflow-outline img {
            position: relative;
            width: 100px;
            margin: 20px 0;
            left: 50%;
            transform: translateX(-50%);
          }
    
          .spec-outline {
            border: solid
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 76.76.21.241:443 · golem.wtlstudio.com

    2025-12-31 18:02

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 3041940
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 2429
    Content-Type: text/html; charset=utf-8
    Date: Wed, 31 Dec 2025 18:02:32 GMT
    Etag: "e85a1d61e2178d1b95d70c7f8eec42ff"
    Last-Modified: Wed, 26 Nov 2025 13:03:32 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::rkch2-1767204152850-61a9a37eec2a
    Connection: close
    
    Page title: Golem
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Golem</title><base href="/"/><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no"/><meta name="msapplication-tap-highlight" content="no"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" type="image/png" href="/assets/icon/favicon.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Ionic App"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><style>*{overflow:hidden;margin:0;padding:0}</style></head><body><div id="root"></div><script>!function(e){function t(t){for(var n,l,a=t[0],f=t[1],i=t[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,i||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var f=r[a];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/";var a=this["webpackJsonpthree-default-cube-boilerplate"]=this["webpackJsonpthree-default-cube-boilerplate"]||[],f=a.push.bind(a);a.push=t,a=a.slice();for(var i=0;i<a.length;i++)t(a[i]);var p=f;r()}([])</script><script src="/static/js/2.5da70321.chunk.js"></script><script src="/static/js/main.7ca70c62.chunk.js"></script></body></html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 66.33.60.193:443 · golem.wtlstudio.com

    2025-12-31 18:02

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 2392175
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 2429
    Content-Type: text/html; charset=utf-8
    Date: Wed, 31 Dec 2025 18:02:32 GMT
    Etag: "e85a1d61e2178d1b95d70c7f8eec42ff"
    Last-Modified: Thu, 04 Dec 2025 01:32:57 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::c5bhl-1767204152867-8e6cd320b2ec
    Connection: close
    
    Page title: Golem
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Golem</title><base href="/"/><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no"/><meta name="msapplication-tap-highlight" content="no"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" type="image/png" href="/assets/icon/favicon.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Ionic App"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><style>*{overflow:hidden;margin:0;padding:0}</style></head><body><div id="root"></div><script>!function(e){function t(t){for(var n,l,a=t[0],f=t[1],i=t[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,i||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var f=r[a];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/";var a=this["webpackJsonpthree-default-cube-boilerplate"]=this["webpackJsonpthree-default-cube-boilerplate"]||[],f=a.push.bind(a);a.push=t,a=a.slice();for(var i=0;i<a.length;i++)t(a[i]);var p=f;r()}([])</script><script src="/static/js/2.5da70321.chunk.js"></script><script src="/static/js/main.7ca70c62.chunk.js"></script></body></html>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 66.33.60.193:80 · golem.wtlstudio.com

    2025-12-31 18:02

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://golem.wtlstudio.com/
    Refresh: 0;url=https://golem.wtlstudio.com/
    server: Vercel
    
    
    Redirecting...
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 76.76.21.241:80 · golem.wtlstudio.com

    2025-12-31 18:02

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://golem.wtlstudio.com/
    Refresh: 0;url=https://golem.wtlstudio.com/
    server: Vercel
    
    
    Redirecting...
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 76.76.21.9:443 · volumedesigner.wtlstudio.com

    2025-12-22 20:53

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 2247332
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 17055
    Content-Type: text/html; charset=utf-8
    Date: Mon, 22 Dec 2025 20:53:32 GMT
    Etag: "3543a42acbb28dbfd334e3a739219c33"
    Last-Modified: Wed, 26 Nov 2025 20:37:59 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: iad1::kwrs6-1766436812585-5a6c7ea59c0b
    Connection: close
    
    Page title: 
          Volume Designer - Three.js Volumetric Clouds & Lighting
        
    
    <html>
      <head>
        <link rel="icon" type="image/svg+xml" href="./favicon.png" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>
          Volume Designer - Three.js Volumetric Clouds & Lighting
        </title>
        <style>
          @font-face {
            font-family: "DefaultFont";
            src: url(./font.ttf);
          }
    
          html, body {
            margin: 0;
            background-color: #eeeeee;
            color: #111111;
            font-family: "DefaultFont";
            font-size: 12px;
          }
    
          .limit-content {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
          }
    
          .sliced-content {
            display: flex;
            gap: 40px;
          }
    
          .sliced-content .column-70 {
            flex-grow: 1;
            width: 70%;
          }
    
          .sliced-content .column-50 {
            flex-grow: 1;
            width: 50%;
          }
    
          .sliced-content .column-40 {
            flex-grow: 1;
            width: 40%;
          }
    
          .sliced-content .column-30 {
            flex-grow: 1;
            width: 30%;
          }
    
          .heading {
            position: relative;
            display: block;
            width: 100vw;
            background-color: #110011;
            color: #eeeeee;
          }
    
          .heading .options {
            position: absolute;
            bottom: 0;
            left: 20px;
            background: rgb(131,58,180);
            background: conic-gradient(
              at center top,
              rgba(252,176,69,1) 0%,
              rgba(253,29,29,1) 50%,
              rgba(131,58,180,1)
            );
            color: #ffffff;
            border-radius: 0 16px 0 0;
            padding: 8px 12px;
            width: 300px;
          }
    
          .heading .options-open-builder {
            font-size: 14px;
            font-weight: bold;
            padding-top: 4px;
            padding-bottom: 8px;
            margin-bottom: 8px;
            border-bottom: solid 1px #ffffff;
            transition: color 0.1s ease;
          }
    
          .heading .options-open-builder:hover {
            color: #000000;
            cursor: pointer;
          }
    
          .heading .options-links {
            display: inline-block;
            color: #ffffff;
          }
    
          .heading .options-links span {
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links:hover span {
    
          }
    
          .heading .options-links-link {
            display: inline-block;
            margin: 3px 0;
            cursor: pointer;
            font-size: 11px;
            opacity: 0.5;
            transition: all 0.1s ease;
          }
    
          .heading .options-links-link:hover {
            color: #000000;
          }
    
          .heading .options-links-link img {
            display: none;
            width: 8px;
            opacity: 0.33;
            cursor: pointer;
            transition: opacity 0.1s ease;
          }
    
          .heading .options-links-link:hover img {
            opacity: 1.0;
          }
    
          .heading .sample-scenes {
            height: 600px;
          }
    
          .document-title h1 {
            position: relative;
            display: inline-block;
          }
    
          .document-title h2 {
            margin-bottom: 0;
          }
    
          .border-bottom:after {
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: 100%;
            height: 4px;
            border-radius: 4px;
            background: rgb(131,58,180);
            background: linear-gradient(90deg, rgba(131,58,180,1) -50%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 150%);
            content: '';
            transform: translateX(-50%) translateY(12px);
          }
    
          .spacing-bottom {
            margin-bottom: 50px;
          }
    
          .workflow-list-point {
            display: flex;
            margin: 8px 0;
          }
    
          .workflow-list-point img {
            position: relative;
            width: 10px;
            top: 1px;
            opacity: 0.5;
            margin-right: 8px;
          }
    
          .workflow-outline {
            border: solid 1px #cccccc;
            padding: 8px;
            border-radius: 4px;
          }
    
          .workflow-outline img {
            position: relative;
            width: 100px;
            margin: 20px 0;
            left: 50%;
            transform: translateX(-50%);
          }
    
          .spec-outline {
            border: solid
    Found 2025-12-22 by HttpPlugin
    Create report
volumedesigner.wtlstudio.com
CN:
volumedesigner.wtlstudio.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-27 22:14
Not after:
2026-02-25 22:14
golem.wtlstudio.com
CN:
golem.wtlstudio.com
Key:
RSA-2048
Issuer:
R12
Not before:
2025-10-30 03:40
Not after:
2026-01-28 03:39