Domain dev.vdchq.org
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 18.173.154.117:80 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 02:25:41 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dev.vdchq.org/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3346ad1679ff01fe81e117084323b814.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: 9gczD-JBbACSjRDbl3guLEmtal55B5kauq_VK6k1qXM7GyforUTghg==
    
    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-03 by HttpPlugin
    Create report
  • Open service 18.173.154.84:80 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 02:25:41 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dev.vdchq.org/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f4ef6af6f595152791fb5c57054106ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: zYoBhMVkSukBk0tGQm9gGSR4ybm_D4Dll_6xdrA4G7ztxOCeTT7BBg==
    
    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-03 by HttpPlugin
    Create report
  • Open service 18.173.154.127:443 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8340
    Connection: close
    Date: Sat, 03 Jan 2026 02:25:42 GMT
    Last-Modified: Sun, 02 Feb 2025 18:11:46 GMT
    ETag: "37f191ad4c1f671f43c629058016e02c"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 5951b29f5460c0b6d21eb11bce7b8168.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: VBQasbrTyu2gN2mVLm5CrHikHd931TZ-Ttz3oyIDOPIGoEpal_2ftg==
    
    Page title: Chapter 1 - SW Book
    
    <!DOCTYPE HTML>
    <html lang="en" class="light sidebar-visible" dir="ltr">
        <head>
            <!-- Book generated using mdBook -->
            <meta charset="UTF-8">
            <title>Chapter 1 - SW Book</title>
    
    
            <!-- Custom HTML head -->
    
            <meta name="description" content="">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="theme-color" content="#ffffff">
    
            <link rel="icon" href="favicon.svg">
            <link rel="shortcut icon" href="favicon.png">
            <link rel="stylesheet" href="css/variables.css">
            <link rel="stylesheet" href="css/general.css">
            <link rel="stylesheet" href="css/chrome.css">
            <link rel="stylesheet" href="css/print.css" media="print">
    
            <!-- Fonts -->
            <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
            <link rel="stylesheet" href="fonts/fonts.css">
    
            <!-- Highlight.js Stylesheets -->
            <link rel="stylesheet" href="highlight.css">
            <link rel="stylesheet" href="tomorrow-night.css">
            <link rel="stylesheet" href="ayu-highlight.css">
    
            <!-- Custom theme stylesheets -->
    
    
            <!-- Provide site root to javascript -->
            <script>
                var path_to_root = "";
                var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
            </script>
            <!-- Start loading toc.js asap -->
            <script src="toc.js"></script>
        </head>
        <body>
        <div id="body-container">
            <!-- Work around some values being stored in localStorage wrapped in quotes -->
            <script>
                try {
                    var theme = localStorage.getItem('mdbook-theme');
                    var sidebar = localStorage.getItem('mdbook-sidebar');
    
                    if (theme.startsWith('"') && theme.endsWith('"')) {
                        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
                    }
    
                    if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
                    }
                } catch (e) { }
            </script>
    
            <!-- Set the theme before any content is loaded, prevents flash -->
            <script>
                var theme;
                try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
                if (theme === null || theme === undefined) { theme = default_theme; }
                const html = document.documentElement;
                html.classList.remove('light')
                html.classList.add(theme);
                html.classList.add("js");
            </script>
    
            <input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
    
            <!-- Hide / unhide sidebar before it is displayed -->
            <script>
                var sidebar = null;
                var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
                if (document.body.clientWidth >= 1080) {
                    try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
                    sidebar = sidebar || 'visible';
                } else {
                    sidebar = 'hidden';
                }
                sidebar_toggle.checked = sidebar === 'visible';
                html.classList.remove('sidebar-visible');
                html.classList.add("sidebar-" + sidebar);
            </script>
    
            <nav id="sidebar" class="sidebar" aria-label="Table of contents">
                <!-- populated by js -->
                <mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
                <noscript>
                    <iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
                </noscript>
                <div id="sidebar-resize-handle" class="sidebar-resize-handle">
                    <div class="sidebar-resize-indicator"></div>
                </div>
            </nav>
    
            <div id="page-wrapper" class="page-wrapper">
    
                <div class="page">
                    <div id="menu-bar-hover-placeholder"></div>
                    <div id="menu-bar" class="menu-bar sticky">
                      
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 18.173.154.84:443 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8340
    Connection: close
    Date: Sat, 03 Jan 2026 02:25:42 GMT
    Last-Modified: Sun, 02 Feb 2025 18:11:46 GMT
    ETag: "37f191ad4c1f671f43c629058016e02c"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 ca623c10f2a669c8a9af30362937ebac.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: cuvpzz6nED_mgnvESpPRcvyf9dMv5K60XntqemhRfAtCzvIsMJ238A==
    
    Page title: Chapter 1 - SW Book
    
    <!DOCTYPE HTML>
    <html lang="en" class="light sidebar-visible" dir="ltr">
        <head>
            <!-- Book generated using mdBook -->
            <meta charset="UTF-8">
            <title>Chapter 1 - SW Book</title>
    
    
            <!-- Custom HTML head -->
    
            <meta name="description" content="">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="theme-color" content="#ffffff">
    
            <link rel="icon" href="favicon.svg">
            <link rel="shortcut icon" href="favicon.png">
            <link rel="stylesheet" href="css/variables.css">
            <link rel="stylesheet" href="css/general.css">
            <link rel="stylesheet" href="css/chrome.css">
            <link rel="stylesheet" href="css/print.css" media="print">
    
            <!-- Fonts -->
            <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
            <link rel="stylesheet" href="fonts/fonts.css">
    
            <!-- Highlight.js Stylesheets -->
            <link rel="stylesheet" href="highlight.css">
            <link rel="stylesheet" href="tomorrow-night.css">
            <link rel="stylesheet" href="ayu-highlight.css">
    
            <!-- Custom theme stylesheets -->
    
    
            <!-- Provide site root to javascript -->
            <script>
                var path_to_root = "";
                var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
            </script>
            <!-- Start loading toc.js asap -->
            <script src="toc.js"></script>
        </head>
        <body>
        <div id="body-container">
            <!-- Work around some values being stored in localStorage wrapped in quotes -->
            <script>
                try {
                    var theme = localStorage.getItem('mdbook-theme');
                    var sidebar = localStorage.getItem('mdbook-sidebar');
    
                    if (theme.startsWith('"') && theme.endsWith('"')) {
                        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
                    }
    
                    if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
                    }
                } catch (e) { }
            </script>
    
            <!-- Set the theme before any content is loaded, prevents flash -->
            <script>
                var theme;
                try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
                if (theme === null || theme === undefined) { theme = default_theme; }
                const html = document.documentElement;
                html.classList.remove('light')
                html.classList.add(theme);
                html.classList.add("js");
            </script>
    
            <input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
    
            <!-- Hide / unhide sidebar before it is displayed -->
            <script>
                var sidebar = null;
                var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
                if (document.body.clientWidth >= 1080) {
                    try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
                    sidebar = sidebar || 'visible';
                } else {
                    sidebar = 'hidden';
                }
                sidebar_toggle.checked = sidebar === 'visible';
                html.classList.remove('sidebar-visible');
                html.classList.add("sidebar-" + sidebar);
            </script>
    
            <nav id="sidebar" class="sidebar" aria-label="Table of contents">
                <!-- populated by js -->
                <mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
                <noscript>
                    <iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
                </noscript>
                <div id="sidebar-resize-handle" class="sidebar-resize-handle">
                    <div class="sidebar-resize-indicator"></div>
                </div>
            </nav>
    
            <div id="page-wrapper" class="page-wrapper">
    
                <div class="page">
                    <div id="menu-bar-hover-placeholder"></div>
                    <div id="menu-bar" class="menu-bar sticky">
                      
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 18.173.154.127:80 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 02:25:41 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dev.vdchq.org/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9564791ed47030dad53c797ee814c66e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: pa7y1GGdD7RzmRhyb5F6-zG1yvoLv3XIU8UvWyE0HfszzOKquKvrvQ==
    
    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-03 by HttpPlugin
    Create report
  • Open service 18.173.154.117:443 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8340
    Connection: close
    Date: Sat, 03 Jan 2026 02:25:43 GMT
    Last-Modified: Sun, 02 Feb 2025 18:11:46 GMT
    ETag: "37f191ad4c1f671f43c629058016e02c"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 b36a9cc0b5286fd650732f1458855500.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: CtU_3LwMOgBKtOoOOpZwxouzohbXMqwcDg74QvK5FfxXEcyPq34DWw==
    
    Page title: Chapter 1 - SW Book
    
    <!DOCTYPE HTML>
    <html lang="en" class="light sidebar-visible" dir="ltr">
        <head>
            <!-- Book generated using mdBook -->
            <meta charset="UTF-8">
            <title>Chapter 1 - SW Book</title>
    
    
            <!-- Custom HTML head -->
    
            <meta name="description" content="">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="theme-color" content="#ffffff">
    
            <link rel="icon" href="favicon.svg">
            <link rel="shortcut icon" href="favicon.png">
            <link rel="stylesheet" href="css/variables.css">
            <link rel="stylesheet" href="css/general.css">
            <link rel="stylesheet" href="css/chrome.css">
            <link rel="stylesheet" href="css/print.css" media="print">
    
            <!-- Fonts -->
            <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
            <link rel="stylesheet" href="fonts/fonts.css">
    
            <!-- Highlight.js Stylesheets -->
            <link rel="stylesheet" href="highlight.css">
            <link rel="stylesheet" href="tomorrow-night.css">
            <link rel="stylesheet" href="ayu-highlight.css">
    
            <!-- Custom theme stylesheets -->
    
    
            <!-- Provide site root to javascript -->
            <script>
                var path_to_root = "";
                var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
            </script>
            <!-- Start loading toc.js asap -->
            <script src="toc.js"></script>
        </head>
        <body>
        <div id="body-container">
            <!-- Work around some values being stored in localStorage wrapped in quotes -->
            <script>
                try {
                    var theme = localStorage.getItem('mdbook-theme');
                    var sidebar = localStorage.getItem('mdbook-sidebar');
    
                    if (theme.startsWith('"') && theme.endsWith('"')) {
                        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
                    }
    
                    if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
                    }
                } catch (e) { }
            </script>
    
            <!-- Set the theme before any content is loaded, prevents flash -->
            <script>
                var theme;
                try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
                if (theme === null || theme === undefined) { theme = default_theme; }
                const html = document.documentElement;
                html.classList.remove('light')
                html.classList.add(theme);
                html.classList.add("js");
            </script>
    
            <input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
    
            <!-- Hide / unhide sidebar before it is displayed -->
            <script>
                var sidebar = null;
                var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
                if (document.body.clientWidth >= 1080) {
                    try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
                    sidebar = sidebar || 'visible';
                } else {
                    sidebar = 'hidden';
                }
                sidebar_toggle.checked = sidebar === 'visible';
                html.classList.remove('sidebar-visible');
                html.classList.add("sidebar-" + sidebar);
            </script>
    
            <nav id="sidebar" class="sidebar" aria-label="Table of contents">
                <!-- populated by js -->
                <mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
                <noscript>
                    <iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
                </noscript>
                <div id="sidebar-resize-handle" class="sidebar-resize-handle">
                    <div class="sidebar-resize-indicator"></div>
                </div>
            </nav>
    
            <div id="page-wrapper" class="page-wrapper">
    
                <div class="page">
                    <div id="menu-bar-hover-placeholder"></div>
                    <div id="menu-bar" class="menu-bar sticky">
                      
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 18.173.154.99:443 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 8340
    Connection: close
    Date: Sat, 03 Jan 2026 02:25:42 GMT
    Last-Modified: Sun, 02 Feb 2025 18:11:46 GMT
    ETag: "37f191ad4c1f671f43c629058016e02c"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 66e1af4a9e82225c770ca97b3baaf86e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: TRahwygHV-kC_z1lk3Gw_R5DrdF1bbSjbRCcofpysbawPMRXDWTMTQ==
    
    Page title: Chapter 1 - SW Book
    
    <!DOCTYPE HTML>
    <html lang="en" class="light sidebar-visible" dir="ltr">
        <head>
            <!-- Book generated using mdBook -->
            <meta charset="UTF-8">
            <title>Chapter 1 - SW Book</title>
    
    
            <!-- Custom HTML head -->
    
            <meta name="description" content="">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="theme-color" content="#ffffff">
    
            <link rel="icon" href="favicon.svg">
            <link rel="shortcut icon" href="favicon.png">
            <link rel="stylesheet" href="css/variables.css">
            <link rel="stylesheet" href="css/general.css">
            <link rel="stylesheet" href="css/chrome.css">
            <link rel="stylesheet" href="css/print.css" media="print">
    
            <!-- Fonts -->
            <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
            <link rel="stylesheet" href="fonts/fonts.css">
    
            <!-- Highlight.js Stylesheets -->
            <link rel="stylesheet" href="highlight.css">
            <link rel="stylesheet" href="tomorrow-night.css">
            <link rel="stylesheet" href="ayu-highlight.css">
    
            <!-- Custom theme stylesheets -->
    
    
            <!-- Provide site root to javascript -->
            <script>
                var path_to_root = "";
                var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
            </script>
            <!-- Start loading toc.js asap -->
            <script src="toc.js"></script>
        </head>
        <body>
        <div id="body-container">
            <!-- Work around some values being stored in localStorage wrapped in quotes -->
            <script>
                try {
                    var theme = localStorage.getItem('mdbook-theme');
                    var sidebar = localStorage.getItem('mdbook-sidebar');
    
                    if (theme.startsWith('"') && theme.endsWith('"')) {
                        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
                    }
    
                    if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
                    }
                } catch (e) { }
            </script>
    
            <!-- Set the theme before any content is loaded, prevents flash -->
            <script>
                var theme;
                try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
                if (theme === null || theme === undefined) { theme = default_theme; }
                const html = document.documentElement;
                html.classList.remove('light')
                html.classList.add(theme);
                html.classList.add("js");
            </script>
    
            <input type="checkbox" id="sidebar-toggle-anchor" class="hidden">
    
            <!-- Hide / unhide sidebar before it is displayed -->
            <script>
                var sidebar = null;
                var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
                if (document.body.clientWidth >= 1080) {
                    try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
                    sidebar = sidebar || 'visible';
                } else {
                    sidebar = 'hidden';
                }
                sidebar_toggle.checked = sidebar === 'visible';
                html.classList.remove('sidebar-visible');
                html.classList.add("sidebar-" + sidebar);
            </script>
    
            <nav id="sidebar" class="sidebar" aria-label="Table of contents">
                <!-- populated by js -->
                <mdbook-sidebar-scrollbox class="sidebar-scrollbox"></mdbook-sidebar-scrollbox>
                <noscript>
                    <iframe class="sidebar-iframe-outer" src="toc.html"></iframe>
                </noscript>
                <div id="sidebar-resize-handle" class="sidebar-resize-handle">
                    <div class="sidebar-resize-indicator"></div>
                </div>
            </nav>
    
            <div id="page-wrapper" class="page-wrapper">
    
                <div class="page">
                    <div id="menu-bar-hover-placeholder"></div>
                    <div id="menu-bar" class="menu-bar sticky">
                      
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 18.173.154.99:80 · dev.vdchq.org

    2026-01-03 02:25

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sat, 03 Jan 2026 02:25:41 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dev.vdchq.org/
    X-Cache: Redirect from cloudfront
    Via: 1.1 595547cdc2fce94aba8498c84797701a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: MUC50-P3
    X-Amz-Cf-Id: 3lKT8o7rAb1xMxTVdP1xSLvRMW-f7mrq33cNrsU9IRF3EiW2QgUQ5g==
    
    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-03 by HttpPlugin
    Create report
dev.vdchq.org
CN:
dev.vdchq.org
Key:
RSA-2048
Issuer:
Not before:
2025-02-02 00:00
Not after:
2026-03-03 23:59
Domain summary