Host 20.208.5.34
Switzerland
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

Kestrel Kestrel

tcp/443

Microsoft-IIS Microsoft-IIS 10.0

tcp/443 tcp/80

Tameo

tcp/443

  • Swagger API description is publicly available
    First seen 2025-12-13 07:03
    Last seen 2026-01-09 15:17
    Open for 27 days
    • Severity: info
      Fingerprint: 5733ddf49ff49cd1aad0354982dbf510790141e3a63567cbb56a161046a679c7

      Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
      GET /api/v1/AssemblySettings
      GET /api/v1/Country/Countries
      GET /api/v1/Country/GetCountriesForSelectList
      GET /api/v1/Country/GetCountryPhoneNumbers
      GET /api/v1/Country/{numericCode}
      POST /api/v1/Country
      Found on 2026-01-09 15:17
  • Swagger API description is publicly available
    First seen 2025-12-13 07:03
    Last seen 2026-01-09 03:14
    Open for 26 days
    • Severity: info
      Fingerprint: 5733ddf49ff49cd1aad0354982dbf510790141e3a63567cbb56a161046a679c7

      Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
      GET /api/v1/AssemblySettings
      GET /api/v1/Country/Countries
      GET /api/v1/Country/GetCountriesForSelectList
      GET /api/v1/Country/GetCountryPhoneNumbers
      GET /api/v1/Country/{numericCode}
      POST /api/v1/Country
      Found on 2026-01-09 03:14
  • Swagger API description is publicly available
    First seen 2025-12-13 07:02
    Last seen 2026-01-09 03:14
    Open for 26 days
  • Swagger API description is publicly available
    First seen 2025-12-13 07:02
    Last seen 2026-01-09 03:14
    Open for 26 days
  • Open service 20.208.5.34:80 · pos.fizzen.ch

    2026-01-13 00:57

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 13 Jan 2026 00:58:41 GMT
    Location: https://pos.fizzen.ch/
    
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · pos.fizzen.ch

    2026-01-13 00:57

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:58:42 GMT
    Cache-Control: no-cache, no-store, must-revalidate
    Transfer-Encoding: chunked
    X-Correlation-ID: 019bb4dc-b7b1-7a46-80bc-a12751541896
    
    Page title: MATE
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>MATE</title>
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
        <link rel="manifest" href="/site.webmanifest.json">
        <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
        <link rel="stylesheet" href="/rapidoc-fixes.css" />
        
        <meta name="apple-mobile-web-app-title" content="MATE">
        <meta name="application-name" content="MATE">
        <meta name="msapplication-TileColor" content="#f2a900">
        <meta name="theme-color" content="#f2a900">
        <style>
    
            :root {
                --tnt-d: 0.06s;
                --tnt-s: calc(39 * var(--tnt-d));
                --tnt-b: 150%;
                --tnt-e: 500%;
                --tnt-a: 27.5deg;
                --tnt-co: #F2A900;
                --tnt-bg1: #eceff1;
                --tnt-bg2: #e2e7ea;
                --tnt-ls-s: 100px;
                --tnt-ls-d: .5s;
            }
    
            [data-theme="dark"] {
                --tnt-bg1: #263238;
                --tnt-bg2: #2a373e;
            }
    
            @media (prefers-color-scheme: dark) {
                [data-theme="auto"] {
                    --tnt-bg1: #263238;
                    --tnt-bg2: #2a373e;
                }
            }
    
            @keyframes m {
                0% {
                    transform: translate(-50%, -50%) rotate(calc(var(--i) * var(--tnt-a))) translate(0, var(--tnt-b));
                }
                100% {
                    transform: translate(-50%, -50%) rotate(calc(var(--i) * var(--tnt-a))) translate(0, var(--tnt-e));
                }
            }
    
            @keyframes s {
                0% {
                    transform-origin: 50% 100%;
                    transform: translate(-50%, -50%) scale(0);
                }
                50% {
                    transform: translate(-50%, -50%) scale(1);
                }
                100% {
                    transform-origin: 50% 0;
                    transform: translate(-50%, -50%) scale(0);
                }
            }
    
            @keyframes stripeTransform {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(var(--tnt-ls-s) * -1));
                }
            }
    
            @keyframes stripeBackgroundPosition {
                0% {
                    background-position: 0 0;
                }
                100% {
                    background-position: calc(var(--tnt-ls-s) * -1) 0;
                }
            }
    
            body {
                margin: 100px;
            }
    
            .bg-loading {
                position: relative;
                overflow: hidden;
                height: 100%;
                width: 100%;
            }
    
            .bg-loading::before {
                content: "";
                background-image: repeating-linear-gradient(135deg, var(--tnt-bg2) 25%, var(--tnt-bg2) 50%, var(--tnt-bg1) 50%, var(--tnt-bg1) 75%);
                background-size: var(--tnt-ls-s) var(--tnt-ls-s);
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                width: calc(100% + var(--tnt-ls-s));
                animation: stripeTransform var(--tnt-ls-d) linear infinite;
            }
    
            #app > .bg-loading {
                overflow: hidden;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                top: 0;
            }
    
            #app > .bg-loading > .t, #app > .bg-loading > .t:after {
                animation: m var(--tnt-s) calc(var(--i) * var(--tnt-d)) infinite linear both;
                position: absolute;
                height: 5vmin;
                width: 5vmin;
            }
    
            #app > .bg-loading > .t {
                left: 50%;
                top: 50%;
            }
    
            #app > .bg-loading > .t:after {
                animation-name: s;
                content: '';
                width: 0;
                hei
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · mate.fizzen.ch

    2026-01-13 00:57

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:58:42 GMT
    Cache-Control: no-cache, no-store, must-revalidate
    Transfer-Encoding: chunked
    X-Correlation-ID: 019bb4dc-b7b9-74e5-a474-49b4e6709252
    
    Page title: MATE
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>MATE</title>
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
        <link rel="manifest" href="/site.webmanifest.json">
        <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
        <link rel="stylesheet" href="/rapidoc-fixes.css" />
        
        <meta name="apple-mobile-web-app-title" content="MATE">
        <meta name="application-name" content="MATE">
        <meta name="msapplication-TileColor" content="#f2a900">
        <meta name="theme-color" content="#f2a900">
        <style>
    
            :root {
                --tnt-d: 0.06s;
                --tnt-s: calc(39 * var(--tnt-d));
                --tnt-b: 150%;
                --tnt-e: 500%;
                --tnt-a: 27.5deg;
                --tnt-co: #F2A900;
                --tnt-bg1: #eceff1;
                --tnt-bg2: #e2e7ea;
                --tnt-ls-s: 100px;
                --tnt-ls-d: .5s;
            }
    
            [data-theme="dark"] {
                --tnt-bg1: #263238;
                --tnt-bg2: #2a373e;
            }
    
            @media (prefers-color-scheme: dark) {
                [data-theme="auto"] {
                    --tnt-bg1: #263238;
                    --tnt-bg2: #2a373e;
                }
            }
    
            @keyframes m {
                0% {
                    transform: translate(-50%, -50%) rotate(calc(var(--i) * var(--tnt-a))) translate(0, var(--tnt-b));
                }
                100% {
                    transform: translate(-50%, -50%) rotate(calc(var(--i) * var(--tnt-a))) translate(0, var(--tnt-e));
                }
            }
    
            @keyframes s {
                0% {
                    transform-origin: 50% 100%;
                    transform: translate(-50%, -50%) scale(0);
                }
                50% {
                    transform: translate(-50%, -50%) scale(1);
                }
                100% {
                    transform-origin: 50% 0;
                    transform: translate(-50%, -50%) scale(0);
                }
            }
    
            @keyframes stripeTransform {
                0% {
                    transform: translateX(0);
                }
                100% {
                    transform: translateX(calc(var(--tnt-ls-s) * -1));
                }
            }
    
            @keyframes stripeBackgroundPosition {
                0% {
                    background-position: 0 0;
                }
                100% {
                    background-position: calc(var(--tnt-ls-s) * -1) 0;
                }
            }
    
            body {
                margin: 100px;
            }
    
            .bg-loading {
                position: relative;
                overflow: hidden;
                height: 100%;
                width: 100%;
            }
    
            .bg-loading::before {
                content: "";
                background-image: repeating-linear-gradient(135deg, var(--tnt-bg2) 25%, var(--tnt-bg2) 50%, var(--tnt-bg1) 50%, var(--tnt-bg1) 75%);
                background-size: var(--tnt-ls-s) var(--tnt-ls-s);
                position: absolute;
                bottom: 0;
                left: 0;
                top: 0;
                width: calc(100% + var(--tnt-ls-s));
                animation: stripeTransform var(--tnt-ls-d) linear infinite;
            }
    
            #app > .bg-loading {
                overflow: hidden;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                top: 0;
            }
    
            #app > .bg-loading > .t, #app > .bg-loading > .t:after {
                animation: m var(--tnt-s) calc(var(--i) * var(--tnt-d)) infinite linear both;
                position: absolute;
                height: 5vmin;
                width: 5vmin;
            }
    
            #app > .bg-loading > .t {
                left: 50%;
                top: 50%;
            }
    
            #app > .bg-loading > .t:after {
                animation-name: s;
                content: '';
                width: 0;
                hei
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · mate.fizzen.ch

    2026-01-13 00:57

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 13 Jan 2026 00:58:40 GMT
    Location: https://mate.fizzen.ch/
    
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · int.akv.klubschule.ch

    2026-01-12 08:00

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 08:01:12 GMT
    x-ms-forbidden-ip: 138.68.86.32
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 23 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · int.akv.klubschule.ch

    2026-01-12 08:00

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 08:01:12 GMT
    x-ms-forbidden-ip: 165.227.173.41
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 23 hours ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · app-uat.tameo.io

    2026-01-12 03:18

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 03:19:13 GMT
    Location: https://app-uat.tameo.io/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · app-uat.tameo.io

    2026-01-12 03:18

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 03:19:11 GMT
    Server: Microsoft-IIS/10.0
    Location: https://app-uat.tameo.io/authentification/login?ReturnUrl=%2F
    Set-Cookie: ARRAffinity=d7d780c84f9ed5ad431d3e30d3a55ef016ed957e833be43f37c3a10ab5d87674;Path=/;HttpOnly;Secure;Domain=app-uat.tameo.io
    Set-Cookie: ARRAffinitySameSite=d7d780c84f9ed5ad431d3e30d3a55ef016ed957e833be43f37c3a10ab5d87674;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-uat.tameo.io
    Strict-Transport-Security: max-age=2592000; includeSubDomains; preload
    X-Powered-By: ASP.NET
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hooks.audience.tstci.zkipster.com

    2026-01-12 03:04

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 03:05:10 GMT
    x-ms-forbidden-ip: 167.71.81.114
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hooks.audience.tstci.zkipster.com

    2026-01-12 03:04

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 03:05:10 GMT
    x-ms-forbidden-ip: 157.245.36.108
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · admin-uat.tameo.io

    2026-01-12 03:00

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 03:01:55 GMT
    Server: Tameo
    Location: https://admin-uat.tameo.io/authentification/login?ReturnUrl=%2F
    Set-Cookie: ARRAffinity=d7d780c84f9ed5ad431d3e30d3a55ef016ed957e833be43f37c3a10ab5d87674;Path=/;HttpOnly;Secure;Domain=admin-uat.tameo.io
    Set-Cookie: ARRAffinitySameSite=d7d780c84f9ed5ad431d3e30d3a55ef016ed957e833be43f37c3a10ab5d87674;Path=/;HttpOnly;SameSite=None;Secure;Domain=admin-uat.tameo.io
    Strict-Transport-Security: max-age=2592000; includeSubDomains; preload
    X-Powered-By: Tameo - Impact Fund Solutions SA
    X-Content-Type-Options: nosniff
    X-Frame-Options: DENY
    X-XSS-Protection: 1; mode=block
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · admin-uat.tameo.io

    2026-01-12 03:00

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 03:01:54 GMT
    Location: https://admin-uat.tameo.io/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.swisskaraoke.ch

    2026-01-12 02:59

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 03:00:58 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8CQEB_FQe0hAlIVuJK3iVobm_oYk7soJzvHyIFHM8i4Ub8VsgNMJi4KJkrZYdMAr9dRagc0YY0lDS9EtEvUk_9rra-2QxWDKVNxzl2ZIqUgPOG6b4lMV9MQsxTb_0SUC4tMFplMV1drlRpOq-MclLlw; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.swisskaraoke.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.swisskaraoke.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    Content-Security-Policy: frame-ancestors 'self'
    blazor-enhanced-nav: allow
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.swisskaraoke.ch

    2026-01-12 02:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 03:00:56 GMT
    Location: https://www.swisskaraoke.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · espace-admin-client.sie-tvt.dev

    2026-01-12 02:56

    HTTP/1.1 200 OK
    Content-Length: 592
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 02:57:48 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "016f34f88c8db1:0"
    Last-Modified: Mon, 19 May 2025 06:36:12 GMT
    Set-Cookie: ARRAffinity=598398f699164bd835807b9558b17f7d905a3ea3ac63d22af928aef1668690a3;Path=/;HttpOnly;Secure;Domain=espace-admin-client.sie-tvt.dev
    Set-Cookie: ARRAffinitySameSite=598398f699164bd835807b9558b17f7d905a3ea3ac63d22af928aef1668690a3;Path=/;HttpOnly;SameSite=None;Secure;Domain=espace-admin-client.sie-tvt.dev
    X-Powered-By: ASP.NET
    
    Page title: SIE - TVT
    
    <!doctype html><html lang="fr"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="SIE SA - Espace Client"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><title>SIE - TVT</title><script defer="defer" src="/static/js/main.0617fbbe.js"></script><link href="/static/css/main.e93f1768.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · espace-admin-client.sie-tvt.dev

    2026-01-12 02:56

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:57:46 GMT
    Location: https://espace-admin-client.sie-tvt.dev/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · test-it.repower.com

    2026-01-12 02:52

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:53:57 GMT
    Location: https://test-it.repower.com/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · portal.vitogaz.ch

    2026-01-12 02:52

    HTTP/1.1 301 Moved Permanently
    Content-Length: 127
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 02:53:57 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private, max-age=86400
    Location: /shop/home
    Set-Cookie: ARRAffinity=a46222d174c7a4c9d75efbc2f711104d8aca19111fb596d3f24e68bf8f7552fd;Path=/;HttpOnly;Secure;Domain=portal.vitogaz.ch
    Set-Cookie: ARRAffinitySameSite=a46222d174c7a4c9d75efbc2f711104d8aca19111fb596d3f24e68bf8f7552fd;Path=/;HttpOnly;SameSite=None;Secure;Domain=portal.vitogaz.ch
    X-Powered-By: ASP.NET
    Permissions-Policy: sync-xhr 'self'
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/shop/home">here</a>.</h2>
    </body></html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · portal.vitogaz.ch

    2026-01-12 02:52

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:53:57 GMT
    Location: https://portal.vitogaz.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · test-it.repower.com

    2026-01-12 02:52

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:53:56 GMT
    Server: Microsoft-IIS/10.0
    Location: /it
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:96f648fa-4ff7-490b-9e27-00aa988f0933
    X-Powered-By: ASP.NET
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · praxis.lehar.ch

    2026-01-12 02:49

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:50:51 GMT
    Location: https://praxis.lehar.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · praxis.lehar.ch

    2026-01-12 02:49

    HTTP/1.1 200 OK
    Content-Length: 181918
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 02:50:54 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"2c69e-niV9K401j8j+x6lsZtfPyXVn7ls"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=praxis.lehar.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=praxis.lehar.ch
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: LEHAR
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 233, 245, 248; --palette-accent-100: 201, 231, 238; --palette-accent-200: 165, 215, 226; --palette-accent-300: 129, 198, 214; --palette-accent-400: 102, 186, 206; --palette-accent-500: 75, 174, 197; --palette-accent-600: 68, 167, 191; --palette-accent-700: 59, 157, 184; --palette-accent-800: 51, 148, 176; --palette-accent-900: 35, 132, 163; --palette-accent-a100: 224, 247, 255; --palette-accent-a200: 173, 234, 255; --palette-accent-a400: 122, 220, 255; --palette-accent-a700: 97, 214, 255; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(0,0,0); --palette-accent-contrast-600: rgb(0,0,0); --palette-accent-contrast-700: rgb(0,0,0); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 252, 245, 228; --palette-primary-100: 247, 229, 189; --palette-primary-200: 242, 212, 145; --palette-primary-300: 236, 195, 100; --palette-primary-400: 232, 182, 67; --palette-primary-500: 228, 169, 34; --palette-primary-600: 225, 162, 30; --palette-primary-700: 221, 152, 25; --palette-primary-800: 217, 143, 20; --palette-primary-900: 209, 126, 12; --palette-primary-a100: 255, 254, 252; --palette-primary-a200: 255, 231, 201; --palette-primary-a400: 255, 207, 150; --palette-primary-a700: 255, 196, 125; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(0,0,0); --palette-primary-contrast-700: rgb(0,0,0); --palette-primary-contrast-800: rgb(0,0,0); --palette-primary-contrast-900: rgb(0,0,0); --palette-warn-50: 253, 237, 233; --palette-warn-100: 251, 209, 200; --palette-warn-200: 248, 179, 164; --palette-warn-300: 245, 149, 127; --palette-warn-400: 242, 126, 99; --palette-warn-500: 240, 103, 72; --palette-warn-600: 238, 95, 65; --palette-warn-700: 236, 84, 56; --palette-warn-800: 233, 74, 48; --palette-warn-900: 229, 57, 33; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 236, 234; --palette-warn-a400: 255, 190, 183; --palette-warn-a700: 255, 167, 157; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--light-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-primary-text); --palette-accent-contrast
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.praxis.lehar.ch

    2026-01-12 02:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 147
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 02:49:57 GMT
    Server: Microsoft-IIS/10.0
    Location: https://praxis.lehar.ch/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=www.praxis.lehar.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.praxis.lehar.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://praxis.lehar.ch/">here</a></body>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.praxis.lehar.ch

    2026-01-12 02:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:49:56 GMT
    Location: https://www.praxis.lehar.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · oe.code18.team

    2026-01-12 02:39

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:40:50 GMT
    Location: https://oe.code18.team/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · oe.code18.team

    2026-01-12 02:39

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 02:40:50 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Set-Cookie: ARRAffinity=03963ce27d7e61ba2faedf29084ba653fe80545d8491c3a95279cd32d117fede;Path=/;HttpOnly;Secure;Domain=oe.code18.team
    Set-Cookie: ARRAffinitySameSite=03963ce27d7e61ba2faedf29084ba653fe80545d8491c3a95279cd32d117fede;Path=/;HttpOnly;SameSite=None;Secure;Domain=oe.code18.team
    Transfer-Encoding: chunked
    X-Powered-By: ASP.NET
    
    Page title: OE Plattform
    
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <title>OE Plattform</title>
            <link rel="shortcut icon" href="favicon.gif">
            
            <meta charset="utf-8"/>
            <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
            <base href="/" />
            <!--<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css"/>-->
            <link href="lib/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"/>
            <link href="css/site.css" rel="stylesheet"/>
            <link href="Code18.OrganizationDeveloperPlatform.Client.styles.css" rel="stylesheet"/>
            <link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet"/>
            <link href="css/c18.css" rel="stylesheet"/>
            <script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
            
            <!--Blazor:{"type":"server","key":{"locationHash":"77D12F14A8105320B1AAED6AE7E689DA0EC4483270A645E84079EAA0FFDF550D:0","formattedComponentKey":""},"sequence":0,"descriptor":"CfDJ8PCA386Q39FDqXxh3WawPA7wh/U2c/365e4\u002BNXTLxlOFdMYmvDX65abqeGzQa7ybaPZ0DGULPLD/f5y6IcuXtKHy1cU3fmiKO3Fz/ziZ8ycf0MrPWHhcB0lz4/hqZ\u002BVjMis0T97c6VAma/ayWEdDX7/L\u002BvcpQmVPH1rskgdsOLk8m5h\u002Bw7ji7BRCQSAdcXs/OyyC2PVhvekIyWEK8T10HrftEx1VlCEUXVhstoPHM9zQUevyT7Aqpb76iFv\u002B7iDYWVVZAJ0AGi8gYNvE1YBo6Xl/JwD6gGUL7YmlFMQPHieY0JslUXop1LJ6wi9PbmQCzcmMsgaoLFCFi3ECvoLevg3jsqgohtuZnUwu1GGaDnl\u002BY1PepaW4Z7WhbCNcGsdGSYJMevO85o28Jb4DJ\u002B0unRVuqoQRylDWaJEckCmKnmE8\u002B\u002Bo63HLIb1RiXLjAhrXrnWy2Xj6aIy8OFtFC1LuIS69szHS0FpTrZXimz//Zl3jrZcS6WW1GllJh4/QFfd5jmbsIa7YQMZnzSIBIVTB8Tr4jwgvKb3LJGKnKku3E4Ye1TQRGoQIJ7QJOQCWFcLkww5OJ8zboxIUPHzor02AieR0="}-->
    
            <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
            <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
            <script src="https://kit.fontawesome.com/6197fac6d6.js" crossorigin="anonymous"></script>
    
        </head>
        <body>
            
    <!--Blazor:{"type":"server","key":{"locationHash":"AD254362CCEE351DFE86DA26A7ECC5249FAE80EEBF4CFA92062AEE9A469AB295:0","formattedComponentKey":""},"sequence":1,"descriptor":"CfDJ8PCA386Q39FDqXxh3WawPA6ajswnU47hB4Vw7KkAnsKTvbt9/inzyayMYfOkyOvkyACwYE\u002BMo3e04EI1ALtxXudul8CIEkn/ThOsvaKv4lkYFdWXiy5\u002Bkf3kIhaPxyn6D9Rd\u002BT\u002BTAwEeKf86z87OGnoJijm2Z24yhXZmo0yiVt6a2LGRxiEZ42f8a1YJmWsDII/IpAEN8psPj2RJoRQvLX8H7FwE260whbJZoXv5xDVpPXLY\u002B3zGx5C5h9GYDAke3XpUxAx7wo\u002BX4qnskbUbEjf4nEMKQJ\u002Bjzi7ZsLuPH0Ckn1KMjfJMsJI8A5FLxvIcB7kjQHrzPpkh32SiaOwQNjVgQfyQlXtS7cPv4Vbd6UzYOvD8Q7ihBP76sKmaw\u002BBc2YxXc3PeisguUgXP0rAgQvsRjc\u002BScU2CN0FVliUFxcYT6VU/1n9W4krAeLLV3o\u002BP16RPNtMS4jJW6OyII5gC57cIUsyCCJeUzcNscywJlDPPty93vqWeZkPqqkggZdoJK/sKG6\u002B\u002BkoY50X5wz6XP/py8LY\u002BQHadu0ffXkVqL3Oiroow3JuQcGctPKczzPmqt4/Ly6oiRYHNZk\u002Bb0TAJ7spBUlroz4c74YnkgONff3T4QkC/wBdXAkfKuyrXQxtouOhtoDuz3\u002Bl5Wwg11YfBiwS4N2Yz3kYRVFxHKsnOcGRBC9SD2jsDBYecpoMLzWnqO7/c2OLEnKPOtqhKrVUYoYTKaVnxtSInL9NThgiGMstVd8iMZLREOfzAp/M3aHTR/lIqqqVDK\u002B\u002BZrxn3338b5fIcz\u002BYto42Thyts2KFhpltZjmrWDD1kKE59v8NC65JNBPg=="}-->
    
            <div id="blazor-error-ui">
                
                    An error has occurred. This application may no longer respond until reloaded.
                
                
                <a href="" class="reload">Reload</a>
                <a class="dismiss">🗙</a>
            </div>
    
            <script src="_framework/blazor.server.js"></script>
            <script>
              window.downloadFileFromStream = async (fileName, contentStreamReference) => {
                const arrayBuffer = await contentStreamReference.arrayBuffer();
                const blob = new Blob([arrayBuffer]);
                const url = URL.createObjectURL(blob);
                const anchorElement = document.createElement('a');
                anchorElement.href = url;
                anchorElement.download = fileName ?? '';
                anchorElement.click();
                anchorElement.remove();
                URL.revokeObjectURL(url);
              }
              window.clipboardCopy = {
                  copyTex
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api-test.revolution-hub.ch

    2026-01-12 02:33

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:34:11 GMT
    Location: https://api-test.revolution-hub.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api-test.revolution-hub.ch

    2026-01-12 02:33

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:34:12 GMT
    Server: Microsoft-IIS/10.0
    Location: /swagger
    Set-Cookie: ARRAffinity=04cd653d8eaa137294fe8c0cc7d9dfc577f9e32452b8c7b4a9a0627f5007768a;Path=/;HttpOnly;Secure;Domain=api-test.revolution-hub.ch
    Set-Cookie: ARRAffinitySameSite=04cd653d8eaa137294fe8c0cc7d9dfc577f9e32452b8c7b4a9a0627f5007768a;Path=/;HttpOnly;SameSite=None;Secure;Domain=api-test.revolution-hub.ch
    X-Correlation-Id: decca556345f466e8180558af06819a3
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · aglaya-rotkreuz.ch

    2026-01-12 02:30

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 02:31:15 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=aglaya-rotkreuz.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=aglaya-rotkreuz.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch">here</a></body>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · aglaya-rotkreuz.ch

    2026-01-12 02:30

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 02:31:15 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=aglaya-rotkreuz.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch">here</a></body>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.aglaya-rotkreuz.ch

    2026-01-12 02:26

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 02:27:45 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=www.aglaya-rotkreuz.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch">here</a></body>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.aglaya-rotkreuz.ch

    2026-01-12 02:26

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 12 Jan 2026 02:27:45 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=www.aglaya-rotkreuz.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.aglaya-rotkreuz.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch">here</a></body>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · kurse.mba-winterthur.ch

    2026-01-12 02:12

    HTTP/1.1 200 OK
    Content-Length: 196169
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 02:14:03 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"2fe49-V7poXqpKBdXIrYV5QItZBE94qjg"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=kurse.mba-winterthur.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=kurse.mba-winterthur.ch
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: Deine Truedo-Domain
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 225, 230, 233; --palette-accent-100: 179, 193, 200; --palette-accent-200: 129, 152, 163; --palette-accent-300: 78, 110, 126; --palette-accent-400: 40, 79, 99; --palette-accent-500: 2, 48, 71; --palette-accent-600: 2, 43, 64; --palette-accent-700: 1, 36, 55; --palette-accent-800: 1, 30, 47; --palette-accent-900: 1, 19, 32; --palette-accent-a100: 93, 170, 255; --palette-accent-a200: 42, 143, 255; --palette-accent-a400: 0, 116, 246; --palette-accent-a700: 0, 104, 220; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(255,255,255); --palette-accent-contrast-400: rgb(255,255,255); --palette-accent-contrast-500: rgb(255,255,255); --palette-accent-contrast-600: rgb(255,255,255); --palette-accent-contrast-700: rgb(255,255,255); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 236, 246, 249; --palette-primary-100: 207, 232, 241; --palette-primary-200: 176, 217, 231; --palette-primary-300: 144, 202, 221; --palette-primary-400: 120, 190, 214; --palette-primary-500: 96, 179, 207; --palette-primary-600: 88, 172, 202; --palette-primary-700: 78, 163, 195; --palette-primary-800: 68, 154, 189; --palette-primary-900: 51, 139, 178; --palette-primary-a100: 250, 253, 255; --palette-primary-a200: 199, 237, 255; --palette-primary-a400: 148, 220, 255; --palette-primary-a700: 122, 212, 255; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(0,0,0); --palette-primary-contrast-700: rgb(0,0,0); --palette-primary-contrast-800: rgb(0,0,0); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 255, 246, 225; --palette-warn-100: 255, 233, 179; --palette-warn-200: 255, 219, 129; --palette-warn-300: 255, 204, 79; --palette-warn-400: 255, 193, 41; --palette-warn-500: 255, 182, 3; --palette-warn-600: 255, 175, 3; --palette-warn-700: 255, 166, 2; --palette-warn-800: 255, 158, 2; --palette-warn-900: 255, 142, 1; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 249, 242; --palette-warn-a400: 255, 224, 191; --palette-warn-a700: 255, 211, 166; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(0,0,0); --palette-warn-contrast-800: rgb(0,0,0); --palette-warn-contrast-900: rgb(0,0,0); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--light-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-primary-text); --palette-accent-contrast-800-rg
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · kurse.mba-winterthur.ch

    2026-01-12 02:12

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:13:58 GMT
    Location: https://kurse.mba-winterthur.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · webportal-test.baumeister.ch

    2026-01-12 02:08

    HTTP/1.1 200 OK
    Content-Length: 1443
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 02:09:32 GMT
    Server: Kestrel
    Accept-Ranges: bytes
    ETag: "1db982b4a9737a3"
    Last-Modified: Tue, 18 Mar 2025 17:29:24 GMT
    Set-Cookie: ARRAffinity=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;Secure;Domain=webportal-test.baumeister.ch
    Set-Cookie: ARRAffinitySameSite=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;SameSite=None;Secure;Domain=webportal-test.baumeister.ch
    Request-Context: appId=cid-v1:8a5d1d2c-aa3f-4a2d-9734-d5f5abb9358d
    X-Frame-Options: DENY
    X-Content-Type-Options: nosniff
    X-Powered-By: ASP.NET
    
    Page title: Portal Schweizerischer Baumeisterverband
    
    <!DOCTYPE html>
    <html style="height: 100%">
    
    <head>
        <meta charset="UTF-8"/>
        <title>Portal Schweizerischer Baumeisterverband</title>
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
        <meta http-equiv="Pragma" content="no-cache"/>
        <meta http-equiv="Expires" content="0"/>
    
        <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
        <link rel="stylesheet" type="text/css" href="/assets/dx.common.css" >
        <link rel="stylesheet" type="text/css" href="/assets/dx.material.performa-SBV-scheme.css" >
    
        <script src="/settings.js"></script>
    
        <style>
            body {
                margin: 0;
                height: 100%;
                width: 100%;
                font-family: "Roboto", "Helvetica", "Arial", sans-serif;
                overflow: hidden;
            }
            #root {
                display: flex;
                height: 100%;
                width: 100%;
                flex: 1;
            }
        </style>
    <link href="/styles.2e4faab90031df56755d6.css" rel="stylesheet"></head>
    
    <body>
        <div id="root"></div>
    <script type="text/javascript" src="/vendors.d03ec7a3c6acc4e6eedc.bundle.js"></script><script type="text/javascript" src="/polyfills.46a6df09aaa5e5c27492.bundle.js"></script><script type="text/javascript" src="/app.a8310805c1bc1e8ce255.bundle.js"></script></body>
    </html>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · webportal-test.baumeister.ch

    2026-01-12 02:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:09:32 GMT
    Location: https://webportal-test.baumeister.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · webportal-test.baumeister.swiss

    2026-01-12 02:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:09:18 GMT
    Location: https://webportal-test.baumeister.swiss/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · webportal-test.baumeister.swiss

    2026-01-12 02:08

    HTTP/1.1 200 OK
    Content-Length: 1443
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 02:09:19 GMT
    Server: Kestrel
    Accept-Ranges: bytes
    ETag: "1db982b4a9737a3"
    Last-Modified: Tue, 18 Mar 2025 17:29:24 GMT
    Set-Cookie: ARRAffinity=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;Secure;Domain=webportal-test.baumeister.swiss
    Set-Cookie: ARRAffinitySameSite=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;SameSite=None;Secure;Domain=webportal-test.baumeister.swiss
    Request-Context: appId=cid-v1:8a5d1d2c-aa3f-4a2d-9734-d5f5abb9358d
    X-Frame-Options: DENY
    X-Content-Type-Options: nosniff
    X-Powered-By: ASP.NET
    
    Page title: Portal Schweizerischer Baumeisterverband
    
    <!DOCTYPE html>
    <html style="height: 100%">
    
    <head>
        <meta charset="UTF-8"/>
        <title>Portal Schweizerischer Baumeisterverband</title>
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
        <meta http-equiv="Pragma" content="no-cache"/>
        <meta http-equiv="Expires" content="0"/>
    
        <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
        <link rel="stylesheet" type="text/css" href="/assets/dx.common.css" >
        <link rel="stylesheet" type="text/css" href="/assets/dx.material.performa-SBV-scheme.css" >
    
        <script src="/settings.js"></script>
    
        <style>
            body {
                margin: 0;
                height: 100%;
                width: 100%;
                font-family: "Roboto", "Helvetica", "Arial", sans-serif;
                overflow: hidden;
            }
            #root {
                display: flex;
                height: 100%;
                width: 100%;
                flex: 1;
            }
        </style>
    <link href="/styles.2e4faab90031df56755d6.css" rel="stylesheet"></head>
    
    <body>
        <div id="root"></div>
    <script type="text/javascript" src="/vendors.d03ec7a3c6acc4e6eedc.bundle.js"></script><script type="text/javascript" src="/polyfills.46a6df09aaa5e5c27492.bundle.js"></script><script type="text/javascript" src="/app.a8310805c1bc1e8ce255.bundle.js"></script></body>
    </html>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · webportal.baumeister.swiss

    2026-01-12 02:07

    HTTP/1.1 200 OK
    Content-Length: 1443
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 02:08:37 GMT
    Server: Kestrel
    Accept-Ranges: bytes
    ETag: "1db982ba3ff64a3"
    Last-Modified: Tue, 18 Mar 2025 17:31:54 GMT
    Set-Cookie: ARRAffinity=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;Secure;Domain=webportal.baumeister.swiss
    Set-Cookie: ARRAffinitySameSite=135195a002ac28f25555d3e29649106c236b210be54ddfab8ad2203bb02b912c;Path=/;HttpOnly;SameSite=None;Secure;Domain=webportal.baumeister.swiss
    Request-Context: appId=cid-v1:901fbc83-5b6d-4b46-b377-08cc5e147482
    X-Frame-Options: DENY
    X-Content-Type-Options: nosniff
    X-Powered-By: ASP.NET
    
    Page title: Portal Schweizerischer Baumeisterverband
    
    <!DOCTYPE html>
    <html style="height: 100%">
    
    <head>
        <meta charset="UTF-8"/>
        <title>Portal Schweizerischer Baumeisterverband</title>
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
        <meta http-equiv="Pragma" content="no-cache"/>
        <meta http-equiv="Expires" content="0"/>
    
        <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
        <link rel="stylesheet" type="text/css" href="/assets/dx.common.css" >
        <link rel="stylesheet" type="text/css" href="/assets/dx.material.performa-SBV-scheme.css" >
    
        <script src="/settings.js"></script>
    
        <style>
            body {
                margin: 0;
                height: 100%;
                width: 100%;
                font-family: "Roboto", "Helvetica", "Arial", sans-serif;
                overflow: hidden;
            }
            #root {
                display: flex;
                height: 100%;
                width: 100%;
                flex: 1;
            }
        </style>
    <link href="/styles.2e4faab90031df56755d6.css" rel="stylesheet"></head>
    
    <body>
        <div id="root"></div>
    <script type="text/javascript" src="/vendors.d03ec7a3c6acc4e6eedc.bundle.js"></script><script type="text/javascript" src="/polyfills.46a6df09aaa5e5c27492.bundle.js"></script><script type="text/javascript" src="/app.a8310805c1bc1e8ce255.bundle.js"></script></body>
    </html>
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · webportal.baumeister.swiss

    2026-01-12 02:07

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:08:37 GMT
    Location: https://webportal.baumeister.swiss/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · web.01.25298.cloud.codx.ch

    2026-01-12 02:03

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:04:31 GMT
    Server: Microsoft-IIS/10.0
    Location: /Migration?ReturnUri=%2F
    Set-Cookie: ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=web.01.25298.cloud.codx.ch
    Set-Cookie: ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=web.01.25298.cloud.codx.ch
    Strict-Transport-Security: max-age=31536000
    Content-Security-Policy: default-src 'none';script-src 'nonce-KuP4Lm0XDtXm1WaP4JU99tpVnIUPEO2y1c1SvNmcLOw=' 'strict-dynamic';style-src 'self' 'nonce-KuP4Lm0XDtXm1WaP4JU99tpVnIUPEO2y1c1SvNmcLOw=';connect-src 'self';img-src 'self' data:;frame-src https://www.codx.ch;base-uri 'self'
    X-Powered-By: ASP.NET
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · web.01.25298.cloud.codx.ch

    2026-01-12 02:03

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:04:30 GMT
    Location: https://web.01.25298.cloud.codx.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · ptgstatsdata.nipidu.de

    2026-01-12 01:59

    HTTP/1.1 500 Internal Server Error
    Content-Length: 2416
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 02:00:16 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=ptgstatsdata.nipidu.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=ptgstatsdata.nipidu.de
    X-Powered-By: ASP.NET
    
    Page title:  HTTP Error 500.30 - ASP.NET Core app failed to start 
    
    <!DOCTYPE html>
    <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <meta charset="utf-8" />
            <title> HTTP Error 500.30 - ASP.NET Core app failed to start </title>
            <style>
                body {
                    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
                    font-size: .813em;
                    color: #222;
                    background-color: #fff;
                }
    
                h1, h2, h3, h4, h5 {
                    /*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
                    font-weight: 100;
                }
    
                h1 {
                    color: #44525e;
                    margin: 15px 0 15px 0;
                }
    
                h2 {
                    margin: 10px 5px 0 0;
                }
    
                h3 {
                    color: #363636;
                    margin: 5px 5px 0 0;
                }
    
                code {
                    font-family: Consolas, "Courier New", courier, monospace;
                }
    
                body .titleerror {
                    padding: 3px 3px 6px 3px;
                    display: block;
                    font-size: 1.5em;
                    font-weight: 100;
                }
    
                a {
                    color: #1ba1e2;
                    text-decoration: none;
                }
    
                    a:hover {
                        color: #13709e;
                        text-decoration: underline;
                    }
    
                li {
                    margin: 5px;
                }
    
            </style>
        </head>
        <body>
            <h1> HTTP Error 500.30 - ASP.NET Core app failed to start </h1>
    
            <h2> Common solutions to this issue: </h2><ul><li>The app failed to start</li><li>The app started but then stopped</li><li>The app started but threw an exception during startup</li></ul>
    
            
    
            <h2> Troubleshooting steps: </h2>
            <ul>
                <li> Check the system event log for error messages </li>
                <li> Enable logging the application process' stdout messages </li>
                <li> Attach a debugger to the application process and inspect </li>
            </ul>
    
            <h2>
                For more guidance on diagnosing and handling these errors, visit
                 <a href="https://go.microsoft.com/fwlink/?LinkID=2028526"> <cite>Troubleshoot ASP.NET Core on Azure App Service and IIS</cite></a>.
            </h2>
        </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · ptgstatsdata.nipidu.de

    2026-01-12 01:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 02:00:15 GMT
    Location: https://ptgstatsdata.nipidu.de/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stcoccinelle.autel.app

    2026-01-12 01:46

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:47:43 GMT
    Location: https://stcoccinelle.autel.app/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stcoccinelle.autel.app

    2026-01-12 01:46

    HTTP/1.1 200 OK
    Content-Length: 275
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:47:42 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;Secure;Domain=stcoccinelle.autel.app
    Set-Cookie: ARRAffinitySameSite=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=stcoccinelle.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: SalesTime by Autel
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>SalesTime by Autel</title>
        <meta http-equiv="refresh" content="0;URL=/webapp/">
    </head>
    
    <body>
    	SalesTime
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stundenblatt.burgnaeschtli.ch

    2026-01-12 01:46

    HTTP/1.1 302 Found
    Content-Length: 150
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:47:18 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Location: /Account/Login.aspx?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=073a1e1928e90a1c43accf416fca339876fd27709f9bfeea8d3e2fa408278a9b;Path=/;HttpOnly;Secure;Domain=stundenblatt.burgnaeschtli.ch
    Set-Cookie: ARRAffinitySameSite=073a1e1928e90a1c43accf416fca339876fd27709f9bfeea8d3e2fa408278a9b;Path=/;HttpOnly;SameSite=None;Secure;Domain=stundenblatt.burgnaeschtli.ch
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/Account/Login.aspx?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stundenblatt.burgnaeschtli.ch

    2026-01-12 01:46

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:47:17 GMT
    Location: https://stundenblatt.burgnaeschtli.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · eb.portal-peik.ch

    2026-01-12 01:41

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:42:36 GMT
    Location: https://eb.portal-peik.ch/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · eb.portal-peik.ch

    2026-01-12 01:41

    HTTP/1.1 200 OK
    Content-Length: 2826
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:42:36 GMT
    Accept-Ranges: bytes
    ETag: "1dc4f3ab3f2b40a"
    Last-Modified: Thu, 06 Nov 2025 16:30:46 GMT
    Set-Cookie: ARRAffinity=79a827d894af7b86f90d7b04c115533829c3f1ded7c48730997edf9f83fc6ceb;Path=/;HttpOnly;Secure;Domain=eb.portal-peik.ch
    Set-Cookie: ARRAffinitySameSite=79a827d894af7b86f90d7b04c115533829c3f1ded7c48730997edf9f83fc6ceb;Path=/;HttpOnly;SameSite=None;Secure;Domain=eb.portal-peik.ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:a37576aa-4554-4e4f-af5a-6accb3b87092
    X-Frame-Options: DENY
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Content-Security-Policy: default-src 'self';script-src 'unsafe-inline' 'self';style-src 'unsafe-inline' 'self';object-src 'none';base-uri 'self';connect-src 'self' https://localhost:8443;font-src 'self';frame-src 'self';img-src 'self' data:;manifest-src 'self';media-src 'self';worker-src 'none';
    
    Page title: Pebt
    
    <!doctype html>
    <html lang="de-CH" data-beasties-container>
      <head>
        <meta charset="utf-8">
        <title>Pebt</title>
        <base href="/">
        <meta http-equiv="Content-Security-Policy" content="default-src 'self';script-src 'unsafe-inline' 'self';style-src 'unsafe-inline' 'self';object-src 'none';base-uri 'self';connect-src 'self' https://localhost:8443 https://pebt-webclient-develop.azurewebsites.net;font-src 'self';frame-src 'self';img-src 'self' data:;manifest-src 'self';media-src 'self';worker-src 'none';">
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link type="image/x-icon" href="favicon.ico" rel="icon">
      <style>:root{--dt-row-selected:13, 110, 253;--dt-row-selected-text:255, 255, 255;--dt-row-selected-link:9, 10, 11;--dt-row-stripe:0, 0, 0;--dt-row-hover:0, 0, 0;--dt-column-ordering:0, 0, 0;--dt-html-background:white}html{line-height:1.15;-webkit-text-size-adjust:100%}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;-webkit-text-size-adjust:100%;background:#fff;color:#666}body{margin:0}:root{--uk-breakpoint-s:640px;--uk-breakpoint-m:960px;--uk-breakpoint-l:1200px;--uk-breakpoint-xl:1600px}:root{--uk-leader-fill-content:.}:root{--uk-position-margin-offset:0px}@media print{*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}@page{margin:.5cm}}@font-face{src:url("./media/Frutiger_LT_Com_55_Roman-WSVOCEFT.eot");src:url("./media/Frutiger_LT_Com_55_Roman-WSVOCEFT.eot?#iefix") format("embedded-opentype"),url("./media/Frutiger_LT_Com_55_Roman-GUIP56IL.woff2") format("woff2"),url("./media/Frutiger_LT_Com_55_Roman-4YMGCWEE.woff") format("woff"),url("./media/Frutiger_LT_Com_55_Roman-SICCMIE2.ttf") format("truetype"),url("./media/Frutiger_LT_Com_55_Roman-MSNW23CP.svg#Frutiger LT Com 55 Roman") format("svg");font-family:"Frutiger LT Com 55 Roman"}body{margin:0;background-color:#ebebeb;color:#000;font-size:14px;line-height:1.4285;font-family:"Frutiger LT Com 55 Roman",Helvetica Neue,helvetica,arial,sans-serif}</style><link rel="stylesheet" href="styles-2DRXWLO5.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-2DRXWLO5.css"></noscript></head>
      <body>
        <app-root></app-root>
      <link rel="modulepreload" href="chunk-SJVH5XJ3.js"><link rel="modulepreload" href="chunk-6B42G5CZ.js"><link rel="modulepreload" href="chunk-WSXAN7VY.js"><link rel="modulepreload" href="chunk-GAL4ENT6.js"><script src="polyfills-5CFQRCPP.js" type="module"></script><script src="scripts-QJWJQE76.js" defer></script><script src="main-RDNYNQ7V.js" type="module"></script></body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stliujoadmin.autel.app

    2026-01-12 01:39

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:40:48 GMT
    Location: https://stliujoadmin.autel.app/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stliujoadmin.autel.app

    2026-01-12 01:39

    HTTP/1.1 200 OK
    Content-Length: 5349
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:40:48 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ASP.NET_SessionId=aforja5fzv4cefdkcw3jg0cv; path=/; HttpOnly; SameSite=Lax
    Set-Cookie: ARRAffinity=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;Secure;Domain=stliujoadmin.autel.app
    Set-Cookie: ARRAffinitySameSite=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=stliujoadmin.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Autel SalesTime Admin 
    
    
    
    
    
    
    <!DOCTYPE html>
    
    <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
    <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
    <!--[if !IE]><!-->
    <!--<![endif]-->
    <!-- BEGIN HEAD -->
    
    <head>
        <meta charset="utf-8" />
        <title>Autel SalesTime Admin </title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta content="width=device-width, initial-scale=1" name="viewport" />
        <meta content="Autel SalesTime Admin" name="description" />
        <meta content="" name="author" />
        <!-- BEGIN GLOBAL MANDATORY STYLES -->
        <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
    
        <link href="/content/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
        <link href="/content/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
        <link href="/content/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
        <link href="/content/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
    
        <link href="/content/global/css/components-rounded.min.css" rel="stylesheet" id="style_components" type="text/css" />
        <link href="/content/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
        <link href="/content/pages/css/login-2.min.css" rel="stylesheet" type="text/css" />
    
        
        <link rel="shortcut icon" href="favicon.ico" />
    </head>
    <!-- END HEAD -->
    
    <body class="login">
        <!-- BEGIN LOGO -->
        <div class="logo">
            <a href="index.html">
                <img src="/content/img/salestime.png" style="height: 200px;" alt="" />
            </a>
        </div>
        <!-- END LOGO -->
        <!-- BEGIN LOGIN -->
        <div class="content">
    
    <form action="/" method="post">            <div class="form-title">
                    <span class="form-title">SalesTime BackOffice</span>
                    <span class="form-subtitle">Please login.</span>
                </div>
                <div class="form-group">
                    <label class="control-label visible-ie8 visible-ie9">Username</label>
                    <input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username" value="" />
                </div>
                <div class="form-group">
                    <label class="control-label visible-ie8 visible-ie9">Password</label>
                    <input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" value="" />
                </div>
                <div class="form-actions">
                    <button type="submit" class="btn red btn-block uppercase">Login</button>
                </div>
                <div class="form-actions">
                    <div class="pull-left">
                        <label class="rememberme mt-checkbox mt-checkbox-outline">
                            <input type="checkbox" name="remember" value="1" /> Remember me
                            <span></span>
                        </label>
                    </div>
                </div>
    </form>
    
        </div>
        <div class="copyright hide"> 2017 © Autel Admin SalesTime  </div>
        <!-- END LOGIN -->
        <!--[if lt IE 9]>
        <script src="~/content/global/plugins/respond.min.js"></script>
        <script src="~/content/global/plugins/excanvas.min.js"></script>
        <script src="~/content/global/plugins/ie8.fix.min.js"></script>
        <![endif]-->
        <!-- BEGIN CORE PLUGINS -->
        <script src="/content/global/plugins/jquery.min.js" type="text/javascript"></script>
        <script src="/content/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
        <script src="/content/global/plugins/js.cookie.min.js" type="text/javascript"></script>
        <script src="/content/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
        <script src="/content/global/plugins/jquery.blocku
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stkaos.autel.app

    2026-01-12 01:37

    HTTP/1.1 200 OK
    Content-Length: 275
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:38:58 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;Secure;Domain=stkaos.autel.app
    Set-Cookie: ARRAffinitySameSite=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=stkaos.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: SalesTime by Autel
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>SalesTime by Autel</title>
        <meta http-equiv="refresh" content="0;URL=/webapp/">
    </head>
    
    <body>
    	SalesTime
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stkaos.autel.app

    2026-01-12 01:37

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:38:57 GMT
    Location: https://stkaos.autel.app/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · pooldata-maintenance-webapp.nipidu.com

    2026-01-12 01:37

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:38:56 GMT
    Location: https://pooldata-maintenance-webapp.nipidu.com/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · pooldata-maintenance-webapp.nipidu.com

    2026-01-12 01:37

    HTTP/1.1 200 OK
    Content-Length: 5034
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:38:56 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "08b1b34bb10da1:0"
    Last-Modified: Mon, 06 Nov 2023 14:11:58 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=pooldata-maintenance-webapp.nipidu.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=pooldata-maintenance-webapp.nipidu.com
    X-Powered-By: ASP.NET
    
    Page title: Loading...
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Loading...</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link rel="icon" type="image/png" href="favicon.png" />
        <link href="Client.styles.css" rel="stylesheet" />
        <link href="manifest.json" rel="manifest" />
        <link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
        <link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
        <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
        <link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
        <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
    
        <style>
            .selected {
                background-color: forestgreen !important;
            }
    
                .selected > td {
                    color: white !important;
                }
    
                    .selected > td .mud-input {
                        color: white !important;
                    }
    
            .pointer {
                cursor: pointer;
            }
            #map {
                height: 280px;
            }
    
            .mud-chip-color-custom-6 {
                background: #7986CB;
                color: white;
                font-size: 11px !important;
            }
            .mud-chip-color-custom-5 {
                background: #5C6BC0;
                color: white;
                font-size: 11px !important;
            }
            .mud-chip-color-custom-4 {
                background: #3949AB;
                color: white;
                font-size: 11px !important;
            }
            .mud-chip-color-custom-3 {
                background: #303F9F;
                color: white;
                font-size: 11px !important;
            }
            .mud-chip-color-custom-2 {
                background: #283593;
                color: white;
                font-size: 11px !important;
            }
            .mud-chip-color-custom-1 {
                background: #1A237E;
                color: white;
                font-size: 11px !important;
            }
        </style>
    </head>
    
    <body>
        <div id="app">
            <svg class="loading-progress">
                <circle r="40%" cx="50%" cy="50%" />
                <circle r="40%" cx="50%" cy="50%" />
            </svg>
            <div class="loading-progress-text"></div>
        </div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js" autostart="false"></script>
        <script>navigator.serviceWorker.register('service-worker.js');</script>
        <script>navigator.serviceWorker.register('js/cache.js');</script>
        <script src="_content/MudBlazor/MudBlazor.min.js"></script>
        <script>
            window.blazorCulture = {
                get: () => window.localStorage['BlazorCulture'],
                set: (value) => window.localStorage['BlazorCulture'] = value
            };
        </script>
        <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDyqd58cLS-eOogCaWyu_Vai_nAmYc_YLg&v=3"></script>
        
        <script>
    
            if (window.location.hostname.includes("localhost")) {
                Blazor.start({ environment: "Development" });
            }
            else if (window.location.hostname.includes("staging")) {
                Blazor.start({ environment: "Staging" });
            }
            else {
                Blazor.start({ environment: "Production" });
            }
    
            window.show = {
                map: function (title, lat, lng) {
                    var latlng = new google.maps.LatLng(lat, lng);
                    var options = {
                        zoom: 14, center: latlng,
                        mapTypeId: google.maps.MapTypeId.ROADMAP
                    };
               
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stgrati.auteldom1.com

    2026-01-12 01:36

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:37:55 GMT
    Location: https://stgrati.auteldom1.com/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stgrati.auteldom1.com

    2026-01-12 01:36

    HTTP/1.1 200 OK
    Content-Length: 1689
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:37:55 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;Secure;Domain=stgrati.auteldom1.com
    Set-Cookie: ARRAffinitySameSite=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=stgrati.auteldom1.com
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Sales Time by Autel
    
    <!DOCTYPE html>
    <html>
    <head>
    	<meta charset="utf-8">
    	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    
    	<meta name="apple-mobile-web-app-capable" content="yes" />
    	<meta name="mobile-web-app-capable" content="yes" />
    	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
    	<meta name="apple-mobile-web-app-title" content="Sales Time by Autel" />
    	<meta name="format-detection" content="telephone=no">
    	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    
    	<!-- Le icone -->
    	<link href="/www/img/180.png" sizes="180x180" rel="apple-touch-icon" />
    	<link href="/www/img/155.png" sizes="152x152" rel="apple-touch-icon" />
    	<link href="/www/img/144.png" sizes="144x144" rel="apple-touch-icon" />
    	<link href="/www/img/120.png" sizes="120x120"  rel="apple-touch-icon" />
    	<link href="/www/img/114.png" sizes="114x114" rel="apple-touch-icon" />
    	<link href="/www/img/76.png" sizes="76x76" rel="apple-touch-icon" />
    	<link href="/www/img/72.png" sizes="72x72"  rel="apple-touch-icon" />
    	<link href="/www/img/57.png"  sizes="57x57" rel="apple-touch-icon" />
    	<link href="/www/img/192.png" rel="icon" sizes="192x192" />
    	<link href="/www/img/128.png" rel="icon" sizes="128x128" />
    	
    	<title>Sales Time by Autel</title>
    	
    	
    	<link href="/au/theme?v=vpbop32nALszisWxm1HcXRrFoElf1Z48C02oht8Nf2I1" rel="stylesheet"/>
    
    
    	
    	<script src="/au/ionic?v=69MEU3FVbFPuI7hzECYHk40yQ7KNR2ZOnAq653RJ9GA1"></script>
    
    
    	
    	<script src="/au/app?v=hrvIo_VdSlNb_AJGyStsneQhoxzlxIYGAAbYJH9ZZIs1"></script>
    
    
    </head>
    
    <body ng-app="ST" resize>
    	<ion-nav-view></ion-nav-view>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · staging-pooldata-maintenance-webapi.nipidu.com

    2026-01-12 01:36

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 01:37:29 GMT
    Location: https://staging-pooldata-maintenance-webapi.nipidu.com/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · staging-pooldata-maintenance-webapi.nipidu.com

    2026-01-12 01:36

    HTTP/1.1 500 Internal Server Error
    Content-Length: 2416
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:37:30 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=staging-pooldata-maintenance-webapi.nipidu.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging-pooldata-maintenance-webapi.nipidu.com
    X-Powered-By: ASP.NET
    
    Page title:  HTTP Error 500.30 - ASP.NET Core app failed to start 
    
    <!DOCTYPE html>
    <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
        <head>
            <meta charset="utf-8" />
            <title> HTTP Error 500.30 - ASP.NET Core app failed to start </title>
            <style>
                body {
                    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
                    font-size: .813em;
                    color: #222;
                    background-color: #fff;
                }
    
                h1, h2, h3, h4, h5 {
                    /*font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;*/
                    font-weight: 100;
                }
    
                h1 {
                    color: #44525e;
                    margin: 15px 0 15px 0;
                }
    
                h2 {
                    margin: 10px 5px 0 0;
                }
    
                h3 {
                    color: #363636;
                    margin: 5px 5px 0 0;
                }
    
                code {
                    font-family: Consolas, "Courier New", courier, monospace;
                }
    
                body .titleerror {
                    padding: 3px 3px 6px 3px;
                    display: block;
                    font-size: 1.5em;
                    font-weight: 100;
                }
    
                a {
                    color: #1ba1e2;
                    text-decoration: none;
                }
    
                    a:hover {
                        color: #13709e;
                        text-decoration: underline;
                    }
    
                li {
                    margin: 5px;
                }
    
            </style>
        </head>
        <body>
            <h1> HTTP Error 500.30 - ASP.NET Core app failed to start </h1>
    
            <h2> Common solutions to this issue: </h2><ul><li>The app failed to start</li><li>The app started but then stopped</li><li>The app started but threw an exception during startup</li></ul>
    
            
    
            <h2> Troubleshooting steps: </h2>
            <ul>
                <li> Check the system event log for error messages </li>
                <li> Enable logging the application process' stdout messages </li>
                <li> Attach a debugger to the application process and inspect </li>
            </ul>
    
            <h2>
                For more guidance on diagnosing and handling these errors, visit
                 <a href="https://go.microsoft.com/fwlink/?LinkID=2028526"> <cite>Troubleshoot ASP.NET Core on Azure App Service and IIS</cite></a>.
            </h2>
        </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.taxomat.ch

    2026-01-12 01:30

    HTTP/1.1 200 OK
    Content-Length: 280
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:31:37 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=dd4858d47453f3d8de56b25f8abbfc0212c5b8bdf309b461d7c25b527d34d1ac;Path=/;HttpOnly;Secure;Domain=www.taxomat.ch
    Set-Cookie: ARRAffinitySameSite=dd4858d47453f3d8de56b25f8abbfc0212c5b8bdf309b461d7c25b527d34d1ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.taxomat.ch
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Error
    
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <title>Error</title>
    </head>
    <body>
        <hgroup>
            <h1>Error.</h1>
            <h2>An error occurred while processing your request.</h2>
        </hgroup>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.taxomat.ch

    2026-01-12 01:30

    HTTP/1.1 200 OK
    Content-Length: 280
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 12 Jan 2026 01:31:37 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=dd4858d47453f3d8de56b25f8abbfc0212c5b8bdf309b461d7c25b527d34d1ac;Path=/;HttpOnly;Domain=www.taxomat.ch
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Error
    
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <title>Error</title>
    </head>
    <body>
        <hgroup>
            <h1>Error.</h1>
            <h2>An error occurred while processing your request.</h2>
        </hgroup>
    </body>
    </html>
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · live-api.insecto.ch

    2026-01-12 01:29

    HTTP/1.1 403 Forbidden
    Content-Length: 58
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:30:54 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;Domain=live-api.insecto.ch
    X-Powered-By: ASP.NET
    
    
    You do not have permission to view this directory or page.
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · live-api.insecto.ch

    2026-01-12 01:29

    HTTP/1.1 403 Forbidden
    Content-Length: 58
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:30:54 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;Secure;Domain=live-api.insecto.ch
    Set-Cookie: ARRAffinitySameSite=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;SameSite=None;Secure;Domain=live-api.insecto.ch
    X-Powered-By: ASP.NET
    
    
    You do not have permission to view this directory or page.
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · premproduction-api.insecto.ch

    2026-01-12 01:29

    HTTP/1.1 403 Forbidden
    Content-Length: 58
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:30:42 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;Domain=premproduction-api.insecto.ch
    X-Powered-By: ASP.NET
    
    
    You do not have permission to view this directory or page.
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · premproduction-api.insecto.ch

    2026-01-12 01:29

    HTTP/1.1 403 Forbidden
    Content-Length: 58
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 01:30:42 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;Secure;Domain=premproduction-api.insecto.ch
    Set-Cookie: ARRAffinitySameSite=1758b1953f0628aa1b9db4e0b0c1df6bbdedec4a5762835fd03655a82b0f303b;Path=/;HttpOnly;SameSite=None;Secure;Domain=premproduction-api.insecto.ch
    X-Powered-By: ASP.NET
    
    
    You do not have permission to view this directory or page.
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · relaunch-test-it.repower.com

    2026-01-12 00:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 00:09:40 GMT
    Server: Microsoft-IIS/10.0
    Location: /it
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:96f648fa-4ff7-490b-9e27-00aa988f0933
    X-Powered-By: ASP.NET
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · relaunch-test-it.repower.com

    2026-01-12 00:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 00:09:40 GMT
    Location: https://relaunch-test-it.repower.com/
    
    Found one day ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · repower.ch

    2026-01-11 08:31

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 11 Jan 2026 08:32:39 GMT
    Location: https://repower.ch/
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · repower.ch

    2026-01-11 08:31

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 11 Jan 2026 08:32:38 GMT
    Server: Microsoft-IIS/10.0
    Location: /ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:fa6335d5-5b54-4bdf-83a6-f863d0894177
    X-Powered-By: ASP.NET
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.repower.ch

    2026-01-11 08:31

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 11 Jan 2026 08:32:38 GMT
    Server: Microsoft-IIS/10.0
    Location: /ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:fa6335d5-5b54-4bdf-83a6-f863d0894177
    X-Powered-By: ASP.NET
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.repower.ch

    2026-01-11 08:31

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 11 Jan 2026 08:32:37 GMT
    Location: https://www.repower.ch/
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · s4345.ch

    2026-01-11 07:51

    HTTP/1.1 301 Moved Permanently
    Content-Length: 161
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:52:45 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch/neubau-s4345
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=s4345.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=s4345.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch/neubau-s4345">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · s4345.ch

    2026-01-11 07:51

    HTTP/1.1 301 Moved Permanently
    Content-Length: 161
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:52:45 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch/neubau-s4345
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=s4345.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch/neubau-s4345">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · zugestate.ch

    2026-01-11 07:49

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:50:34 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=zugestate.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=zugestate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · zugestate.ch

    2026-01-11 07:49

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:50:34 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=zugestate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · fuhrpark.sorba.ch

    2026-01-11 07:01

    HTTP/1.1 200 OK
    Content-Length: 143498
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:02:45 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    ETag: W/"2308a-1542a168e90"
    Last-Modified: Mon, 18 Apr 2016 15:56:42 GMT
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    x-zumo-server-version: node-2.1.0
    
    Page title: This mobile app has been successfully created.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>This mobile app has been successfully created.</title>
        <style type="text/css">
                @@font-face {
                    font-family: 'SegoeLight';
                    src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · fuhrpark.sorba.ch

    2026-01-11 07:01

    HTTP/1.1 200 OK
    Content-Length: 143498
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:02:44 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    Cache-Control: public, max-age=0
    ETag: W/"2308a-1542a168e90"
    Last-Modified: Mon, 18 Apr 2016 15:56:42 GMT
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    x-zumo-server-version: node-2.1.0
    
    Page title: This mobile app has been successfully created.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>This mobile app has been successfully created.</title>
        <style type="text/css">
                @@font-face {
                    font-family: 'SegoeLight';
                    src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.zug-estate.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:53 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=www.zug-estate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.zug-estate.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:53 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=www.zug-estate.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.zug-estate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · zug-estates.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:23 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=zug-estates.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=zug-estates.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · zug-estates.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:23 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=zug-estates.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.zugestate.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:17 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=www.zugestate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.zugestate.ch

    2026-01-11 06:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 07:00:17 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=www.zugestate.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.zugestate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · zug-estate.ch

    2026-01-11 06:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:59:57 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=zug-estate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · zug-estate.ch

    2026-01-11 06:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:59:58 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=zug-estate.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=zug-estate.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.zug-estates.ch

    2026-01-11 06:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:59:38 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=www.zug-estates.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.zug-estates.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.zug-estates.ch

    2026-01-11 06:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:59:38 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.zugestates.ch
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=www.zug-estates.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.zugestates.ch">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.s4345.ch

    2026-01-11 06:57

    HTTP/1.1 301 Moved Permanently
    Content-Length: 161
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:58:59 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch/neubau-s4345
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Secure;Domain=www.s4345.ch
    Set-Cookie: ARRAffinitySameSite=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.s4345.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch/neubau-s4345">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.s4345.ch

    2026-01-11 06:57

    HTTP/1.1 301 Moved Permanently
    Content-Length: 161
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 11 Jan 2026 06:58:59 GMT
    Server: Microsoft-IIS/10.0
    Location: https://www.suurstoffi.ch/neubau-s4345
    Set-Cookie: ARRAffinity=3b0ec1184473a23db129c1922a3f9853c73a4e858b258177790c865d84c06519;Path=/;HttpOnly;Domain=www.s4345.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.suurstoffi.ch/neubau-s4345">here</a></body>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.repoanalyzer-dev.wgcdev.ch

    2026-01-09 16:52

    HTTP/1.1 302 Redirect
    Content-Length: 517
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 16:53:24 GMT
    Location: https://login.windows.net/3b725c3f-d7a0-40bf-8cfd-9195beccbf69/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fapi.repoanalyzer-dev.wgcdev.ch%2F.auth%2Flogin%2Faad%2Fcallback&client_id=f6880a74-9b04-46e4-a90e-08335c0de9a1&scope=openid+profile+email&response_mode=form_post&nonce=3de23633beb5484eb926c911642f16cc_20260109165824&state=redir%3D%252F
    Set-Cookie: Nonce=L26sIXa9WY+i1//5m7jgiBDUbHykSBaHZ3l+dJv55BISrF3QiV08ZLtl0jhb3leyvJOpQJjmPhTuaLTMb4O5CcDroPnVfyMeZ2DBwVmwoLa8X/V3XtacHPUXX8WZk+oG; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 439dbc73-d162-4c91-91f5-5836eee3c275
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/3b725c3f-d7a0-40bf-8cfd-9195beccbf69/oauth2/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fapi.repoanalyzer-dev.wgcdev.ch%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=f6880a74-9b04-46e4-a90e-08335c0de9a1&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=3de23633beb5484eb926c911642f16cc_20260109165824&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.repoanalyzer-dev.wgcdev.ch

    2026-01-09 16:52

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 09 Jan 2026 16:53:22 GMT
    Location: https://api.repoanalyzer-dev.wgcdev.ch/
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2026-01-09 15:17

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Fri, 09 Jan 2026 15:18:53 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · devel.tools

    2026-01-09 04:21

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 09 Jan 2026 04:22:44 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Set-Cookie: ARRAffinity=c586dc7beccde74120d819968df8cb0ad81e01d25e07c68e4eee72a17aaa461b;Path=/;HttpOnly;Secure;Domain=devel.tools
    Set-Cookie: ARRAffinitySameSite=c586dc7beccde74120d819968df8cb0ad81e01d25e07c68e4eee72a17aaa461b;Path=/;HttpOnly;SameSite=None;Secure;Domain=devel.tools
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Powered-By: ASP.NET
    
    Page title: Index
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <base href="/" />
        <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
        <link href="css/site.css" rel="stylesheet" />
        <link href="DevelTools.styles.css" rel="stylesheet" />
        <link rel="icon" type="image/png" href="favicon.png"/>
        <!--Blazor:{"sequence":0,"type":"server","prerenderId":"d46ce5aeab4741a686466a00b447846a","descriptor":"CfDJ8H/8TD286QFEr4k4htG362YZvmnnZfH26Qm6dcOVHcom/7OGg/IxkODLSMJhrrncS9yodtMkzIlaL0wkr82kWc7nGbAwOrRYOdsP9wA3X4sktU9L57XjJfStB4DTRCIUzu3mhCIRqL4SP5jtKcNqhv1wgT2MWWqtdvdYG6BFnvVcNzd4daMD0DBFrU\u002BfsvFyJJpyf1ZygA2caDgWjQXk/PMgU5q4p6jXGxiq\u002BwPRcKcLkro2Rs//CDqiren\u002BHjrlmtM8E/DF4hTsJ8rXh3VRT7k00BLUB6u\u002Bl\u002B/Z2tsQXOpvbv6mvm91FQOdFmK6WzMper/1SK1tltVcwbztxrzFLLkJCwkv4gIGzh9yWAUfX2PurbD8O\u002BVDX7Rt6gXdANPlZphjXEw7\u002BtzN2k0kK2N4YpdYU5j3gnchRq8ql0CV5JBj"}--><title>Index</title><!--Blazor:{"prerenderId":"d46ce5aeab4741a686466a00b447846a"}-->
    </head>
    <body>
        <!--Blazor:{"sequence":1,"type":"server","prerenderId":"c82548c4a7f3465baec7aaedaa71c619","descriptor":"CfDJ8H/8TD286QFEr4k4htG362au\u002BnnNNYnLF4baUcSuu1OiwmAXEIoh7mrsqCtvLutobchu6r3ZgvAzlgejqtM5kUbix/P9rrGJ7LJqAdECo1lgujGrfDmdvRoKeBEh5mp1zTznWcht46uW/gBG90f2MP5Q412laMWvt\u002BN/i09HeYLy74Whq8h3tReEkxnFGYxb21pays1QFEm5SUgIe5o7h4gaUt7eiXpNRulr9EUvOAnyJW2MPZeIY/0OCqByLfd3X3fLsHRU15TusOMNJao3OJBQZ6BKCQEis9sxl1LMpMYNUxMwHTE1KZ1TgFdCQXNmH1jnL7\u002BxvPomh9LZMDVVeQ3YKVNos8OB06KkNhsk7gQ9"}-->
    
    <div class="page" b-yuo3mn75b4><div class="sidebar" b-yuo3mn75b4><div class="top-row ps-3 navbar navbar-dark" b-qf2ggaj6fa><div class="container-fluid" b-qf2ggaj6fa><a class="navbar-brand" href b-qf2ggaj6fa>DevelTools</a>
            <button title="Navigation menu" class="navbar-toggler" b-qf2ggaj6fa><span class="navbar-toggler-icon" b-qf2ggaj6fa></span></button></div></div>
    
    <div class="collapse nav-scrollable" b-qf2ggaj6fa><nav class="flex-column" b-qf2ggaj6fa><div class="nav-item px-3" b-qf2ggaj6fa><a href="" class="nav-link active"><span class="oi oi-home" aria-hidden="true" b-qf2ggaj6fa></span> Home
                </a></div>
            <div class="nav-item px-3" b-qf2ggaj6fa><a href="counter" class="nav-link"><span class="oi oi-plus" aria-hidden="true" b-qf2ggaj6fa></span> Counter
                </a></div>
            <div class="nav-item px-3" b-qf2ggaj6fa><a href="fetchdata" class="nav-link"><span class="oi oi-list-rich" aria-hidden="true" b-qf2ggaj6fa></span> Fetch data
                </a></div></nav></div></div>
    
        <main b-yuo3mn75b4><div class="top-row px-4" b-yuo3mn75b4><a href="https://docs.microsoft.com/aspnet/" target="_blank" b-yuo3mn75b4>About</a></div>
    
            <article class="content px-4" b-yuo3mn75b4>
    
    <h1>Hello, world!</h1>
    
    Welcome to your new app.
    
    <div class="alert alert-secondary mt-4"><span class="oi oi-pencil me-2" aria-hidden="true"></span>
        <strong>How is Blazor working for you?</strong>
    
        <span class="text-nowrap">
            Please take our
            <a target="_blank" class="font-weight-bold link-dark" href="https://go.microsoft.com/fwlink/?linkid=2186158">brief survey</a></span>
        and tell us what you think.
    </div></article></main></div>
            <!--Blazor:{"prerenderId":"c82548c4a7f3465baec7aaedaa71c619"}-->
    
        <div id="blazor-error-ui">
            
                An error has occurred. This application may no longer respond until reloaded.
            
            
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
    
        <script src="_framework/blazor.server.js"></script>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · iso-stage.subwork.ch

    2026-01-09 03:14

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Fri, 09 Jan 2026 03:15:26 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=iso-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · phone-stage.subwork.ch

    2026-01-09 03:14

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Fri, 09 Jan 2026 03:15:23 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=phone-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · phone-stage.subwork.ch

    2026-01-09 03:14

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Fri, 09 Jan 2026 03:15:22 GMT
    Server: Microsoft-IIS/10.0
    Location: https://phone-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · dta.volare-group.com

    2026-01-09 01:28

    HTTP/1.1 200 OK
    Content-Length: 65676
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 01:29:27 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "1dc3f4276ef6a0c"
    Last-Modified: Fri, 17 Oct 2025 08:46:01 GMT
    Set-Cookie: ARRAffinity=dda7cc642ba144fdde0f733487b67dff0c9b2936e73343c7dd02b7a470b55af5;Path=/;HttpOnly;Secure;Domain=dta.volare-group.com
    Set-Cookie: ARRAffinitySameSite=dda7cc642ba144fdde0f733487b67dff0c9b2936e73343c7dd02b7a470b55af5;Path=/;HttpOnly;SameSite=None;Secure;Domain=dta.volare-group.com
    X-Powered-By: ASP.NET
    
    Page title: Dta Portal
    
    <!doctype html>
    <html lang="de" data-critters-container>
    <head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <meta charset="utf-8">
      <title>Dta Portal</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      <style>@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F89
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hcm.helsana.ch

    2026-01-08 05:38

    HTTP/1.1 200 OK
    Content-Length: 150093
    Connection: close
    Content-Type: text/html
    Date: Thu, 08 Jan 2026 05:39:43 GMT
    Request-Context: appId=cid-v1:e776a3f1-f36d-412a-b464-30f179bbf3de
    
    Page title: Your Azure Function App is up and running.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Your Azure Function App is up and running.</title>
        <style type="text/css">
            @font-face {
                font-family: 'SegoeLight';
                src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hcm.helsana.ch

    2026-01-08 05:38

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 08 Jan 2026 05:39:42 GMT
    Location: https://hcm.helsana.ch/
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hcm.helsana-preprod.ch

    2026-01-08 05:37

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 08 Jan 2026 05:38:36 GMT
    Location: https://hcm.helsana-preprod.ch/
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hcm.helsana-preprod.ch

    2026-01-08 05:37

    HTTP/1.1 200 OK
    Content-Length: 150093
    Connection: close
    Content-Type: text/html
    Date: Thu, 08 Jan 2026 05:38:37 GMT
    Request-Context: appId=cid-v1:1d931264-1b43-46ad-a617-68b5bc6e95c9
    
    Page title: Your Azure Function App is up and running.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Your Azure Function App is up and running.</title>
        <style type="text/css">
            @font-face {
                font-family: 'SegoeLight';
                src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.vergleichspool.com

    2026-01-07 14:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Wed, 07 Jan 2026 14:48:39 GMT
    Location: https://api.vergleichspool.com/
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.vergleichspool.com

    2026-01-07 14:47

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Wed, 07 Jan 2026 14:48:39 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=eeb6094a5fae607a467cc158d2089c5a2a462914c7f052b3c08251edbae95055;Path=/;HttpOnly;Secure;Domain=api.vergleichspool.com
    Set-Cookie: ARRAffinitySameSite=eeb6094a5fae607a467cc158d2089c5a2a462914c7f052b3c08251edbae95055;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.vergleichspool.com
    Request-Context: appId=cid-v1:195990bc-ce36-4488-9d7c-9fb72b832a0f
    X-Powered-By: ASP.NET
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.publiplan.app

    2026-01-07 02:42

    HTTP/1.1 200 OK
    Content-Length: 48569
    Connection: close
    Content-Type: text/html
    Date: Wed, 07 Jan 2026 02:43:55 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "5a1014b8e66ddc1:0"
    Last-Modified: Mon, 15 Dec 2025 17:17:41 GMT
    Set-Cookie: ARRAffinity=da47d32e79501176e81b1c3683ccfcfeb94f60049fd06b28b5c1b37d0ee3c3bb;Path=/;HttpOnly;Secure;Domain=www.publiplan.app
    Set-Cookie: ARRAffinitySameSite=da47d32e79501176e81b1c3683ccfcfeb94f60049fd06b28b5c1b37d0ee3c3bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.publiplan.app
    X-Powered-By: ASP.NET
    
    Page title: Publiplan
    
    <!doctype html>
    <html translate="no" data-beasties-container>
    
    <head>
      <meta charset="utf-8">
      <title>Publiplan</title>
      <base href="/">
    
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta name="robots" content="notranslate">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
    <style>html,body{height:100%;--mdc-checkbox-state-layer-size:none}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif;line-height:1.5}*,:after,:before{box-sizing:border-box}html{--mat-sys-on-surface:initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}:root{--mat-form-field-container-height:52px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:14px;--mat-form-field-filled-with-label-container-padding-top:22px;--mat-form-field-filled-with-label-container-padding-bottom:6px}html{--mat-ripple-color:rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color:#009ba7;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, .87)}html{--mat-full-pseudo-checkbox-selected-icon-color:#76ecff;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color:#76ecff;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color:rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.publiplan.app

    2026-01-07 02:42

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Wed, 07 Jan 2026 02:43:54 GMT
    Location: https://www.publiplan.app/
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.axiwarehouse.ch

    2026-01-07 02:17

    HTTP/1.1 200 OK
    Content-Length: 10977
    Connection: close
    Content-Type: text/html
    Date: Wed, 07 Jan 2026 02:18:12 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "08e143a4af6db1:0"
    Last-Modified: Wed, 16 Jul 2025 12:07:40 GMT
    Set-Cookie: ARRAffinity=492b92a8ba8d57926132c69fc6ccf61a52724e1e2b86624220603a308b9c499b;Path=/;HttpOnly;Secure;Domain=www.axiwarehouse.ch
    Set-Cookie: ARRAffinitySameSite=492b92a8ba8d57926132c69fc6ccf61a52724e1e2b86624220603a308b9c499b;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.axiwarehouse.ch
    X-Powered-By: ASP.NET
    
    Page title: AxiWarehouse
    
    <!DOCTYPE html>
    <html lang="en" data-beasties-container>
      <head>
        <meta charset="utf-8">
        <title>AxiWarehouse</title>
    
        <base href="/">
    
        <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <meta name="format-detection" content="telephone=no">
        <meta name="msapplication-tap-highlight" content="no">
        <meta name="color-scheme" content="light dark">
        <meta name="mobile-web-app-capable" content="yes">
    
        <link rel="icon" type="image/jpg" href="assets/icon/faviconAW.jpg">
    
        <!-- add to homescreen for ios -->
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
      <style>:root{--ion-color-primary:#0054e9;--ion-color-primary-rgb:0, 84, 233;--ion-color-primary-contrast:#fff;--ion-color-primary-contrast-rgb:255, 255, 255;--ion-color-primary-shade:#004acd;--ion-color-primary-tint:#1a65eb;--ion-color-secondary:#0163aa;--ion-color-secondary-rgb:1, 99, 170;--ion-color-secondary-contrast:#fff;--ion-color-secondary-contrast-rgb:255, 255, 255;--ion-color-secondary-shade:#015796;--ion-color-secondary-tint:#1a73b3;--ion-color-tertiary:#6030ff;--ion-color-tertiary-rgb:96, 48, 255;--ion-color-tertiary-contrast:#fff;--ion-color-tertiary-contrast-rgb:255, 255, 255;--ion-color-tertiary-shade:#542ae0;--ion-color-tertiary-tint:#7045ff;--ion-color-success:#2dd55b;--ion-color-success-rgb:45, 213, 91;--ion-color-success-contrast:#000;--ion-color-success-contrast-rgb:0, 0, 0;--ion-color-success-shade:#28bb50;--ion-color-success-tint:#42d96b;--ion-color-warning:#ffc409;--ion-color-warning-rgb:255, 196, 9;--ion-color-warning-contrast:#000;--ion-color-warning-contrast-rgb:0, 0, 0;--ion-color-warning-shade:#e0ac08;--ion-color-warning-tint:#ffca22;--ion-color-danger:#c5000f;--ion-color-danger-rgb:197, 0, 15;--ion-color-danger-contrast:#fff;--ion-color-danger-contrast-rgb:255, 255, 255;--ion-color-danger-shade:#ad000d;--ion-color-danger-tint:#cb1a27;--ion-color-light:#f4f5f8;--ion-color-light-rgb:244, 245, 248;--ion-color-light-contrast:#000;--ion-color-light-contrast-rgb:0, 0, 0;--ion-color-light-shade:#d7d8da;--ion-color-light-tint:#f5f6f9;--ion-color-medium:#636469;--ion-color-medium-rgb:99, 100, 105;--ion-color-medium-contrast:#fff;--ion-color-medium-contrast-rgb:255, 255, 255;--ion-color-medium-shade:#57585c;--ion-color-medium-tint:#737478;--ion-color-dark:#222428;--ion-color-dark-rgb:34, 36, 40;--ion-color-dark-contrast:#fff;--ion-color-dark-contrast-rgb:255, 255, 255;--ion-color-dark-shade:#1e2023;--ion-color-dark-tint:#383a3e}html{--ion-dynamic-font:-apple-system-body;--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}@layer reset,primeng;@layer reset;html{font-size:100%}@media (max-width: 289px){html{font-size:45%}}@media (min-width: 290px){html{font-size:50%}}@media (min-width: 300px){
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.axiwarehouse.ch

    2026-01-07 02:17

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Wed, 07 Jan 2026 02:18:12 GMT
    Location: https://www.axiwarehouse.ch/
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · uat-ch.repower.com

    2026-01-05 04:45

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 05 Jan 2026 04:45:23 GMT
    Server: Microsoft-IIS/10.0
    Location: /ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:bf3c36f8-9327-41fd-8a7d-4a3a5506963d
    X-Powered-By: ASP.NET
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · uat-ch.repower.com

    2026-01-05 04:45

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 05 Jan 2026 04:45:22 GMT
    Location: https://uat-ch.repower.com/
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · cpa.cdg-beratungen.ch

    2026-01-05 04:03

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 05 Jan 2026 04:03:16 GMT
    Location: https://cpa.cdg-beratungen.ch/
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · cpa.cdg-beratungen.ch

    2026-01-05 04:03

    HTTP/1.1 200 OK
    Content-Length: 198612
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 05 Jan 2026 04:03:19 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"307d4-zAJX1Y7bfUCw8snOn1Me7c92sM8"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=cpa.cdg-beratungen.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=cpa.cdg-beratungen.ch
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: cdg Persönlichkeits-Analyse
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 224, 244, 244; --palette-accent-100: 179, 227, 227; --palette-accent-200: 128, 208, 209; --palette-accent-300: 77, 189, 190; --palette-accent-400: 38, 174, 176; --palette-accent-500: 0, 160, 162; --palette-accent-600: 0, 152, 154; --palette-accent-700: 0, 142, 144; --palette-accent-800: 0, 132, 134; --palette-accent-900: 0, 115, 117; --palette-accent-a100: 163, 253, 255; --palette-accent-a200: 112, 252, 255; --palette-accent-a400: 61, 251, 255; --palette-accent-a700: 36, 251, 255; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(255,255,255); --palette-accent-contrast-600: rgb(255,255,255); --palette-accent-contrast-700: rgb(255,255,255); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 227, 238, 246; --palette-primary-100: 185, 213, 233; --palette-primary-200: 138, 185, 219; --palette-primary-300: 91, 157, 205; --palette-primary-400: 55, 136, 194; --palette-primary-500: 20, 115, 183; --palette-primary-600: 18, 107, 176; --palette-primary-700: 14, 96, 167; --palette-primary-800: 11, 86, 159; --palette-primary-900: 6, 67, 144; --palette-primary-a100: 189, 214, 255; --palette-primary-a200: 138, 183, 255; --palette-primary-a400: 87, 151, 255; --palette-primary-a700: 61, 136, 255; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(255,255,255); --palette-primary-contrast-500: rgb(255,255,255); --palette-primary-contrast-600: rgb(255,255,255); --palette-primary-contrast-700: rgb(255,255,255); --palette-primary-contrast-800: rgb(255,255,255); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 224, 244, 244; --palette-warn-100: 179, 227, 227; --palette-warn-200: 128, 208, 209; --palette-warn-300: 77, 189, 190; --palette-warn-400: 38, 174, 176; --palette-warn-500: 0, 160, 162; --palette-warn-600: 0, 152, 154; --palette-warn-700: 0, 142, 144; --palette-warn-800: 0, 132, 134; --palette-warn-900: 0, 115, 117; --palette-warn-a100: 163, 253, 255; --palette-warn-a200: 112, 252, 255; --palette-warn-a400: 61, 251, 255; --palette-warn-a700: 36, 251, 255; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(255,255,255); --palette-warn-contrast-600: rgb(255,255,255); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255);"><head><style>
        body {
          background-color: #f0f0f1 !important;
        }
      </style>
      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
        <!-- <script
          type="text/javascript"
          src="https://webrtc.github.io/adapter/adapter-latest.js"
        ></script> -->
        <style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
        <style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande-preprod.nexales.com

    2026-01-04 06:27

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:27:22 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Domain=romande-preprod.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande-preprod.nexales.com

    2026-01-04 06:27

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:27:22 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande-preprod.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande-preprod.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande-test.nexales.com

    2026-01-04 06:27

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:27:08 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Domain=romande-test.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande-test.nexales.com

    2026-01-04 06:27

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:27:08 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande-test.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande-test.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande.nexales.com

    2026-01-04 06:25

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 04 Jan 2026 06:25:27 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande.nexales.com

    2026-01-04 06:25

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 04 Jan 2026 06:25:27 GMT
    Location: https://romande.nexales.com/
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · relaunch-test-it.repower.com

    2026-01-04 00:17

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 04 Jan 2026 00:17:10 GMT
    Server: Microsoft-IIS/10.0
    Location: /it
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:96f648fa-4ff7-490b-9e27-00aa988f0933
    X-Powered-By: ASP.NET
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · relaunch-test-it.repower.com

    2026-01-04 00:17

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 04 Jan 2026 00:17:10 GMT
    Location: https://relaunch-test-it.repower.com/
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · repower.ch

    2026-01-03 06:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 06:05:43 GMT
    Server: Microsoft-IIS/10.0
    Location: /ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:fa6335d5-5b54-4bdf-83a6-f863d0894177
    X-Powered-By: ASP.NET
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · repower.ch

    2026-01-03 06:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 06:05:43 GMT
    Location: https://repower.ch/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.repower.ch

    2026-01-03 06:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 06:05:31 GMT
    Location: https://www.repower.ch/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.repower.ch

    2026-01-03 06:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 06:05:30 GMT
    Server: Microsoft-IIS/10.0
    Location: /ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    Request-Context: appId=cid-v1:fa6335d5-5b54-4bdf-83a6-f863d0894177
    X-Powered-By: ASP.NET
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · go.edge-circle.academy

    2026-01-03 04:38

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 04:38:56 GMT
    Location: https://go.edge-circle.academy/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · go.edge-circle.academy

    2026-01-03 04:38

    HTTP/1.1 200 OK
    Content-Length: 189886
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sat, 03 Jan 2026 04:38:57 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"2e5be-rUNefnKPVIiBuq00jLbFAGnxfgc"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=go.edge-circle.academy
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=go.edge-circle.academy
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: Login
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 225, 226, 251; --palette-accent-100: 179, 183, 244; --palette-accent-200: 128, 135, 237; --palette-accent-300: 77, 86, 230; --palette-accent-400: 39, 50, 224; --palette-accent-500: 1, 14, 219; --palette-accent-600: 1, 12, 215; --palette-accent-700: 1, 10, 210; --palette-accent-800: 1, 8, 205; --palette-accent-900: 0, 4, 196; --palette-accent-a100: 236, 236, 255; --palette-accent-a200: 185, 185, 255; --palette-accent-a400: 134, 134, 255; --palette-accent-a700: 109, 109, 255; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(255,255,255); --palette-accent-contrast-400: rgb(255,255,255); --palette-accent-contrast-500: rgb(255,255,255); --palette-accent-contrast-600: rgb(255,255,255); --palette-accent-contrast-700: rgb(255,255,255); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 244, 240, 232; --palette-primary-100: 228, 216, 197; --palette-primary-200: 210, 191, 158; --palette-primary-300: 191, 165, 119; --palette-primary-400: 178, 145, 89; --palette-primary-500: 164, 126, 60; --palette-primary-600: 156, 118, 54; --palette-primary-700: 146, 107, 46; --palette-primary-800: 137, 97, 39; --palette-primary-900: 120, 78, 26; --palette-primary-a100: 255, 218, 178; --palette-primary-a200: 255, 194, 127; --palette-primary-a400: 255, 170, 76; --palette-primary-a700: 255, 158, 50; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(255,255,255); --palette-primary-contrast-700: rgb(255,255,255); --palette-primary-contrast-800: rgb(255,255,255); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 253, 237, 233; --palette-warn-100: 251, 209, 200; --palette-warn-200: 248, 179, 164; --palette-warn-300: 245, 149, 127; --palette-warn-400: 242, 126, 99; --palette-warn-500: 240, 103, 72; --palette-warn-600: 238, 95, 65; --palette-warn-700: 236, 84, 56; --palette-warn-800: 233, 74, 48; --palette-warn-900: 229, 57, 33; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 236, 234; --palette-warn-a400: 255, 190, 183; --palette-warn-a700: 255, 167, 157; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--light-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-prima
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · dispo.twerenbold.ch

    2026-01-03 04:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 04:34:32 GMT
    Location: https://dispo.twerenbold.ch/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · dispo.twerenbold.ch

    2026-01-03 04:34

    HTTP/1.1 302 Redirect
    Content-Length: 560
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 03 Jan 2026 04:34:32 GMT
    Location: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fdispo.twerenbold.ch%2F.auth%2Flogin%2Faad%2Fcallback&client_id=7471c3e6-5e9b-4830-8063-cc9f66c6bdca&scope=openid+offline_access+api%3A%2F%2F5cf61586-2926-4934-a85c-770d8b7a9c8e%2Fuser_impersonation&response_mode=form_post&nonce=9141398fde48496c89e9a334622af781_20260103043932&state=redir%3D%252F
    Set-Cookie: Nonce=7TVnUSN0AMHBI4UgtHzpDSdwMaa1oDdwlo7e7/mOto55s9USM62RlzNdvtBLsomXiQhi3LKDzVarCu7HnTBiPgcF8yW93zA/UQawBnscEFeV+fqLDwfRYu2uIebwO3P5; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 13827574-07b8-40a5-88db-a28cf72d3d01
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fdispo.twerenbold.ch%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=7471c3e6-5e9b-4830-8063-cc9f66c6bdca&amp;scope=openid+offline_access+api%3A%2F%2F5cf61586-2926-4934-a85c-770d8b7a9c8e%2Fuser_impersonation&amp;response_mode=form_post&amp;nonce=9141398fde48496c89e9a334622af781_20260103043932&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · scep-azr-01.hub.uetikonamsee.ch

    2026-01-03 04:29

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sat, 03 Jan 2026 04:29:51 GMT
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
        <div class="admin">
    
            <header class="admin__header iframe-hide">
                <NavLink class="logo" href="me">
                    <h1></h1>
                </NavLink>
                <div class="toolbar">
                    <div>
                        <strong style="font-weight: 700;">SCEPman Portal</strong> &nbsp;&nbsp;|&nbsp;&nbsp;Certificates Simplified
                        <span class="ml-1 badge">EE v3.0.1657  </span>
                    </div>
                </div>
            </header>
    
            <nav class="admin__nav narrow-hide">
                <ul class="menu">
                    <li class="menu__item">
                        <NavLink class="nav-link" href="#">
                        </NavLink>
                    </li>
                </ul>
            </nav>
    
            <main class="admin__main">
                <div class="pretty-container">
                    <div class="pretty-pane">
                        <div class="text-center iframe-hide row align-items-center">
                            <div class="col-6 col-xxl-12">
                                <div class="pretty-photo">
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px"
                                         width="125px" height="125px" viewBox="0 0 325 500">
                                        <style type="text/css">
                                            .st0 {
                                                fill: #FBD118;
                                            }
    
                                            .st1 {
                                                fill: #FFFFFF;
                                            }
                                        </style>
                                        <g>
                                            <path class="st0" d="M363.4,0L0,127.7L39.2,500l139.2-48c-3.8,0.3-7.6,0.5-11.5,0.4c-14,0.2-28.2-2-41.8-6.5
                                            c-13.7-4.6-26.6-11-38.5-19.2c-1.4-1-2.4-2.5-2.7-4.2c-0.6-1.7-0.6-3.6,0-5.3l13.8-24.8c1.3-3,4.3-4.9,7.6-4.8
                                            c2.1,0,4.1,0.5,5.9,1.6c16.4,11.3,35.7,17.6,55.5,18.3c11.9,0.6,23.5-3.1,32.9-10.4c7.9-6.4,12.3-16.1,12-26.3
                                            c0.2-6.5-1.9-12.9-5.9-18c-4.4-5.1-9.8-9.3-15.8-12.4c-9.4-4.7-19-8.9-28.9-12.7l-11.4-4.7c-16.7-6.9-32-16.9-45.2-29.3
                                            c-13.1-14-19.7-32.8-18.4-51.9c-0.4-14.9,3.2-29.6,10.4-42.7c7.1-12.3,17.6-22.2,30.2-28.8c13.8-7.1,29.1-10.7,44.5-10.4
                                            c28.4,0.3,55.9,9.4,78.9,26.1c1.4,1,2.5,2.5,2.8,4.2c0.6,1.7,0.6,3.6,0,5.3l-13.1,24.9c-1.3,3-4.3,4.8-7.5,4.7
                                            c-2.1,0-4.1-0.5-5.9-1.6c-9.1-5.7-19-10.3-29.3-13.5c-8.1-2.7-16.5-4.2-25-4.4c-10.2-0.6-20.3,2.9-28,9.7
                                            c-13.6,13.4-13.7,35.3-0.3,48.9c0.4,0.4,0.9,0.8,1.3,1.3c10.8,8.8,23,15.8,36,20.8c2.4,0.7,11.4,4.4,27.1,10.4
                                            c14.8,5.8,27.7,15.6,37.3,28.2c9.3,12.7,14.2,28,13.9,43.7c0.2,15.3-3.8,30.4-11.6,43.6c-5.8,9.4-13.4,17.4-22.3,23.6l91.8-31.6
                                            L363.4,0z" />
                                            <path class="st1" d="M247.7,412.2c7.8-13.2,11.8-28.3,11.6-43.6c0.3-
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · scep-azr-01.hub.uetikonamsee.ch

    2026-01-03 04:29

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sat, 03 Jan 2026 04:29:50 GMT
    Transfer-Encoding: chunked
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
        <div class="admin">
    
            <header class="admin__header iframe-hide">
                <NavLink class="logo" href="me">
                    <h1></h1>
                </NavLink>
                <div class="toolbar">
                    <div>
                        <strong style="font-weight: 700;">SCEPman Portal</strong> &nbsp;&nbsp;|&nbsp;&nbsp;Certificates Simplified
                        <span class="ml-1 badge">EE v3.0.1657  </span>
                    </div>
                </div>
            </header>
    
            <nav class="admin__nav narrow-hide">
                <ul class="menu">
                    <li class="menu__item">
                        <NavLink class="nav-link" href="#">
                        </NavLink>
                    </li>
                </ul>
            </nav>
    
            <main class="admin__main">
                <div class="pretty-container">
                    <div class="pretty-pane">
                        <div class="text-center iframe-hide row align-items-center">
                            <div class="col-6 col-xxl-12">
                                <div class="pretty-photo">
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px"
                                         width="125px" height="125px" viewBox="0 0 325 500">
                                        <style type="text/css">
                                            .st0 {
                                                fill: #FBD118;
                                            }
    
                                            .st1 {
                                                fill: #FFFFFF;
                                            }
                                        </style>
                                        <g>
                                            <path class="st0" d="M363.4,0L0,127.7L39.2,500l139.2-48c-3.8,0.3-7.6,0.5-11.5,0.4c-14,0.2-28.2-2-41.8-6.5
                                            c-13.7-4.6-26.6-11-38.5-19.2c-1.4-1-2.4-2.5-2.7-4.2c-0.6-1.7-0.6-3.6,0-5.3l13.8-24.8c1.3-3,4.3-4.9,7.6-4.8
                                            c2.1,0,4.1,0.5,5.9,1.6c16.4,11.3,35.7,17.6,55.5,18.3c11.9,0.6,23.5-3.1,32.9-10.4c7.9-6.4,12.3-16.1,12-26.3
                                            c0.2-6.5-1.9-12.9-5.9-18c-4.4-5.1-9.8-9.3-15.8-12.4c-9.4-4.7-19-8.9-28.9-12.7l-11.4-4.7c-16.7-6.9-32-16.9-45.2-29.3
                                            c-13.1-14-19.7-32.8-18.4-51.9c-0.4-14.9,3.2-29.6,10.4-42.7c7.1-12.3,17.6-22.2,30.2-28.8c13.8-7.1,29.1-10.7,44.5-10.4
                                            c28.4,0.3,55.9,9.4,78.9,26.1c1.4,1,2.5,2.5,2.8,4.2c0.6,1.7,0.6,3.6,0,5.3l-13.1,24.9c-1.3,3-4.3,4.8-7.5,4.7
                                            c-2.1,0-4.1-0.5-5.9-1.6c-9.1-5.7-19-10.3-29.3-13.5c-8.1-2.7-16.5-4.2-25-4.4c-10.2-0.6-20.3,2.9-28,9.7
                                            c-13.6,13.4-13.7,35.3-0.3,48.9c0.4,0.4,0.9,0.8,1.3,1.3c10.8,8.8,23,15.8,36,20.8c2.4,0.7,11.4,4.4,27.1,10.4
                                            c14.8,5.8,27.7,15.6,37.3,28.2c9.3,12.7,14.2,28,13.9,43.7c0.2,15.3-3.8,30.4-11.6,43.6c-5.8,9.4-13.4,17.4-22.3,23.6l91.8-31.6
                                            L363.4,0z" />
                                            <path class="st1" d="M247.7,412.2c7.8-13.2,11.8-28.3,11.6-43.6c0.3-
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · scep-cm-azr-01.hub.uetikonamsee.ch

    2026-01-03 04:28

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 04:28:19 GMT
    Location: https://scep-cm-azr-01.hub.uetikonamsee.ch/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · scep-cm-azr-01.hub.uetikonamsee.ch

    2026-01-03 04:28

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 04:28:18 GMT
    Location: https://login.microsoftonline.com/afbfdfd6-f523-4fbb-b376-e381833c81fc/oauth2/v2.0/authorize?client_id=8c9300cb-2d94-4261-83b2-ccd364554b17&redirect_uri=https%3A%2F%2Fscep-cm-azr-01.hub.uetikonamsee.ch%2Fsignin-oidc&response_type=id_token&scope=openid%20profile&response_mode=form_post&nonce=639030112991578976.YzM3YzY1NjMtZjZhMC00ZWYyLWJlMmMtZGRmYzhlNTBlNzNmNTMzY2JkMGQtNDIxNS00Y2MwLWJmMzYtM2Q3OTc2NmFmNDBj&client_info=1&x-client-brkrver=IDWeb.3.13.2.0&state=CfDJ8KyudQbNC5hDmv9ZkkT4F9KKwNFGNqRK-Y95Z6rvllADXXh8LKTuhAebQNTg0Dje0_1eSzPcIod42u2nW2m7YWEeC3DJMfjJ8ntlfYKz2v7EDj57imKtfjgYk8OtybrCI9t8tMaF-68C0Uq9b9SyXbekAvuJUMA7jxZo_B0EAHq6oFCZ-o_jw5nI4Z3tWdXad6ugdQqD3m0w8WiEweXfLVCwAg05Nlc3_6E2Lq8H2rr0Qb__16nbyknUCONaBcGvJu_mZ1c1QPDMEFv7um8mzWrwkmQ0BT0WMPesd6alXuJ0IiUF7C11JFl2Z4cnS5lV5Q&x-client-SKU=ID_NET8_0&x-client-ver=8.14.0.0
    Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8KyudQbNC5hDmv9ZkkT4F9Ia0Kii5fYFnDM84KlwE7Kccx_8FHbyW8K6eHo2BrCcbjdLpDmPvM32-JMaCs0OBImHcBUewMhU2JSHDSs3P8VLvY8qUp1kahSJvLswiLFo8SPdrkeDGU3o19UBItLgN6YmS4IgIe1EKx0iO1AV-0ojDgZSqd6RlLTdrWJej_UBXPKd8wShVaYaaNVF5fuiUtj19bk3iMs9-mkqyxAQplB1OkAyJGH0Q6CxgH80bXhyK0eCqO7t2fwO_HsbUy413PY=N; expires=Sat, 03 Jan 2026 04:43:19 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: .AspNetCore.Correlation.MPQHmZm3tKvCuUiGl2wjQHzhA_IS9UFSPk_c0AetU3E=N; expires=Sat, 03 Jan 2026 04:43:19 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: ARRAffinity=643676d031ce19a904466ff8d16a60df0b055e4e57f59eba66b26696b5daa64b;Path=/;HttpOnly;Secure;Domain=scep-cm-azr-01.hub.uetikonamsee.ch
    Set-Cookie: ARRAffinitySameSite=643676d031ce19a904466ff8d16a60df0b055e4e57f59eba66b26696b5daa64b;Path=/;HttpOnly;SameSite=None;Secure;Domain=scep-cm-azr-01.hub.uetikonamsee.ch
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api-photos-dev.bdo.ch

    2026-01-03 04:26

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 04:26:29 GMT
    x-ms-forbidden-ip: 138.197.191.87
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api-photos-dev.bdo.ch

    2026-01-03 04:26

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 04:26:29 GMT
    x-ms-forbidden-ip: 206.189.19.19
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hooks.audience.tst.zkipster.com

    2026-01-03 03:38

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 03:38:59 GMT
    x-ms-forbidden-ip: 206.81.12.187
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hooks.audience.dev.zkipster.com

    2026-01-03 03:35

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 03:35:00 GMT
    x-ms-forbidden-ip: 159.89.174.87
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hooks.audience.dev.zkipster.com

    2026-01-03 03:35

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Sat, 03 Jan 2026 03:34:59 GMT
    x-ms-forbidden-ip: 206.189.19.19
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.sci.sika.wgcdev.ch

    2026-01-03 03:28

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 03 Jan 2026 03:28:06 GMT
    Location: https://api.sci.sika.wgcdev.ch/
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.sci.sika.wgcdev.ch

    2026-01-03 03:28

    HTTP/1.1 302 Redirect
    Content-Length: 509
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 03 Jan 2026 03:28:05 GMT
    Location: https://login.windows.net/3b725c3f-d7a0-40bf-8cfd-9195beccbf69/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fapi.sci.sika.wgcdev.ch%2F.auth%2Flogin%2Faad%2Fcallback&client_id=d1cb16f2-df9a-4b93-bd9e-b8196723382a&scope=openid+profile+email&response_mode=form_post&nonce=cd166999fb6642b6bbeadb108e2d0d34_20260103033305&state=redir%3D%252F
    Set-Cookie: Nonce=AO+52Bzgh7FrYrLcyyg+iBoP52mS9th+PHMHLSoYdsoTRlKS48yT7gSuG9pFeHOR0j0U/4+XqP8ssl6otsYkoJqm2z5nYGjUpLqOd8ovwyOnO6yybVewNLHlrzTUPEKj; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 641d4a1d-915c-4b5b-914a-6b7a0702795d
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/3b725c3f-d7a0-40bf-8cfd-9195beccbf69/oauth2/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fapi.sci.sika.wgcdev.ch%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=d1cb16f2-df9a-4b93-bd9e-b8196723382a&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=cd166999fb6642b6bbeadb108e2d0d34_20260103033305&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · econnect-africa.com

    2026-01-02 23:14

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 02 Jan 2026 23:14:33 GMT
    Location: https://econnect-africa.com/
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · econnect-africa.com

    2026-01-02 23:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 02 Jan 2026 23:14:33 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8JDGpH6LalpJrvwh_YX94TUgNOu6tENAwzQQ_ViF8GTvSk0dhhuhNkGQS5V1Tl2pzszA5JW9p1WA9ZgkH3n7HD8Qfv92CvPTuKS2HEdDs4MgTPTbrUPu8BgypnHkAn1DnG_QYKpnc0BsBTdLOEk7NxA; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;Secure;Domain=econnect-africa.com
    Set-Cookie: ARRAffinitySameSite=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;SameSite=None;Secure;Domain=econnect-africa.com
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2026-01-02 17:36

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Fri, 02 Jan 2026 17:36:54 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · phone-stage.subwork.ch

    2026-01-02 10:40

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Fri, 02 Jan 2026 10:40:24 GMT
    Server: Microsoft-IIS/10.0
    Location: https://phone-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · phone-stage.subwork.ch

    2026-01-02 10:40

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Fri, 02 Jan 2026 10:40:22 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=phone-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · iso-stage.subwork.ch

    2026-01-02 10:40

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Fri, 02 Jan 2026 10:40:14 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=iso-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · dta.volare-group.com

    2026-01-01 21:17

    HTTP/1.1 200 OK
    Content-Length: 65676
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 21:17:39 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "1dc3f4276ef6a0c"
    Last-Modified: Fri, 17 Oct 2025 08:46:01 GMT
    Set-Cookie: ARRAffinity=dda7cc642ba144fdde0f733487b67dff0c9b2936e73343c7dd02b7a470b55af5;Path=/;HttpOnly;Secure;Domain=dta.volare-group.com
    Set-Cookie: ARRAffinitySameSite=dda7cc642ba144fdde0f733487b67dff0c9b2936e73343c7dd02b7a470b55af5;Path=/;HttpOnly;SameSite=None;Secure;Domain=dta.volare-group.com
    X-Powered-By: ASP.NET
    
    Page title: Dta Portal
    
    <!doctype html>
    <html lang="de" data-critters-container>
    <head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
      <meta charset="utf-8">
      <title>Dta Portal</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      <style>@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2) format('woff2');unicode-range:U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2) format('woff2');unicode-range:U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F89
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · func.psi-cro.com

    2026-01-01 15:04

    HTTP/1.1 302 Redirect
    Content-Length: 508
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 01 Jan 2026 15:04:56 GMT
    Location: https://login.windows.net/6751a42d-0cb0-4687-a782-1e3522d6718d/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Ffunc.psi-cro.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=0834f880-bbb4-4762-ba97-b22e20038954&scope=openid+profile+email&response_mode=form_post&nonce=7e13e6c238514407ba4dbf65e97c4d9b_20260101150957&state=redir%3D%252F
    Set-Cookie: Nonce=Wg7LJRBSqFHKgq3hxoXqS2pEDAUjTS/zz5vewLX2QUcqDwuxHCzIZQofKaupVXejooGid99fH0Adg7bXk1mltmSIagHadMWh+EKbm3NvVD2UVFylDvMcvcgQtZ+xy6H9; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: c5bec65f-160e-4a87-a3da-28e8d6fd001c
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/6751a42d-0cb0-4687-a782-1e3522d6718d/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Ffunc.psi-cro.com%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=0834f880-bbb4-4762-ba97-b22e20038954&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=7e13e6c238514407ba4dbf65e97c4d9b_20260101150957&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · func.psi-cro.com

    2026-01-01 15:04

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 15:04:57 GMT
    Location: https://func.psi-cro.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · shorch.autel.app

    2026-01-01 14:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 14:58:53 GMT
    Location: https://shorch.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · shorch.autel.app

    2026-01-01 14:58

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 14:58:53 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=e22c68b88dd2588b3a3ae6eb6d4b98361dff35090b53a7f9a62a161498ef4441;Path=/;HttpOnly;Secure;Domain=shorch.autel.app
    Set-Cookie: ARRAffinitySameSite=e22c68b88dd2588b3a3ae6eb6d4b98361dff35090b53a7f9a62a161498ef4441;Path=/;HttpOnly;SameSite=None;Secure;Domain=shorch.autel.app
    Request-Context: appId=cid-v1:edc4e898-9a42-4526-8c09-59ebbc54c06f
    X-Powered-By: ASP.NET
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hooks.audience.tst02.zkipster.io

    2026-01-01 14:23

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 14:23:27 GMT
    x-ms-forbidden-ip: 165.22.235.3
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hooks.audience.tst02.zkipster.io

    2026-01-01 14:23

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 14:23:27 GMT
    x-ms-forbidden-ip: 146.190.63.48
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · workers.audience.tst02.zkipster.io

    2026-01-01 14:23

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 14:23:25 GMT
    x-ms-forbidden-ip: 139.59.231.238
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · workers.audience.tst02.zkipster.io

    2026-01-01 14:23

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 14:23:23 GMT
    x-ms-forbidden-ip: 138.68.82.23
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · access.axpo.market

    2026-01-01 14:15

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 14:15:19 GMT
    Server: Microsoft-IIS/10.0
    Location: https://login.microsoftonline.com/8619c67c-945a-48ae-8e77-35b1b71c9b98/oauth2/v2.0/authorize?client_id=e5a60467-7158-4bfb-ad6a-76e6c02b0f8f&redirect_uri=https%3A%2F%2Faccess.axpo.market%2Fsignin-oidc&response_type=code&scope=openid%20profile%20offline_access&code_challenge=mY_QPaTX4sN5VE_Tmzuei5DJTaTRtXw0d750gqNgAuw&code_challenge_method=S256&response_mode=form_post&nonce=639028737195559984.NzI1YTU1OGMtNTkwZC00OWI1LWFmMGUtOThlOWU1ZjEzY2M2OGQ3MWI4NjEtMTIyYi00OTA5LThjYTAtZjc1OGQ1NDY5ZDFi&client_info=1&x-client-brkrver=IDWeb.3.1.0.0&state=CfDJ8Ek7ZIZD0RxMoZVKioTLXsYiswKiWGN24ULCm6y9V1D2xB09njEPoLJpOV-1qGAYAlHspB8u06RuwtTPQR8-qDHoXz6FXLblgjePePAJ03gLyJh9nLMqGI5tfxECKFEj5GhrwxTeY3ard5MVQzfPscEVBMDnDKm4VBRPon9GbFp9VgLiulvGsP02IuLv1-ibfaDbDJHSRng3N47G_bzI1ijC07d9ovTaVcIUKqC_VQLKnkTqebEUzfSXJlgf-jnEdDlLK6qAope8fpN32aNtL-1_TYWPHjZZQHHLXC8mTaYPJ2SkQii59-rA-Aq1C3Z273vNwJ8UscBe3F61K_qiu9YbL-zJxPoVckbG6SKqJ9APnx4iwkOgdcEmJMuF1C-Mfg&x-client-SKU=ID_NET8_0&x-client-ver=8.0.2.0
    Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8Ek7ZIZD0RxMoZVKioTLXsaQXrKt5OI_ACU6Tdm5E8GP3LGTrDvPtGA8Pj6uqeS9hpZiZtOp6SxqAJlw1t95M60VNfalG9y6wtLuELhKpl1XE5G6q1wWxg2ZR3RYwr8bhB4Lb8_JTlAj-sYDYF40JpPkjOCCqoICD5JLv9b-47AJQd9ws-gVpPcdGPq_Hk-dKzuOijVkUSH2PoAeVVT6BKYOB-eV-Wihcq4psF5thwXd10fAFIBmwMQPBaCY4RYyKJYKHO2eKf9VDK7JMiAdM6E=N; expires=Thu, 01 Jan 2026 14:30:19 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: .AspNetCore.Correlation.5A5IEZcUi6QtPJjSHSo4boBHc0LypWae-i2aXqf7_Fo=N; expires=Thu, 01 Jan 2026 14:30:19 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: ARRAffinity=5124579dac0b8f32606a263994c15ca79cffab6be2dc540fa98adbba34dca233;Path=/;HttpOnly;Secure;Domain=access.axpo.market
    Set-Cookie: ARRAffinitySameSite=5124579dac0b8f32606a263994c15ca79cffab6be2dc540fa98adbba34dca233;Path=/;HttpOnly;SameSite=None;Secure;Domain=access.axpo.market
    Strict-Transport-Security: max-age=2592000
    Request-Context: appId=cid-v1:b1e7ebbf-4c40-423a-947b-7ae24f91f513
    X-Powered-By: ASP.NET
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · access.axpo.market

    2026-01-01 14:15

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 14:15:17 GMT
    Server: Microsoft-IIS/10.0
    Location: https://access.axpo.market/
    Set-Cookie: ARRAffinity=5124579dac0b8f32606a263994c15ca79cffab6be2dc540fa98adbba34dca233;Path=/;HttpOnly;Domain=access.axpo.market
    Request-Context: appId=cid-v1:b1e7ebbf-4c40-423a-947b-7ae24f91f513
    X-Powered-By: ASP.NET
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · devel.tools

    2026-01-01 14:14

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 14:14:14 GMT
    Server: Microsoft-IIS/10.0
    Location: https://devel.tools/
    Set-Cookie: ARRAffinity=c586dc7beccde74120d819968df8cb0ad81e01d25e07c68e4eee72a17aaa461b;Path=/;HttpOnly;Domain=devel.tools
    X-Powered-By: ASP.NET
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · devel.tools

    2026-01-01 14:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 14:14:14 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Set-Cookie: ARRAffinity=c586dc7beccde74120d819968df8cb0ad81e01d25e07c68e4eee72a17aaa461b;Path=/;HttpOnly;Secure;Domain=devel.tools
    Set-Cookie: ARRAffinitySameSite=c586dc7beccde74120d819968df8cb0ad81e01d25e07c68e4eee72a17aaa461b;Path=/;HttpOnly;SameSite=None;Secure;Domain=devel.tools
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Powered-By: ASP.NET
    
    Page title: Index
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <base href="/" />
        <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
        <link href="css/site.css" rel="stylesheet" />
        <link href="DevelTools.styles.css" rel="stylesheet" />
        <link rel="icon" type="image/png" href="favicon.png"/>
        <!--Blazor:{"sequence":0,"type":"server","prerenderId":"b00b5ef2eed14315ba31616f541195e3","descriptor":"CfDJ8H/8TD286QFEr4k4htG362YkmWwMyCs8quvXkApj7\u002BAymBvREKVjI2KKiyYDcIqc/vlxEcRTA/OjZHkZymK5r4U/jNkulhPzTYm5BzfZr503ZrBUlRF5TbsrdHUvC1nVnD48eyPI13fG1PpwsSRXkv8At\u002BgDZWvd1CNPN7ecLNfK9ubpuvbVkm95Au/13N5Lp1RkzyTcwsH/FGPEzWEbw562b27d/TK4ah9WEYM4528aEuKdjWHXi59SbJHmEPZFioWqy0fiF04V3hJK40uJuOwIYrhBWyTZse43i3PcwQQEIEip6pKZ4iF4\u002BgdxeygsTb78Sw9nKli64M3hS8HnWtZ3h40LPYd0J4Ma0pzw6njquso4TFm5z/sXD6c/DJQqTh0BchhzEFwVGkLvY3\u002B/3WXtKJ8Q\u002BYar1Oucq4KuF7R\u002B"}--><title>Index</title><!--Blazor:{"prerenderId":"b00b5ef2eed14315ba31616f541195e3"}-->
    </head>
    <body>
        <!--Blazor:{"sequence":1,"type":"server","prerenderId":"49c2362de8114e04bc45779a7dda30f2","descriptor":"CfDJ8H/8TD286QFEr4k4htG362ZNARKeLpM7SZQamwhjE91KSPxMPOOJ4QhSrSp61rhQ\u002B4y8U7OQgg0WtLGflk70vkk/j8pwTnjqMFdaH0ZMcCB\u002BnE8BwAZpWGqPQe4ciJxoTpCHJrgtIXYhDsfBZi\u002By7R4PgD9jMtY6JBF8MYlecwGAbKF0WCgK1lN\u002BSG5I27Pg1xEWFmVUacfZwzCTDjuM1Zo1WF2N/Lh\u002BiZg7b6Fvmypbkjyx4NVrXNfG3AHCX\u002BUV8RdID\u002BtkVFTeCGEe/vfw5r1Qie3r2bxvseNc9zRA5jYeBZ4IezPOo/MSjupLXM39ctMoYdMR2i4BUwqYCXLI\u002BDVBI8HV45EMVNd9ETBALDQy"}-->
    
    <div class="page" b-yuo3mn75b4><div class="sidebar" b-yuo3mn75b4><div class="top-row ps-3 navbar navbar-dark" b-qf2ggaj6fa><div class="container-fluid" b-qf2ggaj6fa><a class="navbar-brand" href b-qf2ggaj6fa>DevelTools</a>
            <button title="Navigation menu" class="navbar-toggler" b-qf2ggaj6fa><span class="navbar-toggler-icon" b-qf2ggaj6fa></span></button></div></div>
    
    <div class="collapse nav-scrollable" b-qf2ggaj6fa><nav class="flex-column" b-qf2ggaj6fa><div class="nav-item px-3" b-qf2ggaj6fa><a href="" class="nav-link active"><span class="oi oi-home" aria-hidden="true" b-qf2ggaj6fa></span> Home
                </a></div>
            <div class="nav-item px-3" b-qf2ggaj6fa><a href="counter" class="nav-link"><span class="oi oi-plus" aria-hidden="true" b-qf2ggaj6fa></span> Counter
                </a></div>
            <div class="nav-item px-3" b-qf2ggaj6fa><a href="fetchdata" class="nav-link"><span class="oi oi-list-rich" aria-hidden="true" b-qf2ggaj6fa></span> Fetch data
                </a></div></nav></div></div>
    
        <main b-yuo3mn75b4><div class="top-row px-4" b-yuo3mn75b4><a href="https://docs.microsoft.com/aspnet/" target="_blank" b-yuo3mn75b4>About</a></div>
    
            <article class="content px-4" b-yuo3mn75b4>
    
    <h1>Hello, world!</h1>
    
    Welcome to your new app.
    
    <div class="alert alert-secondary mt-4"><span class="oi oi-pencil me-2" aria-hidden="true"></span>
        <strong>How is Blazor working for you?</strong>
    
        <span class="text-nowrap">
            Please take our
            <a target="_blank" class="font-weight-bold link-dark" href="https://go.microsoft.com/fwlink/?linkid=2186158">brief survey</a></span>
        and tell us what you think.
    </div></article></main></div>
            <!--Blazor:{"prerenderId":"49c2362de8114e04bc45779a7dda30f2"}-->
    
        <div id="blazor-error-ui">
            
                An error has occurred. This application may no longer respond until reloaded.
            
            
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
    
        <script src="_framework/blazor.server.js"></script>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · scep-azr-01.hub.ventoo.net

    2026-01-01 14:07

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 14:07:35 GMT
    Transfer-Encoding: chunked
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
        <div class="admin">
    
            <header class="admin__header iframe-hide">
                <NavLink class="logo" href="me">
                    <h1></h1>
                </NavLink>
                <div class="toolbar">
                    <div>
                        <strong style="font-weight: 700;">SCEPman Portal</strong> &nbsp;&nbsp;|&nbsp;&nbsp;Certificates Simplified
                        <span class="ml-1 badge">EE v3.0.1657  </span>
                    </div>
                </div>
            </header>
    
            <nav class="admin__nav narrow-hide">
                <ul class="menu">
                    <li class="menu__item">
                        <NavLink class="nav-link" href="#">
                        </NavLink>
                    </li>
                </ul>
            </nav>
    
            <main class="admin__main">
                <div class="pretty-container">
                    <div class="pretty-pane">
                        <div class="text-center iframe-hide row align-items-center">
                            <div class="col-6 col-xxl-12">
                                <div class="pretty-photo">
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px"
                                         width="125px" height="125px" viewBox="0 0 325 500">
                                        <style type="text/css">
                                            .st0 {
                                                fill: #FBD118;
                                            }
    
                                            .st1 {
                                                fill: #FFFFFF;
                                            }
                                        </style>
                                        <g>
                                            <path class="st0" d="M363.4,0L0,127.7L39.2,500l139.2-48c-3.8,0.3-7.6,0.5-11.5,0.4c-14,0.2-28.2-2-41.8-6.5
                                            c-13.7-4.6-26.6-11-38.5-19.2c-1.4-1-2.4-2.5-2.7-4.2c-0.6-1.7-0.6-3.6,0-5.3l13.8-24.8c1.3-3,4.3-4.9,7.6-4.8
                                            c2.1,0,4.1,0.5,5.9,1.6c16.4,11.3,35.7,17.6,55.5,18.3c11.9,0.6,23.5-3.1,32.9-10.4c7.9-6.4,12.3-16.1,12-26.3
                                            c0.2-6.5-1.9-12.9-5.9-18c-4.4-5.1-9.8-9.3-15.8-12.4c-9.4-4.7-19-8.9-28.9-12.7l-11.4-4.7c-16.7-6.9-32-16.9-45.2-29.3
                                            c-13.1-14-19.7-32.8-18.4-51.9c-0.4-14.9,3.2-29.6,10.4-42.7c7.1-12.3,17.6-22.2,30.2-28.8c13.8-7.1,29.1-10.7,44.5-10.4
                                            c28.4,0.3,55.9,9.4,78.9,26.1c1.4,1,2.5,2.5,2.8,4.2c0.6,1.7,0.6,3.6,0,5.3l-13.1,24.9c-1.3,3-4.3,4.8-7.5,4.7
                                            c-2.1,0-4.1-0.5-5.9-1.6c-9.1-5.7-19-10.3-29.3-13.5c-8.1-2.7-16.5-4.2-25-4.4c-10.2-0.6-20.3,2.9-28,9.7
                                            c-13.6,13.4-13.7,35.3-0.3,48.9c0.4,0.4,0.9,0.8,1.3,1.3c10.8,8.8,23,15.8,36,20.8c2.4,0.7,11.4,4.4,27.1,10.4
                                            c14.8,5.8,27.7,15.6,37.3,28.2c9.3,12.7,14.2,28,13.9,43.7c0.2,15.3-3.8,30.4-11.6,43.6c-5.8,9.4-13.4,17.4-22.3,23.6l91.8-31.6
                                            L363.4,0z" />
                                            <path class="st1" d="M247.7,412.2c7.8-13.2,11.8-28.3,11.6-43.6c0.3-
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · scep-azr-01.hub.ventoo.net

    2026-01-01 14:07

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 14:07:35 GMT
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
        <div class="admin">
    
            <header class="admin__header iframe-hide">
                <NavLink class="logo" href="me">
                    <h1></h1>
                </NavLink>
                <div class="toolbar">
                    <div>
                        <strong style="font-weight: 700;">SCEPman Portal</strong> &nbsp;&nbsp;|&nbsp;&nbsp;Certificates Simplified
                        <span class="ml-1 badge">EE v3.0.1657  </span>
                    </div>
                </div>
            </header>
    
            <nav class="admin__nav narrow-hide">
                <ul class="menu">
                    <li class="menu__item">
                        <NavLink class="nav-link" href="#">
                        </NavLink>
                    </li>
                </ul>
            </nav>
    
            <main class="admin__main">
                <div class="pretty-container">
                    <div class="pretty-pane">
                        <div class="text-center iframe-hide row align-items-center">
                            <div class="col-6 col-xxl-12">
                                <div class="pretty-photo">
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px"
                                         width="125px" height="125px" viewBox="0 0 325 500">
                                        <style type="text/css">
                                            .st0 {
                                                fill: #FBD118;
                                            }
    
                                            .st1 {
                                                fill: #FFFFFF;
                                            }
                                        </style>
                                        <g>
                                            <path class="st0" d="M363.4,0L0,127.7L39.2,500l139.2-48c-3.8,0.3-7.6,0.5-11.5,0.4c-14,0.2-28.2-2-41.8-6.5
                                            c-13.7-4.6-26.6-11-38.5-19.2c-1.4-1-2.4-2.5-2.7-4.2c-0.6-1.7-0.6-3.6,0-5.3l13.8-24.8c1.3-3,4.3-4.9,7.6-4.8
                                            c2.1,0,4.1,0.5,5.9,1.6c16.4,11.3,35.7,17.6,55.5,18.3c11.9,0.6,23.5-3.1,32.9-10.4c7.9-6.4,12.3-16.1,12-26.3
                                            c0.2-6.5-1.9-12.9-5.9-18c-4.4-5.1-9.8-9.3-15.8-12.4c-9.4-4.7-19-8.9-28.9-12.7l-11.4-4.7c-16.7-6.9-32-16.9-45.2-29.3
                                            c-13.1-14-19.7-32.8-18.4-51.9c-0.4-14.9,3.2-29.6,10.4-42.7c7.1-12.3,17.6-22.2,30.2-28.8c13.8-7.1,29.1-10.7,44.5-10.4
                                            c28.4,0.3,55.9,9.4,78.9,26.1c1.4,1,2.5,2.5,2.8,4.2c0.6,1.7,0.6,3.6,0,5.3l-13.1,24.9c-1.3,3-4.3,4.8-7.5,4.7
                                            c-2.1,0-4.1-0.5-5.9-1.6c-9.1-5.7-19-10.3-29.3-13.5c-8.1-2.7-16.5-4.2-25-4.4c-10.2-0.6-20.3,2.9-28,9.7
                                            c-13.6,13.4-13.7,35.3-0.3,48.9c0.4,0.4,0.9,0.8,1.3,1.3c10.8,8.8,23,15.8,36,20.8c2.4,0.7,11.4,4.4,27.1,10.4
                                            c14.8,5.8,27.7,15.6,37.3,28.2c9.3,12.7,14.2,28,13.9,43.7c0.2,15.3-3.8,30.4-11.6,43.6c-5.8,9.4-13.4,17.4-22.3,23.6l91.8-31.6
                                            L363.4,0z" />
                                            <path class="st1" d="M247.7,412.2c7.8-13.2,11.8-28.3,11.6-43.6c0.3-
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · workers.audience.tstqa.zkipster.com

    2026-01-01 13:48

    HTTP/1.1 403 Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:48:12 GMT
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · workers.audience.tstqadev.zkipster.com

    2026-01-01 13:46

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:46:47 GMT
    x-ms-forbidden-ip: 159.89.174.87
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · workers.audience.tstqadev.zkipster.com

    2026-01-01 13:46

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:46:47 GMT
    x-ms-forbidden-ip: 164.90.208.56
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · workers.audience.tst.zkipster.com

    2026-01-01 13:45

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:45:53 GMT
    x-ms-forbidden-ip: 159.89.174.87
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · workers.audience.tst.zkipster.com

    2026-01-01 13:45

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:45:53 GMT
    x-ms-forbidden-ip: 167.172.232.142
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · workers.audience.dev.zkipster.com

    2026-01-01 13:44

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:44:40 GMT
    x-ms-forbidden-ip: 164.90.228.79
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · workers.audience.dev.zkipster.com

    2026-01-01 13:44

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:44:40 GMT
    x-ms-forbidden-ip: 167.172.232.142
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hooks.audience.tstqadev.zkipster.com

    2026-01-01 13:39

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:39:38 GMT
    x-ms-forbidden-ip: 143.110.217.244
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hooks.audience.tstqadev.zkipster.com

    2026-01-01 13:39

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:39:37 GMT
    x-ms-forbidden-ip: 165.227.173.41
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · torquator-tasso.com

    2026-01-01 13:01

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 13:01:14 GMT
    Location: https://torquator-tasso.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · torquator-tasso.com

    2026-01-01 13:01

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 13:01:13 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=torquator-tasso.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=torquator-tasso.com
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · torquatortasso.de

    2026-01-01 12:58

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 12:58:24 GMT
    Location: https://torquatortasso.de/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · torquatortasso.de

    2026-01-01 12:58

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:58:23 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=torquatortasso.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=torquatortasso.de
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · azure.nilambar.com

    2026-01-01 12:28

    HTTP/1.1 302 Redirect
    Content-Length: 510
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 01 Jan 2026 12:28:03 GMT
    Location: https://login.windows.net/719c4125-c3c9-4b36-9182-b09cbcdda21a/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fazure.nilambar.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=782f3231-a353-4430-8648-464f68313d80&scope=openid+profile+email&response_mode=form_post&nonce=dfa3123affa744fc884313f0228f4d23_20260101123304&state=redir%3D%252F
    Set-Cookie: Nonce=3gQwDeKld8/pOmIRrZ1eUmfEqnF1dZft0CYMEIWOAR4BtqZDO1BjJgjnCYiEVlWLgFv851O1rsF+aSzE8lD3x7NrfTz8g2S1JtPirPePbtWoIvwtk4w7PxMmNkUU3256; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 2380a0df-1090-44d1-bf33-8a15469aeab5
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/719c4125-c3c9-4b36-9182-b09cbcdda21a/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fazure.nilambar.com%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=782f3231-a353-4430-8648-464f68313d80&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=dfa3123affa744fc884313f0228f4d23_20260101123304&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · azure.nilambar.com

    2026-01-01 12:28

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 12:28:02 GMT
    Location: https://azure.nilambar.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · ubsamxpm.on-matrix.com

    2026-01-01 12:12

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:12:32 GMT
    x-ms-forbidden-ip: 206.189.233.36
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · ubsamxpm.on-matrix.com

    2026-01-01 12:12

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:12:32 GMT
    x-ms-forbidden-ip: 159.89.127.165
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · ubsamfunction.on-matrix.com

    2026-01-01 12:09

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:09:43 GMT
    x-ms-forbidden-ip: 164.92.107.174
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · ubsamfunction.on-matrix.com

    2026-01-01 12:09

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:09:43 GMT
    x-ms-forbidden-ip: 206.81.12.187
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · ubsam.on-matrix.com

    2026-01-01 12:08

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:08:55 GMT
    x-ms-forbidden-ip: 164.92.244.132
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · ubsam.on-matrix.com

    2026-01-01 12:08

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 12:08:55 GMT
    x-ms-forbidden-ip: 134.209.25.199
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · bs2015.auteldom1.com

    2026-01-01 11:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:35:58 GMT
    Location: https://bs2015.auteldom1.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · bs2015.auteldom1.com

    2026-01-01 11:35

    HTTP/1.1 200 OK
    Content-Length: 1347
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:35:57 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: TiPMix=11.456877888267492; path=/; HttpOnly; Domain=bs2015.auteldom1.com; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: x-ms-routing-name=self; path=/; HttpOnly; Domain=bs2015.auteldom1.com; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: ARRAffinity=3d0d6cd52d8d0ef7e1868e5414cc161a0a7c7d85859af5bb45160f856d00a77b;Path=/;HttpOnly;Secure;Domain=bs2015.auteldom1.com
    Set-Cookie: ARRAffinitySameSite=3d0d6cd52d8d0ef7e1868e5414cc161a0a7c7d85859af5bb45160f856d00a77b;Path=/;HttpOnly;SameSite=None;Secure;Domain=bs2015.auteldom1.com
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Home view
    
    <!DOCTYPE html>
    <html>
    
    <head>
    	<meta charset="utf-8" />
    	<meta name="viewport" content="width=device-width" />
    	<title>Home view</title>
    	<link href="/Content/Fonts.css" type="text/css" rel="stylesheet" />
    	<link href="/Content/reset-sheet.css" rel="stylesheet"/>
    <link href="/Content/AppStyle.css" rel="stylesheet"/>
    <link href="/Content/FlexGrid.css" rel="stylesheet"/>
    
    </head>
    
    <body>
    	<div style="width:100%; height:100%; overflow:auto; position:relative; z-index:1000">
    
    		<header id="mainHeader" class="box-shadow-level3">
    			<section class="content">
    				<div class="item app-name">
    					<img src="/Content/Images/logo-white.png" />
    					<span class="page-title">HOME VIEW</span>
    				</div>
    				<div class="flex-space"></div>
    			</section>
    		</header>
    
    
    		<section id="mainSection">
    			<section class="content">
    				
    <div class="home-content box-shadow-level3 ">
    	<img src="/Content/Images/logo.svg" style="height:50px;" />
    	<br />
    	<p>active platform</p>
    </div>
    			</section>
    		</section>
    
    
    		<footer id="mainFooter">
    			<section class="content">
    				<div class="item">
    					<p>&copy; 2026 - Autel Srl - software solutions</p>
    				</div>
    				<div class="flex-space"></div>
    			</section>
    		</footer>
    
    	</div>
    
    	<script src="/Scripts/jquery-1.10.2.js"></script>
    
    	
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · boserver.autel.app

    2026-01-01 11:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:35:45 GMT
    Location: https://boserver.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · boserver.autel.app

    2026-01-01 11:35

    HTTP/1.1 302 Found
    Content-Length: 123
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:35:46 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Location: /admin
    Set-Cookie: ARRAffinity=529179207141ae17ff2ae90ed959c363e8bea2308866690aae3d8609118ada68;Path=/;HttpOnly;Secure;Domain=boserver.autel.app
    Set-Cookie: ARRAffinitySameSite=529179207141ae17ff2ae90ed959c363e8bea2308866690aae3d8609118ada68;Path=/;HttpOnly;SameSite=None;Secure;Domain=boserver.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/admin">here</a>.</h2>
    </body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · bswebapiserver.autel.app

    2026-01-01 11:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:35:44 GMT
    Location: https://bswebapiserver.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · bswebapiserver.autel.app

    2026-01-01 11:35

    HTTP/1.1 200 OK
    Content-Length: 3151
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:35:43 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=e4a2ec12b67fad29b69e0e95414615d6e962fc20458e5c13ed7f203c2a1918e2;Path=/;HttpOnly;Secure;Domain=bswebapiserver.autel.app
    Set-Cookie: ARRAffinitySameSite=e4a2ec12b67fad29b69e0e95414615d6e962fc20458e5c13ed7f203c2a1918e2;Path=/;HttpOnly;SameSite=None;Secure;Domain=bswebapiserver.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Home Page
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Home Page</title>
        <link href="/Content/css?v=fd5y8-7ZPYUJ8STqdssF29NWglxw9qUJxJR2urhcAhk1" rel="stylesheet"/>
    
        <script src="/bundles/modernizr?v=inCVuEFe6J4Q07A0AcRsbJic_UE5MwpRMNGcOtk94TE1"></script>
    
    </head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <body>
        <div class="navbar navbar-inverse navbar-fixed-top">
            <div class="container">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand" href="/">Nome dell&#39;applicazione</a>
                </div>
                <div class="navbar-collapse collapse">
                    <ul class="nav navbar-nav">
                        <li><a href="/">Home</a></li>
                        <li><a href="/Help">API</a></li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="container body-content">
            
    <div class="jumbotron">
        <h1>ASP.NET</h1>
        <p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.</p>
        <p><a href="https://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
    </div>
    <div class="row">
        <div class="col-md-4">
            <h2>Getting started</h2>
            <p>ASP.NET Web API is a framework that makes it easy to build HTTP services that reach
            a broad range of clients, including browsers and mobile devices. ASP.NET Web API
            is an ideal platform for building RESTful applications on the .NET Framework.</p>
            <p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301870">Learn more &raquo;</a></p>
        </div>
        <div class="col-md-4">
            <h2>Get more libraries</h2>
            <p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
            <p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301871">Learn more &raquo;</a></p>
        </div>
        <div class="col-md-4">
            <h2>Web Hosting</h2>
            <p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
            <p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301872">Learn more &raquo;</a></p>
        </div>
    </div>
    
            <hr />
            <footer>
                <p>&copy; 2026 - Applicazione ASP.NET</p>
            </footer>
        </div>
    
        <script src="/bundles/jquery?v=8Oos0avDZyPg-cbyVzvkIfERIE1DGSe3sRQdCSYrgEQ1"></script>
    
        <script src="/bundles/bootstrap?v=M4Nk6kIOwMFflsEKET0iPL9i5YBqbzMzvUOrd8gyCnw1"></script>
    
        
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · backoffice.autel.app

    2026-01-01 11:34

    HTTP/1.1 302 Found
    Content-Length: 123
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:34:32 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Location: /admin
    Set-Cookie: ARRAffinity=3d0d6cd52d8d0ef7e1868e5414cc161a0a7c7d85859af5bb45160f856d00a77b;Path=/;HttpOnly;Secure;Domain=backoffice.autel.app
    Set-Cookie: ARRAffinitySameSite=3d0d6cd52d8d0ef7e1868e5414cc161a0a7c7d85859af5bb45160f856d00a77b;Path=/;HttpOnly;SameSite=None;Secure;Domain=backoffice.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/admin">here</a>.</h2>
    </body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · backoffice.autel.app

    2026-01-01 11:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:34:31 GMT
    Location: https://backoffice.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · server.autel.app

    2026-01-01 11:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:34:29 GMT
    Location: https://server.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · server.autel.app

    2026-01-01 11:34

    HTTP/1.1 200 OK
    Content-Length: 1347
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:34:30 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: TiPMix=80.4737521641148; path=/; HttpOnly; Domain=server.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: x-ms-routing-name=self; path=/; HttpOnly; Domain=server.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: ARRAffinity=b761c42bdfdc9a0b5111f8fa615133527d54cdc5e66e95c8427908de51759bef;Path=/;HttpOnly;Secure;Domain=server.autel.app
    Set-Cookie: ARRAffinitySameSite=b761c42bdfdc9a0b5111f8fa615133527d54cdc5e66e95c8427908de51759bef;Path=/;HttpOnly;SameSite=None;Secure;Domain=server.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: Home view
    
    <!DOCTYPE html>
    <html>
    
    <head>
    	<meta charset="utf-8" />
    	<meta name="viewport" content="width=device-width" />
    	<title>Home view</title>
    	<link href="/Content/Fonts.css" type="text/css" rel="stylesheet" />
    	<link href="/Content/reset-sheet.css" rel="stylesheet"/>
    <link href="/Content/AppStyle.css" rel="stylesheet"/>
    <link href="/Content/FlexGrid.css" rel="stylesheet"/>
    
    </head>
    
    <body>
    	<div style="width:100%; height:100%; overflow:auto; position:relative; z-index:1000">
    
    		<header id="mainHeader" class="box-shadow-level3">
    			<section class="content">
    				<div class="item app-name">
    					<img src="/Content/Images/logo-white.png" />
    					<span class="page-title">HOME VIEW</span>
    				</div>
    				<div class="flex-space"></div>
    			</section>
    		</header>
    
    
    		<section id="mainSection">
    			<section class="content">
    				
    <div class="home-content box-shadow-level3 ">
    	<img src="/Content/Images/logo.svg" style="height:50px;" />
    	<br />
    	<p>active platform</p>
    </div>
    			</section>
    		</section>
    
    
    		<footer id="mainFooter">
    			<section class="content">
    				<div class="item">
    					<p>&copy; 2026 - Autel Srl - software solutions</p>
    				</div>
    				<div class="flex-space"></div>
    			</section>
    		</footer>
    
    	</div>
    
    	<script src="/Scripts/jquery-1.10.2.js"></script>
    
    	
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · techradar.isolutions.ch

    2026-01-01 11:30

    HTTP/1.1 302 Redirect
    Content-Length: 515
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 01 Jan 2026 11:30:50 GMT
    Access-Control-Expose-Headers: Request-Context
    Location: https://login.windows.net/a6bbab92-053e-490b-bd7e-5cd03763b746/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Ftechradar.isolutions.ch%2F.auth%2Flogin%2Faad%2Fcallback&client_id=38df3bb2-b894-45ec-8469-c9f48e4f8ee2&scope=openid+profile+email&response_mode=form_post&nonce=f7d5ca52360a4c5bbb6b68540d7da4f0_20260101113551&state=redir%3D%252F
    Set-Cookie: Nonce=+HIMsA5UNI+QTzTG1TYlG25qcY9kXA8ArdakYYfA6ZHcG/3JydZ2w/iNyWBlNPcyEPO4teRi5x/Qdge/aODOkaOBvkACtzFcPR8jxCgVTCBX80q+4ek1nO0hMzhyFQcz; path=/; secure; HttpOnly; SameSite=None
    Set-Cookie: ARRAffinity=c1026fae9f96123dc978f58991bfd10ba9ba2037d6645af1f4d87f91ce6892d7;Path=/;HttpOnly;Secure;Domain=techradar.isolutions.ch
    Set-Cookie: ARRAffinitySameSite=c1026fae9f96123dc978f58991bfd10ba9ba2037d6645af1f4d87f91ce6892d7;Path=/;HttpOnly;SameSite=None;Secure;Domain=techradar.isolutions.ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 2b37e0c7-ceb9-4e71-9f26-bf3b258c722b
    Request-Context: appId=cid-v1:c19aaaf9-59e0-4193-bc7f-4cfed2333862
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/a6bbab92-053e-490b-bd7e-5cd03763b746/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Ftechradar.isolutions.ch%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=38df3bb2-b894-45ec-8469-c9f48e4f8ee2&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=f7d5ca52360a4c5bbb6b68540d7da4f0_20260101113551&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · techradar.isolutions.ch

    2026-01-01 11:30

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:30:50 GMT
    Location: https://techradar.isolutions.ch/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · bi.autel.app

    2026-01-01 11:29

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:29:08 GMT
    Location: https://bi.autel.app/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · bi.autel.app

    2026-01-01 11:29

    HTTP/1.1 200 OK
    Content-Length: 92
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:29:09 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "9b7fb6b12fdc1:0"
    Last-Modified: Sat, 27 Sep 2025 13:17:07 GMT
    Set-Cookie: TiPMix=6.510920354777805; path=/; HttpOnly; Domain=bi.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: x-ms-routing-name=self; path=/; HttpOnly; Domain=bi.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: ARRAffinity=f6c7931f498d680de2a2e7ded5d7348a776914e0b80afb6e68f9ab87abe6cec6;Path=/;HttpOnly;Secure;Domain=bi.autel.app
    Set-Cookie: ARRAffinitySameSite=f6c7931f498d680de2a2e7ded5d7348a776914e0b80afb6e68f9ab87abe6cec6;Path=/;HttpOnly;SameSite=None;Secure;Domain=bi.autel.app
    X-Powered-By: ASP.NET
    
    
    <html>
    <head>
        <meta http-equiv="refresh" content="0;URL=webapp/">
    </head>
    </html>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · umbraco.jeux.loro.ch

    2026-01-01 11:26

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:26:51 GMT
    x-ms-forbidden-ip: 138.68.144.227
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · umbraco.jeux.loro.ch

    2026-01-01 11:26

    HTTP/1.1 403 Ip Forbidden
    Content-Length: 1892
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:26:51 GMT
    x-ms-forbidden-ip: 64.226.65.160
    
    Page title: Web App - Unavailable
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Web App - Unavailable</title>
        <style type="text/css">
            html {
                height: 100%;
                width: 100%;
            }
    
            #feature {
                width: 960px;
                margin: 95px auto 0 auto;
                overflow: auto;
            }
    
            #content {
                font-family: "Segoe UI";
                font-weight: normal;
                font-size: 22px;
                color: #ffffff;
                float: left;
                width: 460px;
                margin-top: 68px;
                margin-left: 0px;
                vertical-align: middle;
            }
    
                #content h1 {
                    font-family: "Segoe UI Light";
                    color: #ffffff;
                    font-weight: normal;
                    font-size: 60px;
                    line-height: 48pt;
                    width: 800px;
                }
    
            p a, p a:visited, p a:active, p a:hover {
                color: #ffffff;
            }
    
            #content a.button {
                background: #0DBCF2;
                border: 1px solid #FFFFFF;
                color: #FFFFFF;
                display: inline-block;
                font-family: Segoe UI;
                font-size: 24px;
                line-height: 46px;
                margin-top: 10px;
                padding: 0 15px 3px;
                text-decoration: none;
            }
    
                #content a.button img {
                    float: right;
                    padding: 10px 0 0 15px;
                }
    
                #content a.button:hover {
                    background: #1C75BC;
                }
        </style>
    </head>
    <body bgcolor="#00abec">
        <div id="feature">
            <div id="content">
                <h1 id="unavailable">Error 403 - Forbidden</h1>
                <p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
            </div>
        </div>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · acme.forthub.io

    2026-01-01 11:20

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:20:16 GMT
    Location: https://acme.forthub.io/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · acme.forthub.io

    2026-01-01 11:20

    HTTP/1.1 302 Redirect
    Content-Length: 507
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 01 Jan 2026 11:20:17 GMT
    Location: https://login.windows.net/e0248d17-f02f-44ea-af9f-eb29cc9ab77c/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Facme.forthub.io%2F.auth%2Flogin%2Faad%2Fcallback&client_id=8937c8e9-aeb6-4e81-99d5-d942e86a8806&scope=openid+profile+email&response_mode=form_post&nonce=17d05b1f55734974b9446e2fc5b43f17_20260101112517&state=redir%3D%252F
    Set-Cookie: Nonce=NHMlHEsdkn91QuXBsdnDv3x/IVHKvk2GxW3v/T3p9prfQZPm3ox35h06Itr9cIBeAKeVvxoibU7l3YaYKTQVRqiUp25ByOk9BuU1F/CVsURv1xNeI5lzYaK6eV4yNhEh; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: c3667d07-2227-438d-963c-20ac1ff1043f
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/e0248d17-f02f-44ea-af9f-eb29cc9ab77c/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Facme.forthub.io%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=8937c8e9-aeb6-4e81-99d5-d942e86a8806&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=17d05b1f55734974b9446e2fc5b43f17_20260101112517&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · shop.snv.ch

    2026-01-01 11:15

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:15:31 GMT
    Server: Microsoft-IIS/10.0
    Location: https://connect.snv.ch
    Set-Cookie: ARRAffinity=aad58599b40c2d0851dd175359f093a2070b70b6e45afb9e33206cfafd97d0c3;Path=/;HttpOnly;Secure;Domain=shop.snv.ch
    Set-Cookie: ARRAffinitySameSite=aad58599b40c2d0851dd175359f093a2070b70b6e45afb9e33206cfafd97d0c3;Path=/;HttpOnly;SameSite=None;Secure;Domain=shop.snv.ch
    Strict-Transport-Security: max-age=2592000
    Request-Context: appId=cid-v1:99594888-7e0b-4f04-8439-f604a23e39d5
    X-Powered-By: ASP.NET
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · shop.snv.ch

    2026-01-01 11:15

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:15:30 GMT
    Location: https://shop.snv.ch/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.max.webgate.biz

    2026-01-01 11:15

    HTTP/1.1 302 Redirect
    Content-Length: 506
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Thu, 01 Jan 2026 11:15:12 GMT
    Location: https://login.windows.net/67ab683b-d0dd-4f65-b379-84b79dc7b3e5/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fapi.max.webgate.biz%2F.auth%2Flogin%2Faad%2Fcallback&client_id=4d8d0c85-65e9-412d-8f89-2fbaf1d0d226&scope=openid+profile+email&response_mode=form_post&nonce=8a0e1472ddbd46fe891ec2023442913b_20260101112012&state=redir%3D%252F
    Set-Cookie: Nonce=llKM5AkwV/qKAxNN3LAiwLHIZ9EFf9LWtBDuXPSwvskqF7dtI8Og9tTUgYtLixaxNc8cRNrBCp6QARLrrOZLZShuLmGWm3E8ECXLBPiG00VHBx63xx5QtRcWL92U32k8; path=/; secure; HttpOnly; SameSite=None
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: f5eee053-f3a6-48d2-a1a8-388d372ec939
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/67ab683b-d0dd-4f65-b379-84b79dc7b3e5/oauth2/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fapi.max.webgate.biz%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=4d8d0c85-65e9-412d-8f89-2fbaf1d0d226&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=8a0e1472ddbd46fe891ec2023442913b_20260101112012&amp;state=redir%3D%252F">here</a></body>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.max.webgate.biz

    2026-01-01 11:15

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:15:10 GMT
    Location: https://api.max.webgate.biz/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity.snv.ch

    2026-01-01 11:14

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:14:37 GMT
    Location: https://identity.snv.ch/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity.snv.ch

    2026-01-01 11:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Thu, 01 Jan 2026 11:14:37 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=aad58599b40c2d0851dd175359f093a2070b70b6e45afb9e33206cfafd97d0c3;Path=/;HttpOnly;Secure;Domain=identity.snv.ch
    Set-Cookie: ARRAffinitySameSite=aad58599b40c2d0851dd175359f093a2070b70b6e45afb9e33206cfafd97d0c3;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity.snv.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    Content-Security-Policy: object-src 'none'; frame-ancestors 'none'; sandbox allow-popups allow-forms allow-same-origin allow-scripts; base-uri 'self'; script-src 'self' https://cdnjs.cloudflare.com
    X-Content-Security-Policy: object-src 'none'; frame-ancestors 'none'; sandbox allow-popups allow-forms allow-same-origin allow-scripts; base-uri 'self'; script-src 'self' https://cdnjs.cloudflare.com
    Referrer-Policy: no-referrer
    X-Powered-By: ASP.NET
    
    Page title: IdentitySelect language
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width">
            <title>Identity</title>
            <link rel="apple-touch-icon" sizes="180x180" href="/SNVtheme/images/apple-touch-icon.png?v=x8iOkat8C5VfwB-3ry4eECFr1aPRRZQAf1GQ2MczVJE">
            <link rel="icon" type="image/png" sizes="32x32" href="/SNVtheme/images/favicon-32x32.png?v=Zl_Ciy8imevy6zep-tASwaCSU1-bxM8RyD8pRqGYVrQ">
            <link rel="icon" type="image/png" sizes="16x16" href="/SNVtheme/images/favicon-16x16.png?v=6Ogi-E7IxZyIkGXTm8SCqT7JVX8W2UHZY7jGh_Gj-Z4">
        
        
            <link rel="stylesheet" href="/SNVtheme/css/style.min.css?v=Ebzu3AGQFQN0tV3HHlxyywWos5xqGofQqf9WTP5_PIk" />
        
        
    </head>
    
    <body class="">
        <a class="skip" href="#mainContent">Skip to content</a>
        <div class="pageWrapper">
            <header class="pageHeader">
                <div class="upper">
                    <div class="wrapper">
                        <a class="logo" href="https://connect.snv.ch">
                            <img src="/SNVtheme/images/logo.png" alt="Swiss Association for Standardization (SNV) logo">
                        </a>
                        <nav>
    
                                <div class="language">
                                    <button class="expand _jsShowHide" aria-haspopup="true" aria-controls="languageMenu"
                                        aria-expanded="false">
                                        <span class="icon-container">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                                fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                                stroke-linejoin="round" class="feather feather-globe"
                                                aria-describedby="icon-title" aria-hidden="true">
                                                <title id="icon-title">Select language</title>
                                                <circle cx="12" cy="12" r="10" />
                                                <line x1="2" y1="12" x2="22" y2="12" />
                                                <path
                                                    d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
                                            </svg>
                                        </span>
                                        <span class="button-text">
                                            English
                                        </span>
                                    </button>
                                    <ul id="languageMenu" class="_jsCloseOutside" hidden>
                                            <li class=selected>
                                                <a href="/Language/ChangeLanguage?culture=en&amp;returnUrl=%2F">English</a>
                                            </li>
                                            <li >
                                                <a href="/Language/ChangeLanguage?culture=fr&amp;returnUrl=%2F">Fran&#xE7;ais</a>
                                            </li>
                                            <li >
                                                <a href="/Language/ChangeLanguage?culture=de&amp;returnUrl=%2F">Deutsch</a>
                                            </li>
                                            <li >
                                                <a href="/Language/ChangeLanguage?culture=it&amp;returnUrl=%2F">Italiano</a>
                                            </li>
                                    </ul>
                                </div>
    
                        </nav>
                    </div>
                </div>
                <div class="lower">
                    <div class="wrapper"></div>
                </div>
            </header>
            <main id="mainContent" tabindex="-1">
                <div class="wrapper">
                    
    <div class="welcome-page">
        <div class="row page-header">
            <div class="col-sm-10">
                <h1>                
                 
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.identity.systemaccount.ch

    2026-01-01 11:09

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:09:14 GMT
    Location: https://www.identity.systemaccount.ch/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.identity.systemaccount.ch

    2026-01-01 11:09

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:09:14 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "8191151baffd91:0"
    Last-Modified: Wed, 14 Dec 2022 11:27:53 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.identity.systemaccount.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.identity.systemaccount.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity.systemaccount.ch

    2026-01-01 11:07

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:07:11 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "8191151baffd91:0"
    Last-Modified: Wed, 14 Dec 2022 11:27:53 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=identity.systemaccount.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity.systemaccount.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity.systemaccount.ch

    2026-01-01 11:07

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:07:10 GMT
    Location: https://identity.systemaccount.ch/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · torquator-tasso.de

    2026-01-01 11:07

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:07:02 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=torquator-tasso.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=torquator-tasso.de
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · torquator-tasso.de

    2026-01-01 11:07

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:07:02 GMT
    Location: https://torquator-tasso.de/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.torquator-tasso.de

    2026-01-01 11:06

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:06:21 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.torquator-tasso.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.torquator-tasso.de
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.torquator-tasso.de

    2026-01-01 11:06

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:06:22 GMT
    Location: https://www.torquator-tasso.de/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.torquator-tasso.com

    2026-01-01 11:06

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:06:07 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.torquator-tasso.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.torquator-tasso.com
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.torquator-tasso.com

    2026-01-01 11:06

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:06:06 GMT
    Location: https://www.torquator-tasso.com/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.torquatortasso.de

    2026-01-01 11:05

    HTTP/1.1 200 OK
    Content-Length: 732
    Connection: close
    Content-Type: text/html
    Date: Thu, 01 Jan 2026 11:05:12 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "019c6f9a3adb1:0"
    Last-Modified: Tue, 19 Nov 2024 15:48:10 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.torquatortasso.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.torquatortasso.de
    X-Powered-By: ASP.NET
    
    Page title: Torquator Tasso
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <title>Torquator Tasso</title>
        <base href="/" />
        <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
        <link href="css/app.css" rel="stylesheet" />
        <link href="TTWeb.styles.css" rel="stylesheet" />
    </head>
    
    <body>
        <div id="app">Loading...</div>
    
        <div id="blazor-error-ui">
            An unhandled error has occurred.
            <a href="" class="reload">Reload</a>
            <a class="dismiss">🗙</a>
        </div>
        <script src="_framework/blazor.webassembly.js"></script>
    </body>
    
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.torquatortasso.de

    2026-01-01 11:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Thu, 01 Jan 2026 11:05:12 GMT
    Location: https://www.torquatortasso.de/
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · nur10minuten.com

    2025-12-31 04:21

    HTTP/1.1 200 OK
    Content-Length: 225016
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Wed, 31 Dec 2025 04:21:06 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"36ef8-jS0CyjO+PjPnj+zUo0SgfA1vacU"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=nur10minuten.com
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=nur10minuten.com
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: nur10minuten.com
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 239, 246, 232; --palette-accent-100: 216, 232, 198; --palette-accent-200: 190, 217, 161; --palette-accent-300: 163, 202, 123; --palette-accent-400: 144, 190, 94; --palette-accent-500: 124, 179, 66; --palette-accent-600: 116, 172, 60; --palette-accent-700: 105, 163, 51; --palette-accent-800: 95, 154, 43; --palette-accent-900: 76, 139, 29; --palette-accent-a100: 220, 255, 197; --palette-accent-a200: 189, 255, 146; --palette-accent-a400: 159, 255, 95; --palette-accent-a700: 143, 255, 70; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(0,0,0); --palette-accent-contrast-600: rgb(0,0,0); --palette-accent-contrast-700: rgb(0,0,0); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 232, 243, 252; --palette-primary-100: 197, 226, 248; --palette-primary-200: 159, 206, 244; --palette-primary-300: 121, 186, 240; --palette-primary-400: 92, 172, 236; --palette-primary-500: 63, 157, 233; --palette-primary-600: 57, 149, 230; --palette-primary-700: 49, 139, 227; --palette-primary-800: 41, 129, 223; --palette-primary-900: 27, 111, 217; --palette-primary-a100: 255, 255, 255; --palette-primary-a200: 218, 233, 255; --palette-primary-a400: 167, 203, 255; --palette-primary-a700: 142, 188, 255; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(0,0,0); --palette-primary-contrast-700: rgb(255,255,255); --palette-primary-contrast-800: rgb(255,255,255); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 253, 237, 233; --palette-warn-100: 251, 209, 200; --palette-warn-200: 248, 179, 164; --palette-warn-300: 245, 149, 127; --palette-warn-400: 242, 126, 99; --palette-warn-500: 240, 103, 72; --palette-warn-600: 238, 95, 65; --palette-warn-700: 236, 84, 56; --palette-warn-800: 233, 74, 48; --palette-warn-900: 229, 57, 33; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 236, 234; --palette-warn-a400: 255, 190, 183; --palette-warn-a700: 255, 167, 157; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--light-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-primary-text); --palette-a
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · nur10minuten.com

    2025-12-31 04:21

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Wed, 31 Dec 2025 04:21:04 GMT
    Location: https://nur10minuten.com/
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.nur10minuten.com

    2025-12-31 04:21

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Wed, 31 Dec 2025 04:21:02 GMT
    Location: https://www.nur10minuten.com/
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.nur10minuten.com

    2025-12-31 04:21

    HTTP/1.1 301 Moved Permanently
    Content-Length: 148
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Wed, 31 Dec 2025 04:21:02 GMT
    Server: Microsoft-IIS/10.0
    Location: https://nur10minuten.com/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=www.nur10minuten.com
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.nur10minuten.com
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://nur10minuten.com/">here</a></body>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande-preprod.nexales.com

    2025-12-30 01:01

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Dec 2025 01:01:00 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande-preprod.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande-preprod.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande-preprod.nexales.com

    2025-12-30 01:01

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Dec 2025 01:01:00 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Domain=romande-preprod.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande-test.nexales.com

    2025-12-30 01:00

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Dec 2025 01:00:51 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Domain=romande-test.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande-test.nexales.com

    2025-12-30 01:00

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Dec 2025 01:00:52 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande-test.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande-test.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · romande.nexales.com

    2025-12-30 00:59

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 30 Dec 2025 00:59:50 GMT
    Location: https://romande.nexales.com/
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · romande.nexales.com

    2025-12-30 00:59

    HTTP/1.1 302 Found
    Content-Length: 152
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 30 Dec 2025 00:59:50 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Expose-Headers: Request-Context
    Cache-Control: private
    Location: /account/entra/signin?ReturnUrl=%2f
    Set-Cookie: ARRAffinity=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;Secure;Domain=romande.nexales.com
    Set-Cookie: ARRAffinitySameSite=b94576c2d163020e8817f221b76de4b33a22a5901de8abf953ffba7f6962ecc3;Path=/;HttpOnly;SameSite=None;Secure;Domain=romande.nexales.com
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    Request-Context: appId=cid-v1:674bf657-c767-4dc6-978f-1634106f67a4
    X-Powered-By: ASP.NET
    X-Frame-Options: AllowAll
    
    Page title: Object moved
    
    <html><head><title>Object moved</title></head><body>
    <h2>Object moved to <a href="/account/entra/signin?ReturnUrl=%2f">here</a>.</h2>
    </body></html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · nipidu.ch

    2025-12-29 16:18

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 16:18:31 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "5b28814de2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:01:50 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=nipidu.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=nipidu.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · nipidu.ch

    2025-12-29 16:18

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 16:18:31 GMT
    Location: https://nipidu.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · horseraceinfo.ch

    2025-12-29 16:08

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 16:08:04 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "f38618cee1ed91:0"
    Last-Modified: Tue, 13 Dec 2022 10:58:17 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=horseraceinfo.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=horseraceinfo.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · horseraceinfo.ch

    2025-12-29 16:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 16:08:05 GMT
    Location: https://horseraceinfo.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · horseraceinfo.com

    2025-12-29 16:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 16:08:03 GMT
    Location: https://horseraceinfo.com/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · horseraceinfo.com

    2025-12-29 16:08

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 16:08:03 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "fe35b191e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:10:54 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=horseraceinfo.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=horseraceinfo.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · systemaccount.ch

    2025-12-29 16:07

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 16:07:47 GMT
    Location: https://systemaccount.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · systemaccount.ch

    2025-12-29 16:07

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 16:07:48 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "f8bb33b9e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:12:01 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=systemaccount.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=systemaccount.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.horseraceinfo.de

    2025-12-29 15:49

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:50:00 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "49b44928e2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:00:48 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.horseraceinfo.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.horseraceinfo.de
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.horseraceinfo.de

    2025-12-29 15:49

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:49:58 GMT
    Location: https://www.horseraceinfo.de/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.nipidu.de

    2025-12-29 15:49

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:49:24 GMT
    Location: https://www.nipidu.de/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.nipidu.de

    2025-12-29 15:49

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:49:23 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "1423e25e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:07:00 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.nipidu.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.nipidu.de
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.horseraceinfo.com

    2025-12-29 15:48

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:48:51 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "fe35b191e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:10:54 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.horseraceinfo.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.horseraceinfo.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.horseraceinfo.com

    2025-12-29 15:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:48:51 GMT
    Location: https://www.horseraceinfo.com/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.nipidu.ch

    2025-12-29 15:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:48:52 GMT
    Location: https://www.nipidu.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.nipidu.ch

    2025-12-29 15:48

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:48:52 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "5b28814de2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:01:50 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.nipidu.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.nipidu.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · horseraceinfo.de

    2025-12-29 15:48

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:48:51 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "49b44928e2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:00:48 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=horseraceinfo.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=horseraceinfo.de
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · horseraceinfo.de

    2025-12-29 15:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:48:50 GMT
    Location: https://horseraceinfo.de/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · nipidu.com

    2025-12-29 15:48

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:48:11 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "18b12d77e2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:03:00 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=nipidu.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=nipidu.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · nipidu.com

    2025-12-29 15:48

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:48:10 GMT
    Location: https://nipidu.com/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · subwork.ch

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 29 Dec 2025 15:47:50 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8JQ8AVfSgyVDjMLLQSj0pgmgrklAToR8Q1gAUFnX3boBauk4jtDGs0LnoT91irs2UevA9yLcyZr9pMi4YghHwEOOndtoHbORhv_mAl_XawbY85Jyg7owItNrcEdKYdJUqLK329ls4kD-SZd4fkSzVBQ; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=subwork.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    blazor-enhanced-nav: allow
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Page title: Subwork
    
    <!DOCTYPE html>
    <html lang="en"><head><meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <base href="/">
        <link rel="stylesheet" href="bootstrap/bootstrap.min.css">
        <link rel="stylesheet" href="app.css">
        <link rel="stylesheet" href="SW.WebApp.Blazor.styles.css">
        <link rel="icon" type="image/png" href="favicon.png">
        <link rel="stylesheet" href="assets/css/main.css">
        <link rel="stylesheet" href="css/site.css">
    
        <title>Subwork</title></head>
    
    <body>
    <div id="page-wrapper" b-5utrgw0upp><div id="header-wrapper" b-5utrgw0upp><div class="container" b-5utrgw0upp><header id="header"><div class="inner"><h1><a href="/" id="logo" class="fw-bolder header-title">SUBWORK</a></h1>
            <img src="images/switzerland-flag-round.png" style="height:34px; width:34px;">
            <nav id="nav"><ul><li class="current_page_item"><a href="/">Home</a></li>
                    <li class=""><a href="/contact">Contact</a></li>
                    <li class=""><a href="/projects">Projects</a></li></ul></nav></div></header><br b-5utrgw0upp><br b-5utrgw0upp>
    				<div id="banner" class="pt-4 pb-4" b-5utrgw0upp><div class="text-black fw-bolder pt-4 pb-4 text-shadow" style="font-size:3em" b-5utrgw0upp>
    						Von der Idee zur modernen Software
                        </div>
    					<div class="text-black fw-bolder pt-4 pb-4 text-shadow" style="font-size:2.5em" b-5utrgw0upp>
    						Wir entwickeln für Ihren Erfolg
                        </div></div></div></div>
        <div id="main-wrapper" b-5utrgw0upp><!--Blazor:{"type":"auto","prerenderId":"1ae8659cb53541d8a5b57131242086e5","key":{"locationHash":"4CBDF917B5C8AF9761015C13F757DA917ACE14B759C6AAAA6FCEC8423A66E485:0","formattedComponentKey":""},"sequence":0,"descriptor":"CfDJ8JQ8AVfSgyVDjMLLQSj0pgng/64\u002B5BGZNCDWG3LtNrm4YuFSslZ7mttf6t1vc/pBsA/cKPUsSLx2Nm8Vl0PKCRHFYwUegZPbBkDZCQHvRsSWPxxRjuTNDwDZhrME5B2JlVcOhzJFy11dcDp5tzZ6jTWs2F6K/IWrOq4IMn/N\u002BfXH5XLkMvlj4nib/d7MMORlA9hKCV/NeOrRqKdkHxWecUDURDsCp7J6ZcAqRtiFZFSvWOG79C8TAPhzdqxLYMcrwWJzNZ9mKRwMM411Bys3orqJ5OyC2AM1kzkIlSRyneAaXmYEb3/TM8WQwBp3AHpBwwGAtvVLn72CdK4OJxiIHEhl\u002BZ9Zq4UybszlVPh1dMac9ZnJmBACOVMkDvEUBVjvFIg0D\u002BXA0eQ18ResH7SurBzjw7IyH6PZCFMN6BMYfa09IiVGiMkXldER1uO0U1XMKU3e0dfaEshcMXsvUlCnoLnsE17cgjzdprK0p4HGkt7yP4ZFTzgM9dlFcsxzdIzHs/SIvfs1psRUiRADoqs0SQeH1kpfT1rLf2fc8TDOBAM5","assembly":"SW.WebApp.Blazor.Client","typeName":"SW.WebApp.Blazor.Client.Pages.Home","parameterDefinitions":"W10=","parameterValues":"W10="}-->
    <div class="wrapper style2"><div class="inner"><section class="container box feature2"><div class="row"><div class="col-6 col-12-medium"><section><header class="major"><h2>Langjährige Erfahrung</h2>
                                <p>
                                    Jahrzehntelange Erfahrung in der Softwareentwicklung<br>
                                    Expertise, auf die Sie vertrauen können
                                </p></header>
                            <p class="fw-bolder">
                                Unsere erfahrenen Entwickler wissen, wie man komplexe Herausforderungen meistert und innovative Lösungen liefert, die auf die spezifischen Bedürfnisse unserer Kunden zugeschnitten sind.<br>
                                Die Vielzahl an erfolgreich abgeschlossenen Projekten hat uns gelehrt, qualitativ hochwertig und am Puls der Zeit zu arbeiten.
                            </p></section></div>
                    
                    <div class="col-6 col-12-medium"><section><header class="major"><h2>Internationales Team</h2>
                                <p>
                                    Global vernetzt, lokal erfolgreich! <br>
                                    Schweizer Kernkompetenz, ergänzt mit internationalen Teams
                                </p></header>
                            <p class="fw-bolder">
                                Die Vielfalt in unseren Teams ist ein entscheidender Vorteil. Jedes Teammitglied bringt einzigartige Perspektiven und Kenntnisse mit, die den Entwicklungsprozess bereichern.<br>
                                Diese unte
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · subwork.ch

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:49 GMT
    Location: https://subwork.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.subwork.ch

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:49 GMT
    Location: https://www.subwork.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.subwork.ch

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 29 Dec 2025 15:47:49 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8JQ8AVfSgyVDjMLLQSj0pgkkDChD_FjqUwxkOQHAczhzMLwOqQOXgwHwilSD_fv7AmnDT8cknD4S6woWnejVCQO1NDFCgwyOmN1gZFLLsepJoh16xF3EyDD8c4U-aFuiODGaqd_8ADNzNXL9izPKIKM; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.subwork.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    blazor-enhanced-nav: allow
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Page title: Subwork
    
    <!DOCTYPE html>
    <html lang="en"><head><meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <base href="/">
        <link rel="stylesheet" href="bootstrap/bootstrap.min.css">
        <link rel="stylesheet" href="app.css">
        <link rel="stylesheet" href="SW.WebApp.Blazor.styles.css">
        <link rel="icon" type="image/png" href="favicon.png">
        <link rel="stylesheet" href="assets/css/main.css">
        <link rel="stylesheet" href="css/site.css">
    
        <title>Subwork</title></head>
    
    <body>
    <div id="page-wrapper" b-5utrgw0upp><div id="header-wrapper" b-5utrgw0upp><div class="container" b-5utrgw0upp><header id="header"><div class="inner"><h1><a href="/" id="logo" class="fw-bolder header-title">SUBWORK</a></h1>
            <img src="images/switzerland-flag-round.png" style="height:34px; width:34px;">
            <nav id="nav"><ul><li class="current_page_item"><a href="/">Home</a></li>
                    <li class=""><a href="/contact">Contact</a></li>
                    <li class=""><a href="/projects">Projects</a></li></ul></nav></div></header><br b-5utrgw0upp><br b-5utrgw0upp>
    				<div id="banner" class="pt-4 pb-4" b-5utrgw0upp><div class="text-black fw-bolder pt-4 pb-4 text-shadow" style="font-size:3em" b-5utrgw0upp>
    						Von der Idee zur modernen Software
                        </div>
    					<div class="text-black fw-bolder pt-4 pb-4 text-shadow" style="font-size:2.5em" b-5utrgw0upp>
    						Wir entwickeln für Ihren Erfolg
                        </div></div></div></div>
        <div id="main-wrapper" b-5utrgw0upp><!--Blazor:{"type":"auto","prerenderId":"edb6e45ebcb64cc49508a05849eab490","key":{"locationHash":"4CBDF917B5C8AF9761015C13F757DA917ACE14B759C6AAAA6FCEC8423A66E485:0","formattedComponentKey":""},"sequence":0,"descriptor":"CfDJ8JQ8AVfSgyVDjMLLQSj0pgl81peT1FgGdjp6vd1QiDTpQ3Vw8KcGVRWrOfJoMXtIrbZrhWg0cWzYXGAWhnAIEnI0SkCSf3x4hI0F8P84itBmBX6PaQOmzDdaJixoOhsfVAWgzJRs5R\u002BDM05oMig8IilS3rWUpACrtR\u002BJbu6IIOWFIHljnkTJuI0ZsF6uHRWNl2uFMjtjLx/y7oOX8vUDcVvAFAHejCf8M56QP1XbojBA7jfSYHbbmCPOUAYzKLRe5Nbryovl/YCNE3wniY8k\u002BfHPJPiIxskPZKpz2XaByysUi0WrTmKwPHbxZWk4gFFaSbIdR3tC6BFZkGjBnbppkhQSX/COU15EX8Yro5JWz6KqJQoJzij3dxqXNw95xeGWMKdJvE9d2TX/tUpBwdX\u002BteaDQk0m0OQUW7QlLNyNFfuk8R2d1RQAFR4UjN5eva0oZwWRypa6uH1UOfD1FiX8TTuc3oPjrBDI/BZCplOYlzfruOoE9AuozY16KrzyzpO\u002Bw22jOnkqQRN3UhQysuslLdaw0RJIqLZrgvFOqLPmv6iH","assembly":"SW.WebApp.Blazor.Client","typeName":"SW.WebApp.Blazor.Client.Pages.Home","parameterDefinitions":"W10=","parameterValues":"W10="}-->
    <div class="wrapper style2"><div class="inner"><section class="container box feature2"><div class="row"><div class="col-6 col-12-medium"><section><header class="major"><h2>Langjährige Erfahrung</h2>
                                <p>
                                    Jahrzehntelange Erfahrung in der Softwareentwicklung<br>
                                    Expertise, auf die Sie vertrauen können
                                </p></header>
                            <p class="fw-bolder">
                                Unsere erfahrenen Entwickler wissen, wie man komplexe Herausforderungen meistert und innovative Lösungen liefert, die auf die spezifischen Bedürfnisse unserer Kunden zugeschnitten sind.<br>
                                Die Vielzahl an erfolgreich abgeschlossenen Projekten hat uns gelehrt, qualitativ hochwertig und am Puls der Zeit zu arbeiten.
                            </p></section></div>
                    
                    <div class="col-6 col-12-medium"><section><header class="major"><h2>Internationales Team</h2>
                                <p>
                                    Global vernetzt, lokal erfolgreich! <br>
                                    Schweizer Kernkompetenz, ergänzt mit internationalen Teams
                                </p></header>
                            <p class="fw-bolder">
                                Die Vielfalt in unseren Teams ist ein entscheidender Vorteil. Jedes Teammitglied bringt einzigartige Perspektiven und Kenntnisse mit, die den Entwicklungsprozess bereichern.<br>
                                Diese
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · nipidu.de

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:29 GMT
    Location: https://nipidu.de/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · nipidu.de

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:47:29 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "1423e25e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:07:00 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=nipidu.de
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=nipidu.de
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.systemaccount.ch

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:47:26 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "f8bb33b9e3ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:12:01 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.systemaccount.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.systemaccount.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.systemaccount.ch

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:25 GMT
    Location: https://www.systemaccount.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.nipidu.com

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:47:15 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "18b12d77e2ed91:0"
    Last-Modified: Tue, 13 Dec 2022 11:03:00 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.nipidu.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.nipidu.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.nipidu.com

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:14 GMT
    Location: https://www.nipidu.com/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.horseraceinfo.ch

    2025-12-29 15:47

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Mon, 29 Dec 2025 15:47:02 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "f38618cee1ed91:0"
    Last-Modified: Tue, 13 Dec 2022 10:58:17 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=www.horseraceinfo.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.horseraceinfo.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.horseraceinfo.ch

    2025-12-29 15:47

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 29 Dec 2025 15:47:01 GMT
    Location: https://www.horseraceinfo.ch/
    
    Found 2025-12-29 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · bi.autel.app

    2025-12-28 03:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 28 Dec 2025 03:34:07 GMT
    Location: https://bi.autel.app/
    
    Found 2025-12-28 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · bi.autel.app

    2025-12-28 03:34

    HTTP/1.1 200 OK
    Content-Length: 92
    Connection: close
    Content-Type: text/html
    Date: Sun, 28 Dec 2025 03:34:07 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "9b7fb6b12fdc1:0"
    Last-Modified: Sat, 27 Sep 2025 13:17:07 GMT
    Set-Cookie: TiPMix=11.783234461948023; path=/; HttpOnly; Domain=bi.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: x-ms-routing-name=self; path=/; HttpOnly; Domain=bi.autel.app; Max-Age=3600; Secure; SameSite=None
    Set-Cookie: ARRAffinity=e4a2ec12b67fad29b69e0e95414615d6e962fc20458e5c13ed7f203c2a1918e2;Path=/;HttpOnly;Secure;Domain=bi.autel.app
    Set-Cookie: ARRAffinitySameSite=e4a2ec12b67fad29b69e0e95414615d6e962fc20458e5c13ed7f203c2a1918e2;Path=/;HttpOnly;SameSite=None;Secure;Domain=bi.autel.app
    X-Powered-By: ASP.NET
    
    
    <html>
    <head>
        <meta http-equiv="refresh" content="0;URL=webapp/">
    </head>
    </html>
    Found 2025-12-28 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2025-12-23 09:02

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Tue, 23 Dec 2025 09:02:55 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · kunstdergeldanlage.art

    2025-12-23 05:01

    HTTP/1.1 200 OK
    Content-Length: 189376
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 23 Dec 2025 05:01:46 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"2e3c0-/wqGs7xJVYwVX0AMCKhJwujkUHw"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=kunstdergeldanlage.art
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=kunstdergeldanlage.art
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: Strobl Kathrein Geldanlage & Vermögenssicherung
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 239, 246, 232; --palette-accent-100: 216, 232, 198; --palette-accent-200: 190, 217, 161; --palette-accent-300: 163, 202, 123; --palette-accent-400: 144, 190, 94; --palette-accent-500: 124, 179, 66; --palette-accent-600: 116, 172, 60; --palette-accent-700: 105, 163, 51; --palette-accent-800: 95, 154, 43; --palette-accent-900: 76, 139, 29; --palette-accent-a100: 220, 255, 197; --palette-accent-a200: 189, 255, 146; --palette-accent-a400: 159, 255, 95; --palette-accent-a700: 143, 255, 70; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(0,0,0); --palette-accent-contrast-600: rgb(0,0,0); --palette-accent-contrast-700: rgb(0,0,0); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 227, 230, 235; --palette-primary-100: 185, 194, 206; --palette-primary-200: 139, 153, 173; --palette-primary-300: 93, 112, 140; --palette-primary-400: 58, 81, 116; --palette-primary-500: 23, 50, 91; --palette-primary-600: 20, 45, 83; --palette-primary-700: 17, 38, 73; --palette-primary-800: 13, 31, 64; --palette-primary-900: 7, 19, 47; --palette-primary-a100: 105, 140, 255; --palette-primary-a200: 54, 101, 255; --palette-primary-a400: 3, 62, 255; --palette-primary-a700: 0, 54, 233; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(255,255,255); --palette-primary-contrast-400: rgb(255,255,255); --palette-primary-contrast-500: rgb(255,255,255); --palette-primary-contrast-600: rgb(255,255,255); --palette-primary-contrast-700: rgb(255,255,255); --palette-primary-contrast-800: rgb(255,255,255); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 253, 237, 233; --palette-warn-100: 251, 209, 200; --palette-warn-200: 248, 179, 164; --palette-warn-300: 245, 149, 127; --palette-warn-400: 242, 126, 99; --palette-warn-500: 240, 103, 72; --palette-warn-600: 238, 95, 65; --palette-warn-700: 236, 84, 56; --palette-warn-800: 233, 74, 48; --palette-warn-900: 229, 57, 33; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 236, 234; --palette-warn-a400: 255, 190, 183; --palette-warn-a700: 255, 167, 157; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--light-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-primary-text); --palet
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · kunstdergeldanlage.art

    2025-12-23 05:01

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 23 Dec 2025 05:01:43 GMT
    Location: https://kunstdergeldanlage.art/
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.econnect-africa.com

    2025-12-23 04:35

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 23 Dec 2025 04:35:00 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8JDGpH6LalpJrvwh_YX94TU4Sn8seitCtSSgjei5cjw0qmX8FL_AfY-HSkK4cUsNnqrbOsZoyROHOjauNCZU3T41BPszx5G95UjDsq2jQYMwmLkIcNmLJJzlGL103j8HO2k1crextX5OE_ak6xOHPYY; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;Secure;Domain=www.econnect-africa.com
    Set-Cookie: ARRAffinitySameSite=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.econnect-africa.com
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.econnect-africa.com

    2025-12-23 04:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 23 Dec 2025 04:35:00 GMT
    Location: https://www.econnect-africa.com/
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · econnect-africa.com

    2025-12-23 04:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 23 Dec 2025 04:34:32 GMT
    Location: https://econnect-africa.com/
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · econnect-africa.com

    2025-12-23 04:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Tue, 23 Dec 2025 04:34:31 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8JDGpH6LalpJrvwh_YX94TUdQIrcGSUIQuEXCLiynhs52WmgSh-UulGx3oLNAkC47aBIr-K8Tc1hvrrXF7o7UxLqHpX9DwMsZIXDPPvzw3DR_XptHh4iLYfqtuu4DNagtuKPoELNyOXH4NQTuXgPaZw; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;Secure;Domain=econnect-africa.com
    Set-Cookie: ARRAffinitySameSite=2f04080791214b9cd44673d14595786928ab2c0b432cd4549ad24da8c30a08e1;Path=/;HttpOnly;SameSite=None;Secure;Domain=econnect-africa.com
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.kunstdergeldanlage.art

    2025-12-23 04:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 154
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 23 Dec 2025 04:34:01 GMT
    Server: Microsoft-IIS/10.0
    Location: https://kunstdergeldanlage.art/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=www.kunstdergeldanlage.art
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.kunstdergeldanlage.art
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://kunstdergeldanlage.art/">here</a></body>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.kunstdergeldanlage.art

    2025-12-23 04:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Tue, 23 Dec 2025 04:34:00 GMT
    Location: https://www.kunstdergeldanlage.art/
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · iso-stage.subwork.ch

    2025-12-22 19:10

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 19:10:39 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=iso-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · phone-stage.subwork.ch

    2025-12-22 19:10

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 19:10:32 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=phone-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · phone-stage.subwork.ch

    2025-12-22 19:10

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 19:10:31 GMT
    Server: Microsoft-IIS/10.0
    Location: https://phone-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.lab.leuchterag.ch

    2025-12-22 01:23

    HTTP/1.1 200 OK
    Content-Length: 150093
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 01:23:08 GMT
    Request-Context: appId=cid-v1:94234240-f369-4595-be6a-31ca9f9e0b3f
    
    Page title: Your Azure Function App is up and running.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Your Azure Function App is up and running.</title>
        <style type="text/css">
            @font-face {
                font-family: 'SegoeLight';
                src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.lab.leuchterag.ch

    2025-12-22 01:23

    HTTP/1.1 200 OK
    Content-Length: 150093
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 01:23:08 GMT
    Request-Context: appId=cid-v1:94234240-f369-4595-be6a-31ca9f9e0b3f
    
    Page title: Your Azure Function App is up and running.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Your Azure Function App is up and running.</title>
        <style type="text/css">
            @font-face {
                font-family: 'SegoeLight';
                src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.osteobiflex.com.tr

    2025-12-22 01:15

    HTTP/1.1 200 OK
    Content-Length: 145525
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 01:15:02 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    Cache-Control: max-age=691200
    ETag: "0e9f5d5d136dc1:0"
    Last-Modified: Mon, 06 Oct 2025 14:59:38 GMT
    Set-Cookie: ARRAffinity=3bb54362e9380c0fdba44176bed3ad94faa5e695da170a0fde99294279c21916;Path=/;HttpOnly;Secure;Domain=www.osteobiflex.com.tr
    Set-Cookie: ARRAffinitySameSite=3bb54362e9380c0fdba44176bed3ad94faa5e695da170a0fde99294279c21916;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.osteobiflex.com.tr
    X-Powered-By: ASP.NET
    
    Page title: Osteo Bi-Flex Türkiye
    
    <!DOCTYPE html><html lang="tr" data-critters-container><head>
      <meta charset="utf-8">
      <title>Osteo Bi-Flex Türkiye</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="./assets/images/obf-favicon-120.webp">
    <style>@charset "UTF-8";html{--mat-ripple-color:rgba(255, 255, 255, .1)}html{--mat-option-selected-state-label-text-color:#7b1fa2;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, .08)}html{--mat-optgroup-label-text-color:white}html{--mat-full-pseudo-checkbox-selected-icon-color:#69f0ae;--mat-full-pseudo-checkbox-selected-checkmark-color:#303030;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#69f0ae;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#686868}html{--mat-app-background-color:#303030;--mat-app-text-color:white}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:#424242;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color:#424242;--mdc-outlined-card-outline-color:rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color:rgba(255, 255, 255, .7)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#7b1fa2;--mdc-filled-text-field-focus-active-indicator-color:#7b1fa2;--mdc-filled-text-field-focus-label-text-color:rgba(123, 31, 162, .87);--mdc-filled-text-field-container-color:#4a4a4a;--mdc-filled-text-field-disabled-container-color:#464646;--mdc-filled-text-field-label-text-color:rgba(255, 255, 255, .6);--mdc-filled-text-field-hover-label-text-color:rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color:rgba(255, 255, 255, .38);--mdc-filled-text-fi
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.osteobiflex.com.tr

    2025-12-22 01:15

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:15:02 GMT
    Location: https://www.osteobiflex.com.tr/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · osteobiflex.com.tr

    2025-12-22 01:15

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:15:02 GMT
    Location: https://osteobiflex.com.tr/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · osteobiflex.com.tr

    2025-12-22 01:15

    HTTP/1.1 200 OK
    Content-Length: 145525
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 01:15:02 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    Cache-Control: max-age=691200
    ETag: "0e9f5d5d136dc1:0"
    Last-Modified: Mon, 06 Oct 2025 14:59:38 GMT
    Set-Cookie: ARRAffinity=3bb54362e9380c0fdba44176bed3ad94faa5e695da170a0fde99294279c21916;Path=/;HttpOnly;Secure;Domain=osteobiflex.com.tr
    Set-Cookie: ARRAffinitySameSite=3bb54362e9380c0fdba44176bed3ad94faa5e695da170a0fde99294279c21916;Path=/;HttpOnly;SameSite=None;Secure;Domain=osteobiflex.com.tr
    X-Powered-By: ASP.NET
    
    Page title: Osteo Bi-Flex Türkiye
    
    <!DOCTYPE html><html lang="tr" data-critters-container><head>
      <meta charset="utf-8">
      <title>Osteo Bi-Flex Türkiye</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="./assets/images/obf-favicon-120.webp">
    <style>@charset "UTF-8";html{--mat-ripple-color:rgba(255, 255, 255, .1)}html{--mat-option-selected-state-label-text-color:#7b1fa2;--mat-option-label-text-color:white;--mat-option-hover-state-layer-color:rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color:rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color:rgba(255, 255, 255, .08)}html{--mat-optgroup-label-text-color:white}html{--mat-full-pseudo-checkbox-selected-icon-color:#69f0ae;--mat-full-pseudo-checkbox-selected-checkmark-color:#303030;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(255, 255, 255, .7);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#303030;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#686868;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#686868;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#69f0ae;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#686868}html{--mat-app-background-color:#303030;--mat-app-text-color:white}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:#424242;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color:#424242;--mdc-outlined-card-outline-color:rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color:rgba(255, 255, 255, .7)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#7b1fa2;--mdc-filled-text-field-focus-active-indicator-color:#7b1fa2;--mdc-filled-text-field-focus-label-text-color:rgba(123, 31, 162, .87);--mdc-filled-text-field-container-color:#4a4a4a;--mdc-filled-text-field-disabled-container-color:#464646;--mdc-filled-text-field-label-text-color:rgba(255, 255, 255, .6);--mdc-filled-text-field-hover-label-text-color:rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color:rgba(255, 255, 255, .38);--mdc-filled-text-fi
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stage.subwork.ch

    2025-12-22 01:14

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:14:04 GMT
    Location: https://stage.subwork.ch/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stage.subwork.ch

    2025-12-22 01:14

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 22 Dec 2025 01:14:04 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8D6dtLitNjNFqLef7GHrlHQwCQ-wUmZOh95uR4f4rjCFZITSgxFfG0g-sQ6jFPiD2Gl7mA601PK0zJXgjov1R4mWldhIqFWDzYSiLiLDBE1hW_pBhWozo5pZyvNFHeb6CRFElW7EkTvHVrGKTLUTfnI; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=stage.subwork.ch
    Transfer-Encoding: chunked
    Content-Security-Policy: frame-ancestors 'self'
    blazor-enhanced-nav: allow
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · badr-api.eduhub-pro.com

    2025-12-22 01:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:10:41 GMT
    Location: https://badr-api.eduhub-pro.com/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · badr-api.eduhub-pro.com

    2025-12-22 01:10

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:10:40 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;Secure;Domain=badr-api.eduhub-pro.com
    Set-Cookie: ARRAffinitySameSite=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;SameSite=None;Secure;Domain=badr-api.eduhub-pro.com
    x-Status: {"Success":true\002C"ErrorMessage":""\002C"ExceptionMessage":""}
    X-Rate-Limit-Limit: 1s
    X-Rate-Limit-Remaining: 98
    X-Rate-Limit-Reset: 2025-12-22T01:10:42.7847787Z
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · badr-portal.eduhub-pro.com

    2025-12-22 01:10

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Mon, 22 Dec 2025 01:10:24 GMT
    Server: Kestrel
    Cache-Control: no-cache, no-store
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8C8yntMr6xJBu379iQs9aAZD6lo4p2AbaRjvwZuHenlGH6QnaW5RXzDm_ib8SByMYVL9-FArhe_mCQYJlGFXYevyc0idt-41UA6beccotXmsccnVftQ98ocGQH5dlhl8LmAg0xiaPsjfT1zFGZ0Hnd0; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;Secure;Domain=badr-portal.eduhub-pro.com
    Set-Cookie: ARRAffinitySameSite=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;SameSite=None;Secure;Domain=badr-portal.eduhub-pro.com
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Page title: Login | لوحة التحكم
    
    <!DOCTYPE html>
    <html class="loading" lang="en" data-textdirection="ltr">
    <head>
    
        <title>Login | &#x644;&#x648;&#x62D;&#x629; &#x627;&#x644;&#x62A;&#x62D;&#x643;&#x645;</title>
    
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=0,minimal-ui">
    
    <link rel="icon" href="/dashboard.png" type="image/png" sizes="16x16">
    
        <!-- BEGIN: Vendor CSS-->
        <link rel="stylesheet" type="text/css" href="/app-assets/vendors/css/vendors.min.css">
        <!-- END: Vendor CSS-->
        <!-- BEGIN: Theme CSS-->
        <link rel="stylesheet" type="text/css" href="/app-assets/css/bootstrap.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/bootstrap-extended.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/colors.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/components.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/themes/dark-layout.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/themes/bordered-layout.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/themes/semi-dark-layout.css">
    
        <!-- BEGIN: Page CSS-->
        <link rel="stylesheet" type="text/css" href="/app-assets/css/core/menu/menu-types/vertical-menu.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/plugins/forms/form-validation.css">
        <link rel="stylesheet" type="text/css" href="/app-assets/css/pages/authentication.css">
        <!-- END: Page CSS-->
        <!-- BEGIN: Custom CSS-->
        <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
        <!-- END: Custom CSS-->
        <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap" rel="stylesheet">
    
        <style>
            * {
                font-family: 'Cairo', sans-serif !important;
            }
        </style>
    
    </head>
    <body class="vertical-layout vertical-menu-modern blank-page navbar-floating footer-static  " data-open="click" data-menu="vertical-menu-modern" data-col="blank-page">
    
        
    <div class="app-content content ">
        <div class="content-overlay"></div>
        <div class="header-navbar-shadow"></div>
        <div class="content-wrapper">
            <div class="content-header row">
            </div>
            <div class="content-body">
                <div class="auth-wrapper auth-cover">
                    <div class="auth-inner row m-0">
                        <!-- Brand logo--><a class="brand-logo">
                            <img src="/dashboard.png" style="height:38px" />
                            <h2 class="brand-text text-primary ms-1">&#x644;&#x648;&#x62D;&#x629; &#x627;&#x644;&#x62A;&#x62D;&#x643;&#x645;</h2>
                        </a>
                        <!-- /Brand logo-->
                        <!-- Left Text-->
                        <div class="d-none d-lg-flex col-lg-8 align-items-center p-5">
                            <div class="w-100 d-lg-flex align-items-center justify-content-center px-5"><img class="img-fluid" src="/app-assets/images/pages/login-v2.svg" alt="Login" /></div>
                        </div>
                        <!-- /Left Text-->
                        <!-- Login-->
                        <div class="d-flex col-lg-4 align-items-center auth-bg px-2 p-lg-5">
                            <div class="col-12 col-sm-8 col-md-6 col-lg-12 px-xl-2 mx-auto">
                                <h2 class="card-title fw-bold mb-1">&#x645;&#x631;&#x62D;&#x628;&#x64B;&#x627; &#x628;&#x643; &#x641;&#x64A; &#x644;&#x648;&#x62D;&#x629; &#x627;&#x644;&#x62A;&#x62D;&#x643;&#x645;! 👋</h2>
                                <p class="card-text mb-2">&#x64A;&#x631;&#x62C;&#x649; &#x62A;&#x633;&#x62C;&#x64A;&#x644; &#x627;&#x644;&#x62F;&#x62E;&#x648;&#x644; &#x625;&#x644;&#x649; &#x627;&#x644;&#x62D;&#x633;&#x627;&#x628; &#x627;&#x644;&#x62E;&#x627;&#x635; &#x628;&#x643;</p>
                                <form class="auth-login-form mt-2" action="/" method="post">
                             
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · badr-portal.eduhub-pro.com

    2025-12-22 01:10

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:10:23 GMT
    Location: https://badr-portal.eduhub-pro.com/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · badr-signalr.eduhub-pro.com

    2025-12-22 01:09

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:09:13 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;Secure;Domain=badr-signalr.eduhub-pro.com
    Set-Cookie: ARRAffinitySameSite=c5a7757e69685973957f147f7f547fda25aa575bf0a4b54c17c0da5eb7f451e6;Path=/;HttpOnly;SameSite=None;Secure;Domain=badr-signalr.eduhub-pro.com
    x-Status: {"Success":true\002C"ErrorMessage":""\002C"ExceptionMessage":""}
    X-Powered-By: ASP.NET
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · badr-signalr.eduhub-pro.com

    2025-12-22 01:09

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:09:12 GMT
    Location: https://badr-signalr.eduhub-pro.com/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · api.findex.webgate.cloud

    2025-12-22 01:06

    HTTP/1.1 200 OK
    Content-Length: 150093
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 01:06:21 GMT
    Request-Context: appId=cid-v1:67ad50c2-f10a-47ba-88ab-15ee35b65e2f
    
    Page title: Your Azure Function App is up and running.
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>Your Azure Function App is up and running.</title>
        <style type="text/css">
            @font-face {
                font-family: 'SegoeLight';
                src: url(//:) format('no404'), url(data:font/woff;charset=utf-8;base64,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
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · api.findex.webgate.cloud

    2025-12-22 01:06

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 22 Dec 2025 01:06:20 GMT
    Location: https://api.findex.webgate.cloud/
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · truedo.de

    2025-12-21 23:45

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 23:45:27 GMT
    Location: https://truedo.de/
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · truedo.de

    2025-12-21 23:45

    HTTP/1.1 301 Moved Permanently
    Content-Length: 141
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 23:45:26 GMT
    Server: Microsoft-IIS/10.0
    Location: https://truedo.ch/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=truedo.de
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=truedo.de
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://truedo.ch/">here</a></body>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · staging.vktemplate.api.sorba.ch

    2025-12-21 14:37

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 14:37:12 GMT
    Location: https://staging.vktemplate.api.sorba.ch/
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · staging.vktemplate.api.sorba.ch

    2025-12-21 14:37

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 14:37:12 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=c2dc5cdfd83d18a581d6889c06f1e64b4cf50672e89dc41e380fd2aab9a84769;Path=/;HttpOnly;Secure;Domain=staging.vktemplate.api.sorba.ch
    Set-Cookie: ARRAffinitySameSite=c2dc5cdfd83d18a581d6889c06f1e64b4cf50672e89dc41e380fd2aab9a84769;Path=/;HttpOnly;SameSite=None;Secure;Domain=staging.vktemplate.api.sorba.ch
    WWW-Authenticate: Basic realm="dotnetthoughts.net"
    X-Powered-By: ASP.NET
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · vktemplate.sorba.ch

    2025-12-21 13:30

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 13:30:53 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=c2dc5cdfd83d18a581d6889c06f1e64b4cf50672e89dc41e380fd2aab9a84769;Path=/;HttpOnly;Secure;Domain=vktemplate.sorba.ch
    Set-Cookie: ARRAffinitySameSite=c2dc5cdfd83d18a581d6889c06f1e64b4cf50672e89dc41e380fd2aab9a84769;Path=/;HttpOnly;SameSite=None;Secure;Domain=vktemplate.sorba.ch
    WWW-Authenticate: Basic realm="dotnetthoughts.net"
    X-Powered-By: ASP.NET
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · vktemplate.sorba.ch

    2025-12-21 13:30

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 13:30:53 GMT
    Location: https://vktemplate.sorba.ch/
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2025-12-21 11:20

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Sun, 21 Dec 2025 11:20:51 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · scepman.sibirgroup.ch

    2025-12-21 06:55

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 21 Dec 2025 06:55:08 GMT
    Transfer-Encoding: chunked
    Request-Context: appId=cid-v1:a3e47684-8d31-44fd-8c97-4b99379f8539
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"s
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · scepman.sibirgroup.ch

    2025-12-21 06:55

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sun, 21 Dec 2025 06:55:07 GMT
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    Request-Context: appId=cid-v1:a3e47684-8d31-44fd-8c97-4b99379f8539
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 0
    Content-Security-Policy: frame-ancestors 'none';
    Referrer-Policy: same-origin
    Permissions-Policy: accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()
    
    Page title: SCEPman Server NodeCopy to ClipboardCopy to Clipboard
    
    
    <!DOCTYPE html>
    
    <html>
    
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex">
        <title>SCEPman Server Node</title>
        <link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.8.0/css/all.css" integrity="sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y" crossorigin="anonymous">
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <link href="/lib/@openfonts/open-sans_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/lib/@openfonts/roboto-mono_all/index.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/theme.min.css" rel="stylesheet" type="text/css" />
        <link href="/assets/css/style.css" rel="stylesheet" />
        <link href="/assets/css/docs.min.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"s
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · phone-stage.subwork.ch

    2025-12-20 20:39

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 20:39:32 GMT
    Server: Microsoft-IIS/10.0
    Location: https://phone-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · phone-stage.subwork.ch

    2025-12-20 20:39

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 20:39:30 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=phone-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · iso-stage.subwork.ch

    2025-12-20 20:39

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 20:39:24 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=iso-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.afinkos.ch

    2025-12-20 11:25

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 11:25:10 GMT
    Location: https://www.afinkos.ch/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.afinkos.ch

    2025-12-20 11:25

    HTTP/1.1 301 Moved Permanently
    Content-Length: 142
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 11:25:10 GMT
    Server: Microsoft-IIS/10.0
    Location: https://afinkos.ch/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=www.afinkos.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.afinkos.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://afinkos.ch/">here</a></body>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · hrresourcecentre.akdn.org

    2025-12-20 03:35

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:35:11 GMT
    Location: https://hrresourcecentre.akdn.org/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · hrresourcecentre.akdn.org

    2025-12-20 03:35

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:35:11 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Location: https://hrresourcecentre.akdn.org/Account/Login?ReturnUrl=%2F
    Set-Cookie: ARRAffinity=731cf3b0315a3771bea1b8d613bf9a8fa7e795598a2908a9dbe820656e27f37d;Path=/;HttpOnly;Secure;Domain=hrresourcecentre.akdn.org
    Set-Cookie: ARRAffinitySameSite=731cf3b0315a3771bea1b8d613bf9a8fa7e795598a2908a9dbe820656e27f37d;Path=/;HttpOnly;SameSite=None;Secure;Domain=hrresourcecentre.akdn.org
    X-AspNetMvc-Version: 5.3
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity-lab-stage.subwork.ch

    2025-12-20 03:34

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 03:34:53 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "e8b582f4429db1:0"
    Last-Modified: Mon, 28 Oct 2024 14:17:56 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=identity-lab-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity-lab-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity-lab-stage.subwork.ch

    2025-12-20 03:34

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 03:34:52 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "e8b582f4429db1:0"
    Last-Modified: Mon, 28 Oct 2024 14:17:56 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=identity-lab-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity-lab.subwork.ch

    2025-12-20 03:34

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 03:34:39 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "8fe6d51d4429db1:0"
    Last-Modified: Mon, 28 Oct 2024 14:17:27 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=identity-lab.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity-lab.subwork.ch
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity-lab.subwork.ch

    2025-12-20 03:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:34:38 GMT
    Location: https://identity-lab.subwork.ch/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity-stage.horseraceinfo.com

    2025-12-20 03:34

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:34:23 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache,no-store
    Expires: -1
    Location: /en-GB/Index
    Pragma: no-cache
    Set-Cookie: Hri.Core.Identity.Session=CfDJ8Nsy%2Ba4t1eRLqEQuyOsjtvPNoQ%2F8zQMv4Wdy7gjqDzHc%2FnzC67grN2IYiiQL0kKGNXli3p4ottxwd3FXZdO5X9YB3RHaqt8J%2BkKjUdMFQY%2BZgCMnyyBm7Fq0tU3Iu3fygqe4aV0GPBA7nfvJYCnmWkRfnvd4qRrZxQyHc4VkzCKQ; path=/; secure; samesite=none; httponly
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=identity-stage.horseraceinfo.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity-stage.horseraceinfo.com
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity-stage.horseraceinfo.com

    2025-12-20 03:34

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:34:21 GMT
    Server: Microsoft-IIS/10.0
    Location: https://identity-stage.horseraceinfo.com:5050/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=identity-stage.horseraceinfo.com
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · identity.horseraceinfo.com

    2025-12-20 03:34

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:34:09 GMT
    Location: https://identity.horseraceinfo.com/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · identity.horseraceinfo.com

    2025-12-20 03:34

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 03:34:10 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "c37e829e4029db1:0"
    Last-Modified: Mon, 28 Oct 2024 13:52:25 GMT
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=identity.horseraceinfo.com
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=identity.horseraceinfo.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · stborbonese2.autel.app

    2025-12-20 03:33

    HTTP/1.1 200 OK
    Content-Length: 275
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sat, 20 Dec 2025 03:33:19 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: private
    Set-Cookie: ARRAffinity=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;Secure;Domain=stborbonese2.autel.app
    Set-Cookie: ARRAffinitySameSite=95de550bdaea1d0572f0b83b701edd9a47f84c19c36b34865b04b616284393bb;Path=/;HttpOnly;SameSite=None;Secure;Domain=stborbonese2.autel.app
    X-AspNetMvc-Version: 5.2
    X-AspNet-Version: 4.0.30319
    X-Powered-By: ASP.NET
    
    Page title: SalesTime by Autel
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta http-equiv="refresh" content="0;URL=/webapp/">
        <title>SalesTime by Autel</title>
    </head>
    
    <body>
    	SalesTime
    </body>
    </html>
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · stborbonese2.autel.app

    2025-12-20 03:33

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:33:21 GMT
    Location: https://stborbonese2.autel.app/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · servicedesign.si2partners.com

    2025-12-20 03:30

    HTTP/1.1 200 OK
    Content-Length: 229156
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Sat, 20 Dec 2025 03:30:27 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"37f24-MUWDKrd/4SW5NJ6UcISPer2vAA4"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=servicedesign.si2partners.com
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=servicedesign.si2partners.com
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: Si2 Partners: Service Design Programme
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 253, 253, 253; --palette-accent-100: 250, 250, 250; --palette-accent-200: 246, 247, 246; --palette-accent-300: 242, 243, 242; --palette-accent-400: 240, 241, 240; --palette-accent-500: 237, 238, 237; --palette-accent-600: 235, 236, 235; --palette-accent-700: 232, 233, 232; --palette-accent-800: 229, 231, 229; --palette-accent-900: 224, 226, 224; --palette-accent-a100: 255, 255, 255; --palette-accent-a200: 255, 255, 255; --palette-accent-a400: 255, 255, 255; --palette-accent-a700: 255, 255, 255; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(0,0,0); --palette-accent-contrast-600: rgb(0,0,0); --palette-accent-contrast-700: rgb(0,0,0); --palette-accent-contrast-800: rgb(0,0,0); --palette-accent-contrast-900: rgb(0,0,0); --palette-primary-50: 255, 243, 224; --palette-primary-100: 255, 224, 179; --palette-primary-200: 255, 204, 128; --palette-primary-300: 255, 183, 77; --palette-primary-400: 255, 167, 38; --palette-primary-500: 255, 152, 0; --palette-primary-600: 255, 144, 0; --palette-primary-700: 255, 133, 0; --palette-primary-800: 255, 123, 0; --palette-primary-900: 255, 106, 0; --palette-primary-a100: 255, 255, 255; --palette-primary-a200: 255, 247, 242; --palette-primary-a400: 255, 214, 191; --palette-primary-a700: 255, 197, 166; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(0,0,0); --palette-primary-contrast-700: rgb(0,0,0); --palette-primary-contrast-800: rgb(0,0,0); --palette-primary-contrast-900: rgb(0,0,0); --palette-warn-50: 233, 234, 237; --palette-warn-100: 201, 204, 210; --palette-warn-200: 165, 170, 180; --palette-warn-300: 129, 135, 149; --palette-warn-400: 102, 110, 127; --palette-warn-500: 75, 84, 104; --palette-warn-600: 68, 77, 96; --palette-warn-700: 59, 67, 85; --palette-warn-800: 51, 58, 75; --palette-warn-900: 35, 41, 58; --palette-warn-a100: 131, 162, 255; --palette-warn-a200: 80, 124, 255; --palette-warn-a400: 29, 85, 255; --palette-warn-a700: 3, 66, 255; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(255,255,255); --palette-warn-contrast-500: rgb(255,255,255); --palette-warn-contrast-600: rgb(255,255,255); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--dark-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--dark-primary-text); --palette-accent-contrast-400-rgb: var(--dark-primary-text); --palette-accent-contrast-500-rgb: var(--dark-primary-text); --palette-accent-contrast-600-rgb: var(--dark-primary-text); --palette-accent-contrast-700-rgb: var(--dark-primary-text); --palette-accent-contrast-800-rgb:
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · servicedesign.si2partners.com

    2025-12-20 03:30

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 03:30:25 GMT
    Location: https://servicedesign.si2partners.com/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2025-12-20 02:02

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 02:02:58 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · iso-stage.subwork.ch

    2025-12-20 02:02

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 02:02:59 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=iso-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · phone-stage.subwork.ch

    2025-12-20 02:00

    HTTP/1.1 404 Not Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 02:00:07 GMT
    Server: Microsoft-IIS/10.0
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Secure;Domain=phone-stage.subwork.ch
    Set-Cookie: ARRAffinitySameSite=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;SameSite=None;Secure;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · phone-stage.subwork.ch

    2025-12-20 02:00

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 02:00:07 GMT
    Server: Microsoft-IIS/10.0
    Location: https://phone-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=phone-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · gymfacture.ch

    2025-12-20 01:20

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 01:20:34 GMT
    Location: https://gymfacture.ch/
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · gymfacture.ch

    2025-12-20 01:20

    HTTP/1.1 302 Found
    Content-Length: 0
    Connection: close
    Date: Sat, 20 Dec 2025 01:20:35 GMT
    Server: Microsoft-IIS/10.0
    Location: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=f135b863-a30d-4579-a1ab-c2ba52175799&redirect_uri=https%3A%2F%2Fgymfacture.ch%2Fsignin-oidc&response_type=id_token&scope=openid%20profile&response_mode=form_post&nonce=639017904358369417.YjhmMWZiYzctNzI5Ni00NWI3LTkxYzMtZmRlZTVkODBlMDI2MWZlMWM1MjctYTViMi00MzEzLWI2ODEtYWNhMmRlMmE2Njlk&client_info=1&x-client-brkrver=IDWeb.3.14.1.0&state=CfDJ8A3NPEA05a5KnQZfMc9q_m5YdNoOPRXLV4yLFuavH1N5rnvsoUm7g3sTcmxNkCHv2g7L4mGS1ZgdIxeAMKC91HYYKQ4g1xAiRthty7buwitPSNhyr5WrsyPtLDc6dZf2G_fQNfVGNkHvJ3XcjbbfxIeeRjNrGJpnpH2nSYPJ60WdHrwpC61e_xZBJX5F54Y8AZrrHHVT5EZYQ2ywOl571sKoVAbuCpCVgO6XAwMBEj1gdK_p32bvac2ABEvU43VCNjlAa9R6jBdJqnNl5eziAOjWmjTQ8cP1VZxERUQQBV6D&x-client-SKU=ID_NET9_0&x-client-ver=8.14.0.0
    Set-Cookie: .AspNetCore.OpenIdConnect.Nonce.CfDJ8A3NPEA05a5KnQZfMc9q_m5a2F-HBhNapuepsnMLnlrzljCPVxxENOp9HtcydzpgO8OKE_49BQNQ7zazXWhfXWHavU15pv4rwx7whn4KhDtTpjeMYuEtvspi6jPIU5L8sbHgtqfCDOIwGpw_8E6j4JU-AKcgGNHaMeS4WVSXmWBmnK_MD2LBM-CByqcsPGdC-DEnB7oYkub8nNfkeGrQKy3jaLM2Y2dFtI8jni6_3F0jCTBZvqOxSzb7-IEtU6Ti7pqjOqSIpvZa6hF90coyKHQ=N; expires=Sat, 20 Dec 2025 01:35:35 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: .AspNetCore.Correlation.Vdb9IhxtsLbtaXVLWiGCvlBSPU-tZXd2aoqPVMTbLZo=N; expires=Sat, 20 Dec 2025 01:35:35 GMT; path=/signin-oidc; secure; samesite=none; httponly
    Set-Cookie: ARRAffinity=229da1e1d375e9531545d4b2aaa2c9616a3c97119b573f7dbb7714931070249f;Path=/;HttpOnly;Secure;Domain=gymfacture.ch
    Set-Cookie: ARRAffinitySameSite=229da1e1d375e9531545d4b2aaa2c9616a3c97119b573f7dbb7714931070249f;Path=/;HttpOnly;SameSite=None;Secure;Domain=gymfacture.ch
    Strict-Transport-Security: max-age=2592000
    Request-Context: appId=cid-v1:054a7b6c-78fb-4966-88ee-383ebe98b1c0
    X-Powered-By: ASP.NET
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.orion-system.ch

    2025-12-19 16:36

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 19 Dec 2025 16:37:09 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache, no-store, max-age=0
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8KPCmvMgPQlHuvE4iEmwc5v9myf_RRUx8SEnXCZXqpA8TRmc7FsPrySEu4U4upi0i8XDKc5qbYkCtbo0FsrX8GriS9Bv4dBkW1Z98VbcVerg-LVrkN6E_JD6S0k_M8p88X9tsYki1lAXXmPq55pVm94; path=/; samesite=strict; httponly
    Set-Cookie: ARRAffinity=8f78486ffb334e0757d9134e2e4176fd740f0bc321d726d1625a79ceb2461d1d;Path=/;HttpOnly;Secure;Domain=www.orion-system.ch
    Set-Cookie: ARRAffinitySameSite=8f78486ffb334e0757d9134e2e4176fd740f0bc321d726d1625a79ceb2461d1d;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.orion-system.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    Content-Security-Policy: frame-ancestors 'self'
    blazor-enhanced-nav: allow
    X-Frame-Options: SAMEORIGIN
    X-Powered-By: ASP.NET
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.orion-system.ch

    2025-12-19 16:36

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 16:36:53 GMT
    Location: https://www.orion-system.ch/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · ssh.aztekteknoloji.com

    2025-12-19 07:20

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 07:20:51 GMT
    Location: https://ssh.aztekteknoloji.com/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · ssh.aztekteknoloji.com

    2025-12-19 07:20

    HTTP/1.1 200 OK
    Content-Length: 3269
    Connection: close
    Content-Type: text/html
    Date: Fri, 19 Dec 2025 07:20:52 GMT
    Server: Microsoft-IIS/10.0
    Accept-Ranges: bytes
    ETag: "31654056b770dc1:0"
    Last-Modified: Fri, 19 Dec 2025 07:16:04 GMT
    Set-Cookie: ARRAffinity=63995d25f48e1ae329d94d56f78f963bebcfdec0bf2164c5175c25d1a9b15940;Path=/;HttpOnly;Secure;Domain=ssh.aztekteknoloji.com
    Set-Cookie: ARRAffinitySameSite=63995d25f48e1ae329d94d56f78f963bebcfdec0bf2164c5175c25d1a9b15940;Path=/;HttpOnly;SameSite=None;Secure;Domain=ssh.aztekteknoloji.com
    X-Powered-By: ASP.NET
    
    Page title: Microsoft Azure App Service - Welcome
    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · iso-stage.subwork.ch

    2025-12-19 07:15

    HTTP/1.1 307 Temporary Redirect
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 07:15:58 GMT
    Server: Microsoft-IIS/10.0
    Location: https://iso-stage.subwork.ch:5030/
    Set-Cookie: ARRAffinity=faa72cd12f79c305336b57f4e9487963cbb7094324210215272227b58e437d5a;Path=/;HttpOnly;Domain=iso-stage.subwork.ch
    X-Powered-By: ASP.NET
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · apptest.unihockey.swiss

    2025-12-19 06:38

    HTTP/1.1 301 Moved Permanently
    Content-Length: 157
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 06:38:41 GMT
    Server: Microsoft-IIS/10.0
    Access-Control-Allow-Headers: Content-Type, Accept, X-Requested-With
    Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS, DELETE
    Access-Control-Allow-Origin: *
    Location: https://apptest.swissunihockey.ch/
    Set-Cookie: ARRAffinity=b347904b99007ba583cc5eed9ed585de3989c32c3cc8dc2a07242021583336df;Path=/;HttpOnly;Secure;Domain=apptest.unihockey.swiss
    Set-Cookie: ARRAffinitySameSite=b347904b99007ba583cc5eed9ed585de3989c32c3cc8dc2a07242021583336df;Path=/;HttpOnly;SameSite=None;Secure;Domain=apptest.unihockey.swiss
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://apptest.swissunihockey.ch/">here</a></body>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · apptest.unihockey.swiss

    2025-12-19 06:38

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 06:38:40 GMT
    Location: https://apptest.unihockey.swiss/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · viflow.kiebitz.ch

    2025-12-19 00:08

    HTTP/1.1 302 Redirect
    Content-Length: 509
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 00:08:48 GMT
    Location: https://login.windows.net/5abcd797-02e4-4ace-b97f-18e425dd6e88/oauth2/v2.0/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fviflow.kiebitz.ch%2F.auth%2Flogin%2Faad%2Fcallback&client_id=01cdaf41-48f9-4ff2-bbd7-5acf539967a0&scope=openid+profile+email&response_mode=form_post&nonce=be878cba090b497aa0f03e0e7890fd65_20251219001348&state=redir%3D%252F
    Set-Cookie: Nonce=XOjjLw7mAfbHA0MgKtHZSWSJ8lCb0jxISJ5hXI0/Dl5ap2/m+0dibRW6TJSjjBPfi6hhUOGSrT5dcditrhoPZOSZya1qr0JFnHrBqyf+cfB7vW7qH4LRn6Mkm5i1o96g; path=/; secure; HttpOnly; SameSite=None
    Set-Cookie: ARRAffinity=e0a013ddc3443986fccdc38639e4c12b602c201c49c98d61c8a3017b02e4fad6;Path=/;HttpOnly;Secure;Domain=viflow.kiebitz.ch
    Set-Cookie: ARRAffinitySameSite=e0a013ddc3443986fccdc38639e4c12b602c201c49c98d61c8a3017b02e4fad6;Path=/;HttpOnly;SameSite=None;Secure;Domain=viflow.kiebitz.ch
    Strict-Transport-Security: max-age=31536000; includeSubDomains
    x-ms-middleware-request-id: 197a93d9-302c-4841-b55c-8d4023897a6b
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/5abcd797-02e4-4ace-b97f-18e425dd6e88/oauth2/v2.0/authorize?response_type=code+id_token&amp;redirect_uri=https%3A%2F%2Fviflow.kiebitz.ch%2F.auth%2Flogin%2Faad%2Fcallback&amp;client_id=01cdaf41-48f9-4ff2-bbd7-5acf539967a0&amp;scope=openid+profile+email&amp;response_mode=form_post&amp;nonce=be878cba090b497aa0f03e0e7890fd65_20251219001348&amp;state=redir%3D%252F">here</a></body>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · viflow.kiebitz.ch

    2025-12-19 00:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 00:08:47 GMT
    Location: https://viflow.kiebitz.ch/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · shop.muepro.ch

    2025-12-19 00:05

    HTTP/1.1 200 OK
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 19 Dec 2025 00:05:28 GMT
    Server: Microsoft-IIS/10.0
    Cache-Control: no-cache,no-store
    Expires: -1
    Pragma: no-cache
    Set-Cookie: .AspNetCore.Culture=c%3Dde%7Cuic%3Dde; expires=Sat, 19 Dec 2026 00:05:28 GMT; path=/; secure; samesite=lax; httponly
    Set-Cookie: .AspNetCore.Session=CfDJ8LmqZ64wCR9Cs2MvvU6P9vPUYT2JCyMyM7%2Bwcjwhm4VSg7X9G8a2p4o6bZGrRMEUmowoeMLWy%2B0Fi88gX2%2FyNLxSJIfL4awnr18fRQmZK20YUkqFPHjGO7EtpMIyVlnY8aIKAX%2Btn76SQfUENzLxxPHsRTSA6rPG79%2BrL0kcQgBb; path=/; samesite=lax; httponly
    Set-Cookie: ARRAffinity=08f7ae937c853ba23ed2ac4d0f4385e3aa90d00479d1643b6d6cb7bbc1b822f9;Path=/;HttpOnly;Secure;Domain=shop.muepro.ch
    Set-Cookie: ARRAffinitySameSite=08f7ae937c853ba23ed2ac4d0f4385e3aa90d00479d1643b6d6cb7bbc1b822f9;Path=/;HttpOnly;SameSite=None;Secure;Domain=shop.muepro.ch
    Transfer-Encoding: chunked
    Strict-Transport-Security: max-age=2592000
    X-Frame-Options: SAMEORIGIN
    Content-Security-Policy: frame-ancestors 'self'
    X-Powered-By: ASP.NET
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · shop.muepro.ch

    2025-12-19 00:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 00:05:28 GMT
    Location: https://shop.muepro.ch/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · truedo.ch

    2025-12-19 00:05

    HTTP/1.1 200 OK
    Content-Length: 327422
    Connection: close
    Content-Type: text/html; charset=utf-8
    Date: Fri, 19 Dec 2025 00:05:16 GMT
    Server: Microsoft-IIS/10.0
    ETag: W/"4fefe-Fz7xxKJZoFvIGUIXQVAyxmtZDXc"
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=truedo.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=truedo.ch
    X-Powered-By: Express
    X-Powered-By: ASP.NET
    
    Page title: Online Kurs Plattform
    
    <!DOCTYPE html><html lang="de" dir="ltr" style="--dark-primary-text: rgb(0,0,0); --light-primary-text: rgb(255,255,255); --palette-accent-50: 239, 246, 232; --palette-accent-100: 216, 232, 198; --palette-accent-200: 190, 217, 161; --palette-accent-300: 163, 202, 123; --palette-accent-400: 144, 190, 94; --palette-accent-500: 124, 179, 66; --palette-accent-600: 116, 172, 60; --palette-accent-700: 105, 163, 51; --palette-accent-800: 95, 154, 43; --palette-accent-900: 76, 139, 29; --palette-accent-a100: 220, 255, 197; --palette-accent-a200: 189, 255, 146; --palette-accent-a400: 159, 255, 95; --palette-accent-a700: 143, 255, 70; --palette-accent-contrast-50: rgb(0,0,0); --palette-accent-contrast-100: rgb(0,0,0); --palette-accent-contrast-200: rgb(0,0,0); --palette-accent-contrast-300: rgb(0,0,0); --palette-accent-contrast-400: rgb(0,0,0); --palette-accent-contrast-500: rgb(0,0,0); --palette-accent-contrast-600: rgb(0,0,0); --palette-accent-contrast-700: rgb(0,0,0); --palette-accent-contrast-800: rgb(255,255,255); --palette-accent-contrast-900: rgb(255,255,255); --palette-primary-50: 232, 243, 252; --palette-primary-100: 197, 226, 248; --palette-primary-200: 159, 206, 244; --palette-primary-300: 121, 186, 240; --palette-primary-400: 92, 172, 236; --palette-primary-500: 63, 157, 233; --palette-primary-600: 57, 149, 230; --palette-primary-700: 49, 139, 227; --palette-primary-800: 41, 129, 223; --palette-primary-900: 27, 111, 217; --palette-primary-a100: 255, 255, 255; --palette-primary-a200: 218, 233, 255; --palette-primary-a400: 167, 203, 255; --palette-primary-a700: 142, 188, 255; --palette-primary-contrast-50: rgb(0,0,0); --palette-primary-contrast-100: rgb(0,0,0); --palette-primary-contrast-200: rgb(0,0,0); --palette-primary-contrast-300: rgb(0,0,0); --palette-primary-contrast-400: rgb(0,0,0); --palette-primary-contrast-500: rgb(0,0,0); --palette-primary-contrast-600: rgb(0,0,0); --palette-primary-contrast-700: rgb(255,255,255); --palette-primary-contrast-800: rgb(255,255,255); --palette-primary-contrast-900: rgb(255,255,255); --palette-warn-50: 253, 237, 233; --palette-warn-100: 251, 209, 200; --palette-warn-200: 248, 179, 164; --palette-warn-300: 245, 149, 127; --palette-warn-400: 242, 126, 99; --palette-warn-500: 240, 103, 72; --palette-warn-600: 238, 95, 65; --palette-warn-700: 236, 84, 56; --palette-warn-800: 233, 74, 48; --palette-warn-900: 229, 57, 33; --palette-warn-a100: 255, 255, 255; --palette-warn-a200: 255, 236, 234; --palette-warn-a400: 255, 190, 183; --palette-warn-a700: 255, 167, 157; --palette-warn-contrast-50: rgb(0,0,0); --palette-warn-contrast-100: rgb(0,0,0); --palette-warn-contrast-200: rgb(0,0,0); --palette-warn-contrast-300: rgb(0,0,0); --palette-warn-contrast-400: rgb(0,0,0); --palette-warn-contrast-500: rgb(0,0,0); --palette-warn-contrast-600: rgb(0,0,0); --palette-warn-contrast-700: rgb(255,255,255); --palette-warn-contrast-800: rgb(255,255,255); --palette-warn-contrast-900: rgb(255,255,255); --palette-primary-contrast-50-rgb: var(--dark-primary-text); --palette-primary-contrast-100-rgb: var(--dark-primary-text); --palette-primary-contrast-200-rgb: var(--dark-primary-text); --palette-primary-contrast-300-rgb: var(--dark-primary-text); --palette-primary-contrast-400-rgb: var(--light-primary-text); --palette-primary-contrast-500-rgb: var(--light-primary-text); --palette-primary-contrast-600-rgb: var(--light-primary-text); --palette-primary-contrast-700-rgb: var(--light-primary-text); --palette-primary-contrast-800-rgb: var(--light-primary-text); --palette-primary-contrast-900-rgb: var(--light-primary-text); --palette-accent-contrast-50-rgb: var(--dark-primary-text); --palette-accent-contrast-100-rgb: var(--dark-primary-text); --palette-accent-contrast-200-rgb: var(--dark-primary-text); --palette-accent-contrast-300-rgb: var(--dark-primary-text); --palette-accent-contrast-400-rgb: var(--light-primary-text); --palette-accent-contrast-500-rgb: var(--light-primary-text); --palette-accent-contrast-600-rgb: var(--light-primary-text); --palette-accent-contrast-700-rgb: var(--light-primary-text); --palette-a
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · truedo.ch

    2025-12-19 00:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 00:05:14 GMT
    Location: https://truedo.ch/
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:443 · www.truedo.ch

    2025-12-19 00:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 141
    Connection: close
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 00:05:11 GMT
    Server: Microsoft-IIS/10.0
    Location: https://truedo.ch/
    Set-Cookie: ARRAffinity=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;Secure;Domain=www.truedo.ch
    Set-Cookie: ARRAffinitySameSite=30006c76e9f6329ce1df2e58118a9cdcd5803d9f917b31ce937d57b336311c54;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.truedo.ch
    X-Powered-By: ASP.NET
    
    Page title: Document Moved
    
    <head><title>Document Moved</title></head>
    <body><h1>Object Moved</h1>This document may be found <a HREF="https://truedo.ch/">here</a></body>
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.208.5.34:80 · www.truedo.ch

    2025-12-19 00:05

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Fri, 19 Dec 2025 00:05:09 GMT
    Location: https://www.truedo.ch/
    
    Found 2025-12-19 by HttpPlugin
    Create report
mate.fizzen.chpos-ch.fizzen.chpos.fizzen.ch
CN:
mate.fizzen.ch
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-16 00:48
Not after:
2026-03-16 00:48
*.azurewebsites.net*.scm.azurewebsites.net*.sso.azurewebsites.net*.switzerlandnorth-01.azurewebsites.net*.scm.switzerlandnorth-01.azurewebsites.net*.sso.switzerlandnorth-01.azurewebsites.net*.switzerlandnorth.c.azurewebsites.net*.scm.switzerlandnorth.c.azurewebsites.net*.sso.switzerlandnorth.c.azurewebsites.net*.azure-mobile.net*.scm.azure-mobile.net
CN:
*.azurewebsites.net
Not before:
2025-12-24 18:07
Not after:
2026-06-22 18:07
app-uat.tameo.io
CN:
app-uat.tameo.io
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
hooks.audience.tstci.zkipster.com
CN:
hooks.audience.tstci.zkipster.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
admin-uat.tameo.io
CN:
admin-uat.tameo.io
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
www.swisskaraoke.ch
CN:
www.swisskaraoke.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
espace-admin-client.sie-tvt.dev
CN:
espace-admin-client.sie-tvt.dev
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
portal.vitogaz.ch
CN:
portal.vitogaz.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
test-it.repower.com
CN:
test-it.repower.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
praxis.lehar.ch
CN:
praxis.lehar.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
www.praxis.lehar.ch
CN:
www.praxis.lehar.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
oe.code18.team
CN:
oe.code18.team
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
*.revolution-hub.chrevolution-hub.ch
CN:
*.revolution-hub.ch
Not before:
2025-08-28 09:49
Not after:
2026-09-29 09:49
aglaya-rotkreuz.ch
CN:
aglaya-rotkreuz.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
www.aglaya-rotkreuz.ch
CN:
www.aglaya-rotkreuz.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
kurse.mba-winterthur.ch
CN:
kurse.mba-winterthur.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
webportal-test.baumeister.ch
CN:
webportal-test.baumeister.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
webportal-test.baumeister.swiss
CN:
webportal-test.baumeister.swiss
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
webportal.baumeister.swiss
CN:
webportal.baumeister.swiss
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
web.01.25298.cloud.codx.ch
CN:
web.01.25298.cloud.codx.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
ptgstatsdata.nipidu.de
CN:
ptgstatsdata.nipidu.de
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
stcoccinelle.autel.app
CN:
stcoccinelle.autel.app
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
stundenblatt.burgnaeschtli.ch
CN:
stundenblatt.burgnaeschtli.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
eb.portal-peik.ch
CN:
eb.portal-peik.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
stliujoadmin.autel.app
CN:
stliujoadmin.autel.app
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
stkaos.autel.app
CN:
stkaos.autel.app
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
pooldata-maintenance-webapp.nipidu.com
CN:
pooldata-maintenance-webapp.nipidu.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
stgrati.auteldom1.com
CN:
stgrati.auteldom1.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
staging-pooldata-maintenance-webapi.nipidu.com
CN:
staging-pooldata-maintenance-webapi.nipidu.com
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
www.taxomat.ch
CN:
www.taxomat.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
live-api.insecto.ch
CN:
live-api.insecto.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
premproduction-api.insecto.ch
CN:
premproduction-api.insecto.ch
Not before:
2025-08-25 00:00
Not after:
2026-02-25 23:59
relaunch-test-it.repower.com
CN:
relaunch-test-it.repower.com
Not before:
2026-01-04 00:00
Not after:
2026-04-14 23:59
repower.ch
CN:
repower.ch
Not before:
2026-01-03 00:00
Not after:
2026-04-14 23:59
www.repower.ch
CN:
www.repower.ch
Not before:
2026-01-03 00:00
Not after:
2026-04-14 23:59
s4345.ch
CN:
s4345.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
zugestate.ch
CN:
zugestate.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
fuhrpark.sorba.ch
CN:
fuhrpark.sorba.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
www.zug-estate.ch
CN:
www.zug-estate.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
zug-estates.ch
CN:
zug-estates.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
www.zugestate.ch
CN:
www.zugestate.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
zug-estate.ch
CN:
zug-estate.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
www.zug-estates.ch
CN:
www.zug-estates.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
www.s4345.ch
CN:
www.s4345.ch
Not before:
2025-08-24 00:00
Not after:
2026-02-24 23:59
devel.tools
CN:
devel.tools
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
iso-stage.subwork.ch
CN:
iso-stage.subwork.ch
Not before:
2025-12-13 00:00
Not after:
2026-04-14 23:59
phone-stage.subwork.ch
CN:
phone-stage.subwork.ch
Not before:
2025-12-13 00:00
Not after:
2026-04-14 23:59
dta.volare-group.com
CN:
dta.volare-group.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
hcm.helsana.ch
CN:
hcm.helsana.ch
Not before:
2025-08-21 00:00
Not after:
2026-02-21 23:59
hcm.helsana-preprod.ch
CN:
hcm.helsana-preprod.ch
Not before:
2025-08-21 00:00
Not after:
2026-02-21 23:59
api.vergleichspool.comwww.api.vergleichspool.com
CN:
api.vergleichspool.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-09-30 21:01
Not after:
2025-12-29 21:01
www.publiplan.app
CN:
www.publiplan.app
Not before:
2025-08-20 00:00
Not after:
2026-02-20 23:59
www.axiwarehouse.ch
CN:
www.axiwarehouse.ch
Not before:
2025-08-20 00:00
Not after:
2026-02-20 23:59
uat-ch.repower.com
CN:
uat-ch.repower.com
Not before:
2025-08-18 00:00
Not after:
2026-02-18 23:59
cpa.cdg-beratungen.ch
CN:
cpa.cdg-beratungen.ch
Not before:
2025-08-18 00:00
Not after:
2026-02-18 23:59
romande-preprod.nexales.com
CN:
romande-preprod.nexales.com
Not before:
2025-12-30 00:00
Not after:
2026-04-14 23:59
romande-test.nexales.com
CN:
romande-test.nexales.com
Not before:
2025-12-30 00:00
Not after:
2026-04-14 23:59
romande.nexales.com
CN:
romande.nexales.com
Not before:
2025-12-30 00:00
Not after:
2026-04-14 23:59
relaunch-test-it.repower.com
CN:
relaunch-test-it.repower.com
Not before:
2025-08-17 00:00
Not after:
2026-02-17 23:59
repower.ch
CN:
repower.ch
Not before:
2025-08-16 00:00
Not after:
2026-02-16 23:59
www.repower.ch
CN:
www.repower.ch
Not before:
2025-08-16 00:00
Not after:
2026-02-16 23:59
go.edge-circle.academy
CN:
go.edge-circle.academy
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
dispo.twerenbold.ch
CN:
dispo.twerenbold.ch
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
scep-azr-01.hub.uetikonamsee.ch
CN:
scep-azr-01.hub.uetikonamsee.ch
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
scep-cm-azr-01.hub.uetikonamsee.ch
CN:
scep-cm-azr-01.hub.uetikonamsee.ch
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
api-photos-dev.bdo.ch
CN:
api-photos-dev.bdo.ch
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
hooks.audience.dev.zkipster.com
CN:
hooks.audience.dev.zkipster.com
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
api.sci.sika.wgcdev.ch
CN:
api.sci.sika.wgcdev.ch
Not before:
2025-12-29 00:00
Not after:
2026-04-14 23:59
econnect-africa.com
CN:
econnect-africa.com
Not before:
2025-12-23 00:00
Not after:
2026-04-14 23:59
func.psi-cro.com
CN:
func.psi-cro.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
shorch.autel.app
CN:
shorch.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
hooks.audience.tst02.zkipster.io
CN:
hooks.audience.tst02.zkipster.io
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
workers.audience.tst02.zkipster.io
CN:
workers.audience.tst02.zkipster.io
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
access.axpo.market
CN:
access.axpo.market
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
scep-azr-01.hub.ventoo.net
CN:
scep-azr-01.hub.ventoo.net
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
workers.audience.tstqadev.zkipster.com
CN:
workers.audience.tstqadev.zkipster.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
workers.audience.tst.zkipster.com
CN:
workers.audience.tst.zkipster.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
workers.audience.dev.zkipster.com
CN:
workers.audience.dev.zkipster.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
hooks.audience.tstqadev.zkipster.com
CN:
hooks.audience.tstqadev.zkipster.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
torquator-tasso.com
CN:
torquator-tasso.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
torquatortasso.de
CN:
torquatortasso.de
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
azure.nilambar.com
CN:
azure.nilambar.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
ubsamxpm.on-matrix.com
CN:
ubsamxpm.on-matrix.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
ubsamfunction.on-matrix.com
CN:
ubsamfunction.on-matrix.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
ubsam.on-matrix.com
CN:
ubsam.on-matrix.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
bs2015.auteldom1.com
CN:
bs2015.auteldom1.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
boserver.autel.app
CN:
boserver.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
bswebapiserver.autel.app
CN:
bswebapiserver.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
backoffice.autel.app
CN:
backoffice.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
server.autel.app
CN:
server.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
techradar.isolutions.ch
CN:
techradar.isolutions.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
bi.autel.app
CN:
bi.autel.app
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
umbraco.jeux.loro.ch
CN:
umbraco.jeux.loro.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
acme.forthub.io
CN:
acme.forthub.io
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
shop.snv.ch
CN:
shop.snv.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
api.max.webgate.biz
CN:
api.max.webgate.biz
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
identity.snv.ch
CN:
identity.snv.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
www.identity.systemaccount.ch
CN:
www.identity.systemaccount.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
identity.systemaccount.ch
CN:
identity.systemaccount.ch
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
torquator-tasso.de
CN:
torquator-tasso.de
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
www.torquator-tasso.de
CN:
www.torquator-tasso.de
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
www.torquator-tasso.com
CN:
www.torquator-tasso.com
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
www.torquatortasso.de
CN:
www.torquatortasso.de
Not before:
2025-12-28 00:00
Not after:
2026-04-14 23:59
nur10minuten.com
CN:
nur10minuten.com
Not before:
2025-08-13 00:00
Not after:
2026-02-13 23:59
www.nur10minuten.com
CN:
www.nur10minuten.com
Not before:
2025-08-13 00:00
Not after:
2026-02-13 23:59
romande-preprod.nexales.com
CN:
romande-preprod.nexales.com
Not before:
2025-08-12 00:00
Not after:
2026-02-12 23:59
romande-test.nexales.com
CN:
romande-test.nexales.com
Not before:
2025-08-12 00:00
Not after:
2026-02-12 23:59
romande.nexales.com
CN:
romande.nexales.com
Not before:
2025-08-12 00:00
Not after:
2026-02-12 23:59
nipidu.ch
CN:
nipidu.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
horseraceinfo.ch
CN:
horseraceinfo.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
horseraceinfo.com
CN:
horseraceinfo.com
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
systemaccount.ch
CN:
systemaccount.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.horseraceinfo.de
CN:
www.horseraceinfo.de
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.nipidu.de
CN:
www.nipidu.de
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.horseraceinfo.com
CN:
www.horseraceinfo.com
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.nipidu.ch
CN:
www.nipidu.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
horseraceinfo.de
CN:
horseraceinfo.de
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
nipidu.com
CN:
nipidu.com
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
subwork.ch
CN:
subwork.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.subwork.ch
CN:
www.subwork.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
nipidu.de
CN:
nipidu.de
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.systemaccount.ch
CN:
www.systemaccount.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.nipidu.com
CN:
www.nipidu.com
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
www.horseraceinfo.ch
CN:
www.horseraceinfo.ch
Not before:
2025-12-26 00:00
Not after:
2026-04-14 23:59
bi.autel.app
CN:
bi.autel.app
Not before:
2025-08-10 00:00
Not after:
2026-02-10 23:59
kunstdergeldanlage.art
CN:
kunstdergeldanlage.art
Not before:
2025-08-05 00:00
Not after:
2026-02-05 23:59
www.econnect-africa.com
CN:
www.econnect-africa.com
Not before:
2025-08-05 00:00
Not after:
2026-02-05 23:59
econnect-africa.com
CN:
econnect-africa.com
Not before:
2025-08-05 00:00
Not after:
2026-02-05 23:59
www.kunstdergeldanlage.art
CN:
www.kunstdergeldanlage.art
Not before:
2025-08-05 00:00
Not after:
2026-02-05 23:59
api.lab.leuchterag.ch
CN:
api.lab.leuchterag.ch
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
www.osteobiflex.com.tr
CN:
www.osteobiflex.com.tr
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
osteobiflex.com.tr
CN:
osteobiflex.com.tr
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
stage.subwork.ch
CN:
stage.subwork.ch
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
badr-api.eduhub-pro.com
CN:
badr-api.eduhub-pro.com
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
badr-portal.eduhub-pro.com
CN:
badr-portal.eduhub-pro.com
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
badr-signalr.eduhub-pro.com
CN:
badr-signalr.eduhub-pro.com
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
api.findex.webgate.cloud
CN:
api.findex.webgate.cloud
Not before:
2025-08-04 00:00
Not after:
2026-02-04 23:59
truedo.de
CN:
truedo.de
Not before:
2025-11-28 00:00
Not after:
2026-04-14 23:59
staging.vktemplate.api.sorba.ch
CN:
staging.vktemplate.api.sorba.ch
Not before:
2025-12-15 00:00
Not after:
2026-04-14 23:59
vktemplate.sorba.ch
CN:
vktemplate.sorba.ch
Not before:
2025-12-15 00:00
Not after:
2026-04-14 23:59
scepman.sibirgroup.ch
CN:
scepman.sibirgroup.ch
Not before:
2025-08-03 00:00
Not after:
2026-02-03 23:59
www.afinkos.ch
CN:
www.afinkos.ch
Not before:
2025-12-14 00:00
Not after:
2026-04-14 23:59
hrresourcecentre.akdn.org
CN:
hrresourcecentre.akdn.org
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
identity-lab-stage.subwork.ch
CN:
identity-lab-stage.subwork.ch
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
identity-lab.subwork.ch
CN:
identity-lab.subwork.ch
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
identity-stage.horseraceinfo.com
CN:
identity-stage.horseraceinfo.com
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
identity.horseraceinfo.com
CN:
identity.horseraceinfo.com
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
stborbonese2.autel.app
CN:
stborbonese2.autel.app
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
servicedesign.si2partners.com
CN:
servicedesign.si2partners.com
Not before:
2025-08-02 00:00
Not after:
2026-02-02 23:59
gymfacture.ch
CN:
gymfacture.ch
Not before:
2025-11-25 00:00
Not after:
2026-04-14 23:59
*.azurewebsites.net*.scm.azurewebsites.net*.sso.azurewebsites.net*.switzerlandnorth-01.azurewebsites.net*.scm.switzerlandnorth-01.azurewebsites.net*.sso.switzerlandnorth-01.azurewebsites.net*.switzerlandnorth.c.azurewebsites.net*.scm.switzerlandnorth.c.azurewebsites.net*.sso.switzerlandnorth.c.azurewebsites.net*.azure-mobile.net*.scm.azure-mobile.net
CN:
*.azurewebsites.net
Not before:
2025-11-18 12:13
Not after:
2026-05-17 12:13
apptest.unihockey.swiss
CN:
apptest.unihockey.swiss
Not before:
2025-12-17 00:00
Not after:
2026-04-14 23:59
viflow.kiebitz.ch
CN:
viflow.kiebitz.ch
Not before:
2025-08-01 00:00
Not after:
2026-02-01 23:59
shop.muepro.ch
CN:
shop.muepro.ch
Not before:
2025-08-01 00:00
Not after:
2026-02-01 23:59
truedo.ch
CN:
truedo.ch
Not before:
2025-08-01 00:00
Not after:
2026-02-01 23:59
www.truedo.ch
CN:
www.truedo.ch
Not before:
2025-08-01 00:00
Not after:
2026-02-01 23:59
Domain summary

iso-stage.subwork.ch 12 phone-stage.subwork.ch 11 pos.fizzen.ch 1 mate.fizzen.ch 1 int.akv.klubschule.ch 1 app-uat.tameo.io 1 hooks.audience.tstci.zkipster.com 1 admin-uat.tameo.io 1 www.swisskaraoke.ch 1 espace-admin-client.sie-tvt.dev 1 test-it.repower.com 1 portal.vitogaz.ch 1 praxis.lehar.ch 1 www.praxis.lehar.ch 1 oe.code18.team 1 api-test.revolution-hub.ch 1 aglaya-rotkreuz.ch 1 www.aglaya-rotkreuz.ch 1 kurse.mba-winterthur.ch 1 webportal-test.baumeister.ch 1 webportal-test.baumeister.swiss 1 webportal.baumeister.swiss 1 web.01.25298.cloud.codx.ch 1 ptgstatsdata.nipidu.de 1 stcoccinelle.autel.app 1 stundenblatt.burgnaeschtli.ch 1 eb.portal-peik.ch 1 stliujoadmin.autel.app 1 stkaos.autel.app 1 pooldata-maintenance-webapp.nipidu.com 1 stgrati.auteldom1.com 1 staging-pooldata-maintenance-webapi.nipidu.com 1 www.taxomat.ch 1 live-api.insecto.ch 1 premproduction-api.insecto.ch 1 relaunch-test-it.repower.com 3 repower.ch 3 www.repower.ch 3 s4345.ch 1 zugestate.ch 1 fuhrpark.sorba.ch 1 www.zug-estate.ch 1 zug-estates.ch 1 www.zugestate.ch 1 zug-estate.ch 1 www.zug-estates.ch 1 www.s4345.ch 1 api.repoanalyzer-dev.wgcdev.ch 1 devel.tools 2 dta.volare-group.com 1 hcm.helsana.ch 1 hcm.helsana-preprod.ch 1 api.vergleichspool.com 1 www.publiplan.app 1 www.axiwarehouse.ch 1 uat-ch.repower.com 1 cpa.cdg-beratungen.ch 1 romande-preprod.nexales.com 3 romande-test.nexales.com 3 romande.nexales.com 3 go.edge-circle.academy 1 dispo.twerenbold.ch 1 scep-azr-01.hub.uetikonamsee.ch 1 scep-cm-azr-01.hub.uetikonamsee.ch 1 api-photos-dev.bdo.ch 1 hooks.audience.tst.zkipster.com 0 hooks.audience.dev.zkipster.com 1 api.sci.sika.wgcdev.ch 1 econnect-africa.com 3 func.psi-cro.com 1 shorch.autel.app 1 hooks.audience.tst02.zkipster.io 1 workers.audience.tst02.zkipster.io 1 access.axpo.market 1 scep-azr-01.hub.ventoo.net 1 workers.audience.tstqa.zkipster.com 0 workers.audience.tstqadev.zkipster.com 1 workers.audience.tst.zkipster.com 1 workers.audience.dev.zkipster.com 1 hooks.audience.tstqadev.zkipster.com 1 torquator-tasso.com 1 torquatortasso.de 1 azure.nilambar.com 1 ubsamxpm.on-matrix.com 1 ubsamfunction.on-matrix.com 1 ubsam.on-matrix.com 1 bs2015.auteldom1.com 1 boserver.autel.app 1 bswebapiserver.autel.app 1 backoffice.autel.app 1 server.autel.app 1 techradar.isolutions.ch 1 bi.autel.app 3 umbraco.jeux.loro.ch 1 acme.forthub.io 1 shop.snv.ch 1 api.max.webgate.biz 1 identity.snv.ch 1 www.identity.systemaccount.ch 1 identity.systemaccount.ch 1 torquator-tasso.de 1 www.torquator-tasso.de 1 www.torquator-tasso.com 1 www.torquatortasso.de 1 nur10minuten.com 1 www.nur10minuten.com 1 nipidu.ch 1 horseraceinfo.ch 1 horseraceinfo.com 1 systemaccount.ch 1 www.horseraceinfo.de 1 www.nipidu.de 1 www.horseraceinfo.com 1 www.nipidu.ch 1 horseraceinfo.de 1 nipidu.com 1 subwork.ch 1 www.subwork.ch 1 nipidu.de 1 www.systemaccount.ch 1 www.nipidu.com 1 www.horseraceinfo.ch 1 kunstdergeldanlage.art 1 www.econnect-africa.com 1 www.kunstdergeldanlage.art 1 api.lab.leuchterag.ch 1 www.osteobiflex.com.tr 1 osteobiflex.com.tr 1 stage.subwork.ch 1 badr-api.eduhub-pro.com 1 badr-portal.eduhub-pro.com 1 badr-signalr.eduhub-pro.com 1 api.findex.webgate.cloud 1 truedo.de 1 staging.vktemplate.api.sorba.ch 1 vktemplate.sorba.ch 1 scepman.sibirgroup.ch 1 www.afinkos.ch 1 hrresourcecentre.akdn.org 1 identity-lab-stage.subwork.ch 1 identity-lab.subwork.ch 1 identity-stage.horseraceinfo.com 1 identity.horseraceinfo.com 1 stborbonese2.autel.app 1 servicedesign.si2partners.com 1 gymfacture.ch 1 www.orion-system.ch 1 ssh.aztekteknoloji.com 1 apptest.unihockey.swiss 1 viflow.kiebitz.ch 1 shop.muepro.ch 1 truedo.ch 1 www.truedo.ch 1