Domain software-qa.smoothwall.cloud
United States
MICROSOFT-CORP-MSN-AS-BLOCK
  • Open service 13.107.213.69:80 · software-qa.smoothwall.cloud

    2026-01-09 10:40

    HTTP/1.1 307 Temporary Redirect
    Date: Fri, 09 Jan 2026 10:40:37 GMT
    Content-Type: text/html
    Content-Length: 0
    Connection: close
    Location: https://software-qa.smoothwall.cloud/
    x-azure-ref: 20260109T104037Z-156fb8bdd89l2vq2hC1LONb5ew0000000cm000000000ahd9
    X-Cache: CONFIG_NOCACHE
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 13.107.213.44:80 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 307 Temporary Redirect
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 0
    Connection: close
    Location: https://software-qa.smoothwall.cloud/
    x-azure-ref: 20251222T140633Z-159b47b56b66mzhvhC1SG1kgew0000000g60000000005ux3
    X-Cache: CONFIG_NOCACHE
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2620:1ec:bdf::44:80 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 307 Temporary Redirect
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 0
    Connection: close
    Location: https://software-qa.smoothwall.cloud/
    x-azure-ref: 20251222T140633Z-185d974d666p2htlhC1FRAdtkw0000001bt00000000034wu
    X-Cache: CONFIG_NOCACHE
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2620:1ec:46::44:443 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 11452
    Connection: close
    Content-MD5: R5JXM12L/oM3Hrtv2TtMHw==
    Last-Modified: Tue, 07 Oct 2025 15:19:29 GMT
    ETag: "0x8DE05B4E9415350"
    x-ms-request-id: 08fdaf62-401e-0065-084c-732e24000000
    x-ms-version: 2018-03-28
    x-azure-ref: 20251222T140633Z-185d974d666p2htlhC1FRAdtkw0000001bng00000000g1zv
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Cache-Control: no-cache
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Referrer-Policy: strict-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), accelerometer(), gyroscope(), magnetometer(), payment()
    X-Cache: CONFIG_NOCACHE
    Accept-Ranges: bytes
    
    Page title: Smoothwall Product Downloads
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Smoothwall Product Downloads</title>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
      <link href="main.css" rel="stylesheet" />
    
      <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
      <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
        
      <script type="text/javascript" src="jquery-3.5.1.min.js"></script>
      <script type="text/javascript">
        function loadUnifiedClientLinks()
        {
          var containerUrl = '/unified-client/';
    
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-windows').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-windows').html('<span class="error-text">Windows x64 not found</span>');
            });
    
          $.ajax(containerUrl + 'latest-macos.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-macos').html('<a href="' + containerUrl + data.trim() + '">macOS</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-macos').html('<span class="error-text">macOS not found</span>');
            });
        }
        
        function loadMonitorClientLinks()
        {
          var containerUrl = '/monitoring/';
    
          // GLS installer for Windows.
          $.ajax(containerUrl + 'latest-windows-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-windows-gls').html('<a href="' + containerUrl + data.trim() + '">Windows - x64 and Arm</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-windows-gls').html('<span class="error-text">Windows not found</span>');
            });
    
          // GLS installer for macOS.
          $.ajax(containerUrl + 'latest-macos-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-macos-gls').html('<a href="' + containerUrl + data.trim() + '">macOS - Catalina or later</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-macos-gls').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
         function loadKerberosLinks()
        {
          var containerUrl = '/kerberos-scripts/';
    
          // Windows.
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-windows').html('<a href="' + containerUrl + data.trim() + '">Windows Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-windows').html('<span class="error-text">Windows not found</span>');
            });
    
          // mac
          $.ajax(containerUrl + 'latest-mac.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-mac').html('<a href="' + containerUrl + data.trim() + '">macOS Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-mac').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
        function loadIDexAgentLinks()
        {
          var containerUrl = '/idex-agent/';
    
          $.ajax(containerUrl + 'latest-idex-agent-installer.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#idex-agent').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#idex-agent').html('<span class="error-tex
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2620:1ec:bdf::44:443 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 11452
    Connection: close
    Content-MD5: R5JXM12L/oM3Hrtv2TtMHw==
    Last-Modified: Tue, 07 Oct 2025 15:19:29 GMT
    ETag: "0x8DE05B4E9415350"
    x-ms-request-id: 8f34253f-001e-0064-744c-7371f8000000
    x-ms-version: 2018-03-28
    x-azure-ref: 20251222T140633Z-156fd4dccdcp4plghC1AMShex40000000eyg00000000w9k6
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Cache-Control: no-cache
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Referrer-Policy: strict-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), accelerometer(), gyroscope(), magnetometer(), payment()
    X-Cache: CONFIG_NOCACHE
    Accept-Ranges: bytes
    
    Page title: Smoothwall Product Downloads
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Smoothwall Product Downloads</title>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
      <link href="main.css" rel="stylesheet" />
    
      <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
      <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
        
      <script type="text/javascript" src="jquery-3.5.1.min.js"></script>
      <script type="text/javascript">
        function loadUnifiedClientLinks()
        {
          var containerUrl = '/unified-client/';
    
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-windows').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-windows').html('<span class="error-text">Windows x64 not found</span>');
            });
    
          $.ajax(containerUrl + 'latest-macos.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-macos').html('<a href="' + containerUrl + data.trim() + '">macOS</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-macos').html('<span class="error-text">macOS not found</span>');
            });
        }
        
        function loadMonitorClientLinks()
        {
          var containerUrl = '/monitoring/';
    
          // GLS installer for Windows.
          $.ajax(containerUrl + 'latest-windows-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-windows-gls').html('<a href="' + containerUrl + data.trim() + '">Windows - x64 and Arm</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-windows-gls').html('<span class="error-text">Windows not found</span>');
            });
    
          // GLS installer for macOS.
          $.ajax(containerUrl + 'latest-macos-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-macos-gls').html('<a href="' + containerUrl + data.trim() + '">macOS - Catalina or later</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-macos-gls').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
         function loadKerberosLinks()
        {
          var containerUrl = '/kerberos-scripts/';
    
          // Windows.
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-windows').html('<a href="' + containerUrl + data.trim() + '">Windows Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-windows').html('<span class="error-text">Windows not found</span>');
            });
    
          // mac
          $.ajax(containerUrl + 'latest-mac.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-mac').html('<a href="' + containerUrl + data.trim() + '">macOS Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-mac').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
        function loadIDexAgentLinks()
        {
          var containerUrl = '/idex-agent/';
    
          $.ajax(containerUrl + 'latest-idex-agent-installer.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#idex-agent').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#idex-agent').html('<span class="error-tex
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 13.107.213.44:443 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 11452
    Connection: close
    Content-MD5: R5JXM12L/oM3Hrtv2TtMHw==
    Last-Modified: Tue, 07 Oct 2025 15:19:29 GMT
    ETag: "0x8DE05B4E9415350"
    x-ms-request-id: b8c79f4c-b01e-0003-604c-736104000000
    x-ms-version: 2018-03-28
    x-azure-ref: 20251222T140633Z-r1ff49d4475g4mqvhC1AMS7u9g0000000m2g00000000aew2
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Cache-Control: no-cache
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Referrer-Policy: strict-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), accelerometer(), gyroscope(), magnetometer(), payment()
    X-Cache: CONFIG_NOCACHE
    Accept-Ranges: bytes
    
    Page title: Smoothwall Product Downloads
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Smoothwall Product Downloads</title>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
      <link href="main.css" rel="stylesheet" />
    
      <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
      <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
        
      <script type="text/javascript" src="jquery-3.5.1.min.js"></script>
      <script type="text/javascript">
        function loadUnifiedClientLinks()
        {
          var containerUrl = '/unified-client/';
    
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-windows').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-windows').html('<span class="error-text">Windows x64 not found</span>');
            });
    
          $.ajax(containerUrl + 'latest-macos.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-macos').html('<a href="' + containerUrl + data.trim() + '">macOS</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-macos').html('<span class="error-text">macOS not found</span>');
            });
        }
        
        function loadMonitorClientLinks()
        {
          var containerUrl = '/monitoring/';
    
          // GLS installer for Windows.
          $.ajax(containerUrl + 'latest-windows-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-windows-gls').html('<a href="' + containerUrl + data.trim() + '">Windows - x64 and Arm</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-windows-gls').html('<span class="error-text">Windows not found</span>');
            });
    
          // GLS installer for macOS.
          $.ajax(containerUrl + 'latest-macos-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-macos-gls').html('<a href="' + containerUrl + data.trim() + '">macOS - Catalina or later</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-macos-gls').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
         function loadKerberosLinks()
        {
          var containerUrl = '/kerberos-scripts/';
    
          // Windows.
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-windows').html('<a href="' + containerUrl + data.trim() + '">Windows Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-windows').html('<span class="error-text">Windows not found</span>');
            });
    
          // mac
          $.ajax(containerUrl + 'latest-mac.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-mac').html('<a href="' + containerUrl + data.trim() + '">macOS Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-mac').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
        function loadIDexAgentLinks()
        {
          var containerUrl = '/idex-agent/';
    
          $.ajax(containerUrl + 'latest-idex-agent-installer.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#idex-agent').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#idex-agent').html('<span class="error-tex
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 2620:1ec:46::44:80 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 307 Temporary Redirect
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 0
    Connection: close
    Location: https://software-qa.smoothwall.cloud/
    x-azure-ref: 20251222T140633Z-r1b65f586b9zv2chhC1YTOxp5n0000000cw000000000ep4b
    X-Cache: CONFIG_NOCACHE
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 13.107.246.44:443 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 14:06:34 GMT
    Content-Type: text/html
    Content-Length: 11452
    Connection: close
    Content-MD5: R5JXM12L/oM3Hrtv2TtMHw==
    Last-Modified: Tue, 07 Oct 2025 15:19:29 GMT
    ETag: "0x8DE05B4E9415350"
    x-ms-request-id: baf7de2b-201e-003e-234c-73171f000000
    x-ms-version: 2018-03-28
    x-azure-ref: 20251222T140634Z-16bdc6b75c9prwgphC1SG14utw0000000cug00000000bvpt
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Cache-Control: no-cache
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Referrer-Policy: strict-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), accelerometer(), gyroscope(), magnetometer(), payment()
    X-Cache: CONFIG_NOCACHE
    Accept-Ranges: bytes
    
    Page title: Smoothwall Product Downloads
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Smoothwall Product Downloads</title>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="preconnect" href="https://fonts.googleapis.com">
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
      <link href="main.css" rel="stylesheet" />
    
      <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
      <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
      <link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
        
      <script type="text/javascript" src="jquery-3.5.1.min.js"></script>
      <script type="text/javascript">
        function loadUnifiedClientLinks()
        {
          var containerUrl = '/unified-client/';
    
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-windows').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-windows').html('<span class="error-text">Windows x64 not found</span>');
            });
    
          $.ajax(containerUrl + 'latest-macos.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#unified-client-macos').html('<a href="' + containerUrl + data.trim() + '">macOS</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#unified-client-macos').html('<span class="error-text">macOS not found</span>');
            });
        }
        
        function loadMonitorClientLinks()
        {
          var containerUrl = '/monitoring/';
    
          // GLS installer for Windows.
          $.ajax(containerUrl + 'latest-windows-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-windows-gls').html('<a href="' + containerUrl + data.trim() + '">Windows - x64 and Arm</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-windows-gls').html('<span class="error-text">Windows not found</span>');
            });
    
          // GLS installer for macOS.
          $.ajax(containerUrl + 'latest-macos-gls.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#mms-client-macos-gls').html('<a href="' + containerUrl + data.trim() + '">macOS - Catalina or later</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#mms-client-macos-gls').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
         function loadKerberosLinks()
        {
          var containerUrl = '/kerberos-scripts/';
    
          // Windows.
          $.ajax(containerUrl + 'latest-windows.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-windows').html('<a href="' + containerUrl + data.trim() + '">Windows Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-windows').html('<span class="error-text">Windows not found</span>');
            });
    
          // mac
          $.ajax(containerUrl + 'latest-mac.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#kerberos-mac').html('<a href="' + containerUrl + data.trim() + '">macOS Scripts</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#kerberos-mac').html('<span class="error-text">macOS not found</span>');
            });
       
        }
    
        function loadIDexAgentLinks()
        {
          var containerUrl = '/idex-agent/';
    
          $.ajax(containerUrl + 'latest-idex-agent-installer.txt', { cache: false, dataType: 'text' }).
            done(function(data) {
              $('#idex-agent').html('<a href="' + containerUrl + data.trim() + '">Windows x64</a>');
            }).
            fail(function(jqXhr, textStatus) {
              $('#idex-agent').html('<span class="error-tex
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 13.107.246.44:80 · software-qa.smoothwall.cloud

    2025-12-22 14:06

    HTTP/1.1 307 Temporary Redirect
    Date: Mon, 22 Dec 2025 14:06:33 GMT
    Content-Type: text/html
    Content-Length: 0
    Connection: close
    Location: https://software-qa.smoothwall.cloud/
    x-azure-ref: 20251222T140633Z-16bdc6b75c9q47ndhC1SG1k85s0000000cz0000000009b70
    X-Cache: CONFIG_NOCACHE
    
    Found 2025-12-22 by HttpPlugin
    Create report
software-qa.smoothwall.cloud
CN:
software-qa.smoothwall.cloud
Not before:
2025-07-25 00:00
Not after:
2026-01-25 23:59