Returning 10 result(s) out of 10,602 in 0.052 second(s)

  • 200.126.55.26:1741 (tcp/http) - last seen on 2024-11-07 at 03:19:53 UTC

    • IP
      200.126.55.26
      Network
      200.126.52.0/22
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux AMAZON
      URL

      http://200.126.55.26:1741/WebInterface/login.html 200

      HTTP Title
      CrushFTP - Login
      HTTP Description
      CrushFTP - Login
      ASN
      AS61482
      Organization
      CONVERGIA
      Protocol
      http
      Source
      urlscan::redirect
    • Operating System
      Linux Linux AMAZON
      HTTP Component(s)
      CrushFTP CrushFTP
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      2c1642d6228af964626d24743b414444
      HTTP Header MD5
      24d6f72237a5f40a6e8db9133df32f72
      HTTP Body MD5
      04bf84782bd77b671ac0c64c2db76f83
    • HTTP/1.1 200 OK
      Date: Thu, 07 Nov 2024 03:19:46 UTC
      Server: CrushFTP HTTP Server
      P3P: policyref="/WebInterface/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
      Keep-Alive: timeout=15, max=20
      Connection: Keep-Alive
      Pragma: no-cache
      Content-type: text/html; charset=UTF-8
      Last-Modified: Fri, 05 Apr 2024 13:30:12 GMT
      ETag: 1712323812000
      X-UA-Compatible: chrome=1
      Accept-Ranges: bytes
      Content-Length: 27968
      
      <!DOCTYPE html>
      <html data-theme="light">
        <head>
          <meta charset="UTF-8" />
          <meta name="viewport" content="width=device-width, initial-scale=1" />
          <meta name="description" content="CrushFTP - Login" />
          <meta name="theme-color" content="#F5B451" />
      
          <title>CrushFTP - Login</title>
      
          <link
            rel="icon"
            type="image/x-icon"
            href="/WebInterface/new-ui/assets/images/favicon-logo.png"
          />
      
          <link
            rel="apple-touch-icon"
            href="/WebInterface/new-ui/assets/images/favicon-logo.png"
          />
      
          <!-- Style Files -->
          <!-- Common CSS -->
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/font-awesome/css/font-awesome.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/variables.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/bulma/bulma.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/animation.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/common.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/components/toast.css"
          />
          <!-- End Common CSS -->
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/auth/login.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/modules/loader/loader.css"
          />
          <link
            rel="stylesheet"
            type="text/css"
            href="/WebInterface/new-ui/assets/styles/components/modal.css"
          />
      
          <link rel="manifest" href="/WebInterface/new-ui/manifest.json" />
      
          <!-- Javascript Files -->
          <!--GSIGNIN_SCRIPT-->
          <!--MSSIGNIN_SCRIPT-->
          <!--AZURE_B2C_SINGIN_SCRIPT-->
          <!--AMAZON_COGNITO_SINGIN_SCRIPT-->
      
          <script type="text/javascript">
            function showRecaptcha(element, callback) {
              var recaptchaVersion = 0 + 1 +0;
              if (recaptchaVersion == 3) {
                ajax.getScript(
                  "https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/",
                  function () {
                    grecaptcha.ready(function () {
                      // do request for recaptcha token
                      // response is promise with passed token
                      window.hasCaptcha = true;
                      grecaptcha
                        .execute("/*RECAPTCHA_PUBLIC_KEY*/", {
                          action: "validate_captcha",
                        })
                        .then(function (token) {
                          // add token value to form
                          window.captchaToken = token;
                        });
                    });
                  }
                );
              } else if (recaptchaVersion) {
                ajax.getScript(
                  "https://www.recaptcha.net/recaptcha/api.js",
                  function () {
                    if (window.grecaptcha) {
                      grecaptcha.ready(function () {
                        callback = callback || function () {};
                        window.grecaptcha.render(element, {
                          sitekey: "/*RECAPTCHA_PUBLIC_KEY*/",
                          callback: callback,
                        });
                      });
                      window.hasCaptcha = true;
                    }
                  }
                );
              }
            }
            window.onload = function () {
              /*RECAPTCHA*/
            };
            var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};
          </script>
          <script>document.addEventListener("DOMContentLoaded", () => {
      document.getElementById("username").setAttribute("autocomplete", "on");
      document.getElementById("password").setAttribute("autocomplete", "on");
      });</script>
        </head>
      
        <body>
          <section
            id="login"
            class="is-relative is-hidden is-flex is-justify-content-center is-align-items-center auth-section"
          >
            
            <w-theme class="is-absolute multi-theme-icon-container"></w-theme>
            <w-language class="is-absolute language-dropdown"></w-language>
      
            <div class="is-flex h-full w-full">
              <div
                class="is-flex is-align-items-center is-justify-content-center p-4 auth-form-section"
              >
                <div class="w-full auth-form-container" id="authFormContainer">
                  <!-- Login form -->
                  <div class="w-full h-full" id="loginFormCard">
                    <div class="is-flex is-justify-content-center mb-5">
                      <w-image
                        class="logo"
                        src="/WebInterface/images/RPS_Logo.jpg"
                        alt="crush-logo"
                      />
                    </div>
                    <form id="loginForm" name="loginForm" method="post" action="/">
                      <div id="userLoggedIn" class="is-hidden">
                        <div class="mb-4 has-text-centered">
                          <a href="/#/" class="text-accentMain"
                            >Continue as
                            <span id="currentUserName" class="is-capitalized"></span
                            >...</a
                          >
                          |
                          <a
                            href="javascript:void(0);"
                            id="logout"
                            class="text-accentMain"
                            >Logout</a
                          >
                        </div>
                        <div class="continue-label is-relative is-flex mb-4">
                          <div class="content-line mr-3"></div>
                          <p class="text-sm text-primaryMain" data-i18n-key="notMe">
                            Not me...
                          </p>
                          <div class="content-line ml-3"></div>
                        </div>
                      </div>
                      <div class="mb-5">
                        <label for="username" data-i18n-key="username"
                          >Username</label
                        >
                        <p class="control has-icons-left mt-1">
                          <input
                            id="username"
                            class="input"
                            type="text"
                            value=""
                            name="username"
                            placeholder="Username"
                          />
                          <span class="icon is-small is-left">
                            <i class="icon-user"></i>
                          </span>
                        </p>
                      </div>
                      <div class="mb-5">
                        <label for="password" data-i18n-key="password"
                          >Password</label
                        >
                        <p class="control has-icons-left mt-1">
                          <input
                            id="password"
                            class="input"
                            name="password"
                            value=""
                            type="password"
                            placeholder="Password"
                          />
                          <span class="icon is-small is-left">
                            <i class="icon-lock"></i>
                          </span>
                        </p>
                        <div class="content-line ml-3"></div>
                      </div>
                      <div
                        class="is-flex is-align-items-center is-justify-content-space-between mb-5"
                      >
                        <div id="rememberPanel" class="is-flex is-align-items-center">
                          <input id="remember" type="checkbox" name="remember" />
                          <label
                            for="remember"
                            class="text-sm text-primaryMain is-cursor-pointer remember-me"
                            data-i18n-key="rememberMe"
                            >Remember me</label
                          >
                        </div>
                        <p class="lostpassword">
                          <button
                            id="forgotLink"
                            class="forgot-link primary-button is-bg-none"
                            data-i18n-key="forgotYourPassword"
                            type="button"
                          >
                            Forgot your password?
                          </button>
                        </p>
                      </div>
                      <div id="recaptcha_div" class="my-2"></div>
                      <button
                        type="submit"
                        id="sign-in-button"
                        class="primary-button w-full"
                        data-i18n-key="signIn"
                        aria-label="sign-in-btn"
                      >
                        Sign In
                      </button>
                      <input type="hidden" name="command" value="login" />
                      <input type="hidden" name="skip_login" value="true" />
                      <input type="hidden" name="encoded" value="false" />
                    </form>
                    <div
                      id="crushAuthContainer"
                      class="is-hidden is-flex is-flex is-flex-direction-column mt-5 crush-auth-container"
                    >
                      <div class="continue-label is-relative is-flex">
                        <div class="content-line mr-3"></div>
                        <p
                          class="text-sm text-primaryMain"
                          data-i18n-key="orContinueWith"
                        >
                          Or continue with
                        </p>
                        <div class="content-line ml-3"></div>
                      </div>
                      <div class="is-flex" style="gap: 0.5rem">
                        <div
                          id="amazonSigninButton"
                          class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
                        >
                          <img
                            src="/WebInterface/new-ui/assets/images/amazon.png"
                            class="h-full"
                            alt="amazon"
                          />
                          <span class="text-primaryMain text-sm text-bold"
                            >Amazon</span
                          >
                        </div>
                        <div
                          id="msSigninButton"
                          class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
                        >
                          <img
                            src="/WebInterface/new-ui/assets/images/microsoft.png"
                            class="h-full"
                            alt="microsoft"
                          />
                          <span class="text-primaryMain text-sm text-bold"
                            >Microsoft</span
                          >
                        </div>
                        <div
                          id="msB2CSigninButton"
                          class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
                        >
                          <img
                            src="/WebInterface/new-ui/assets/images/microsoft.png"
                            class="h-full"
                            alt="ms b2c"
                          />
                          <span class="text-primaryMain text-sm text-bold"
                            >MS B2C</span
                          >
                        </div>
                      </div>
                      <div id="google-signin" class="is-hidden"></div>
                    </div>
                  </div>
      
                  <!-- Reset password form -->
                  <div class="w-full h-full is-hidden" id="resetFormCard">
                    <div
                      class="is-flex is-justify-content-center text-accentMain mb-5"
                    >
                      <svg
                        width="98"
                        height="89"
                        viewBox="0 0 98 89"
                        fill="none"
                        xmlns="http://www.w3.org/2000/svg"
                      >
                        <path
                          d="M43.5249 8.06207C42.1155 8.28365 40.3419 8.67931 39.0117 9.10664C31.4581 11.5123 25.2979 17.6531 22.8909 25.2183C21.8933 28.3519 21.8616 28.5577 21.7982 35.2999L21.7191 41.5198H19.3595H17V63.9938C17 85.803 17.0158 86.4994 17.3009 87.0691C17.6968 87.8288 18.346 88.4461 19.0903 88.7468C19.6129 88.9683 22.0833 89 40.912 89H62.132V87.813V86.626L41.1496 86.5943L20.183 86.5469L19.8188 86.1828L19.4545 85.8188L19.407 64.8642L19.3754 43.8938H46.6921H74.0088V46.1729V48.4361L72.3935 49.2274C68.5613 51.095 65.5208 54.2603 63.8422 58.1537C62.8446 60.496 62.5912 61.6989 62.4962 64.6268C62.4328 66.8901 62.4645 67.4598 62.7496 68.8684C63.8739 74.3128 67.3419 78.7759 72.3619 81.2766L74.0405 82.1154L73.9771 83.9671C73.9138 86.5152 73.8979 86.531 71.2375 86.6102L69.2581 86.6576V87.8288V89H71.5226C74.0088 89 74.6422 88.8259 75.4657 87.9554C76.21 87.1641 76.3842 86.4994 76.3842 84.5052V82.701L76.9859 82.8434C77.3026 82.9225 78.3636 83.0333 79.3138 83.0808C83.2094 83.3024 87.01 82.2578 90.3672 80.0262C92.9009 78.3486 95.4188 75.2782 96.6856 72.3503C97.7783 69.8338 98 68.6152 98 65.2599C98 62.7751 97.9525 62.1262 97.6516 60.9709C95.8147 53.7539 89.8921 48.5152 82.4334 47.5181C81.0082 47.3282 78.0786 47.4073 76.9859 47.6764L76.3842 47.8188V44.6693V41.5198H74.0246H71.6651L71.5859 35.2999C71.5384 30.1562 71.4751 28.8901 71.2534 27.9088C68.9097 17.7955 61.6886 10.5944 51.6804 8.36279C50.5243 8.10955 44.6809 7.88798 43.5249 8.06207ZM51.2053 10.8951C56.7636 12.0346 62.0845 15.6114 65.2516 20.3436C66.5977 22.3536 67.3578 23.9046 68.0704 26.0729C68.973 28.8426 69.1155 30.0929 69.2106 36.0912L69.3056 41.5198H66.8985H64.5073V36.1545C64.5073 30.3619 64.4282 29.539 63.6364 27.1808C62.1636 22.7809 58.8856 19.0142 54.7208 16.925C51.8862 15.5006 49.495 15.01 45.9478 15.1366C43.034 15.2316 41.3713 15.6273 38.9326 16.8143C37.2856 17.6214 35.0528 19.125 35.0528 19.4257C35.0528 19.5206 35.417 19.9954 35.8287 20.4702L36.6047 21.3407L37.0639 20.9925C38.0616 20.1854 40.1044 19.0142 41.2287 18.5869C44.5543 17.3049 48.6716 17.2732 51.9179 18.4919C56.8587 20.3436 60.5959 24.6485 61.7361 29.808C61.9261 30.726 62.0211 32.2137 62.0845 36.2495L62.1795 41.5198H46.6921H31.2047L31.2997 36.2495C31.3947 30.5519 31.5056 29.6972 32.3765 27.434C32.8041 26.3103 33.976 24.2687 34.7836 23.2716L35.132 22.8126L34.261 22.0371C33.7859 21.6256 33.3109 21.2616 33.2158 21.2616C32.7091 21.2457 30.4446 25.0916 29.7478 27.1808C28.956 29.539 28.8768 30.3619 28.8768 36.1545V41.5198H26.4856H24.0786L24.1736 36.0912C24.2686 30.0929 24.4111 28.8426 25.3138 26.0729C26.4381 22.6227 28.2751 19.6472 30.8563 17.0675C33.976 13.9496 37.9032 11.813 42.1947 10.8951C44.7126 10.3411 48.529 10.3569 51.2053 10.8951ZM82.7343 50.1454C89.2903 51.2849 94.3578 56.3494 95.3871 62.7909C95.6405 64.2945 95.5138 67.6972 95.1654 68.9634C94.2786 72.192 92.41 75.12 90.0188 77.0508C83.7953 82.0679 75.1965 81.7039 69.5906 76.1803C66.4868 73.1258 64.9824 69.5648 64.9824 65.2599C64.9824 61.05 66.471 57.4573 69.4164 54.4819C72.9795 50.905 77.9202 49.2907 82.7343 50.1454Z"
                          fill="currentColor"
                        />
                        <path
                          d="M79.2661 55.4474C76.8274 55.8114 74.7212 57.9797 74.3887 60.4645L74.2778 61.3033H75.5764C76.4948 61.3033 76.8591 61.24 76.8591 61.0976C76.8591 60.5594 77.2391 59.6573 77.6825 59.1509C80.0896 56.4128 84.4919 58.7552 83.5101 62.2529C83.3042 62.9809 82.5124 63.9305 81.7998 64.2946C81.4673 64.4528 80.7388 64.6427 80.1371 64.7061L79.0761 64.8168V67.0168V69.2167H80.2638H81.4514V68.1879C81.4514 67.3333 81.4989 67.1275 81.7365 67.0642C81.879 67.0168 82.4491 66.7635 82.9875 66.5103C84.1594 65.9247 85.1253 64.9276 85.6954 63.709C86.0597 62.9335 86.123 62.5853 86.123 61.3033C86.123 59.9106 86.0755 59.7048 85.6004 58.7394C84.4127 56.3179 81.974 55.0517 79.2661 55.4474Z"
                          fill="currentColor"
                        />
                        <path
                          d="M79.0762 72.6985V73.9646H80.2639H81.4515V72.6985V71.4323H80.2639H79.0762V72.6985Z"
                          fill="currentColor"
                        />
                        <path
                          d="M43.1289 47.4548V48.6418H44.3166H45.5043V4
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:19:53.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "recaptcha.net",
                  "w3.org"
               ],
               "file" : [
                  "manifest.json",
                  "p3p.xml"
               ],
               "hostname" : [
                  "www.recaptcha.net",
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/2000/svg",
                  "https://www.recaptcha.net/recaptcha/api.js",
                  "https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/"
               ]
            },
            "favicon" : {
               "url" : "/WebInterface/new-ui/assets/images/favicon-logo.png"
            },
            "http" : {
               "bodymd5" : "04bf84782bd77b671ac0c64c2db76f83",
               "bodymmh3" : 1969461597,
               "component" : [
                  {
                     "productvendor" : "CrushFTP",
                     "product" : "CrushFTP"
                  }
               ],
               "description" : "CrushFTP - Login",
               "header" : [
                  {
                     "value" : "Fri, 05 Apr 2024 13:30:12 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "value" : "1712323812000",
                     "name" : "ETag"
                  }
               ],
               "headermd5" : "24d6f72237a5f40a6e8db9133df32f72",
               "headermmh3" : -1045073376,
               "title" : "CrushFTP - Login"
            },
            "length" : 16384
         },
         "asn" : "AS61482",
         "city" : "Chorrillos",
         "country" : "PE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Thu, 07 Nov 2024 03:19:46 UTC\r\nServer: CrushFTP HTTP Server\r\nP3P: policyref=\"/WebInterface/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\r\nKeep-Alive: timeout=15, max=20\r\nConnection: Keep-Alive\r\nPragma: no-cache\r\nContent-type: text/html; charset=UTF-8\r\nLast-Modified: Fri, 05 Apr 2024 13:30:12 GMT\r\nETag: 1712323812000\r\nX-UA-Compatible: chrome=1\r\nAccept-Ranges: bytes\r\nContent-Length: 27968\r\n\r\n<!DOCTYPE html>\n<html data-theme=\"light\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n    <meta name=\"description\" content=\"CrushFTP - Login\" />\n    <meta name=\"theme-color\" content=\"#F5B451\" />\n\n    <title>CrushFTP - Login</title>\n\n    <link\n      rel=\"icon\"\n      type=\"image/x-icon\"\n      href=\"/WebInterface/new-ui/assets/images/favicon-logo.png\"\n    />\n\n    <link\n      rel=\"apple-touch-icon\"\n      href=\"/WebInterface/new-ui/assets/images/favicon-logo.png\"\n    />\n\n    <!-- Style Files -->\n    <!-- Common CSS -->\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/font-awesome/css/font-awesome.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/variables.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/bulma/bulma.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/animation.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/common.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/components/toast.css\"\n    />\n    <!-- End Common CSS -->\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/auth/login.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/modules/loader/loader.css\"\n    />\n    <link\n      rel=\"stylesheet\"\n      type=\"text/css\"\n      href=\"/WebInterface/new-ui/assets/styles/components/modal.css\"\n    />\n\n    <link rel=\"manifest\" href=\"/WebInterface/new-ui/manifest.json\" />\n\n    <!-- Javascript Files -->\n    <!--GSIGNIN_SCRIPT-->\n    <!--MSSIGNIN_SCRIPT-->\n    <!--AZURE_B2C_SINGIN_SCRIPT-->\n    <!--AMAZON_COGNITO_SINGIN_SCRIPT-->\n\n    <script type=\"text/javascript\">\n      function showRecaptcha(element, callback) {\n        var recaptchaVersion = 0 + 1 +0;\n        if (recaptchaVersion == 3) {\n          ajax.getScript(\n            \"https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/\",\n            function () {\n              grecaptcha.ready(function () {\n                // do request for recaptcha token\n                // response is promise with passed token\n                window.hasCaptcha = true;\n                grecaptcha\n                  .execute(\"/*RECAPTCHA_PUBLIC_KEY*/\", {\n                    action: \"validate_captcha\",\n                  })\n                  .then(function (token) {\n                    // add token value to form\n                    window.captchaToken = token;\n                  });\n              });\n            }\n          );\n        } else if (recaptchaVersion) {\n          ajax.getScript(\n            \"https://www.recaptcha.net/recaptcha/api.js\",\n            function () {\n              if (window.grecaptcha) {\n                grecaptcha.ready(function () {\n                  callback = callback || function () {};\n                  window.grecaptcha.render(element, {\n                    sitekey: \"/*RECAPTCHA_PUBLIC_KEY*/\",\n                    callback: callback,\n                  });\n                });\n                window.hasCaptcha = true;\n              }\n            }\n          );\n        }\n      }\n      window.onload = function () {\n        /*RECAPTCHA*/\n      };\n      var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};\n    </script>\n    <script>document.addEventListener(\"DOMContentLoaded\", () => {\ndocument.getElementById(\"username\").setAttribute(\"autocomplete\", \"on\");\ndocument.getElementById(\"password\").setAttribute(\"autocomplete\", \"on\");\n});</script>\n  </head>\n\n  <body>\n    <section\n      id=\"login\"\n      class=\"is-relative is-hidden is-flex is-justify-content-center is-align-items-center auth-section\"\n    >\n      \n      <w-theme class=\"is-absolute multi-theme-icon-container\"></w-theme>\n      <w-language class=\"is-absolute language-dropdown\"></w-language>\n\n      <div class=\"is-flex h-full w-full\">\n        <div\n          class=\"is-flex is-align-items-center is-justify-content-center p-4 auth-form-section\"\n        >\n          <div class=\"w-full auth-form-container\" id=\"authFormContainer\">\n            <!-- Login form -->\n            <div class=\"w-full h-full\" id=\"loginFormCard\">\n              <div class=\"is-flex is-justify-content-center mb-5\">\n                <w-image\n                  class=\"logo\"\n                  src=\"/WebInterface/images/RPS_Logo.jpg\"\n                  alt=\"crush-logo\"\n                />\n              </div>\n              <form id=\"loginForm\" name=\"loginForm\" method=\"post\" action=\"/\">\n                <div id=\"userLoggedIn\" class=\"is-hidden\">\n                  <div class=\"mb-4 has-text-centered\">\n                    <a href=\"/#/\" class=\"text-accentMain\"\n                      >Continue as\n                      <span id=\"currentUserName\" class=\"is-capitalized\"></span\n                      >...</a\n                    >\n                    |\n                    <a\n                      href=\"javascript:void(0);\"\n                      id=\"logout\"\n                      class=\"text-accentMain\"\n                      >Logout</a\n                    >\n                  </div>\n                  <div class=\"continue-label is-relative is-flex mb-4\">\n                    <div class=\"content-line mr-3\"></div>\n                    <p class=\"text-sm text-primaryMain\" data-i18n-key=\"notMe\">\n                      Not me...\n                    </p>\n                    <div class=\"content-line ml-3\"></div>\n                  </div>\n                </div>\n                <div class=\"mb-5\">\n                  <label for=\"username\" data-i18n-key=\"username\"\n                    >Username</label\n                  >\n                  <p class=\"control has-icons-left mt-1\">\n                    <input\n                      id=\"username\"\n                      class=\"input\"\n                      type=\"text\"\n                      value=\"\"\n                      name=\"username\"\n                      placeholder=\"Username\"\n                    />\n                    <span class=\"icon is-small is-left\">\n                      <i class=\"icon-user\"></i>\n                    </span>\n                  </p>\n                </div>\n                <div class=\"mb-5\">\n                  <label for=\"password\" data-i18n-key=\"password\"\n                    >Password</label\n                  >\n                  <p class=\"control has-icons-left mt-1\">\n                    <input\n                      id=\"password\"\n                      class=\"input\"\n                      name=\"password\"\n                      value=\"\"\n                      type=\"password\"\n                      placeholder=\"Password\"\n                    />\n                    <span class=\"icon is-small is-left\">\n                      <i class=\"icon-lock\"></i>\n                    </span>\n                  </p>\n                  <div class=\"content-line ml-3\"></div>\n                </div>\n                <div\n                  class=\"is-flex is-align-items-center is-justify-content-space-between mb-5\"\n                >\n                  <div id=\"rememberPanel\" class=\"is-flex is-align-items-center\">\n                    <input id=\"remember\" type=\"checkbox\" name=\"remember\" />\n                    <label\n                      for=\"remember\"\n                      class=\"text-sm text-primaryMain is-cursor-pointer remember-me\"\n                      data-i18n-key=\"rememberMe\"\n                      >Remember me</label\n                    >\n                  </div>\n                  <p class=\"lostpassword\">\n                    <button\n                      id=\"forgotLink\"\n                      class=\"forgot-link primary-button is-bg-none\"\n                      data-i18n-key=\"forgotYourPassword\"\n                      type=\"button\"\n                    >\n                      Forgot your password?\n                    </button>\n                  </p>\n                </div>\n                <div id=\"recaptcha_div\" class=\"my-2\"></div>\n                <button\n                  type=\"submit\"\n                  id=\"sign-in-button\"\n                  class=\"primary-button w-full\"\n                  data-i18n-key=\"signIn\"\n                  aria-label=\"sign-in-btn\"\n                >\n                  Sign In\n                </button>\n                <input type=\"hidden\" name=\"command\" value=\"login\" />\n                <input type=\"hidden\" name=\"skip_login\" value=\"true\" />\n                <input type=\"hidden\" name=\"encoded\" value=\"false\" />\n              </form>\n              <div\n                id=\"crushAuthContainer\"\n                class=\"is-hidden is-flex is-flex is-flex-direction-column mt-5 crush-auth-container\"\n              >\n                <div class=\"continue-label is-relative is-flex\">\n                  <div class=\"content-line mr-3\"></div>\n                  <p\n                    class=\"text-sm text-primaryMain\"\n                    data-i18n-key=\"orContinueWith\"\n                  >\n                    Or continue with\n                  </p>\n                  <div class=\"content-line ml-3\"></div>\n                </div>\n                <div class=\"is-flex\" style=\"gap: 0.5rem\">\n                  <div\n                    id=\"amazonSigninButton\"\n                    class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n                  >\n                    <img\n                      src=\"/WebInterface/new-ui/assets/images/amazon.png\"\n                      class=\"h-full\"\n                      alt=\"amazon\"\n                    />\n                    <span class=\"text-primaryMain text-sm text-bold\"\n                      >Amazon</span\n                    >\n                  </div>\n                  <div\n                    id=\"msSigninButton\"\n                    class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n                  >\n                    <img\n                      src=\"/WebInterface/new-ui/assets/images/microsoft.png\"\n                      class=\"h-full\"\n                      alt=\"microsoft\"\n                    />\n                    <span class=\"text-primaryMain text-sm text-bold\"\n                      >Microsoft</span\n                    >\n                  </div>\n                  <div\n                    id=\"msB2CSigninButton\"\n                    class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n                  >\n                    <img\n                      src=\"/WebInterface/new-ui/assets/images/microsoft.png\"\n                      class=\"h-full\"\n                      alt=\"ms b2c\"\n                    />\n                    <span class=\"text-primaryMain text-sm text-bold\"\n                      >MS B2C</span\n                    >\n                  </div>\n                </div>\n                <div id=\"google-signin\" class=\"is-hidden\"></div>\n              </div>\n            </div>\n\n            <!-- Reset password form -->\n            <div class=\"w-full h-full is-hidden\" id=\"resetFormCard\">\n              <div\n                class=\"is-flex is-justify-content-center text-accentMain mb-5\"\n              >\n                <svg\n                  width=\"98\"\n                  height=\"89\"\n                  viewBox=\"0 0 98 89\"\n                  fill=\"none\"\n                  xmlns=\"http://www.w3.org/2000/svg\"\n                >\n                  <path\n                    d=\"M43.5249 8.06207C42.1155 8.28365 40.3419 8.67931 39.0117 9.10664C31.4581 11.5123 25.2979 17.6531 22.8909 25.2183C21.8933 28.3519 21.8616 28.5577 21.7982 35.2999L21.7191 41.5198H19.3595H17V63.9938C17 85.803 17.0158 86.4994 17.3009 87.0691C17.6968 87.8288 18.346 88.4461 19.0903 88.7468C19.6129 88.9683 22.0833 89 40.912 89H62.132V87.813V86.626L41.1496 86.5943L20.183 86.5469L19.8188 86.1828L19.4545 85.8188L19.407 64.8642L19.3754 43.8938H46.6921H74.0088V46.1729V48.4361L72.3935 49.2274C68.5613 51.095 65.5208 54.2603 63.8422 58.1537C62.8446 60.496 62.5912 61.6989 62.4962 64.6268C62.4328 66.8901 62.4645 67.4598 62.7496 68.8684C63.8739 74.3128 67.3419 78.7759 72.3619 81.2766L74.0405 82.1154L73.9771 83.9671C73.9138 86.5152 73.8979 86.531 71.2375 86.6102L69.2581 86.6576V87.8288V89H71.5226C74.0088 89 74.6422 88.8259 75.4657 87.9554C76.21 87.1641 76.3842 86.4994 76.3842 84.5052V82.701L76.9859 82.8434C77.3026 82.9225 78.3636 83.0333 79.3138 83.0808C83.2094 83.3024 87.01 82.2578 90.3672 80.0262C92.9009 78.3486 95.4188 75.2782 96.6856 72.3503C97.7783 69.8338 98 68.6152 98 65.2599C98 62.7751 97.9525 62.1262 97.6516 60.9709C95.8147 53.7539 89.8921 48.5152 82.4334 47.5181C81.0082 47.3282 78.0786 47.4073 76.9859 47.6764L76.3842 47.8188V44.6693V41.5198H74.0246H71.6651L71.5859 35.2999C71.5384 30.1562 71.4751 28.8901 71.2534 27.9088C68.9097 17.7955 61.6886 10.5944 51.6804 8.36279C50.5243 8.10955 44.6809 7.88798 43.5249 8.06207ZM51.2053 10.8951C56.7636 12.0346 62.0845 15.6114 65.2516 20.3436C66.5977 22.3536 67.3578 23.9046 68.0704 26.0729C68.973 28.8426 69.1155 30.0929 69.2106 36.0912L69.3056 41.5198H66.8985H64.5073V36.1545C64.5073 30.3619 64.4282 29.539 63.6364 27.1808C62.1636 22.7809 58.8856 19.0142 54.7208 16.925C51.8862 15.5006 49.495 15.01 45.9478 15.1366C43.034 15.2316 41.3713 15.6273 38.9326 16.8143C37.2856 17.6214 35.0528 19.125 35.0528 19.4257C35.0528 19.5206 35.417 19.9954 35.8287 20.4702L36.6047 21.3407L37.0639 20.9925C38.0616 20.1854 40.1044 19.0142 41.2287 18.5869C44.5543 17.3049 48.6716 17.2732 51.9179 18.4919C56.8587 20.3436 60.5959 24.6485 61.7361 29.808C61.9261 30.726 62.0211 32.2137 62.0845 36.2495L62.1795 41.5198H46.6921H31.2047L31.2997 36.2495C31.3947 30.5519 31.5056 29.6972 32.3765 27.434C32.8041 26.3103 33.976 24.2687 34.7836 23.2716L35.132 22.8126L34.261 22.0371C33.7859 21.6256 33.3109 21.2616 33.2158 21.2616C32.7091 21.2457 30.4446 25.0916 29.7478 27.1808C28.956 29.539 28.8768 30.3619 28.8768 36.1545V41.5198H26.4856H24.0786L24.1736 36.0912C24.2686 30.0929 24.4111 28.8426 25.3138 26.0729C26.4381 22.6227 28.2751 19.6472 30.8563 17.0675C33.976 13.9496 37.9032 11.813 42.1947 10.8951C44.7126 10.3411 48.529 10.3569 51.2053 10.8951ZM82.7343 50.1454C89.2903 51.2849 94.3578 56.3494 95.3871 62.7909C95.6405 64.2945 95.5138 67.6972 95.1654 68.9634C94.2786 72.192 92.41 75.12 90.0188 77.0508C83.7953 82.0679 75.1965 81.7039 69.5906 76.1803C66.4868 73.1258 64.9824 69.5648 64.9824 65.2599C64.9824 61.05 66.471 57.4573 69.4164 54.4819C72.9795 50.905 77.9202 49.2907 82.7343 50.1454Z\"\n                    fill=\"currentColor\"\n                  />\n                  <path\n                    d=\"M79.2661 55.4474C76.8274 55.8114 74.7212 57.9797 74.3887 60.4645L74.2778 61.3033H75.5764C76.4948 61.3033 76.8591 61.24 76.8591 61.0976C76.8591 60.5594 77.2391 59.6573 77.6825 59.1509C80.0896 56.4128 84.4919 58.7552 83.5101 62.2529C83.3042 62.9809 82.5124 63.9305 81.7998 64.2946C81.4673 64.4528 80.7388 64.6427 80.1371 64.7061L79.0761 64.8168V67.0168V69.2167H80.2638H81.4514V68.1879C81.4514 67.3333 81.4989 67.1275 81.7365 67.0642C81.879 67.0168 82.4491 66.7635 82.9875 66.5103C84.1594 65.9247 85.1253 64.9276 85.6954 63.709C86.0597 62.9335 86.123 62.5853 86.123 61.3033C86.123 59.9106 86.0755 59.7048 85.6004 58.7394C84.4127 56.3179 81.974 55.0517 79.2661 55.4474Z\"\n                    fill=\"currentColor\"\n                  />\n                  <path\n                    d=\"M79.0762 72.6985V73.9646H80.2639H81.4515V72.6985V71.4323H80.2639H79.0762V72.6985Z\"\n                    fill=\"currentColor\"\n                  />\n                  <path\n                    d=\"M43.1289 47.4548V48.6418H44.3166H45.5043V4",
         "datamd5" : "2c1642d6228af964626d24743b414444",
         "datammh3" : 1115241852,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "forward" : "200.126.55.26",
         "geolocus" : {
            "asn" : "AS61482",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "PE",
            "countryname" : "Peru",
            "domain" : [
               "convergia.com.pe"
            ],
            "isineu" : "false",
            "latitude" : "-9.189967",
            "location" : "-9.189967,-75.015152",
            "longitude" : "-75.015152",
            "netname" : "PE-CPSA43-LACNIC",
            "organization" : "CONVERGIA",
            "subnet" : "200.126.52.0/22"
         },
         "hostname" : [
            "200.126.55.26"
         ],
         "ip" : "200.126.55.26",
         "ipv6" : "false",
         "latitude" : "-12.1628",
         "location" : "-12.1628,-77.0343",
         "longitude" : "-77.0343",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "CONVERGIA",
         "os" : "Linux",
         "osdistribution" : "AMAZON",
         "osvendor" : "Linux",
         "port" : 1741,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-07",
         "source" : "urlscan::redirect",
         "status" : 200,
         "subnet" : "200.126.52.0/22",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/WebInterface/login.html"
      }
      
  • 89.22.66.244:1741 (tcp/http) - last seen on 2024-11-07 at 03:10:50 UTC

    • IP
      89.22.66.244
      Network
      89.22.64.0/19
      Domain(s)
      trinactka.net
      Device

      <enterprise field>: device.class

      URL

      http://89.22.66.244:1741/ 302

      Reverse DNS
      private-89-22-66-244.ipv4.trinactka.net
      ASN
      AS212325
      Organization
      ADC Systems s.r.o.
      Protocol
      http
      Source
      urlscan::redirect
    • Product
      F5 Nginx 1.18.0
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      394f382fc5d6d1127a266268130d9a22
      HTTP Header MD5
      74d40d40f38b278a68830ac092ee1e36
      HTTP Body MD5
      465981b2c7142b9fb660b39e2de874c1
    • HTTP/1.1 302 Found
      Content-Type: text/html; charset=utf-8
      Transfer-Encoding: chunked
      Connection: close
      Status: 302 Found
      Cache-Control: no-cache
      Referrer-Policy: strict-origin-when-cross-origin
      X-Permitted-Cross-Domain-Policies: none
      X-XSS-Protection: 0
      X-Request-Id: 58d2936a-f6a0-46c5-ba1d-2c19a6fd9ac9
      Location: https://<ip>:1741/
      X-Runtime: 0.001492
      X-Frame-Options: SAMEORIGIN
      X-Content-Type-Options: nosniff
      Date: Thu, 07 Nov 2024 03:10:48 GMT
      X-Powered-By: Phusion Passenger(R) 6.0.22
      Server: nginx/1.18.0 + Phusion Passenger(R) 6.0.22
      
      0
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:10:50.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "465981b2c7142b9fb660b39e2de874c1",
               "bodymmh3" : 721386996,
               "headermd5" : "74d40d40f38b278a68830ac092ee1e36",
               "headermmh3" : 1379519609
            },
            "length" : 567
         },
         "asn" : "AS212325",
         "city" : "Prague",
         "country" : "CZ",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 302 Found\r\nContent-Type: text/html; charset=utf-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nStatus: 302 Found\r\nCache-Control: no-cache\r\nReferrer-Policy: strict-origin-when-cross-origin\r\nX-Permitted-Cross-Domain-Policies: none\r\nX-XSS-Protection: 0\r\nX-Request-Id: 58d2936a-f6a0-46c5-ba1d-2c19a6fd9ac9\r\nLocation: https://<ip>:1741/\r\nX-Runtime: 0.001492\r\nX-Frame-Options: SAMEORIGIN\r\nX-Content-Type-Options: nosniff\r\nDate: Thu, 07 Nov 2024 03:10:48 GMT\r\nX-Powered-By: Phusion Passenger(R) 6.0.22\r\nServer: nginx/1.18.0 + Phusion Passenger(R) 6.0.22\r\n\r\n0\r\n\r\n",
         "datamd5" : "394f382fc5d6d1127a266268130d9a22",
         "datammh3" : 437448989,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "trinactka.net"
         ],
         "forward" : "89.22.66.244",
         "host" : [
            "private-89-22-66-244"
         ],
         "hostname" : [
            "89.22.66.244",
            "private-89-22-66-244.ipv4.trinactka.net"
         ],
         "ip" : "89.22.66.244",
         "ipv6" : "false",
         "latitude" : "50.0687",
         "location" : "50.0687,14.3947",
         "longitude" : "14.3947",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "ADC Systems s.r.o.",
         "port" : 1741,
         "product" : "Nginx",
         "productvendor" : "F5",
         "productversion" : "1.18.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Found",
         "reverse" : [
            "private-89-22-66-244.ipv4.trinactka.net"
         ],
         "seen_date" : "2024-11-07",
         "source" : "urlscan::redirect",
         "status" : 302,
         "subdomains" : [
            "ipv4.trinactka.net"
         ],
         "subnet" : "89.22.64.0/19",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 171.229.137.132:1741 (tcp/http) - last seen on 2024-11-07 at 02:57:28 UTC

    • IP
      171.229.137.132
      Network
      171.224.0.0/13
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://171.229.137.132:1741/ 200

      ASN
      AS7552
      Organization
      Viettel Group
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      43f617e14b1cb912245557db598906db
      HTTP Header MD5
      f620e9aa6fa885cb3ba70c96073f3028
      HTTP Body MD5
      13b8369f911fb613be01e0f8564c9b79
    • HTTP/1.1 200 OK
      Date: Thu, 07 Nov 2024 10:14:33 GMT
      Server: Webs
      X-Frame-Options: SAMEORIGIN
      ETag: "0-130b-1e0"
      Content-Length: 480
      Content-Type: text/html
      Connection: close
      Last-Modified: Wed, 25 Sep 2019 08:18:33 GMT
      
      <!doctype html>
      <html>
      <head>
      	<title></title>
      	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      	<meta http-equiv="X-UA-Compatible" content="IE=edge" >
      	<meta http-equiv="Pragma" content="no-cache" />
      	<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
      	<meta http-equiv="Expires" content="0" />
      </head>
      <body>
      </body>
      <script>
      	window.location.href = "/doc/page/login.asp?_" + (new Date()).getTime();
      </script>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:57:28.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "13b8369f911fb613be01e0f8564c9b79",
               "bodymmh3" : 1400196417,
               "header" : [
                  {
                     "value" : "0-130b-1e0",
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Wed, 25 Sep 2019 08:18:33 GMT"
                  }
               ],
               "headermd5" : "f620e9aa6fa885cb3ba70c96073f3028",
               "headermmh3" : 476334433
            },
            "length" : 710
         },
         "asn" : "AS7552",
         "city" : "Hanoi",
         "country" : "VN",
         "data" : "HTTP/1.1 200 OK\r\nDate: Thu, 07 Nov 2024 10:14:33 GMT\r\nServer: Webs\r\nX-Frame-Options: SAMEORIGIN\r\nETag: \"0-130b-1e0\"\r\nContent-Length: 480\r\nContent-Type: text/html\r\nConnection: close\r\nLast-Modified: Wed, 25 Sep 2019 08:18:33 GMT\r\n\r\n\ufeff<!doctype html>\r\n<html>\r\n<head>\r\n\t<title></title>\r\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" >\r\n\t<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n\t<meta http-equiv=\"Cache-Control\" content=\"no-cache, must-revalidate\" />\r\n\t<meta http-equiv=\"Expires\" content=\"0\" />\r\n</head>\r\n<body>\r\n</body>\r\n<script>\r\n\twindow.location.href = \"/doc/page/login.asp?_\" + (new Date()).getTime();\r\n</script>\r\n</html>",
         "datamd5" : "43f617e14b1cb912245557db598906db",
         "datammh3" : -1984802626,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS7552",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "VN",
            "countryname" : "Vietnam",
            "domain" : [
               "viettel.com.vn",
               "viettel.vn",
               "vnnic.vn"
            ],
            "isineu" : "false",
            "latitude" : "14.058324",
            "location" : "14.058324,108.277199",
            "longitude" : "108.277199",
            "netname" : "VIETTEL-VN",
            "organization" : "VIETTEL-VN",
            "subnet" : "171.229.128.0/17"
         },
         "ip" : "171.229.137.132",
         "ipv6" : "false",
         "latitude" : "21.0292",
         "location" : "21.0292,105.8526",
         "longitude" : "105.8526",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Viettel Group",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1741,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "171.224.0.0/13",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 217.30.170.162:1741 (tcp/unknown) - last seen on 2024-11-07 at 02:56:11 UTC

    • IP
      217.30.170.162
      Network
      217.30.160.0/20
      Domain(s)
      etc.uz
      Device

      <enterprise field>: device.class

      Operating System
      FreeBSD FreeBSD
      Reverse DNS
      217.30.170.162.static.ip.etc.uz
      ASN
      AS39032
      Organization
      ist Telekom LLC
      Protocol
      unknown
      Source
      datascan
    • Operating System
      FreeBSD FreeBSD
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      b71e41296f79434f9b5f9e0378518380
    • S\xf5\xc6\x1a{
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:56:11.000Z",
         "app" : {
            "length" : 5
         },
         "asn" : "AS39032",
         "city" : "Dubai",
         "country" : "AE",
         "data" : "S\\xf5\\xc6\\x1a{",
         "datamd5" : "b71e41296f79434f9b5f9e0378518380",
         "datammh3" : -1779474992,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "etc.uz"
         ],
         "host" : [
            217
         ],
         "hostname" : [
            "217.30.170.162.static.ip.etc.uz"
         ],
         "ip" : "217.30.170.162",
         "ipv6" : "false",
         "latitude" : "25.0731",
         "location" : "25.0731,55.2980",
         "longitude" : "55.2980",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "ist Telekom LLC",
         "os" : "FreeBSD",
         "osvendor" : "FreeBSD",
         "port" : 1741,
         "protocol" : "unknown",
         "reverse" : [
            "217.30.170.162.static.ip.etc.uz"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "subdomains" : [
            "170.162.static.ip.etc.uz",
            "static.ip.etc.uz",
            "162.static.ip.etc.uz",
            "30.170.162.static.ip.etc.uz",
            "ip.etc.uz"
         ],
         "subnet" : "217.30.160.0/20",
         "tld" : [
            "uz"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 45.137.148.22:1741 (tcp/http) - last seen on 2024-11-07 at 02:56:10 UTC

    • IP
      45.137.148.22
      Network
      45.137.148.0/22
      Domain(s)
      hosted-by-mvps.net
      Device

      <enterprise field>: device.class

      URL

      http://45.137.148.22:1741/admin/login.html 200

      Reverse DNS
      ip-45-137-148-22-94509.vps.hosted-by-mvps.net
      ASN
      AS202448
      Organization
      MVPS LTD
      Protocol
      http
      Source
      urlscan::redirect
    • Product
      Apache HTTP Server
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      20900532bb9020b0c10c9c0ff3fd489d
      HTTP Header MD5
      c7c62a4d97f7eb81b25dc77d8b0a4ac4
      HTTP Body MD5
      877abe5d84f0cade2b5c73d1b91fd48b
    • HTTP/1.1 200 OK
      Content-Type: text/html; charset=UTF-8
      Server: Apache
      Content-Length: 187
      Set-Cookie: idB3064=ffd7bb74; max-age=2592000;
      Connection: keep-alive
      
      <html><head></head><body><script type='application/javascript'>var dt78KwZ9=new Date();window.location.href = "/admin/jauth.js?_" + (dt78KwZ9).toLocaleString();
      </script></body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:56:10.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "877abe5d84f0cade2b5c73d1b91fd48b",
               "bodymmh3" : -516140523,
               "headermd5" : "c7c62a4d97f7eb81b25dc77d8b0a4ac4",
               "headermmh3" : 919394546
            },
            "length" : 355
         },
         "asn" : "AS202448",
         "city" : "Frankfurt am Main",
         "country" : "DE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html; charset=UTF-8\r\nServer: Apache\r\nContent-Length: 187\r\nSet-Cookie: idB3064=ffd7bb74; max-age=2592000;\r\nConnection: keep-alive\r\n\r\n<html><head></head><body><script type='application/javascript'>var dt78KwZ9=new Date();window.location.href = \"/admin/jauth.js?_\" + (dt78KwZ9).toLocaleString();\r\n</script></body></html>\r\n",
         "datamd5" : "20900532bb9020b0c10c9c0ff3fd489d",
         "datammh3" : 1314223101,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "hosted-by-mvps.net"
         ],
         "forward" : "45.137.148.22",
         "geolocus" : {
            "asn" : "AS55933",
            "continent" : "OC",
            "continentname" : "Oceania",
            "country" : "AU",
            "countryname" : "Australia",
            "domain" : [
               "apnic.net"
            ],
            "isineu" : "false",
            "latitude" : "-25.274398",
            "location" : "-25.274398,133.775136",
            "longitude" : "133.775136",
            "netname" : "IANA-NETBLOCK-45",
            "organization" : "This network range is not fully allocated to APNIC.",
            "subnet" : "45.0.0.0/8"
         },
         "host" : [
            "ip-45-137-148-22-94509"
         ],
         "hostname" : [
            "45.137.148.22",
            "ip-45-137-148-22-94509.vps.hosted-by-mvps.net"
         ],
         "ip" : "45.137.148.22",
         "ipv6" : "false",
         "latitude" : "50.1187",
         "location" : "50.1187,8.6842",
         "longitude" : "8.6842",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "MVPS LTD",
         "port" : 1741,
         "product" : "HTTP Server",
         "productvendor" : "Apache",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ip-45-137-148-22-94509.vps.hosted-by-mvps.net"
         ],
         "seen_date" : "2024-11-07",
         "source" : "urlscan::redirect",
         "status" : 200,
         "subdomains" : [
            "vps.hosted-by-mvps.net"
         ],
         "subnet" : "45.137.148.0/22",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/admin/login.html"
      }
      
  • 171.7.98.139:1741 (tcp/http) - last seen on 2024-11-07 at 02:55:50 UTC

    • IP
      171.7.98.139
      Network
      171.7.0.0/16
      Domain(s)
      3bb.in.th
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://171.7.98.139:1741/ 300

      Reverse DNS
      mx-ll-171.7.98-139.dynamic.3bb.in.th
      ASN
      AS45758
      Organization
      Triple T Broadband Public Company Limited
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      0daa99f09d884c5408c351460f99ea16
      HTTP Header MD5
      c9c145e0a9f03e84c954b007c46235fc
      HTTP Body MD5
      aafa1753cf7c9ec4007a52d13c41571e
    • HTTP/1.1 300 ERROR
      Connection: keep-alive
      Content-Length: 15
      Content-Type: text/html
      
      invalid request
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:55:50.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "aafa1753cf7c9ec4007a52d13c41571e",
               "bodymmh3" : 1593961120,
               "headermd5" : "c9c145e0a9f03e84c954b007c46235fc",
               "headermmh3" : -741080428
            },
            "length" : 106
         },
         "asn" : "AS45758",
         "city" : "Bangkok",
         "country" : "TH",
         "data" : "HTTP/1.1 300 ERROR\r\nConnection: keep-alive\r\nContent-Length: 15\r\nContent-Type: text/html\r\n\r\ninvalid request",
         "datamd5" : "0daa99f09d884c5408c351460f99ea16",
         "datammh3" : 591679334,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "3bb.in.th"
         ],
         "geolocus" : {
            "asn" : "AS45758",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "3bb.in.th",
               "3bbmail.com",
               "jasmine.com"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TTBP-TH",
            "organization" : "Triple T Broadband Public Company Limited",
            "subnet" : "171.7.0.0/17"
         },
         "host" : [
            "mx-ll-171"
         ],
         "hostname" : [
            "mx-ll-171.7.98-139.dynamic.3bb.in.th"
         ],
         "ip" : "171.7.98.139",
         "ipv6" : "false",
         "latitude" : "13.7063",
         "location" : "13.7063,100.4597",
         "longitude" : "100.4597",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Triple T Broadband Public Company Limited",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "port" : 1741,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "ERROR",
         "reverse" : [
            "mx-ll-171.7.98-139.dynamic.3bb.in.th"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 300,
         "subdomains" : [
            "98-139.dynamic.3bb.in.th",
            "dynamic.3bb.in.th",
            "7.98-139.dynamic.3bb.in.th"
         ],
         "subnet" : "171.7.0.0/16",
         "tld" : [
            "in.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 16.170.143.48:1741 (tcp/http) - last seen on 2024-11-07 at 02:55:49 UTC

    • IP
      16.170.143.48
      Network
      16.168.0.0/14
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://16.170.143.48:1741/ 200

      HTTP Title
      PaperCut Login
      HTTP Description
      PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.
      HTTP Keyword(s)
      print accounting print control print management print quota software
      Reverse DNS
      ec2-16-170-143-48.eu-north-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      jQuery jQuery 3.5.1 Oracle Java
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      6602a320a278b26f544c1f7e9b11bbae
      HTTP Header MD5
      fa25c4eea42a342854fe45cdc0273a72
      HTTP Body MD5
      8c5529452ed2e5ae1d4f29e7345687a7
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 07 Nov 2024 02:55:49 GMT
      Server: nginx
      Content-Type: text/html
      X-Frame-Options: SAMEORIGIN
      X-Content-Type-Options: nosniff
      X-XSS-Protection: 1
      Expires: Thu, 01 Jan 1970 00:00:00 UTC
      Cache-Control: no-cache
      Set-Cookie: JSESSIONID=node091inhzghn65ee6lic3s7temznvcv5ldboss2oxc8.node0; Path=/; Secure; HttpOnly
      Content-Length: 13222
      
      <!DOCTYPE HTML>
      <!-- Application: app-server -->
      <!-- Page: Home -->
      <!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->
      <html lang="en">
      <head>
      <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
      <title>PaperCut Login</title>
      <link rel="shortcut icon" href="/images/icons3/favicon.ico" type="image/vnd.microsoft.icon"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <meta name="description" content="PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system."/>
      <meta name="keywords" content="print quota, print control, print management, print accounting, software"/>
      <meta name="viewport" content="width=device-width, initial-scale=0.8"/>
      <link rel="stylesheet" type="text/css" href="/css/style.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/style-override.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/refresh.css?66961papercut-mf" />
      <!--[if IE 9]><link rel="stylesheet" type="text/css" href="/css/style-ie9.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/style-ie8.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 7]><link rel="stylesheet" type="text/css" href="/css/style-ie7.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 6]><link rel="stylesheet" type="text/css" href="/css/style-ie6.css?66961papercut-mf" />
      <![endif]-->
      <script type="text/javascript">var CacheParam = "66961papercut-mf";</script>
      <script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/config.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/underscore/underscore-min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/common.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/require.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/pages/configure.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/refresh.js?66961papercut-mf"></script>
      </head>
      
      <body id="loginBody">
      <script language="JavaScript" type="text/javascript"><!--
      
      window.onload = function ()
      {
      document.Form0.inputUsername.focus();
      document.Form0.inputUsername.select();
      }
      
      // --></script> <div class="wrap">
          <script type="text/javascript">
          insertScript('/js/pages/Home.js');
          insertScript('/js/pages/LoginPages.js');
          </script>
            <svg viewBox="0 0 280.7 198.5" class="pc-shards">
      <polygon points="96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 "/>
      <polygon points="45,63.6 74.9,53 0,0 "/>
      <polygon points="134.9,95.4 96.3,136.3 45,63.6 74.9,53 "/>
      <polygon points="74.9,53 224.8,0 134.9,95.4 "/>
      <polygon points="224.8,0 183.9,130.1 134.9,95.4 "/>
      <polygon points="224.8,0 224.8,0 224.8,159 183.9,130.1 "/>
      <polygon points="162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 "/>
      <polygon points="37.7,198.5 140.4,198.5 96.3,136.3 "/>
      <polygon points="0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 "/>
      <polygon points="0,79.5 45,63.6 0,0 "/>
      <polygon points="0,79.5 0,79.5 0,79.5 "/>
      <polygon points="262.3,198.5 280.7,198.5 265.7,187.9 "/>
      <polygon points="224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 "/>
      </svg>
      <form method="post" name="Form0" action="/app" onsubmit="recordLocale()" autocomplete="off">
      <input type="hidden" name="service" value="direct/1/Home/$Form"/>
      <input type="hidden" name="sp" value="S0"/>
      <input type="hidden" name="Form0" value="$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection"/>
      <input type="hidden" name="$Hidden$0" id="javascript-enabled" value="F"/>
      <input type="hidden" name="$Hidden$1" value="X"/>
       <div class="login" role="main">
            <div class="box">
              <table class="box-table" title="Login" role="presentation">
                <tr role="row">
                  <th class="box-nw" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-n" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-ne" aria-label="No value" role="columnheader" scope="col"></th>
                </tr>
                <tr role="row">
                  <td class="box-w"></td>
                  <td class="box-content">
      
                    <div id="login">
       <h1><img alt="PaperCut Logo" src="/custom/login-logo.png?1667504163324" class="logo"></img></h1>
      
       <h1 id="papercut-user-login-title">Log in</h1>
       <table style="margin-bottom:5px;" title="Username and Password" role="presentation">
                              <tbody>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputUsername">Username</label></th>
                                  <td><input type="text" name="inputUsername" autocorrect="off" maxlength="50" aria-describedby="login-feedback-message" style="width: 150px;" id="inputUsername" autocapitalize="off" class="field"/></td>
                                </tr>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputPassword">Password</label></th>
                                  <td><input type="password" name="inputPassword" style="width: 150px;" id="inputPassword" class="field" aria-describedby="login-feedback-message"/></td>
                                </tr>
                              </tbody>
                            </table>
      
      
                          <div id="login-feedback-message">
      
      
      
       </div>
      <input type="submit" name="$Submit$0" value="Log in" class="loginSubmit" aria-describedby="login-feedback-message"/>
      
      
      
      <a href="/app?service=direct/1/Home/oAuth2LoginSuccess" style="display:none" class="btn secondary google">Sign in with Google</a>
      <a href="/app?service=direct/1/Home/oAuth2LoginCancel" style="display:none" class="btn secondary microsoft">Sign in with Microsoft</a>
       <a style="display:block; margin-top: 10px;" id="forgot-link" href="/app?service=external/ForgotLoginDetails">
      Forgot username or password?</a>
      
       </div>
      
      
                  </td>
                  <td class="box-e"></td>
                </tr>
                <tr role="row">
                  <td class="box-sw"></td>
                  <td class="box-s"></td>
                  <td class="box-se"></td>
                </tr>
              </table>
            </div>
       <div class="language-box">
                <p id="language-select-text">Language Select</p>
                <svg width="24" height="24" viewBox="50 1777 24 24" class="global" alt="Globe Language Icon">
                      <path fill="gray" d="M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116
              c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304
              c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057
              c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803
              c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054
              c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z
               M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828
              c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704
              c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974
              C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z
               M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211
              c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828
              C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843
              C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702
              C71.553,1791.056,71.251,1792.097,70.804,1793.057z"/>
                </svg>
      <select name="$PropertySelection" alt="Select language" role="listbox" id="language" aria-label="Select language">
      <option value="en" selected="selected">English</option>
      <option value="ca">catal&#224;</option>
      <option value="zh_CN">&#20013;&#25991; (&#20013;&#22269;)</option>
      <option value="zh_HK">&#20013;&#25991; (&#39321;&#28207;)</option>
      <option value="zh_TW">&#20013;&#25991; (&#21488;&#28771;)</option>
      <option value="hr">hrvatski</option>
      <option value="cs">&#269;e&#353;tina</option>
      <option value="da">Dansk</option>
      <option value="nl">Nederlands</option>
      <option value="fi">suomi</option>
      <option value="fr">fran&#231;ais</option>
      <option value="de">Deutsch</option>
      <option value="iw">&#1506;&#1489;&#1512;&#1497;&#1514;</option>
      <option value="hu">magyar</option>
      <option value="it">italiano</option>
      <option value="ja">&#26085;&#26412;&#35486;</option>
      <option value="ko">&#54620;&#44397;&#50612;</option>
      <option value="lv">Latvie&#353;u</option>
      <option value="lt">Lietuvi&#371;</option>
      <option value="no">norsk</option>
      <option value="pl">polski</option>
      <option value="pt">portugu&#234;s (Brasil)</option>
      <option value="pt_PT">portugu&#234;s (Portugal)</option>
      <option value="ru">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>
      <option value="sr">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>
      <option value="sk">Sloven&#269;ina</option>
      <option value="sl">Sloven&#353;&#269;ina</option>
      <option value="es">espa&#241;ol</option>
      <option value="es_ES">espa&#241;ol (Espa&#241;a)</option>
      <option value="sv">svenska</option>
      <option value="th_TH">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>
      <option value="tr">T&#252;rk&#231;e</option>
      <option value="cy_GB">Welsh (United Kingdom)</option>
      </select> </div>
       <script>
                  let languageOptions = document.getElementById("language").children;
                  for (let languageOption of languageOptions)
                  {
                      let lang = languageOption.getAttribute("value");
                      if (lang.includes("_")) lang = lang.substr(0, lang.indexOf("_")); // to remove region if specified
                      languageOption.setAttribute("lang", lang);
                  }
              </script>
      <span data-background-uri="/images/login-bg.jpg?66961papercut-mf" data-background-selection="COLOR" data-background-color="#FFFFFF" id="loginCustomization" data-button-color="#01B256" data-forgot-link-text=""></span> <!-- The license has expired!  -->
       </div>
      </form>
      
       <div id="footer" style="position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;">
       <div class="product-details">
          <div class="logo"><img src="/images/footer-logo2.png?66961papercut-mf" border="0"/></div>
      
          <div class="text">
      <span class="product"><a href="https://www.papercut.com/products/mf/?clicked=app-footer">PaperCut MF</a></span>
      
       <div>
      Print Management Software</div>
       <!-- analytic purpose -->
      <span class="analytic-license-expiry-date" style="display:none"></span>
      <span class="analytic-product-build-number" style="display:none">66961</span>
      <span class="analytic-product-version" style="display:none">22.1.3</span>
      <span class="analytic-product" style="display:none">PaperCut MF</span>
      <span class="analytic-product-edition" style="display:none">MF</span> <div class="copyright">
              &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>
          </div>
        </div>
       </div>
       </div>
        <script language="JavaScript" type="text/javascript">
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
          window.onload = applyLoginCustomization;
        } else {
          window.onload = function () {
            if (oldonload) {
              oldonload();
            }
              applyLoginCustomization();
          }
        }
      
        /*
         Apply login customization
         */
        function applyLoginCustomization() {
            var loginCustomization = $("#loginCustomization");
            if (loginCustomization.attr("data-background-selection") == 'IMAGE') {
                loadBackground(loginCustomization.attr("data-background-uri"));
            } else {
                $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr("data-background-color"))
                        .css('background-image', 'none');
            }
            if (loginCustomization.attr("data-button-color") != "") {
                $('#loginBody input[type="submit"].loginSubmit').removeClass('loginSubmit')
                        .css('background-color', loginCustomization.attr("data-button-color"))
                        .css('border-color', loginCustomization.attr("data-button-color"));
            }
            if (loginCustomization.attr("data-forgot-link-text") != "") {
                $('a#forgot-link').text(loginCustomization.attr("data-forgot-link-text"));
            }
        }
      
        function recordLocale() {
            var languageElement = document.getElementById("language");
            if (languageElement) {
                document.cookie = "ui.locale=" + languageElement.value;
            }
        }
        </script>
      </body>
      </html>
      <!-- Render time: ~ 20 ms -->
      
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:55:49.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "papercut.com"
               ],
               "hostname" : [
                  "www.papercut.com"
               ],
               "url" : [
                  "https://www.papercut.com/products/mf/?clicked=app-footer"
               ]
            },
            "http" : {
               "bodymd5" : "8c5529452ed2e5ae1d4f29e7345687a7",
               "bodymmh3" : -856371065,
               "component" : [
                  {
                     "productvendor" : "Oracle",
                     "product" : "Java"
                  },
                  {
                     "product" : "jQuery",
                     "productversion" : "3.5.1",
                     "productvendor" : "jQuery"
                  }
               ],
               "description" : "PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.",
               "headermd5" : "fa25c4eea42a342854fe45cdc0273a72",
               "headermmh3" : -423912012,
               "keywords" : [
                  "print accounting",
                  "print control",
                  "print management",
                  "print quota",
                  "software"
               ],
               "title" : "PaperCut Login"
            },
            "length" : 13610
         },
         "asn" : "AS16509",
         "city" : "Stockholm",
         "country" : "SE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 07 Nov 2024 02:55:49 GMT\r\nServer: nginx\r\nContent-Type: text/html\r\nX-Frame-Options: SAMEORIGIN\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1\r\nExpires: Thu, 01 Jan 1970 00:00:00 UTC\r\nCache-Control: no-cache\r\nSet-Cookie: JSESSIONID=node091inhzghn65ee6lic3s7temznvcv5ldboss2oxc8.node0; Path=/; Secure; HttpOnly\r\nContent-Length: 13222\r\n\r\n<!DOCTYPE HTML>\n<!-- Application: app-server -->\n<!-- Page: Home -->\n<!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->\n<html lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"/>\n<title>PaperCut Login</title>\n<link rel=\"shortcut icon\" href=\"/images/icons3/favicon.ico\" type=\"image/vnd.microsoft.icon\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"description\" content=\"PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.\"/>\n<meta name=\"keywords\" content=\"print quota, print control, print management, print accounting, software\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.8\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-override.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/refresh.css?66961papercut-mf\" />\n<!--[if IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie9.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie8.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie7.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie6.css?66961papercut-mf\" />\n<![endif]-->\n<script type=\"text/javascript\">var CacheParam = \"66961papercut-mf\";</script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-3.5.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/config.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/underscore/underscore-min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/common.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/require.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/pages/configure.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/refresh.js?66961papercut-mf\"></script>\n</head>\n\n<body id=\"loginBody\">\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\n\nwindow.onload = function ()\n{\ndocument.Form0.inputUsername.focus();\ndocument.Form0.inputUsername.select();\n}\n\n// --></script> <div class=\"wrap\">\n    <script type=\"text/javascript\">\n    insertScript('/js/pages/Home.js');\n    insertScript('/js/pages/LoginPages.js');\n    </script>\n      <svg viewBox=\"0 0 280.7 198.5\" class=\"pc-shards\">\n<polygon points=\"96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"45,63.6 74.9,53 0,0 \"/>\n<polygon points=\"134.9,95.4 96.3,136.3 45,63.6 74.9,53 \"/>\n<polygon points=\"74.9,53 224.8,0 134.9,95.4 \"/>\n<polygon points=\"224.8,0 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"224.8,0 224.8,0 224.8,159 183.9,130.1 \"/>\n<polygon points=\"162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 \"/>\n<polygon points=\"37.7,198.5 140.4,198.5 96.3,136.3 \"/>\n<polygon points=\"0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 \"/>\n<polygon points=\"0,79.5 45,63.6 0,0 \"/>\n<polygon points=\"0,79.5 0,79.5 0,79.5 \"/>\n<polygon points=\"262.3,198.5 280.7,198.5 265.7,187.9 \"/>\n<polygon points=\"224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 \"/>\n</svg>\n<form method=\"post\" name=\"Form0\" action=\"/app\" onsubmit=\"recordLocale()\" autocomplete=\"off\">\n<input type=\"hidden\" name=\"service\" value=\"direct/1/Home/$Form\"/>\n<input type=\"hidden\" name=\"sp\" value=\"S0\"/>\n<input type=\"hidden\" name=\"Form0\" value=\"$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection\"/>\n<input type=\"hidden\" name=\"$Hidden$0\" id=\"javascript-enabled\" value=\"F\"/>\n<input type=\"hidden\" name=\"$Hidden$1\" value=\"X\"/>\n <div class=\"login\" role=\"main\">\n      <div class=\"box\">\n        <table class=\"box-table\" title=\"Login\" role=\"presentation\">\n          <tr role=\"row\">\n            <th class=\"box-nw\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-n\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-ne\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-w\"></td>\n            <td class=\"box-content\">\n\n              <div id=\"login\">\n <h1><img alt=\"PaperCut Logo\" src=\"/custom/login-logo.png?1667504163324\" class=\"logo\"></img></h1>\n\n <h1 id=\"papercut-user-login-title\">Log in</h1>\n <table style=\"margin-bottom:5px;\" title=\"Username and Password\" role=\"presentation\">\n                        <tbody>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputUsername\">Username</label></th>\n                            <td><input type=\"text\" name=\"inputUsername\" autocorrect=\"off\" maxlength=\"50\" aria-describedby=\"login-feedback-message\" style=\"width: 150px;\" id=\"inputUsername\" autocapitalize=\"off\" class=\"field\"/></td>\n                          </tr>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputPassword\">Password</label></th>\n                            <td><input type=\"password\" name=\"inputPassword\" style=\"width: 150px;\" id=\"inputPassword\" class=\"field\" aria-describedby=\"login-feedback-message\"/></td>\n                          </tr>\n                        </tbody>\n                      </table>\n\n\n                    <div id=\"login-feedback-message\">\n\n\n\n </div>\n<input type=\"submit\" name=\"$Submit$0\" value=\"Log in\" class=\"loginSubmit\" aria-describedby=\"login-feedback-message\"/>\n\n\n\n<a href=\"/app?service=direct/1/Home/oAuth2LoginSuccess\" style=\"display:none\" class=\"btn secondary google\">Sign in with Google</a>\n<a href=\"/app?service=direct/1/Home/oAuth2LoginCancel\" style=\"display:none\" class=\"btn secondary microsoft\">Sign in with Microsoft</a>\n <a style=\"display:block; margin-top: 10px;\" id=\"forgot-link\" href=\"/app?service=external/ForgotLoginDetails\">\nForgot username or password?</a>\n\n </div>\n\n\n            </td>\n            <td class=\"box-e\"></td>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-sw\"></td>\n            <td class=\"box-s\"></td>\n            <td class=\"box-se\"></td>\n          </tr>\n        </table>\n      </div>\n <div class=\"language-box\">\n          <p id=\"language-select-text\">Language Select</p>\n          <svg width=\"24\" height=\"24\" viewBox=\"50 1777 24 24\" class=\"global\" alt=\"Globe Language Icon\">\n                <path fill=\"gray\" d=\"M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116\n        c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304\n        c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057\n        c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803\n        c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054\n        c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z\n         M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828\n        c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704\n        c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974\n        C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z\n         M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211\n        c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828\n        C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843\n        C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702\n        C71.553,1791.056,71.251,1792.097,70.804,1793.057z\"/>\n          </svg>\n<select name=\"$PropertySelection\" alt=\"Select language\" role=\"listbox\" id=\"language\" aria-label=\"Select language\">\n<option value=\"en\" selected=\"selected\">English</option>\n<option value=\"ca\">catal&#224;</option>\n<option value=\"zh_CN\">&#20013;&#25991; (&#20013;&#22269;)</option>\n<option value=\"zh_HK\">&#20013;&#25991; (&#39321;&#28207;)</option>\n<option value=\"zh_TW\">&#20013;&#25991; (&#21488;&#28771;)</option>\n<option value=\"hr\">hrvatski</option>\n<option value=\"cs\">&#269;e&#353;tina</option>\n<option value=\"da\">Dansk</option>\n<option value=\"nl\">Nederlands</option>\n<option value=\"fi\">suomi</option>\n<option value=\"fr\">fran&#231;ais</option>\n<option value=\"de\">Deutsch</option>\n<option value=\"iw\">&#1506;&#1489;&#1512;&#1497;&#1514;</option>\n<option value=\"hu\">magyar</option>\n<option value=\"it\">italiano</option>\n<option value=\"ja\">&#26085;&#26412;&#35486;</option>\n<option value=\"ko\">&#54620;&#44397;&#50612;</option>\n<option value=\"lv\">Latvie&#353;u</option>\n<option value=\"lt\">Lietuvi&#371;</option>\n<option value=\"no\">norsk</option>\n<option value=\"pl\">polski</option>\n<option value=\"pt\">portugu&#234;s (Brasil)</option>\n<option value=\"pt_PT\">portugu&#234;s (Portugal)</option>\n<option value=\"ru\">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>\n<option value=\"sr\">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>\n<option value=\"sk\">Sloven&#269;ina</option>\n<option value=\"sl\">Sloven&#353;&#269;ina</option>\n<option value=\"es\">espa&#241;ol</option>\n<option value=\"es_ES\">espa&#241;ol (Espa&#241;a)</option>\n<option value=\"sv\">svenska</option>\n<option value=\"th_TH\">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>\n<option value=\"tr\">T&#252;rk&#231;e</option>\n<option value=\"cy_GB\">Welsh (United Kingdom)</option>\n</select> </div>\n <script>\n            let languageOptions = document.getElementById(\"language\").children;\n            for (let languageOption of languageOptions)\n            {\n                let lang = languageOption.getAttribute(\"value\");\n                if (lang.includes(\"_\")) lang = lang.substr(0, lang.indexOf(\"_\")); // to remove region if specified\n                languageOption.setAttribute(\"lang\", lang);\n            }\n        </script>\n<span data-background-uri=\"/images/login-bg.jpg?66961papercut-mf\" data-background-selection=\"COLOR\" data-background-color=\"#FFFFFF\" id=\"loginCustomization\" data-button-color=\"#01B256\" data-forgot-link-text=\"\"></span> <!-- The license has expired!  -->\n </div>\n</form>\n\n <div id=\"footer\" style=\"position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;\">\n <div class=\"product-details\">\n    <div class=\"logo\"><img src=\"/images/footer-logo2.png?66961papercut-mf\" border=\"0\"/></div>\n\n    <div class=\"text\">\n<span class=\"product\"><a href=\"https://www.papercut.com/products/mf/?clicked=app-footer\">PaperCut MF</a></span>\n\n <div>\nPrint Management Software</div>\n <!-- analytic purpose -->\n<span class=\"analytic-license-expiry-date\" style=\"display:none\"></span>\n<span class=\"analytic-product-build-number\" style=\"display:none\">66961</span>\n<span class=\"analytic-product-version\" style=\"display:none\">22.1.3</span>\n<span class=\"analytic-product\" style=\"display:none\">PaperCut MF</span>\n<span class=\"analytic-product-edition\" style=\"display:none\">MF</span> <div class=\"copyright\">\n        &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>\n    </div>\n  </div>\n </div>\n </div>\n  <script language=\"JavaScript\" type=\"text/javascript\">\n  var oldonload = window.onload;\n  if (typeof window.onload != 'function') {\n    window.onload = applyLoginCustomization;\n  } else {\n    window.onload = function () {\n      if (oldonload) {\n        oldonload();\n      }\n        applyLoginCustomization();\n    }\n  }\n\n  /*\n   Apply login customization\n   */\n  function applyLoginCustomization() {\n      var loginCustomization = $(\"#loginCustomization\");\n      if (loginCustomization.attr(\"data-background-selection\") == 'IMAGE') {\n          loadBackground(loginCustomization.attr(\"data-background-uri\"));\n      } else {\n          $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr(\"data-background-color\"))\n                  .css('background-image', 'none');\n      }\n      if (loginCustomization.attr(\"data-button-color\") != \"\") {\n          $('#loginBody input[type=\"submit\"].loginSubmit').removeClass('loginSubmit')\n                  .css('background-color', loginCustomization.attr(\"data-button-color\"))\n                  .css('border-color', loginCustomization.attr(\"data-button-color\"));\n      }\n      if (loginCustomization.attr(\"data-forgot-link-text\") != \"\") {\n          $('a#forgot-link').text(loginCustomization.attr(\"data-forgot-link-text\"));\n      }\n  }\n\n  function recordLocale() {\n      var languageElement = document.getElementById(\"language\");\n      if (languageElement) {\n          document.cookie = \"ui.locale=\" + languageElement.value;\n      }\n  }\n  </script>\n</body>\n</html>\n<!-- Render time: ~ 20 ms -->\n\n\n",
         "datamd5" : "6602a320a278b26f544c1f7e9b11bbae",
         "datammh3" : 1404482669,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "SE",
            "countryname" : "Sweden",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "true",
            "latitude" : "60.128161",
            "location" : "60.128161,18.643501",
            "longitude" : "18.643501",
            "netname" : "AMAZON-ARN",
            "organization" : "Amazon Data Services Sweden",
            "subnet" : "16.170.0.0/15"
         },
         "host" : [
            "ec2-16-170-143-48"
         ],
         "hostname" : [
            "ec2-16-170-143-48.eu-north-1.compute.amazonaws.com"
         ],
         "ip" : "16.170.143.48",
         "ipv6" : "false",
         "latitude" : "59.3241",
         "location" : "59.3241,18.0517",
         "longitude" : "18.0517",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1741,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-16-170-143-48.eu-north-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "eu-north-1.compute.amazonaws.com"
         ],
         "subnet" : "16.168.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 189.155.67.161:1741 (tcp/mysql) - last seen on 2024-11-07 at 02:55:34 UTC

    • IP
      189.155.67.161
      Network
      189.152.0.0/14
      Domain(s)
      prod-infinitum.com.mx
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      Reverse DNS
      dsl-189-155-67-161-dyn.prod-infinitum.com.mx
      ASN
      AS8151
      Organization
      UNINET
      Protocol
      mysql
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      MariaDB MariaDB 5.5.5
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      835cebb31adcb24387c4f4a5d08ba10d
    • Y\x00\x00\x00
      5.5.5-10.3.32-MariaDB\x00)%\x00\x00Uy%Gv>p:\x00\xfe\xf7!\x02\x00\xbf\x81\x15\x00\x00\x00\x00\x00\x00\x07\x00\x00\x00m9sW:[>`I,?9\x00mysql_native_password\x00!\x00\x00\x01\xff\x84\x04#08S01Got packets out of order
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:55:34.000Z",
         "app" : {
            "length" : 130
         },
         "asn" : "AS8151",
         "city" : "Durango",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "Y\\x00\\x00\\x00\n5.5.5-10.3.32-MariaDB\\x00)%\\x00\\x00Uy%Gv>p:\\x00\\xfe\\xf7!\\x02\\x00\\xbf\\x81\\x15\\x00\\x00\\x00\\x00\\x00\\x00\\x07\\x00\\x00\\x00m9sW:[>`I,?9\\x00mysql_native_password\\x00!\\x00\\x00\\x01\\xff\\x84\\x04#08S01Got packets out of order",
         "datamd5" : "835cebb31adcb24387c4f4a5d08ba10d",
         "datammh3" : -1995693377,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "prod-infinitum.com.mx"
         ],
         "geolocus" : {
            "asn" : "AS8151",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "prod-infinitum.com.mx",
               "reduno.com.mx",
               "uninet.net.mx"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-GDUN-LACNIC",
            "organization" : "Gestion de direccionamiento UniNet",
            "subnet" : "189.152.0.0/13"
         },
         "host" : [
            "dsl-189-155-67-161-dyn"
         ],
         "hostname" : [
            "dsl-189-155-67-161-dyn.prod-infinitum.com.mx"
         ],
         "ip" : "189.155.67.161",
         "ipv6" : "false",
         "latitude" : "24.0288",
         "location" : "24.0288,-104.6358",
         "longitude" : "-104.6358",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "UNINET",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1741,
         "product" : "MariaDB",
         "productvendor" : "MariaDB",
         "productversion" : "5.5.5",
         "protocol" : "mysql",
         "reverse" : [
            "dsl-189-155-67-161-dyn.prod-infinitum.com.mx"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "subnet" : "189.152.0.0/14",
         "tld" : [
            "com.mx"
         ],
         "tls" : "false",
         "transport" : "tcp"
      }
      
  • 34.216.141.61:1741 (tcp/http) - last seen on 2024-11-07 at 02:55:08 UTC

    • IP
      34.216.141.61
      Network
      34.208.0.0/12
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://34.216.141.61:1741/ 200

      HTTP Title
      PaperCut Login
      HTTP Description
      PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.
      HTTP Keyword(s)
      print accounting print control print management print quota software
      Reverse DNS
      ec2-34-216-141-61.us-west-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      jQuery jQuery 3.5.1 Oracle Java
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      6602a320a278b26f544c1f7e9b11bbae
      HTTP Header MD5
      fa25c4eea42a342854fe45cdc0273a72
      HTTP Body MD5
      8c5529452ed2e5ae1d4f29e7345687a7
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 07 Nov 2024 02:55:07 GMT
      Server: nginx
      Content-Type: text/html
      X-Frame-Options: SAMEORIGIN
      X-Content-Type-Options: nosniff
      X-XSS-Protection: 1
      Expires: Thu, 01 Jan 1970 00:00:00 UTC
      Cache-Control: no-cache
      Set-Cookie: JSESSIONID=node0qj1icyt603nd43q2xk0tje2tih5sje4tb0j00eor.node0; Path=/; Secure; HttpOnly
      Content-Length: 13222
      
      <!DOCTYPE HTML>
      <!-- Application: app-server -->
      <!-- Page: Home -->
      <!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->
      <html lang="en">
      <head>
      <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
      <title>PaperCut Login</title>
      <link rel="shortcut icon" href="/images/icons3/favicon.ico" type="image/vnd.microsoft.icon"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <meta name="description" content="PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system."/>
      <meta name="keywords" content="print quota, print control, print management, print accounting, software"/>
      <meta name="viewport" content="width=device-width, initial-scale=0.8"/>
      <link rel="stylesheet" type="text/css" href="/css/style.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/style-override.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/refresh.css?66961papercut-mf" />
      <!--[if IE 9]><link rel="stylesheet" type="text/css" href="/css/style-ie9.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/style-ie8.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 7]><link rel="stylesheet" type="text/css" href="/css/style-ie7.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 6]><link rel="stylesheet" type="text/css" href="/css/style-ie6.css?66961papercut-mf" />
      <![endif]-->
      <script type="text/javascript">var CacheParam = "66961papercut-mf";</script>
      <script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/config.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/underscore/underscore-min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/common.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/require.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/pages/configure.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/refresh.js?66961papercut-mf"></script>
      </head>
      
      <body id="loginBody">
      <script language="JavaScript" type="text/javascript"><!--
      
      window.onload = function ()
      {
      document.Form0.inputUsername.focus();
      document.Form0.inputUsername.select();
      }
      
      // --></script> <div class="wrap">
          <script type="text/javascript">
          insertScript('/js/pages/Home.js');
          insertScript('/js/pages/LoginPages.js');
          </script>
            <svg viewBox="0 0 280.7 198.5" class="pc-shards">
      <polygon points="96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 "/>
      <polygon points="45,63.6 74.9,53 0,0 "/>
      <polygon points="134.9,95.4 96.3,136.3 45,63.6 74.9,53 "/>
      <polygon points="74.9,53 224.8,0 134.9,95.4 "/>
      <polygon points="224.8,0 183.9,130.1 134.9,95.4 "/>
      <polygon points="224.8,0 224.8,0 224.8,159 183.9,130.1 "/>
      <polygon points="162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 "/>
      <polygon points="37.7,198.5 140.4,198.5 96.3,136.3 "/>
      <polygon points="0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 "/>
      <polygon points="0,79.5 45,63.6 0,0 "/>
      <polygon points="0,79.5 0,79.5 0,79.5 "/>
      <polygon points="262.3,198.5 280.7,198.5 265.7,187.9 "/>
      <polygon points="224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 "/>
      </svg>
      <form method="post" name="Form0" action="/app" onsubmit="recordLocale()" autocomplete="off">
      <input type="hidden" name="service" value="direct/1/Home/$Form"/>
      <input type="hidden" name="sp" value="S0"/>
      <input type="hidden" name="Form0" value="$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection"/>
      <input type="hidden" name="$Hidden$0" id="javascript-enabled" value="F"/>
      <input type="hidden" name="$Hidden$1" value="X"/>
       <div class="login" role="main">
            <div class="box">
              <table class="box-table" title="Login" role="presentation">
                <tr role="row">
                  <th class="box-nw" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-n" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-ne" aria-label="No value" role="columnheader" scope="col"></th>
                </tr>
                <tr role="row">
                  <td class="box-w"></td>
                  <td class="box-content">
      
                    <div id="login">
       <h1><img alt="PaperCut Logo" src="/custom/login-logo.png?1667504163324" class="logo"></img></h1>
      
       <h1 id="papercut-user-login-title">Log in</h1>
       <table style="margin-bottom:5px;" title="Username and Password" role="presentation">
                              <tbody>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputUsername">Username</label></th>
                                  <td><input type="text" name="inputUsername" autocorrect="off" maxlength="50" aria-describedby="login-feedback-message" style="width: 150px;" id="inputUsername" autocapitalize="off" class="field"/></td>
                                </tr>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputPassword">Password</label></th>
                                  <td><input type="password" name="inputPassword" style="width: 150px;" id="inputPassword" class="field" aria-describedby="login-feedback-message"/></td>
                                </tr>
                              </tbody>
                            </table>
      
      
                          <div id="login-feedback-message">
      
      
      
       </div>
      <input type="submit" name="$Submit$0" value="Log in" class="loginSubmit" aria-describedby="login-feedback-message"/>
      
      
      
      <a href="/app?service=direct/1/Home/oAuth2LoginSuccess" style="display:none" class="btn secondary google">Sign in with Google</a>
      <a href="/app?service=direct/1/Home/oAuth2LoginCancel" style="display:none" class="btn secondary microsoft">Sign in with Microsoft</a>
       <a style="display:block; margin-top: 10px;" id="forgot-link" href="/app?service=external/ForgotLoginDetails">
      Forgot username or password?</a>
      
       </div>
      
      
                  </td>
                  <td class="box-e"></td>
                </tr>
                <tr role="row">
                  <td class="box-sw"></td>
                  <td class="box-s"></td>
                  <td class="box-se"></td>
                </tr>
              </table>
            </div>
       <div class="language-box">
                <p id="language-select-text">Language Select</p>
                <svg width="24" height="24" viewBox="50 1777 24 24" class="global" alt="Globe Language Icon">
                      <path fill="gray" d="M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116
              c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304
              c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057
              c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803
              c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054
              c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z
               M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828
              c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704
              c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974
              C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z
               M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211
              c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828
              C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843
              C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702
              C71.553,1791.056,71.251,1792.097,70.804,1793.057z"/>
                </svg>
      <select name="$PropertySelection" alt="Select language" role="listbox" id="language" aria-label="Select language">
      <option value="en" selected="selected">English</option>
      <option value="ca">catal&#224;</option>
      <option value="zh_CN">&#20013;&#25991; (&#20013;&#22269;)</option>
      <option value="zh_HK">&#20013;&#25991; (&#39321;&#28207;)</option>
      <option value="zh_TW">&#20013;&#25991; (&#21488;&#28771;)</option>
      <option value="hr">hrvatski</option>
      <option value="cs">&#269;e&#353;tina</option>
      <option value="da">Dansk</option>
      <option value="nl">Nederlands</option>
      <option value="fi">suomi</option>
      <option value="fr">fran&#231;ais</option>
      <option value="de">Deutsch</option>
      <option value="iw">&#1506;&#1489;&#1512;&#1497;&#1514;</option>
      <option value="hu">magyar</option>
      <option value="it">italiano</option>
      <option value="ja">&#26085;&#26412;&#35486;</option>
      <option value="ko">&#54620;&#44397;&#50612;</option>
      <option value="lv">Latvie&#353;u</option>
      <option value="lt">Lietuvi&#371;</option>
      <option value="no">norsk</option>
      <option value="pl">polski</option>
      <option value="pt">portugu&#234;s (Brasil)</option>
      <option value="pt_PT">portugu&#234;s (Portugal)</option>
      <option value="ru">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>
      <option value="sr">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>
      <option value="sk">Sloven&#269;ina</option>
      <option value="sl">Sloven&#353;&#269;ina</option>
      <option value="es">espa&#241;ol</option>
      <option value="es_ES">espa&#241;ol (Espa&#241;a)</option>
      <option value="sv">svenska</option>
      <option value="th_TH">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>
      <option value="tr">T&#252;rk&#231;e</option>
      <option value="cy_GB">Welsh (United Kingdom)</option>
      </select> </div>
       <script>
                  let languageOptions = document.getElementById("language").children;
                  for (let languageOption of languageOptions)
                  {
                      let lang = languageOption.getAttribute("value");
                      if (lang.includes("_")) lang = lang.substr(0, lang.indexOf("_")); // to remove region if specified
                      languageOption.setAttribute("lang", lang);
                  }
              </script>
      <span data-background-uri="/images/login-bg.jpg?66961papercut-mf" data-background-selection="COLOR" data-background-color="#FFFFFF" id="loginCustomization" data-button-color="#01B256" data-forgot-link-text=""></span> <!-- The license has expired!  -->
       </div>
      </form>
      
       <div id="footer" style="position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;">
       <div class="product-details">
          <div class="logo"><img src="/images/footer-logo2.png?66961papercut-mf" border="0"/></div>
      
          <div class="text">
      <span class="product"><a href="https://www.papercut.com/products/mf/?clicked=app-footer">PaperCut MF</a></span>
      
       <div>
      Print Management Software</div>
       <!-- analytic purpose -->
      <span class="analytic-license-expiry-date" style="display:none"></span>
      <span class="analytic-product-build-number" style="display:none">66961</span>
      <span class="analytic-product-version" style="display:none">22.1.3</span>
      <span class="analytic-product" style="display:none">PaperCut MF</span>
      <span class="analytic-product-edition" style="display:none">MF</span> <div class="copyright">
              &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>
          </div>
        </div>
       </div>
       </div>
        <script language="JavaScript" type="text/javascript">
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
          window.onload = applyLoginCustomization;
        } else {
          window.onload = function () {
            if (oldonload) {
              oldonload();
            }
              applyLoginCustomization();
          }
        }
      
        /*
         Apply login customization
         */
        function applyLoginCustomization() {
            var loginCustomization = $("#loginCustomization");
            if (loginCustomization.attr("data-background-selection") == 'IMAGE') {
                loadBackground(loginCustomization.attr("data-background-uri"));
            } else {
                $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr("data-background-color"))
                        .css('background-image', 'none');
            }
            if (loginCustomization.attr("data-button-color") != "") {
                $('#loginBody input[type="submit"].loginSubmit').removeClass('loginSubmit')
                        .css('background-color', loginCustomization.attr("data-button-color"))
                        .css('border-color', loginCustomization.attr("data-button-color"));
            }
            if (loginCustomization.attr("data-forgot-link-text") != "") {
                $('a#forgot-link').text(loginCustomization.attr("data-forgot-link-text"));
            }
        }
      
        function recordLocale() {
            var languageElement = document.getElementById("language");
            if (languageElement) {
                document.cookie = "ui.locale=" + languageElement.value;
            }
        }
        </script>
      </body>
      </html>
      <!-- Render time: ~ 20 ms -->
      
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:55:08.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "papercut.com"
               ],
               "hostname" : [
                  "www.papercut.com"
               ],
               "url" : [
                  "https://www.papercut.com/products/mf/?clicked=app-footer"
               ]
            },
            "http" : {
               "bodymd5" : "8c5529452ed2e5ae1d4f29e7345687a7",
               "bodymmh3" : -856371065,
               "component" : [
                  {
                     "productvendor" : "jQuery",
                     "productversion" : "3.5.1",
                     "product" : "jQuery"
                  },
                  {
                     "productvendor" : "Oracle",
                     "product" : "Java"
                  }
               ],
               "description" : "PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.",
               "headermd5" : "fa25c4eea42a342854fe45cdc0273a72",
               "headermmh3" : -834213791,
               "keywords" : [
                  "print accounting",
                  "print control",
                  "print management",
                  "print quota",
                  "software"
               ],
               "title" : "PaperCut Login"
            },
            "length" : 13610
         },
         "asn" : "AS16509",
         "city" : "Boardman",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 07 Nov 2024 02:55:07 GMT\r\nServer: nginx\r\nContent-Type: text/html\r\nX-Frame-Options: SAMEORIGIN\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1\r\nExpires: Thu, 01 Jan 1970 00:00:00 UTC\r\nCache-Control: no-cache\r\nSet-Cookie: JSESSIONID=node0qj1icyt603nd43q2xk0tje2tih5sje4tb0j00eor.node0; Path=/; Secure; HttpOnly\r\nContent-Length: 13222\r\n\r\n<!DOCTYPE HTML>\n<!-- Application: app-server -->\n<!-- Page: Home -->\n<!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->\n<html lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"/>\n<title>PaperCut Login</title>\n<link rel=\"shortcut icon\" href=\"/images/icons3/favicon.ico\" type=\"image/vnd.microsoft.icon\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"description\" content=\"PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.\"/>\n<meta name=\"keywords\" content=\"print quota, print control, print management, print accounting, software\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.8\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-override.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/refresh.css?66961papercut-mf\" />\n<!--[if IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie9.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie8.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie7.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie6.css?66961papercut-mf\" />\n<![endif]-->\n<script type=\"text/javascript\">var CacheParam = \"66961papercut-mf\";</script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-3.5.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/config.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/underscore/underscore-min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/common.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/require.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/pages/configure.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/refresh.js?66961papercut-mf\"></script>\n</head>\n\n<body id=\"loginBody\">\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\n\nwindow.onload = function ()\n{\ndocument.Form0.inputUsername.focus();\ndocument.Form0.inputUsername.select();\n}\n\n// --></script> <div class=\"wrap\">\n    <script type=\"text/javascript\">\n    insertScript('/js/pages/Home.js');\n    insertScript('/js/pages/LoginPages.js');\n    </script>\n      <svg viewBox=\"0 0 280.7 198.5\" class=\"pc-shards\">\n<polygon points=\"96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"45,63.6 74.9,53 0,0 \"/>\n<polygon points=\"134.9,95.4 96.3,136.3 45,63.6 74.9,53 \"/>\n<polygon points=\"74.9,53 224.8,0 134.9,95.4 \"/>\n<polygon points=\"224.8,0 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"224.8,0 224.8,0 224.8,159 183.9,130.1 \"/>\n<polygon points=\"162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 \"/>\n<polygon points=\"37.7,198.5 140.4,198.5 96.3,136.3 \"/>\n<polygon points=\"0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 \"/>\n<polygon points=\"0,79.5 45,63.6 0,0 \"/>\n<polygon points=\"0,79.5 0,79.5 0,79.5 \"/>\n<polygon points=\"262.3,198.5 280.7,198.5 265.7,187.9 \"/>\n<polygon points=\"224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 \"/>\n</svg>\n<form method=\"post\" name=\"Form0\" action=\"/app\" onsubmit=\"recordLocale()\" autocomplete=\"off\">\n<input type=\"hidden\" name=\"service\" value=\"direct/1/Home/$Form\"/>\n<input type=\"hidden\" name=\"sp\" value=\"S0\"/>\n<input type=\"hidden\" name=\"Form0\" value=\"$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection\"/>\n<input type=\"hidden\" name=\"$Hidden$0\" id=\"javascript-enabled\" value=\"F\"/>\n<input type=\"hidden\" name=\"$Hidden$1\" value=\"X\"/>\n <div class=\"login\" role=\"main\">\n      <div class=\"box\">\n        <table class=\"box-table\" title=\"Login\" role=\"presentation\">\n          <tr role=\"row\">\n            <th class=\"box-nw\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-n\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-ne\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-w\"></td>\n            <td class=\"box-content\">\n\n              <div id=\"login\">\n <h1><img alt=\"PaperCut Logo\" src=\"/custom/login-logo.png?1667504163324\" class=\"logo\"></img></h1>\n\n <h1 id=\"papercut-user-login-title\">Log in</h1>\n <table style=\"margin-bottom:5px;\" title=\"Username and Password\" role=\"presentation\">\n                        <tbody>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputUsername\">Username</label></th>\n                            <td><input type=\"text\" name=\"inputUsername\" autocorrect=\"off\" maxlength=\"50\" aria-describedby=\"login-feedback-message\" style=\"width: 150px;\" id=\"inputUsername\" autocapitalize=\"off\" class=\"field\"/></td>\n                          </tr>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputPassword\">Password</label></th>\n                            <td><input type=\"password\" name=\"inputPassword\" style=\"width: 150px;\" id=\"inputPassword\" class=\"field\" aria-describedby=\"login-feedback-message\"/></td>\n                          </tr>\n                        </tbody>\n                      </table>\n\n\n                    <div id=\"login-feedback-message\">\n\n\n\n </div>\n<input type=\"submit\" name=\"$Submit$0\" value=\"Log in\" class=\"loginSubmit\" aria-describedby=\"login-feedback-message\"/>\n\n\n\n<a href=\"/app?service=direct/1/Home/oAuth2LoginSuccess\" style=\"display:none\" class=\"btn secondary google\">Sign in with Google</a>\n<a href=\"/app?service=direct/1/Home/oAuth2LoginCancel\" style=\"display:none\" class=\"btn secondary microsoft\">Sign in with Microsoft</a>\n <a style=\"display:block; margin-top: 10px;\" id=\"forgot-link\" href=\"/app?service=external/ForgotLoginDetails\">\nForgot username or password?</a>\n\n </div>\n\n\n            </td>\n            <td class=\"box-e\"></td>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-sw\"></td>\n            <td class=\"box-s\"></td>\n            <td class=\"box-se\"></td>\n          </tr>\n        </table>\n      </div>\n <div class=\"language-box\">\n          <p id=\"language-select-text\">Language Select</p>\n          <svg width=\"24\" height=\"24\" viewBox=\"50 1777 24 24\" class=\"global\" alt=\"Globe Language Icon\">\n                <path fill=\"gray\" d=\"M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116\n        c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304\n        c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057\n        c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803\n        c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054\n        c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z\n         M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828\n        c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704\n        c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974\n        C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z\n         M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211\n        c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828\n        C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843\n        C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702\n        C71.553,1791.056,71.251,1792.097,70.804,1793.057z\"/>\n          </svg>\n<select name=\"$PropertySelection\" alt=\"Select language\" role=\"listbox\" id=\"language\" aria-label=\"Select language\">\n<option value=\"en\" selected=\"selected\">English</option>\n<option value=\"ca\">catal&#224;</option>\n<option value=\"zh_CN\">&#20013;&#25991; (&#20013;&#22269;)</option>\n<option value=\"zh_HK\">&#20013;&#25991; (&#39321;&#28207;)</option>\n<option value=\"zh_TW\">&#20013;&#25991; (&#21488;&#28771;)</option>\n<option value=\"hr\">hrvatski</option>\n<option value=\"cs\">&#269;e&#353;tina</option>\n<option value=\"da\">Dansk</option>\n<option value=\"nl\">Nederlands</option>\n<option value=\"fi\">suomi</option>\n<option value=\"fr\">fran&#231;ais</option>\n<option value=\"de\">Deutsch</option>\n<option value=\"iw\">&#1506;&#1489;&#1512;&#1497;&#1514;</option>\n<option value=\"hu\">magyar</option>\n<option value=\"it\">italiano</option>\n<option value=\"ja\">&#26085;&#26412;&#35486;</option>\n<option value=\"ko\">&#54620;&#44397;&#50612;</option>\n<option value=\"lv\">Latvie&#353;u</option>\n<option value=\"lt\">Lietuvi&#371;</option>\n<option value=\"no\">norsk</option>\n<option value=\"pl\">polski</option>\n<option value=\"pt\">portugu&#234;s (Brasil)</option>\n<option value=\"pt_PT\">portugu&#234;s (Portugal)</option>\n<option value=\"ru\">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>\n<option value=\"sr\">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>\n<option value=\"sk\">Sloven&#269;ina</option>\n<option value=\"sl\">Sloven&#353;&#269;ina</option>\n<option value=\"es\">espa&#241;ol</option>\n<option value=\"es_ES\">espa&#241;ol (Espa&#241;a)</option>\n<option value=\"sv\">svenska</option>\n<option value=\"th_TH\">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>\n<option value=\"tr\">T&#252;rk&#231;e</option>\n<option value=\"cy_GB\">Welsh (United Kingdom)</option>\n</select> </div>\n <script>\n            let languageOptions = document.getElementById(\"language\").children;\n            for (let languageOption of languageOptions)\n            {\n                let lang = languageOption.getAttribute(\"value\");\n                if (lang.includes(\"_\")) lang = lang.substr(0, lang.indexOf(\"_\")); // to remove region if specified\n                languageOption.setAttribute(\"lang\", lang);\n            }\n        </script>\n<span data-background-uri=\"/images/login-bg.jpg?66961papercut-mf\" data-background-selection=\"COLOR\" data-background-color=\"#FFFFFF\" id=\"loginCustomization\" data-button-color=\"#01B256\" data-forgot-link-text=\"\"></span> <!-- The license has expired!  -->\n </div>\n</form>\n\n <div id=\"footer\" style=\"position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;\">\n <div class=\"product-details\">\n    <div class=\"logo\"><img src=\"/images/footer-logo2.png?66961papercut-mf\" border=\"0\"/></div>\n\n    <div class=\"text\">\n<span class=\"product\"><a href=\"https://www.papercut.com/products/mf/?clicked=app-footer\">PaperCut MF</a></span>\n\n <div>\nPrint Management Software</div>\n <!-- analytic purpose -->\n<span class=\"analytic-license-expiry-date\" style=\"display:none\"></span>\n<span class=\"analytic-product-build-number\" style=\"display:none\">66961</span>\n<span class=\"analytic-product-version\" style=\"display:none\">22.1.3</span>\n<span class=\"analytic-product\" style=\"display:none\">PaperCut MF</span>\n<span class=\"analytic-product-edition\" style=\"display:none\">MF</span> <div class=\"copyright\">\n        &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>\n    </div>\n  </div>\n </div>\n </div>\n  <script language=\"JavaScript\" type=\"text/javascript\">\n  var oldonload = window.onload;\n  if (typeof window.onload != 'function') {\n    window.onload = applyLoginCustomization;\n  } else {\n    window.onload = function () {\n      if (oldonload) {\n        oldonload();\n      }\n        applyLoginCustomization();\n    }\n  }\n\n  /*\n   Apply login customization\n   */\n  function applyLoginCustomization() {\n      var loginCustomization = $(\"#loginCustomization\");\n      if (loginCustomization.attr(\"data-background-selection\") == 'IMAGE') {\n          loadBackground(loginCustomization.attr(\"data-background-uri\"));\n      } else {\n          $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr(\"data-background-color\"))\n                  .css('background-image', 'none');\n      }\n      if (loginCustomization.attr(\"data-button-color\") != \"\") {\n          $('#loginBody input[type=\"submit\"].loginSubmit').removeClass('loginSubmit')\n                  .css('background-color', loginCustomization.attr(\"data-button-color\"))\n                  .css('border-color', loginCustomization.attr(\"data-button-color\"));\n      }\n      if (loginCustomization.attr(\"data-forgot-link-text\") != \"\") {\n          $('a#forgot-link').text(loginCustomization.attr(\"data-forgot-link-text\"));\n      }\n  }\n\n  function recordLocale() {\n      var languageElement = document.getElementById(\"language\");\n      if (languageElement) {\n          document.cookie = \"ui.locale=\" + languageElement.value;\n      }\n  }\n  </script>\n</body>\n</html>\n<!-- Render time: ~ 20 ms -->\n\n\n",
         "datamd5" : "6602a320a278b26f544c1f7e9b11bbae",
         "datammh3" : 1404482669,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AT-88-Z",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "34.208.0.0/12"
         },
         "host" : [
            "ec2-34-216-141-61"
         ],
         "hostname" : [
            "ec2-34-216-141-61.us-west-2.compute.amazonaws.com"
         ],
         "ip" : "34.216.141.61",
         "ipv6" : "false",
         "latitude" : "45.8491",
         "location" : "45.8491,-119.7143",
         "longitude" : "-119.7143",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1741,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-34-216-141-61.us-west-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "us-west-2.compute.amazonaws.com"
         ],
         "subnet" : "34.208.0.0/12",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.156.150.6:1741 (tcp/http) - last seen on 2024-11-07 at 02:55:08 UTC

    • IP
      187.156.150.6
      Network
      187.156.0.0/15
      Domain(s)
      prod-infinitum.com.mx
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://187.156.150.6:1741/ 200

      HTTP Title
      Acceso web
      Reverse DNS
      dsl-187-156-150-6-dyn.prod-infinitum.com.mx
      ASN
      AS8151
      Organization
      UNINET
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      1f0540c7f7a2fa4956ad1e95b509c719
      HTTP Header MD5
      93c67a2c59826d6b701560a1d2cb5e72
      HTTP Body MD5
      a1eb969d584414d44d8dc388d44dca81
    • HTTP/1.1 200 OK
      Content-Length: 22956
      Accept-Ranges: bytes
      Content-Type: text/html; charset=UTF-8
      X-XSS-Protection: 1; mode=block
      Date: Thu, 07 Nov 2024 02:55:07 GMT
      Expires: 0
      Cache-Control: no-cache, no-store, must-revalidate, private, max-age=0
      Last-Modified: Mon, 27 Mar 2023 19:46:34 GMT
      Pragma: no-cache
      Connection: close
      
      <!-- TEMPLATEVALUES]|[v1]|[Photo]|[Logon]|[127.0.0.1]|[5689]|[Acceso web]|[Inicio de sesión]|[#21183D]|[33, 24, 61]|[#FFFFFF]|[Verdana, Geneva, sans-serif]|[Conectando usuarios y equipos a través de Internet]|[13]|[#0A8AB1]|[software/java/img/header_web.png]|[software/java/img/footer.png]|[Usuario:]|[Clave:]|[Dominio:]|[Inicio de sesión]|[]|[]|[]|[false]|[true]|[as_browser]|[html5]|[true]|[false]|[false]|[true]|[text]|[7]|[32]|[4]|[0]|[15]|[true]|[yes]|[true]|[true]|[false]|[index_applications.html]|[Portal remoto de aplicaciones]|[Aplicaciones]|[Cerrar Sesión]|[#AAAAAA]|[#CCCCCC]|[4]|[11]|[11]|[8]|[32]|[13]|[City]|[]|[2-step verification:]|[false]|[false]|[0]|[false]|[false]|[7]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[ -->
      <!doctype html>
      <html>
      <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta http-equiv="X-XSS-Protection" content="1; mode=block" />
      <meta http-equiv="cache-control" content="max-age=0" />
      <meta http-equiv="cache-control" content="no-cache" />
      <meta http-equiv="cache-control" content="no-store" />
      <meta http-equiv="expires" content="0" />
      <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>Acceso web</title>
      
      <script type="text/javascript" src="software/java/third/jws.js"></script>
      <script type="text/javascript" src="software/java/third/sha256.js"></script>
      <script type="text/javascript" src="software/remoteapp2.js"></script>
      <script type="text/javascript">
        // --------------- Page Configuration ---------------
        var page_configuration = new Array();
        page_configuration["access_type"] = "html5";     // Client Type (specify the client to use with "remoteapp2" or "html5" (legacy client types: "java", "remoteapp") ; or let the user choose between several clients with "remoteapp2+html5")
        page_configuration["is_standard"] = true;   // Standard Logon Web Page (do not edit this parameter - support only)
        page_configuration["show_domain"] = false;   // Show a Domain field (true if it must be displayed, false otherwise)
        page_configuration["is_webcredentials"] = false;   // Logon using WebCredentials (true if it is, false otherwise)
        page_configuration["allow_empty_password"] = false;   // Allow empty Password field - only intended for WebCredentials (true if it allowed, false otherwise)
        page_configuration["show_password"] = true;   // Show a Password field (true if it must be displayed, false otherwise)
        page_configuration["remember_credentials"] = true;	// Remember login and domain in a cookie (true if must be remembered, false otherwise)
        page_configuration["hide_server_list"] = false;	// Hide the server list if load-balancing is enabled
        page_configuration["applications_portal"] = "index_applications.html";	  // Display Application Portal after logon ("your_page_applications.html" to display the application portal, "" to start remote connection directly after logon)
        page_configuration["show_windows_password_reset_button"] = false;	  // Display the windows password reset button
        page_configuration["show_windows_password_expiration_alert"] = false;	  // Show a windows password expiration alert popin when password expires soon
        // --------------- End of Page Configuration ---------------
      
        // --------------- Access Configuration ---------------
        var user = "";                              // Login to use when connecting to the remote server (leave "" to use the login typed in this page)
        var pass = "";                              // Password to use when connecting to the remote server (leave "" to use the password typed in this page)
        var domain = "";                            // Domain to use when connecting to the remote server (leave "" to use the domain typed in this page)
        var server = "127.0.0.1";                            // Server to connect to (leave "" to use localhost and/or the server chosen in this page)
        var port = "";                              // Port to connect to (leave "" to use localhost and/or the port of the server chosen in this page)
        var lang = "as_browser";                    // Language to use
        var serverhtml5 = "127.0.0.1";              // Server to connect to, when using HTML5 client
      var porthtml5 = "5689";
        var cmdline = "";                           // Optional text that will be put in the server's clipboard once connected
        // --------------- End of Access Configuration ---------------
      
        // --------------- Seamless Access Configuration ---------------
        var alloutside = "dummyvaro=false; ";
        alloutside += "switcher=7; ";               // Resolution to use (if your server supports RemoteApp, leave 7. Otherwise, use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)
        alloutside += "bpp_all=32; ";               // Pixel Depth to use for Windows clients (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits, 32 for 32 bits)
        alloutside += "bpp_all_mac='4'; ";          // Pixel Depth to use for MAC clients (use one of the following values: 1 for 15 bits display, 2 for 16 bits, 3 for 24 bits, 4 for 32 bits)
        alloutside += "cmdline='"+cmdline+"'; ";
        //alloutside += "server=''; ";                  // Server (leave empty '' for auto recognition)
        //alloutside += "username=''; ";                // Autologon User Login (leave empty '' if you don't want to use Autologon)
        //alloutside += "rdppass=''; ";                 // Autologon User Password (leave empty '' if you don't want to use Autologon)
        //alloutside += "mydomain=''; "                 // Domain (leave empty '' if you don't have an Active Directory domain)
        alloutside += "interval_print_option='11'; ";	// Web Printing Options
        // --------------- End of Seamless Access Configuration ---------------
      
        // --------------- Java Access Configuration ---------------
        var allinside = "dummyvari=false; ";
        allinside += "switcher=0; ";                // Resolution to use (use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)
        allinside += "bpp_all=15; ";                // Pixel Depth to use (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits)
        allinside += "cmdline='"+cmdline+"'; ";
        //allinside += "server=''; ";                   // Server (leave empty '' for auto recognition)
        //allinside += "username=''; ";                 // Autologon User Login (leave empty '' if you don't want to use Autologon)
        //allinside += "rdppass=''; ";                  // Autologon User Password (leave empty '' if you don't want to use Autologon)
        //allinside += "mydomain=''; "                  // Domain (leave empty '' if you don't have an Active Directory domain)
        allinside += "sameasweb = 'yes'; ";         // Port to use for the RDP connection ('yes' if you want to use the same port as this page's web server address, 'no' otherwise
        allinside += "insidecheck = true; ";        // Start the Java Client inside the browser (true to start it inside the browser, false to start it externally)
        allinside += "soundsup = true; ";           // Sound Support (true to activate it, false otherwise)
        allinside += "mapsup = true; ";             // Local Disk Mapping (true to activate it, false otherwise)
        allinside += "activex = false; ";           // ActiveX instead of Java in Internet Explorer browsers (true if you want to use ActiveX client instead of the Java client, false otherwise)
        allinside += "interval_print_option='11'; ";		// Web Printing Options
        // --------------- End of Java Access Configuration ---------------
        // --------------- PWA Configuration ---------------
        var isPWAEnabled = "yes";
        var edgeVersion = navigator.userAgent.match(/(Edge|Edg)\/(\d+)/i);
        var isOldEdge = edgeVersion !== null && edgeVersion[2] < 80;
        var isIE = typeof window.document.documentMode !== "undefined";
        var isFirefox = navigator.userAgent.indexOf("Firefox") > -1;
        var isPWASupported = !(isOldEdge || isIE || isFirefox);
        
        // Delete previous service worker cache
        caches.delete('site-dynamic-v1');
        
        if(isPWAEnabled != "no" && isPWASupported && 'serviceWorker' in navigator){
          var link = document.createElement('link');
          link.rel = 'manifest';
          link.href = 'manifest.json';
          document.head.append(link);
          navigator.serviceWorker.register('./sw.js')
            .then(function(reg) {console.log('Service Worker registered')})
            .catch(function(err) {console.log('Service Worker not registered', err)});
        }
        else {
      	if('serviceWorker' in navigator) {
      		navigator.serviceWorker.getRegistration('./sw.js').then(function(reg) {
      			if(reg !== undefined) {
      				console.log('Unregistering Service Worker');
      				reg.unregister();
      			}
      		}).catch(function(err) {
      			console.log('Service Worker unregistration failed: ', err);
      		});
      	}
        }
        // --------------- End of PWA Configuration ---------------
      </script>
      <!--[if IE]><script type="text/javascript">window.iecondition = true;</script><![endif]-->
      <script type="text/javascript" src="software/lang.js"></script>
      <script type="text/javascript" src="software/common.js"></script>
      <style type="text/css">
      @font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin-ext.woff2) format('woff2');unicode-range:U+0100024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}
      @font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin.woff2) format('woff2');unicode-range:U+000000FF,U+0131,U+01520153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
      </style>
      <script src="software/js/jquery.min.js"></script>
      <style type="text/css">
      html { 
      	margin:0;
      	padding:0;
      	font-size: 12px;
      	color: #FFFFFF;
      	background: url('templates/photo/img/City.jpg') no-repeat center fixed;
      	-webkit-background-size: cover;
      	background-size: cover;
      	font-family: Verdana;
      	height: 100%;
      	width: 100%;
      }
      input {
      	font-family: 'Exo', sans-serif;
      	width: 178px;
      	height: 20px;
      	line-height: 20px;
      	background: none;
      	color: #FFFFFF;
      	border: 1px solid #FFFFFF;
      	padding: 5px;
      	margin: 5px;
      	display: block;
      	-webkit-border-radius: 2px;
      	-moz-border-radius: 2px;
      	-moz-border-radius: 2px;
      	border-radius: 2px;
      }
      select {
      	font-family: 'Exo', sans-serif;
      	width: 190px;
      	height: 32px;
      	margin: 5px;
      	padding: 5px;
      	background: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;
      	color: #FFFFFF;
      	border: 1px solid #FFFFFF;
      	-webkit-border-radius: 2px;
      	-moz-border-radius: 2px;
      	border-radius: 2px;
      	-webkit-appearance: none;
      }
      select option { color: #000000; }
      input[type="button"] {
      	width: 192px;
      	background: #FFFFFF;
      	color: #21183D;
      	padding: 15px;
      	line-height: 0;
      	font-weight: bold;
      	font-size: 15px;
      }
      input[type="radio"] {
      	display: inline;
      	width: auto;
      	height: 12px;
      	width: 12px;
      	margin: 0;
      	padding: 0;
      	border: none;
      }
      label {
      	line-height: 30px;
      	display: inline-block;
      	margin: 5px;
      }
      ::-webkit-input-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      :-moz-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      ::-moz-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      :-ms-input-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      .styled-select select
      {
      appearance:none;
      -moz-appearance:none;
      -webkit-appearance:none;
      }
      .center {
      	width:220px;
      	position:relative;
      	left:50%;
      	top:80px;
      	padding: 20px 20px 20px 35px;
      	margin:0 0 20px -137px;
      	background: rgb(33, 24, 61);
      	background: rgba(33, 24, 61,0.7);
      	-webkit-border-radius: 5px;
      	-moz-border-radius: 5px;
      	border-radius: 5px;
      }
      .logo {
      	max-width: 200px;
      }
      
      #tr-domain, #tr-password, #tr-verifypassword {
      	display: none;
      	margin-top: 0px;
      }
      #select-server {
      	display: none;
      }
      #span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko, #span-twofa-ko {
          display: none;
      }
      #retype-password-input, #retype-password-label {
      	display: none;
      }
      #span-credentials-ko {
      	font-weight: bold;
      	text-align: center;
      }
      #accesstypeuserpanel {
      	display: none;
      	text-align: center;
      	margin-top: 0px;
      }
      #accesstypeuserpanel label {
      	display: none;
      }
      #top_right_menu_actions input {
      	width: auto;
      }
      </style>
      <link rel="stylesheet" type="text/css" href="popins.css" />
      <!--[if lte IE 8]>
        <style type="text/css">
      	.center {
            background:transparent;
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b421183D,endColorstr=#b421183D);
            zoom: 1;
          }
        </style>
      <![endif]-->
      <link rel="stylesheet" type="text/css" href="custom.css" />
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
      <script type="text/javascript" src="custom.js"></script>
      </head>
      
      
      <body onkeypress="CheckKey(event);" onload="setAll();">
      <div id="top_right_menu_actions" style="position: fixed;top: 10px; right: 10px;">
          <input type="button" id="windows-password-reset-button" value="Reset Windows password" onclick="showResetWindowsPasswordPopin();return false;" style="display: none;cursor: pointer;" />
      </div>
      
      <div class="center" id="divcenter">
      <img src="software/java/img/header_web.png" class="logo">
      	<p>Inicio de sesión</p>
      <div name="logonform" id="logonformid">
      <span id="tr-domain"><input type="text" name="Domain" id="Editbox3" value="" placeholder="Dominio:"></span>
      <span id="span-login-ok"><img src="templates/photo/img/ok.png" width="20" height="30" alt="" style="float: right;"></span><span id="span-login-ko"><img src="templates/photo/img/ko.png" width="20" height="30" alt="" style="float: right;"></span><input type="text" name="username" id="Editbox1" onblur="onLoginTyped();" value="" placeholder="Usuario:">
      <span id="span-password-ok"><img src="templates/photo/img/ok.png" width="20" height="30" alt="" style="float: right;"></span><span id="span-password-ko"><img src="templates/photo/img/ko.png" width="20" height="30" alt="" style="float: right;"></span><span id="tr-password"><input type="password" name="Password" id="Editbox2" onfocus="onPasswordFocused();" value="" placeholder="Clave:">
      <span toggle="#password-field" class="fa fa-fw fa-eye field-icon toggle-password" style="float: right; margin-top: -25px; margin-right: 10px; cursor: pointer; z-index: 2; position: relative;"></span></span>
      <select id="select-server" name="server"></select>
      <span id="accesstypeuserpanel">
      <label id="label_accesstypeuserchoice_html5" for="accesstypeuserchoice_html5"><input type="radio" value="html5" name="accesstypeuserchoice" id="accesstypeuserchoice_html5" onchange="remoteAppPluginPopinHide();" checked="checked"> HTML5</label>
      <label id="label_accesstypeuserchoice_java" for="accesstypeuserchoice_java"><input type="radio" value="java" name="accesstypeuserchoice" id="accesstypeuserchoice_java" onchange="remoteAppPluginPopinHide();"> Java</label>
      <label id="label_accesstypeuserchoice_remoteapp" for="accesstypeuserchoice_remoteapp"><input type="radio" value="remoteapp" name="accesstypeuserchoice" id="accesstypeuserchoice_remoteapp" onchange="remoteAppPluginPopinHide();"> Windows</label>
      <label id="label_accesstypeuserchoice_remoteapp2" for="accesstypeuserchoice_remoteapp2"><input type="radio" value="remoteapp2" name="accesstypeuserchoice" id="accesstypeuserchoice_remoteapp2" onchange="remoteAppPluginPopinShow();"> RemoteApp</label>
      </span>
      <p id="span-credentials-ko">Invalid credentials</p>
      <input id="buttonLogOn" type="button" value="Inicio de sesión" />
      </div>
      <div style="visibility:hidde
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:55:08.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cloudflare.com"
               ],
               "file" : [
                  "manifest.json"
               ],
               "hostname" : [
                  "cdnjs.cloudflare.com"
               ],
               "ip" : [
                  "127.0.0.1"
               ],
               "url" : [
                  "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
               ]
            },
            "http" : {
               "bodymd5" : "a1eb969d584414d44d8dc388d44dca81",
               "bodymmh3" : -149751365,
               "header" : [
                  {
                     "value" : "Mon, 27 Mar 2023 19:46:34 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "93c67a2c59826d6b701560a1d2cb5e72",
               "headermmh3" : -194073979,
               "title" : "Acceso web"
            },
            "length" : 16384
         },
         "asn" : "AS8151",
         "city" : "Saltillo",
         "country" : "MX",
         "data" : "HTTP/1.1 200 OK\r\nContent-Length: 22956\r\nAccept-Ranges: bytes\r\nContent-Type: text/html; charset=UTF-8\r\nX-XSS-Protection: 1; mode=block\r\nDate: Thu, 07 Nov 2024 02:55:07 GMT\r\nExpires: 0\r\nCache-Control: no-cache, no-store, must-revalidate, private, max-age=0\r\nLast-Modified: Mon, 27 Mar 2023 19:46:34 GMT\r\nPragma: no-cache\r\nConnection: close\r\n\r\n<!-- TEMPLATEVALUES]|[v1]|[Photo]|[Logon]|[127.0.0.1]|[5689]|[Acceso web]|[Inicio de sesi\u00f3n]|[#21183D]|[33, 24, 61]|[#FFFFFF]|[Verdana, Geneva, sans-serif]|[Conectando usuarios y equipos a trav\u00e9s de Internet]|[13]|[#0A8AB1]|[software/java/img/header_web.png]|[software/java/img/footer.png]|[Usuario:]|[Clave:]|[Dominio:]|[Inicio de sesi\u00f3n]|[]|[]|[]|[false]|[true]|[as_browser]|[html5]|[true]|[false]|[false]|[true]|[text]|[7]|[32]|[4]|[0]|[15]|[true]|[yes]|[true]|[true]|[false]|[index_applications.html]|[Portal remoto de aplicaciones]|[Aplicaciones]|[Cerrar Sesi\u00f3n]|[#AAAAAA]|[#CCCCCC]|[4]|[11]|[11]|[8]|[32]|[13]|[City]|[]|[2-step verification:]|[false]|[false]|[0]|[false]|[false]|[7]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[ -->\r\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\r\n<meta http-equiv=\"X-XSS-Protection\" content=\"1; mode=block\" />\r\n<meta http-equiv=\"cache-control\" content=\"max-age=0\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-cache\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-store\" />\r\n<meta http-equiv=\"expires\" content=\"0\" />\r\n<meta http-equiv=\"expires\" content=\"Tue, 01 Jan 1980 1:00:00 GMT\" />\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n<title>Acceso web</title>\r\n\r\n<script type=\"text/javascript\" src=\"software/java/third/jws.js\"></script>\r\n<script type=\"text/javascript\" src=\"software/java/third/sha256.js\"></script>\r\n<script type=\"text/javascript\" src=\"software/remoteapp2.js\"></script>\r\n<script type=\"text/javascript\">\r\n  // --------------- Page Configuration ---------------\r\n  var page_configuration = new Array();\r\n  page_configuration[\"access_type\"] = \"html5\";     // Client Type (specify the client to use with \"remoteapp2\" or \"html5\" (legacy client types: \"java\", \"remoteapp\") ; or let the user choose between several clients with \"remoteapp2+html5\")\r\n  page_configuration[\"is_standard\"] = true;   // Standard Logon Web Page (do not edit this parameter - support only)\r\n  page_configuration[\"show_domain\"] = false;   // Show a Domain field (true if it must be displayed, false otherwise)\r\n  page_configuration[\"is_webcredentials\"] = false;   // Logon using WebCredentials (true if it is, false otherwise)\r\n  page_configuration[\"allow_empty_password\"] = false;   // Allow empty Password field - only intended for WebCredentials (true if it allowed, false otherwise)\r\n  page_configuration[\"show_password\"] = true;   // Show a Password field (true if it must be displayed, false otherwise)\r\n  page_configuration[\"remember_credentials\"] = true;\t// Remember login and domain in a cookie (true if must be remembered, false otherwise)\r\n  page_configuration[\"hide_server_list\"] = false;\t// Hide the server list if load-balancing is enabled\r\n  page_configuration[\"applications_portal\"] = \"index_applications.html\";\t  // Display Application Portal after logon (\"your_page_applications.html\" to display the application portal, \"\" to start remote connection directly after logon)\r\n  page_configuration[\"show_windows_password_reset_button\"] = false;\t  // Display the windows password reset button\r\n  page_configuration[\"show_windows_password_expiration_alert\"] = false;\t  // Show a windows password expiration alert popin when password expires soon\r\n  // --------------- End of Page Configuration ---------------\r\n\r\n  // --------------- Access Configuration ---------------\r\n  var user = \"\";                              // Login to use when connecting to the remote server (leave \"\" to use the login typed in this page)\r\n  var pass = \"\";                              // Password to use when connecting to the remote server (leave \"\" to use the password typed in this page)\r\n  var domain = \"\";                            // Domain to use when connecting to the remote server (leave \"\" to use the domain typed in this page)\r\n  var server = \"127.0.0.1\";                            // Server to connect to (leave \"\" to use localhost and/or the server chosen in this page)\r\n  var port = \"\";                              // Port to connect to (leave \"\" to use localhost and/or the port of the server chosen in this page)\r\n  var lang = \"as_browser\";                    // Language to use\r\n  var serverhtml5 = \"127.0.0.1\";              // Server to connect to, when using HTML5 client\r\nvar porthtml5 = \"5689\";\r\n  var cmdline = \"\";                           // Optional text that will be put in the server's clipboard once connected\r\n  // --------------- End of Access Configuration ---------------\r\n\r\n  // --------------- Seamless Access Configuration ---------------\r\n  var alloutside = \"dummyvaro=false; \";\r\n  alloutside += \"switcher=7; \";               // Resolution to use (if your server supports RemoteApp, leave 7. Otherwise, use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)\r\n  alloutside += \"bpp_all=32; \";               // Pixel Depth to use for Windows clients (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits, 32 for 32 bits)\r\n  alloutside += \"bpp_all_mac='4'; \";          // Pixel Depth to use for MAC clients (use one of the following values: 1 for 15 bits display, 2 for 16 bits, 3 for 24 bits, 4 for 32 bits)\r\n  alloutside += \"cmdline='\"+cmdline+\"'; \";\r\n  //alloutside += \"server=''; \";                  // Server (leave empty '' for auto recognition)\r\n  //alloutside += \"username=''; \";                // Autologon User Login (leave empty '' if you don't want to use Autologon)\r\n  //alloutside += \"rdppass=''; \";                 // Autologon User Password (leave empty '' if you don't want to use Autologon)\r\n  //alloutside += \"mydomain=''; \"                 // Domain (leave empty '' if you don't have an Active Directory domain)\r\n  alloutside += \"interval_print_option='11'; \";\t// Web Printing Options\r\n  // --------------- End of Seamless Access Configuration ---------------\r\n\r\n  // --------------- Java Access Configuration ---------------\r\n  var allinside = \"dummyvari=false; \";\r\n  allinside += \"switcher=0; \";                // Resolution to use (use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)\r\n  allinside += \"bpp_all=15; \";                // Pixel Depth to use (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits)\r\n  allinside += \"cmdline='\"+cmdline+\"'; \";\r\n  //allinside += \"server=''; \";                   // Server (leave empty '' for auto recognition)\r\n  //allinside += \"username=''; \";                 // Autologon User Login (leave empty '' if you don't want to use Autologon)\r\n  //allinside += \"rdppass=''; \";                  // Autologon User Password (leave empty '' if you don't want to use Autologon)\r\n  //allinside += \"mydomain=''; \"                  // Domain (leave empty '' if you don't have an Active Directory domain)\r\n  allinside += \"sameasweb = 'yes'; \";         // Port to use for the RDP connection ('yes' if you want to use the same port as this page's web server address, 'no' otherwise\r\n  allinside += \"insidecheck = true; \";        // Start the Java Client inside the browser (true to start it inside the browser, false to start it externally)\r\n  allinside += \"soundsup = true; \";           // Sound Support (true to activate it, false otherwise)\r\n  allinside += \"mapsup = true; \";             // Local Disk Mapping (true to activate it, false otherwise)\r\n  allinside += \"activex = false; \";           // ActiveX instead of Java in Internet Explorer browsers (true if you want to use ActiveX client instead of the Java client, false otherwise)\r\n  allinside += \"interval_print_option='11'; \";\t\t// Web Printing Options\r\n  // --------------- End of Java Access Configuration ---------------\r\n  // --------------- PWA Configuration ---------------\r\n  var isPWAEnabled = \"yes\";\r\n  var edgeVersion = navigator.userAgent.match(/(Edge|Edg)\\/(\\d+)/i);\r\n  var isOldEdge = edgeVersion !== null && edgeVersion[2] < 80;\r\n  var isIE = typeof window.document.documentMode !== \"undefined\";\r\n  var isFirefox = navigator.userAgent.indexOf(\"Firefox\") > -1;\r\n  var isPWASupported = !(isOldEdge || isIE || isFirefox);\r\n  \r\n  // Delete previous service worker cache\r\n  caches.delete('site-dynamic-v1');\r\n  \r\n  if(isPWAEnabled != \"no\" && isPWASupported && 'serviceWorker' in navigator){\r\n    var link = document.createElement('link');\r\n    link.rel = 'manifest';\r\n    link.href = 'manifest.json';\r\n    document.head.append(link);\r\n    navigator.serviceWorker.register('./sw.js')\r\n      .then(function(reg) {console.log('Service Worker registered')})\r\n      .catch(function(err) {console.log('Service Worker not registered', err)});\r\n  }\r\n  else {\r\n\tif('serviceWorker' in navigator) {\r\n\t\tnavigator.serviceWorker.getRegistration('./sw.js').then(function(reg) {\r\n\t\t\tif(reg !== undefined) {\r\n\t\t\t\tconsole.log('Unregistering Service Worker');\r\n\t\t\t\treg.unregister();\r\n\t\t\t}\r\n\t\t}).catch(function(err) {\r\n\t\t\tconsole.log('Service Worker unregistration failed: ', err);\r\n\t\t});\r\n\t}\r\n  }\r\n  // --------------- End of PWA Configuration ---------------\r\n</script>\r\n<!--[if IE]><script type=\"text/javascript\">window.iecondition = true;</script><![endif]-->\r\n<script type=\"text/javascript\" src=\"software/lang.js\"></script>\r\n<script type=\"text/javascript\" src=\"software/common.js\"></script>\r\n<style type=\"text/css\">\r\n@font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin-ext.woff2) format('woff2');unicode-range:U+0100024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}\r\n@font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin.woff2) format('woff2');unicode-range:U+000000FF,U+0131,U+01520153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}\r\n</style>\r\n<script src=\"software/js/jquery.min.js\"></script>\r\n<style type=\"text/css\">\r\nhtml { \r\n\tmargin:0;\r\n\tpadding:0;\r\n\tfont-size: 12px;\r\n\tcolor: #FFFFFF;\r\n\tbackground: url('templates/photo/img/City.jpg') no-repeat center fixed;\r\n\t-webkit-background-size: cover;\r\n\tbackground-size: cover;\r\n\tfont-family: Verdana;\r\n\theight: 100%;\r\n\twidth: 100%;\r\n}\r\ninput {\r\n\tfont-family: 'Exo', sans-serif;\r\n\twidth: 178px;\r\n\theight: 20px;\r\n\tline-height: 20px;\r\n\tbackground: none;\r\n\tcolor: #FFFFFF;\r\n\tborder: 1px solid #FFFFFF;\r\n\tpadding: 5px;\r\n\tmargin: 5px;\r\n\tdisplay: block;\r\n\t-webkit-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\tborder-radius: 2px;\r\n}\r\nselect {\r\n\tfont-family: 'Exo', sans-serif;\r\n\twidth: 190px;\r\n\theight: 32px;\r\n\tmargin: 5px;\r\n\tpadding: 5px;\r\n\tbackground: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;\r\n\tcolor: #FFFFFF;\r\n\tborder: 1px solid #FFFFFF;\r\n\t-webkit-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\tborder-radius: 2px;\r\n\t-webkit-appearance: none;\r\n}\r\nselect option { color: #000000; }\r\ninput[type=\"button\"] {\r\n\twidth: 192px;\r\n\tbackground: #FFFFFF;\r\n\tcolor: #21183D;\r\n\tpadding: 15px;\r\n\tline-height: 0;\r\n\tfont-weight: bold;\r\n\tfont-size: 15px;\r\n}\r\ninput[type=\"radio\"] {\r\n\tdisplay: inline;\r\n\twidth: auto;\r\n\theight: 12px;\r\n\twidth: 12px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder: none;\r\n}\r\nlabel {\r\n\tline-height: 30px;\r\n\tdisplay: inline-block;\r\n\tmargin: 5px;\r\n}\r\n::-webkit-input-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n:-moz-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n::-moz-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n:-ms-input-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n.styled-select select\r\n{\r\nappearance:none;\r\n-moz-appearance:none;\r\n-webkit-appearance:none;\r\n}\r\n.center {\r\n\twidth:220px;\r\n\tposition:relative;\r\n\tleft:50%;\r\n\ttop:80px;\r\n\tpadding: 20px 20px 20px 35px;\r\n\tmargin:0 0 20px -137px;\r\n\tbackground: rgb(33, 24, 61);\r\n\tbackground: rgba(33, 24, 61,0.7);\r\n\t-webkit-border-radius: 5px;\r\n\t-moz-border-radius: 5px;\r\n\tborder-radius: 5px;\r\n}\r\n.logo {\r\n\tmax-width: 200px;\r\n}\r\n\r\n#tr-domain, #tr-password, #tr-verifypassword {\r\n\tdisplay: none;\r\n\tmargin-top: 0px;\r\n}\r\n#select-server {\r\n\tdisplay: none;\r\n}\r\n#span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko, #span-twofa-ko {\r\n    display: none;\r\n}\r\n#retype-password-input, #retype-password-label {\r\n\tdisplay: none;\r\n}\r\n#span-credentials-ko {\r\n\tfont-weight: bold;\r\n\ttext-align: center;\r\n}\r\n#accesstypeuserpanel {\r\n\tdisplay: none;\r\n\ttext-align: center;\r\n\tmargin-top: 0px;\r\n}\r\n#accesstypeuserpanel label {\r\n\tdisplay: none;\r\n}\r\n#top_right_menu_actions input {\r\n\twidth: auto;\r\n}\r\n</style>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"popins.css\" />\r\n<!--[if lte IE 8]>\r\n  <style type=\"text/css\">\r\n\t.center {\r\n      background:transparent;\r\n      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b421183D,endColorstr=#b421183D);\r\n      zoom: 1;\r\n    }\r\n  </style>\r\n<![endif]-->\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"custom.css\" />\r\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css\"/>\r\n<script type=\"text/javascript\" src=\"custom.js\"></script>\r\n</head>\r\n\r\n\r\n<body onkeypress=\"CheckKey(event);\" onload=\"setAll();\">\r\n<div id=\"top_right_menu_actions\" style=\"position: fixed;top: 10px; right: 10px;\">\r\n    <input type=\"button\" id=\"windows-password-reset-button\" value=\"Reset Windows password\" onclick=\"showResetWindowsPasswordPopin();return false;\" style=\"display: none;cursor: pointer;\" />\r\n</div>\r\n\r\n<div class=\"center\" id=\"divcenter\">\r\n<img src=\"software/java/img/header_web.png\" class=\"logo\">\r\n\t<p>Inicio de sesi\u00f3n</p>\r\n<div name=\"logonform\" id=\"logonformid\">\r\n<span id=\"tr-domain\"><input type=\"text\" name=\"Domain\" id=\"Editbox3\" value=\"\" placeholder=\"Dominio:\"></span>\r\n<span id=\"span-login-ok\"><img src=\"templates/photo/img/ok.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"span-login-ko\"><img src=\"templates/photo/img/ko.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><input type=\"text\" name=\"username\" id=\"Editbox1\" onblur=\"onLoginTyped();\" value=\"\" placeholder=\"Usuario:\">\r\n<span id=\"span-password-ok\"><img src=\"templates/photo/img/ok.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"span-password-ko\"><img src=\"templates/photo/img/ko.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"tr-password\"><input type=\"password\" name=\"Password\" id=\"Editbox2\" onfocus=\"onPasswordFocused();\" value=\"\" placeholder=\"Clave:\">\r\n<span toggle=\"#password-field\" class=\"fa fa-fw fa-eye field-icon toggle-password\" style=\"float: right; margin-top: -25px; margin-right: 10px; cursor: pointer; z-index: 2; position: relative;\"></span></span>\r\n<select id=\"select-server\" name=\"server\"></select>\r\n<span id=\"accesstypeuserpanel\">\r\n<label id=\"label_accesstypeuserchoice_html5\" for=\"accesstypeuserchoice_html5\"><input type=\"radio\" value=\"html5\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_html5\" onchange=\"remoteAppPluginPopinHide();\" checked=\"checked\"> HTML5</label>\r\n<label id=\"label_accesstypeuserchoice_java\" for=\"accesstypeuserchoice_java\"><input type=\"radio\" value=\"java\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_java\" onchange=\"remoteAppPluginPopinHide();\"> Java</label>\r\n<label id=\"label_accesstypeuserchoice_remoteapp\" for=\"accesstypeuserchoice_remoteapp\"><input type=\"radio\" value=\"remoteapp\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_remoteapp\" onchange=\"remoteAppPluginPopinHide();\"> Windows</label>\r\n<label id=\"label_accesstypeuserchoice_remoteapp2\" for=\"accesstypeuserchoice_remoteapp2\"><input type=\"radio\" value=\"remoteapp2\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_remoteapp2\" onchange=\"remoteAppPluginPopinShow();\"> RemoteApp</label>\r\n</span>\r\n<p id=\"span-credentials-ko\">Invalid credentials</p>\r\n<input id=\"buttonLogOn\" type=\"button\" value=\"Inicio de sesi\u00f3n\" />\r\n</div>\r\n<div style=\"visibility:hidde",
         "datamd5" : "1f0540c7f7a2fa4956ad1e95b509c719",
         "datammh3" : 1609716231,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "prod-infinitum.com.mx"
         ],
         "geolocus" : {
            "asn" : "AS8151",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "prod-infinitum.com.mx",
               "uninet.com.mx"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-USCV4-LACNIC",
            "organization" : "UNINET",
            "subnet" : "187.156.0.0/15"
         },
         "host" : [
            "dsl-187-156-150-6-dyn"
         ],
         "hostname" : [
            "dsl-187-156-150-6-dyn.prod-infinitum.com.mx"
         ],
         "ip" : "187.156.150.6",
         "ipv6" : "false",
         "latitude" : "25.0291",
         "location" : "25.0291,-101.1251",
         "longitude" : "-101.1251",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "UNINET",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "port" : 1741,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "dsl-187-156-150-6-dyn.prod-infinitum.com.mx"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.156.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com.mx"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }