Domain cgstrategylab.com
United States
DIGITALOCEAN-ASN
Software information

Caddy

tcp/443 tcp/80

Varnish

tcp/80

openresty openresty

tcp/443

  • Open service 2a04:4e42:400::775:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lga21986-LGA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.108788,VS0,VE3
    x-request-id: ff8d4096-7e02-46f4-b99f-50d52de14c33
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.67.7:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Via: 1.1 varnish
    X-Served-By: cache-sin-wsss1830048-SIN
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.088134,VS0,VE1
    x-request-id: 89bb3be1-fbbf-43f6-bdcf-f2a24a1e57ff
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:600::775:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lga21989-LGA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.102897,VS0,VE1
    x-request-id: 6bd09d71-c214-496a-8d8e-28b777aea4a1
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42::775:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-bom-vanm7210052-BOM
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 29, 1
    X-Timer: S1769386218.266837,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: d73037e3-d02a-451c-9ea6-c9fc159a80a9
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.131.7:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Via: 1.1 varnish
    X-Served-By: cache-lga21921-LGA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.049777,VS0,VE1
    x-request-id: 6bf59dd1-c639-404d-ad87-4d1954b23edb
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:200::775:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-lga21921-LGA
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 3, 1
    X-Timer: S1769386218.077774,VS0,VE47
    Vary: Cookie, Accept-Encoding
    x-request-id: 0baa81f8-1266-439e-8e4f-d097a8318cf8
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:600::775:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-lga21970-LGA
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 3, 1
    X-Timer: S1769386218.067838,VS0,VE46
    Vary: Cookie, Accept-Encoding
    x-request-id: c0fc6a8e-3f3e-4fb1-b82d-a71722a7a620
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42::775:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Via: 1.1 varnish
    X-Served-By: cache-yyz4574-YYZ
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.026163,VS0,VE1
    x-request-id: 35a67bca-c7e9-4a24-bf45-d2aa071840ee
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.3.7:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:17 GMT
    Via: 1.1 varnish
    X-Served-By: cache-yyz4534-YYZ
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.993264,VS0,VE1
    x-request-id: 5627c066-a3d6-4ab7-bebd-3f0bbe57d75a
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.67.7:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-lga21951-LGA
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 3, 1
    X-Timer: S1769386218.011611,VS0,VE36
    Vary: Cookie, Accept-Encoding
    x-request-id: b0df3406-aac4-4822-8c1f-990b94dec85a
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.195.7:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-sin-wsat1880090-SIN
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 28, 1
    X-Timer: S1769386218.153430,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: c51d8bd3-bf2c-40bd-ae64-214d3b5999d1
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.195.7:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:17 GMT
    Via: 1.1 varnish
    X-Served-By: cache-pao-kpao1770062-PAO
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.957346,VS0,VE1
    x-request-id: 35afa5b2-4807-4c3c-b474-95505856ffe1
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.3.7:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:18 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-lga21991-LGA
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 3, 1
    X-Timer: S1769386218.981221,VS0,VE32
    Vary: Cookie, Accept-Encoding
    x-request-id: 012a271f-cf41-4792-a2d7-c052047c0d2d
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 151.101.131.7:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:17 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-fra-eddf8230022-FRA
    X-Cache: MISS, MISS, HIT
    X-Cache-Hits: 0, 0, 1
    X-Timer: S1769386218.921631,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: dcc7325b-2c52-4215-bb29-0bed3a7ebbce
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:400::775:443 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 40779
    cache-control: public, max-age=0
    status: 200 OK
    content-type: text/html; charset=utf-8
    server: openresty
    via: 1.1 varnish, 1.1 varnish, 1.1 varnish
    etag: W/"9f4b-NeSW4iYpAlsU1EzzwvO2+PzWbQs"
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:17 GMT
    Age: 377237
    X-Served-By: cache-ams2100107-AMS, cache-ams2100143-AMS, cache-lcy-egml8630080-LCY
    X-Cache: MISS, HIT, HIT
    X-Cache-Hits: 0, 27, 1
    X-Timer: S1769386218.890253,VS0,VE1
    Vary: Cookie, Accept-Encoding
    x-request-id: c12e3f85-d41c-4fa9-bee5-4f364989c875
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Page title: Build AI Agents | Practical Guides & Frameworks | Free AI Tools
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    
        <title>Build AI Agents | Practical Guides &amp; Frameworks | Free AI Tools</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <link rel="preload" as="style" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
        <link rel="preload" as="script" href="https://cgstrategylab.com/assets/built/source.js?v=cb86519c5f">
        
        <link rel="preload" as="font" type="font/woff2" href="https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f" crossorigin="anonymous">
    <style>
        @font-face {
            font-family: "Inter";
            font-style: normal;
            font-weight: 100 900;
            font-display: optional;
            src: url(https://cgstrategylab.com/assets/fonts/inter-roman.woff2?v=cb86519c5f) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    
        <link rel="stylesheet" type="text/css" href="https://cgstrategylab.com/assets/built/screen.css?v=cb86519c5f">
    
        <style>
            :root {
                --background-color: #ffffff
            }
        </style>
    
        <script>
            /* The script for calculating the color contrast has been taken from
            https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
            var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
            accentColor = accentColor.trim().slice(1);
    
            if (accentColor.length === 3) {
                accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
            }
    
            var r = parseInt(accentColor.substr(0, 2), 16);
            var g = parseInt(accentColor.substr(2, 2), 16);
            var b = parseInt(accentColor.substr(4, 2), 16);
            var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
            var textColor = (yiq >= 128) ? 'dark' : 'light';
    
            document.documentElement.className = `has-${textColor}-text`;
        </script>
    
        <meta name="description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <link rel="icon" href="https://cgstrategylab.com/content/images/size/w256h256/format/png/2025/08/Copy-of-CG-Strategy-Browser-Tab-Icon.svg" type="image/png">
        <link rel="canonical" href="https://cgstrategylab.com/">
        <meta name="referrer" content="no-referrer-when-downgrade">
        
        <meta property="og:site_name" content="CG Strategy Lab">
        <meta property="og:type" content="website">
        <meta property="og:title" content="CG Strategy Lab">
        <meta property="og:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta property="og:url" content="https://cgstrategylab.com/">
        <meta property="og:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="CG Strategy Lab">
        <meta name="twitter:description" content="Learn to build AI agents with step-by-step guides, strategic frameworks, and free automation tools. Practical resources for Business Leaders, Product Managers, Marketers and AI Enthusiasts - no fluff, just practical advice.">
        <meta name="twitter:url" content="https://cgstrategylab.com/">
        <meta name="twitter:image" content="https://cgstrategylab.com/content/images/size/w1200/2025/08/Orange---Purple-Geometric-Tehnology-Linkdln-Banner-1.png">
        <meta name="twitter:site" content="@CGStrategy">
      
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a04:4e42:200::775:80 · cgstrategylab.com

    2026-01-26 00:10

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 0
    Server: Varnish
    Retry-After: 0
    Location: https://cgstrategylab.com/
    Accept-Ranges: bytes
    Date: Mon, 26 Jan 2026 00:10:17 GMT
    Via: 1.1 varnish
    X-Served-By: cache-fra-eddf8230175-FRA
    X-Cache: HIT
    X-Cache-Hits: 0
    X-Timer: S1769386218.858397,VS0,VE0
    x-request-id: 433b4d61-05b9-417c-8a7f-b2a9be24514a
    Ghost-Fastly: true;production
    Alt-Svc: clear
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 178.128.137.126:80 · www.cgstrategylab.com

    2026-01-23 16:05

    HTTP/1.1 302 Found
    Location: https://www.cgstrategylab.com/
    Server: Caddy
    X-Caddy-Server: current
    Date: Fri, 23 Jan 2026 16:05:42 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 178.128.137.126:443 · www.cgstrategylab.com

    2026-01-23 16:05

    HTTP/1.1 302 Found
    Alt-Svc: h3=":443"; ma=2592000
    Location: https://cgstrategylab.com/
    Server: Caddy
    X-Caddy-Server: current
    Date: Fri, 23 Jan 2026 16:05:42 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
cgstrategylab.com
CN:
cgstrategylab.com
Not before:
2026-01-26 00:00
Not after:
2026-04-26 23:59
www.cgstrategylab.com
CN:
www.cgstrategylab.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-23 15:05
Not after:
2026-04-23 15:05