Returning 10 result(s) out of 21,096 in 0.064 second(s)

  • 52.195.161.74:4899 (tcp/http) - last seen on 2024-11-21 at 10:33:03 UTC

    • IP
      52.195.161.74
      Network
      52.192.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://52.195.161.74:4899/ 200

      HTTP Title
      Login - CyberPanel
      HTTP Description
      Login to your CypberPanel account
      Reverse DNS
      ec2-52-195-161-74.ap-northeast-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      CyberPanel CyberPanel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      b2b34bdfe0af1c78928423b6677d57cd
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      9aded8c1674ec306e85ba54319fa7da3
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 10:33:02 GMT
      Server: nginx
      Content-Length: 21781
      Content-Type: text/html
      
      <!DOCTYPE html>
      <html lang="en">
      
      <head>
          <style>
              .d-flex {
                  display: flex;
              }
      
              .flex-column {
                  flex-direction: column;
              }
      
              .justify-content-between {
                  justify-content: space-between;
              }
      
              .col-login {
                  height: 100vh;
                  display: flex;
                  flex-direction: column;
      
              }
      
              .col-login-left {
                  background: rgb(51, 204, 204);
                  background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                  justify-content: space-between;
              }
      
              .form-group .input-group select.form-control,
              .form-group .input-group input.form-control,
              button.btn.btn-login {
                  height: 45px;
      
              }
      
              button.btn.btn-login {
                  background-color: rgb(51, 204, 204);
                  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              button.btn.btn-login:hover {
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              }
      
              .form-group .input-group select.form-control:focus,
              .form-group .input-group input.form-control:focus,
              button.btn.btn-login {
                  border: 1px solid rgb(51, 204, 204);
              }
      
              .col-login-right {
                  background: #ffffff;
                  justify-content: center;
              }
      
              .col-login-right .login-wrapper {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-around;
              }
      
              a.login-changelogs {
                  border-top: 1px solid #fff;
              }
      
              .login-changelogs .card {
                  padding: 1em;
                  background-color: #fff;
                  border-radius: 8px;
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              .login-changelogs .card:hover {
                  color: rgb(51, 204, 204);
                  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
              }
      
              .card-body {
                  padding-left: 15px;
              }
      
              .object-fit {
                  height: 100%;
                  width: 100%;
                  object-fit: cover;
                  border-radius: 6px;
              }
      
              h4.card-learnmore {
                  margin-top: 15px;
                  position: relative;
                  color: rgb(51, 204, 204);
                  font-weight: 500;
                  font-size: 1.2em;
      
              }
      
              h4.card-learnmore span {
                  display: inline;
                  padding-bottom: 4px;
                  border-bottom: 1px solid rgb(51, 204, 204);
              }
      
              .alert.alert-danger {
                  text-align: center;
                  margin: 1em 2em 1em 2em;
                  padding-top: 1em;
                  padding-bottom: 1em;
                  border: 1px solid red;
              }
      
      
              /* Loading Spinner */
              .spinner {
                  margin: 0;
                  width: 70px;
                  height: 18px;
                  margin: -35px 0 0 -9px;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  text-align: center
              }
      
              .spinner > div {
                  width: 18px;
                  height: 18px;
                  background-color: #333;
                  border-radius: 100%;
                  display: inline-block;
                  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                  animation: bouncedelay 1.4s infinite ease-in-out;
                  -webkit-animation-fill-mode: both;
                  animation-fill-mode: both
              }
      
              .spinner .bounce1 {
                  -webkit-animation-delay: -.32s;
                  animation-delay: -.32s
              }
      
              .spinner .bounce2 {
                  -webkit-animation-delay: -.16s;
                  animation-delay: -.16s
              }
      
              @-webkit-keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      -webkit-transform: scale(1.0)
                  }
              }
      
              @keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      transform: scale(0.0);
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      transform: scale(1.0);
                      -webkit-transform: scale(1.0)
                  }
              }
          </style>
          <meta charset="UTF-8">
          <!--[if IE]>
          <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
          <title> Login - CyberPanel </title>
          <meta name="description" content="Login to your CypberPanel account">
          <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
      
          <!-- Favicons -->
      
      
          <link rel="stylesheet" type="text/css" href="/static/baseTemplate/assets/finalLoginPageCSS/allCss.css">
      
          <!-- HELPERS -->
      
          <!-- ELEMENTS -->
      
          <!-- ICONS -->
      
          <!-- Admin theme -->
      
          <!-- Components theme -->
      
          <!-- JS Core -->
      
          <script type="text/javascript" src="/static/baseTemplate/assets/js-core/jquery-core.min.js"></script>
      
          <script type="text/javascript">
              $(window).load(function () {
                  setTimeout(function () {
                      $('#loading').fadeOut(400, "linear");
                  }, 300);
              });
          </script>
      
          <!-- JS Ends -->
      
          <style type="text/css">
              html,
              body {
                  height: 100%;
                  background: #ffffff;
              }
          </style>
      
          <style>
              #header-logo .logo-content-big, .logo-content-small{
        height:50px!important;
      }
      
      #sidebar-menu-item-server-ip-address {
          user-select: all !important;
      }
      
      a.logo-content-big {
          background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a.logo-content-small {
          background: url(https://safeguardhosting.ca/logo.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a[href="https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/community"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/cloud"] {
          display: none !important;
      }
      
      #sidebar-menu-item-wordpress,
      #sidebar-menu-item-backupV2,
      #sidebar-menu-item-root-file-manager,
      #sidebar-menu-item-cloudlinux {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      /*
          Name: CyberPanel-VJ-Theme-Green
          Version: 0.7
          Author: vjranga
      
          Tested on CyberPanel 2.3 build 2
      
      */
      
      :root {
          --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);
          --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);
          --first-color: #3e7d58;
          --second-color: #3e7d586e;
          --icon-color: #003c39;
          --third-color: #43965c;
          --c100-color: #3e7d4845;
          --panel-text-color: #46a076;
          --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;
      
      }
      
      
      
      /*****loading*****/
      #loading .spinner>div {
          background-color: var(--first-color);
      }
      
      
      /*****login*****/
      .col-login-left {
          background: var(--bt-background-color) !important;
      }
      
      h1.text-transform-upr.text-center.panel-body.text-bold {
          color: var(--panel-text-color) !important;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          background: var(--bt-background-color-2) !important;
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      button.btn.btn-success.btn-block.btn-login:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .form-group .input-group select.form-control:focus,
      .form-group .input-group input.form-control:focus,
      button.btn.btn-login {
          border: 1px solid rgb(125 62 111 / 38%);
      }
      
      
      /***** Header*****/
      .bg-gradient-9 {
          background: var(--bt-background-color) !important;
      }
      
      #header-logo .logo-content-big,
      .logo-content-small {
          filter: sepia(100%);
      }
      
      a#sidebar-menu-item-server-ip-address>span {
          color: var(--first-color) !important;
      }
      
      /***** Dashboard *****/
      .mx-10.col-md-2.panel.panel-body.col-md-pull-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .mx-10.col-lg-9.panel.col-md-push-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .c100 {
          background-color: var(--c100-color);
      }
      
      .c100>span {
          color: var(--first-color);
      }
      
      
      /***** Dashboard Button *****/
      a.tile-box.tile-box-shortcut.btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:hover {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      
      /***** Button *****/
      .btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: var(--m1-box-shadow);
          color: var(--first-color);
      }
      
      .btn-primary:hover,
      .btn-primary:focus {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-purple {
          color: #ffffff;
          border-color: var(--first-color) !important;
          background: var(--bt-background-color-2) !important;
      }
      
      .btn-purple.active,
      .btn-purple:focus,
      .btn-purple:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .font-purple {
          color: #009688 !important;
      }
      
      .border-purple {
          border-color: #009688 !important;
      }
      
      
      /***** sidebar *****/
      #sidebar-menu {
          background: #ffffff;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
      }
      
      #sidebar-menu>li>a {
          padding: 5px 10px 0 0;
          font-size: 14px;
          height: 48px;
          color: var(--first-color);
      }
      
      #page-sidebar ul li a .glyph-icon {
          color: var(--icon-color);
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-color: #457d3e2e;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #page-sidebar ul li.sfActive>a.sf-with-ul,
      #page-sidebar ul li a:active {
          border-color: #ffffff;
          box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          color: var(--first-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          background: #457d3e1f;
      }
      
      
      /*****list*****/
      .panel.col-md-12.ng-scope {
          box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;
      }
      
      
      /***** Font *****/
      #page-title h2 {
          color: var(--first-color);
          font-weight: 600;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      .btn-link:hover,
      .content-box-header.bg-default>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-gray>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-white>.ui-tabs-nav li>a:hover,
      .features-tour-box h3,
      .font-primary,
      .tabs-nav li a:hover,
      .tabs-nav li.active a,
      a:hover,
      table.dataTable thead th.sorting_asc:after,
      table.dataTable thead th.sorting_desc:after {
          color: var(--first-color);
      }
      
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      #page-title>h2,
      #page-title>p {
          font-weight: 600;
      }
      
      /*badge color*/
      .badge-yellow,
      .bg-yellow,
      .btn-yellow,
      .hover-yellow:hover,
      .label-yellow {
          background: var(--third-color);
          border-color: var(--first-color);
      }
      
      /********** border-radius **********/
      .panel {
          border-radius: 10px;
      }
      
      textarea {
          border-radius: 10px !important;
      }
      
      select {
          border-radius: 10px !important;
      }
      
      .col-lg-3.col-md-12 {
          border-radius: 10px;
      }
      
      .alert {
          border-radius: 10px !important;
      }
      
      .mx-10 {
          border-radius: 10px !important;
      }
      
      a.btn.btn-border {
          border-radius: 10px !important;
      }
      
      .btn-primary {
          border-radius: 10px !important;
      }
      
      #sidebar-menu {
          border-radius: 10px;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-radius: 10px;
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          border-radius: 5px;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          border-radius: 10px;
      }
      
      input.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {
          border-radius: 10px 0px 0px 10px;
      }
      
      span.input-group-addon.bg-blue {
          border-radius: 0px 10px 10px 0px;
      }
          </style>
      
      </head>
      
      <body>
      <div id="loading">
          <div class="spinner">
              <div class="bounce1"></div>
              <div class="bounce2"></div>
              <div class="bounce3"></div>
          </div>
      </div>
      
      <div class>
          <div class="col-md-6 col-sm-12 hidden-md col-login col-login-left">
              <div class="row panel-body my-30" style="padding-bottom: 0px;">
                  <div class="col-lg-6 col-md-12 panel-body">
                      <h2 class="text-transform-upr text-white my-30 text-bold">WEB HOSTING CONTROL PANEL
                          </br />FOR EVERYONE
      
                      </h2>
                      <h4 class="text-white">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and
                          Reliability.</h4>
                  </div>
                  <div class="col-lg-6 col-md-12 text-center panel-body">
                      <img class="" src="/static/images/cyberpanel-banner-graphics.png" alt="" width="96%">
                  </div>
              </div>
              <div class="row panel-body">
                  <div class="row panel-body">
                      <a class=" login-changelogs" href="https://go.cyberpanel.net/updates" target='_blank'>
                          <div class="card mb-3" style="max-width: 540px;">
                              <div class="row g-0">
                                  <div class="col-md-3">
                                      <img src="/static/baseTemplate/images/new-design-list-websites-square.png" alt="..."
                                           class="object-fit">
                                  </div>
                                  <div class="col-md-8 ml-5">
                                      <div class="card-body d-flex flex-column justify-content-around">
                                          <h3 class="card-title mb-5 font-weight-bold">Change Logs</h3>
                                          <p class="card-text mt-10">Stay up to date about new releases and features.</p>
                                          <h4 class="card-learnmore">
                            <span>
                              Learn More
                              <i>
                                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true"
                                     focusable="false" data-icon="external-link-alt" role="img" viewBox="0 0 512 512">
                                  <path fill="currentColor"
                                        d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:33:03.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "youtube.com",
                  "safeguardhosting.ca",
                  "cyberpanel.net",
                  "w3.org"
               ],
               "hostname" : [
                  "go.cyberpanel.net",
                  "safeguardhosting.ca",
                  "www.w3.org",
                  "www.youtube.com"
               ],
               "url" : [
                  "http://www.w3.org/2000/svg",
                  "https://go.cyberpanel.net/cloud",
                  "https://go.cyberpanel.net/community",
                  "https://go.cyberpanel.net/updates",
                  "https://safeguardhosting.ca/cyberpanel-logo2.png)",
                  "https://safeguardhosting.ca/logo.png)",
                  "https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"
               ]
            },
            "http" : {
               "bodymd5" : "9aded8c1674ec306e85ba54319fa7da3",
               "bodymmh3" : 1616352086,
               "component" : [
                  {
                     "product" : "CyberPanel",
                     "productvendor" : "CyberPanel"
                  }
               ],
               "description" : "Login to your CypberPanel account",
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -429209220,
               "title" : "Login - CyberPanel"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 10:33:02 GMT\r\nServer: nginx\r\nContent-Length: 21781\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <style>\n        .d-flex {\n            display: flex;\n        }\n\n        .flex-column {\n            flex-direction: column;\n        }\n\n        .justify-content-between {\n            justify-content: space-between;\n        }\n\n        .col-login {\n            height: 100vh;\n            display: flex;\n            flex-direction: column;\n\n        }\n\n        .col-login-left {\n            background: rgb(51, 204, 204);\n            background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#33cccc\", endColorstr=\"#00007a\", GradientType=1);\n            justify-content: space-between;\n        }\n\n        .form-group .input-group select.form-control,\n        .form-group .input-group input.form-control,\n        button.btn.btn-login {\n            height: 45px;\n\n        }\n\n        button.btn.btn-login {\n            background-color: rgb(51, 204, 204);\n            box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        button.btn.btn-login:hover {\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n        }\n\n        .form-group .input-group select.form-control:focus,\n        .form-group .input-group input.form-control:focus,\n        button.btn.btn-login {\n            border: 1px solid rgb(51, 204, 204);\n        }\n\n        .col-login-right {\n            background: #ffffff;\n            justify-content: center;\n        }\n\n        .col-login-right .login-wrapper {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-around;\n        }\n\n        a.login-changelogs {\n            border-top: 1px solid #fff;\n        }\n\n        .login-changelogs .card {\n            padding: 1em;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        .login-changelogs .card:hover {\n            color: rgb(51, 204, 204);\n            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);\n        }\n\n        .card-body {\n            padding-left: 15px;\n        }\n\n        .object-fit {\n            height: 100%;\n            width: 100%;\n            object-fit: cover;\n            border-radius: 6px;\n        }\n\n        h4.card-learnmore {\n            margin-top: 15px;\n            position: relative;\n            color: rgb(51, 204, 204);\n            font-weight: 500;\n            font-size: 1.2em;\n\n        }\n\n        h4.card-learnmore span {\n            display: inline;\n            padding-bottom: 4px;\n            border-bottom: 1px solid rgb(51, 204, 204);\n        }\n\n        .alert.alert-danger {\n            text-align: center;\n            margin: 1em 2em 1em 2em;\n            padding-top: 1em;\n            padding-bottom: 1em;\n            border: 1px solid red;\n        }\n\n\n        /* Loading Spinner */\n        .spinner {\n            margin: 0;\n            width: 70px;\n            height: 18px;\n            margin: -35px 0 0 -9px;\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            text-align: center\n        }\n\n        .spinner > div {\n            width: 18px;\n            height: 18px;\n            background-color: #333;\n            border-radius: 100%;\n            display: inline-block;\n            -webkit-animation: bouncedelay 1.4s infinite ease-in-out;\n            animation: bouncedelay 1.4s infinite ease-in-out;\n            -webkit-animation-fill-mode: both;\n            animation-fill-mode: both\n        }\n\n        .spinner .bounce1 {\n            -webkit-animation-delay: -.32s;\n            animation-delay: -.32s\n        }\n\n        .spinner .bounce2 {\n            -webkit-animation-delay: -.16s;\n            animation-delay: -.16s\n        }\n\n        @-webkit-keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                -webkit-transform: scale(1.0)\n            }\n        }\n\n        @keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                transform: scale(0.0);\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                transform: scale(1.0);\n                -webkit-transform: scale(1.0)\n            }\n        }\n    </style>\n    <meta charset=\"UTF-8\">\n    <!--[if IE]>\n    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->\n    <title> Login - CyberPanel </title>\n    <meta name=\"description\" content=\"Login to your CypberPanel account\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n\n    <!-- Favicons -->\n\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"/static/baseTemplate/assets/finalLoginPageCSS/allCss.css\">\n\n    <!-- HELPERS -->\n\n    <!-- ELEMENTS -->\n\n    <!-- ICONS -->\n\n    <!-- Admin theme -->\n\n    <!-- Components theme -->\n\n    <!-- JS Core -->\n\n    <script type=\"text/javascript\" src=\"/static/baseTemplate/assets/js-core/jquery-core.min.js\"></script>\n\n    <script type=\"text/javascript\">\n        $(window).load(function () {\n            setTimeout(function () {\n                $('#loading').fadeOut(400, \"linear\");\n            }, 300);\n        });\n    </script>\n\n    <!-- JS Ends -->\n\n    <style type=\"text/css\">\n        html,\n        body {\n            height: 100%;\n            background: #ffffff;\n        }\n    </style>\n\n    <style>\n        #header-logo .logo-content-big, .logo-content-small{\n  height:50px!important;\n}\n\n#sidebar-menu-item-server-ip-address {\n    user-select: all !important;\n}\n\na.logo-content-big {\n    background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na.logo-content-small {\n    background: url(https://safeguardhosting.ca/logo.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na[href=\"https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/community\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/cloud\"] {\n    display: none !important;\n}\n\n#sidebar-menu-item-wordpress,\n#sidebar-menu-item-backupV2,\n#sidebar-menu-item-root-file-manager,\n#sidebar-menu-item-cloudlinux {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\n/*\n    Name: CyberPanel-VJ-Theme-Green\n    Version: 0.7\n    Author: vjranga\n\n    Tested on CyberPanel 2.3 build 2\n\n*/\n\n:root {\n    --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);\n    --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);\n    --first-color: #3e7d58;\n    --second-color: #3e7d586e;\n    --icon-color: #003c39;\n    --third-color: #43965c;\n    --c100-color: #3e7d4845;\n    --panel-text-color: #46a076;\n    --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;\n\n}\n\n\n\n/*****loading*****/\n#loading .spinner>div {\n    background-color: var(--first-color);\n}\n\n\n/*****login*****/\n.col-login-left {\n    background: var(--bt-background-color) !important;\n}\n\nh1.text-transform-upr.text-center.panel-body.text-bold {\n    color: var(--panel-text-color) !important;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    background: var(--bt-background-color-2) !important;\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\nbutton.btn.btn-success.btn-block.btn-login:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.form-group .input-group select.form-control:focus,\n.form-group .input-group input.form-control:focus,\nbutton.btn.btn-login {\n    border: 1px solid rgb(125 62 111 / 38%);\n}\n\n\n/***** Header*****/\n.bg-gradient-9 {\n    background: var(--bt-background-color) !important;\n}\n\n#header-logo .logo-content-big,\n.logo-content-small {\n    filter: sepia(100%);\n}\n\na#sidebar-menu-item-server-ip-address>span {\n    color: var(--first-color) !important;\n}\n\n/***** Dashboard *****/\n.mx-10.col-md-2.panel.panel-body.col-md-pull-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.mx-10.col-lg-9.panel.col-md-push-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.c100 {\n    background-color: var(--c100-color);\n}\n\n.c100>span {\n    color: var(--first-color);\n}\n\n\n/***** Dashboard Button *****/\na.tile-box.tile-box-shortcut.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\na.tile-box.tile-box-shortcut.btn-primary:hover {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\na.tile-box.tile-box-shortcut.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n\n/***** Button *****/\n.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: var(--m1-box-shadow);\n    color: var(--first-color);\n}\n\n.btn-primary:hover,\n.btn-primary:focus {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-purple {\n    color: #ffffff;\n    border-color: var(--first-color) !important;\n    background: var(--bt-background-color-2) !important;\n}\n\n.btn-purple.active,\n.btn-purple:focus,\n.btn-purple:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.font-purple {\n    color: #009688 !important;\n}\n\n.border-purple {\n    border-color: #009688 !important;\n}\n\n\n/***** sidebar *****/\n#sidebar-menu {\n    background: #ffffff;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n}\n\n#sidebar-menu>li>a {\n    padding: 5px 10px 0 0;\n    font-size: 14px;\n    height: 48px;\n    color: var(--first-color);\n}\n\n#page-sidebar ul li a .glyph-icon {\n    color: var(--icon-color);\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-color: #457d3e2e;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#page-sidebar ul li.sfActive>a.sf-with-ul,\n#page-sidebar ul li a:active {\n    border-color: #ffffff;\n    box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    color: var(--first-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    background: #457d3e1f;\n}\n\n\n/*****list*****/\n.panel.col-md-12.ng-scope {\n    box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;\n}\n\n\n/***** Font *****/\n#page-title h2 {\n    color: var(--first-color);\n    font-weight: 600;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n.btn-link:hover,\n.content-box-header.bg-default>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-gray>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-white>.ui-tabs-nav li>a:hover,\n.features-tour-box h3,\n.font-primary,\n.tabs-nav li a:hover,\n.tabs-nav li.active a,\na:hover,\ntable.dataTable thead th.sorting_asc:after,\ntable.dataTable thead th.sorting_desc:after {\n    color: var(--first-color);\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n#page-title>h2,\n#page-title>p {\n    font-weight: 600;\n}\n\n/*badge color*/\n.badge-yellow,\n.bg-yellow,\n.btn-yellow,\n.hover-yellow:hover,\n.label-yellow {\n    background: var(--third-color);\n    border-color: var(--first-color);\n}\n\n/********** border-radius **********/\n.panel {\n    border-radius: 10px;\n}\n\ntextarea {\n    border-radius: 10px !important;\n}\n\nselect {\n    border-radius: 10px !important;\n}\n\n.col-lg-3.col-md-12 {\n    border-radius: 10px;\n}\n\n.alert {\n    border-radius: 10px !important;\n}\n\n.mx-10 {\n    border-radius: 10px !important;\n}\n\na.btn.btn-border {\n    border-radius: 10px !important;\n}\n\n.btn-primary {\n    border-radius: 10px !important;\n}\n\n#sidebar-menu {\n    border-radius: 10px;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-radius: 10px;\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    border-radius: 5px;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    border-radius: 10px;\n}\n\ninput.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {\n    border-radius: 10px 0px 0px 10px;\n}\n\nspan.input-group-addon.bg-blue {\n    border-radius: 0px 10px 10px 0px;\n}\n    </style>\n\n</head>\n\n<body>\n<div id=\"loading\">\n    <div class=\"spinner\">\n        <div class=\"bounce1\"></div>\n        <div class=\"bounce2\"></div>\n        <div class=\"bounce3\"></div>\n    </div>\n</div>\n\n<div class>\n    <div class=\"col-md-6 col-sm-12 hidden-md col-login col-login-left\">\n        <div class=\"row panel-body my-30\" style=\"padding-bottom: 0px;\">\n            <div class=\"col-lg-6 col-md-12 panel-body\">\n                <h2 class=\"text-transform-upr text-white my-30 text-bold\">WEB HOSTING CONTROL PANEL\n                    </br />FOR EVERYONE\n\n                </h2>\n                <h4 class=\"text-white\">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and\n                    Reliability.</h4>\n            </div>\n            <div class=\"col-lg-6 col-md-12 text-center panel-body\">\n                <img class=\"\" src=\"/static/images/cyberpanel-banner-graphics.png\" alt=\"\" width=\"96%\">\n            </div>\n        </div>\n        <div class=\"row panel-body\">\n            <div class=\"row panel-body\">\n                <a class=\" login-changelogs\" href=\"https://go.cyberpanel.net/updates\" target='_blank'>\n                    <div class=\"card mb-3\" style=\"max-width: 540px;\">\n                        <div class=\"row g-0\">\n                            <div class=\"col-md-3\">\n                                <img src=\"/static/baseTemplate/images/new-design-list-websites-square.png\" alt=\"...\"\n                                     class=\"object-fit\">\n                            </div>\n                            <div class=\"col-md-8 ml-5\">\n                                <div class=\"card-body d-flex flex-column justify-content-around\">\n                                    <h3 class=\"card-title mb-5 font-weight-bold\">Change Logs</h3>\n                                    <p class=\"card-text mt-10\">Stay up to date about new releases and features.</p>\n                                    <h4 class=\"card-learnmore\">\n                      <span>\n                        Learn More\n                        <i>\n                          <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" aria-hidden=\"true\"\n                               focusable=\"false\" data-icon=\"external-link-alt\" role=\"img\" viewBox=\"0 0 512 512\">\n                            <path fill=\"currentColor\"\n                                  d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,",
         "datamd5" : "b2b34bdfe0af1c78928423b6677d57cd",
         "datammh3" : 1925345167,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "JP",
            "countryname" : "Japan",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "AMAZON-NRT",
            "organization" : "Amazon Data Services Japan",
            "subnet" : "52.194.0.0/15"
         },
         "host" : [
            "ec2-52-195-161-74"
         ],
         "hostname" : [
            "ec2-52-195-161-74.ap-northeast-1.compute.amazonaws.com"
         ],
         "ip" : "52.195.161.74",
         "ipv6" : "false",
         "latitude" : "35.6893",
         "location" : "35.6893,139.6899",
         "longitude" : "139.6899",
         "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" : 4899,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-52-195-161-74.ap-northeast-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-northeast-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "52.192.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 192.121.87.68:4899 (tcp/http) - last seen on 2024-11-21 at 10:32:58 UTC

    • IP
      192.121.87.68
      Network
      192.121.87.0/24
      Domain(s)
      192.in-addr.arpa
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Juniper JunOS
      URL

      http://192.121.87.68:4899/ 302

      Reverse DNS
      68.87.121.192.in-addr.arpa
      ASN
      AS43289
      Organization
      Trabia SRL
      Protocol
      http
      Source
      datascan
    • Operating System
      Juniper JunOS
      HTTP Component(s)
      PulseSecure Pulse Connect Secure
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      69d9ec1d2d90d96aaf19a01a8e999ace
      HTTP Header MD5
      20dd8e34a95f4c9b73d19038a53be7f8
      HTTP Body MD5
      d41d8cd98f00b204e9800998ecf8427e
    • HTTP/1.1 302 Found
      Location: /dana-na/auth/url_11/welcome.cgi
      Content-Type: text/html; charset=utf-8
      Set-Cookie: DSSIGNIN=url_11; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure
      Set-Cookie: DSIVS=; path=/; expires=Thu, 01 Jan 1970 22:00:00 GMT; secure
      Set-Cookie: DSSignInURL=/; path=/; secure
      Connection: close
      Content-Length: 0
      Strict-Transport-Security: max-age=31536000
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:32:58.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "d41d8cd98f00b204e9800998ecf8427e",
               "bodymmh3" : -1636538602,
               "component" : [
                  {
                     "productvendor" : "PulseSecure",
                     "product" : "Pulse Connect Secure"
                  }
               ],
               "headermd5" : "20dd8e34a95f4c9b73d19038a53be7f8",
               "headermmh3" : 1103171666
            },
            "length" : 399
         },
         "asn" : "AS43289",
         "city" : "Chisinau",
         "country" : "MD",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 302 Found\r\nLocation: /dana-na/auth/url_11/welcome.cgi\r\nContent-Type: text/html; charset=utf-8\r\nSet-Cookie: DSSIGNIN=url_11; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure\r\nSet-Cookie: DSIVS=; path=/; expires=Thu, 01 Jan 1970 22:00:00 GMT; secure\r\nSet-Cookie: DSSignInURL=/; path=/; secure\r\nConnection: close\r\nContent-Length: 0\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n",
         "datamd5" : "69d9ec1d2d90d96aaf19a01a8e999ace",
         "datammh3" : -343912989,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "192.in-addr.arpa"
         ],
         "host" : [
            68
         ],
         "hostname" : [
            "68.87.121.192.in-addr.arpa"
         ],
         "ip" : "192.121.87.68",
         "ipv6" : "false",
         "latitude" : "47.0042",
         "location" : "47.0042,28.8574",
         "longitude" : "28.8574",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Trabia SRL",
         "os" : "JunOS",
         "osvendor" : "Juniper",
         "port" : 4899,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Found",
         "reverse" : [
            "68.87.121.192.in-addr.arpa"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 302,
         "subdomains" : [
            "87.121.192.in-addr.arpa",
            "121.192.in-addr.arpa"
         ],
         "subnet" : "192.121.87.0/24",
         "tld" : [
            "in-addr.arpa"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 66.232.9.10:4899 (tcp/http) - last seen on 2024-11-21 at 10:32:56 UTC

    • IP
      66.232.9.10
      Network
      66.232.0.0/20
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://66.232.9.10:4899/ 400

      HTTP Title
      400 The plain HTTP request was sent to HTTPS port
      ASN
      AS59371
      Organization
      Dimension Network & Communication Limited
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx 1.17.6
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      023c8c5e51d9ce9369af8e1f921f5e3f
      HTTP Header MD5
      f4eaba8998b0e515f84d95c1ad5ea5c7
      HTTP Body MD5
      a2b4897849c71fbcb21dd632d3506361
    • HTTP/1.1 400 Bad Request
      Server: nginx/1.17.6
      Date: Thu, 21 Nov 2024 10:32:56 GMT
      Content-Type: text/html
      Content-Length: 255
      Connection: close
      
      <html>
      <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
      <body>
      <center><h1>400 Bad Request</h1></center>
      <center>The plain HTTP request was sent to HTTPS port</center>
      <hr><center>nginx/1.17.6</center>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:32:56.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "a2b4897849c71fbcb21dd632d3506361",
               "bodymmh3" : -2063426561,
               "headermd5" : "f4eaba8998b0e515f84d95c1ad5ea5c7",
               "headermmh3" : -120575195,
               "title" : "400 The plain HTTP request was sent to HTTPS port"
            },
            "length" : 407
         },
         "asn" : "AS59371",
         "city" : "Hong Kong",
         "country" : "HK",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 400 Bad Request\r\nServer: nginx/1.17.6\r\nDate: Thu, 21 Nov 2024 10:32:56 GMT\r\nContent-Type: text/html\r\nContent-Length: 255\r\nConnection: close\r\n\r\n<html>\r\n<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n<center>The plain HTTP request was sent to HTTPS port</center>\r\n<hr><center>nginx/1.17.6</center>\r\n</body>\r\n</html>\r\n",
         "datamd5" : "023c8c5e51d9ce9369af8e1f921f5e3f",
         "datammh3" : 457427036,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "ip" : "66.232.9.10",
         "ipv6" : "false",
         "latitude" : "22.2842",
         "location" : "22.2842,114.1759",
         "longitude" : "114.1759",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Dimension Network & Communication Limited",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 4899,
         "product" : "Nginx",
         "productvendor" : "F5",
         "productversion" : "1.17.6",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Bad Request",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 400,
         "subnet" : "66.232.0.0/20",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 59.75.39.174:4899 (tcp/http) - last seen on 2024-11-21 at 10:32:24 UTC

    • IP
      59.75.39.174
      Network
      59.64.0.0/12
      Device

      <enterprise field>: device.class

      URL

      http://59.75.39.174:4899/ 302

      ASN
      AS4538
      Organization
      China Education and Research Network Center
      Protocol
      http
      Source
      datascan
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      96d7aced4477a5334c7de4616620bcc7
      HTTP Header MD5
      17494da67b263d49a356f29516833bab
      HTTP Body MD5
      d41d8cd98f00b204e9800998ecf8427e
    • HTTP/1.1 302 Moved Temporarily
      Server: DrcomServer1.0
      Location: http://192.168.254.3
      Cache-Control: no-cache
      Content-Length: 0
      Connection: close
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:32:24.000Z",
         "app" : {
            "extract" : {
               "ip" : [
                  "192.168.254.3"
               ],
               "url" : [
                  "http://192.168.254.3"
               ]
            },
            "http" : {
               "bodymd5" : "d41d8cd98f00b204e9800998ecf8427e",
               "bodymmh3" : -1,
               "headermd5" : "17494da67b263d49a356f29516833bab",
               "headermmh3" : 1664562682
            },
            "length" : 153
         },
         "asn" : "AS4538",
         "country" : "CN",
         "data" : "HTTP/1.1 302 Moved Temporarily\r\nServer: DrcomServer1.0\r\nLocation: http://192.168.254.3\r\nCache-Control: no-cache\r\nContent-Length: 0\r\nConnection: close\r\n\r\n",
         "datamd5" : "96d7aced4477a5334c7de4616620bcc7",
         "datammh3" : 1446480259,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4538",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "CN",
            "countryname" : "China",
            "domain" : [
               "cernet.edu.cn"
            ],
            "isineu" : "false",
            "latitude" : "35.86166",
            "location" : "35.86166,104.195397",
            "longitude" : "104.195397",
            "netname" : "XAR-CERNET",
            "organization" : "China Education and Research Network",
            "subnet" : "59.75.32.0/21"
         },
         "ip" : "59.75.39.174",
         "ipv6" : "false",
         "latitude" : "34.7732",
         "location" : "34.7732,113.7220",
         "longitude" : "113.7220",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "China Education and Research Network Center",
         "port" : 4899,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Moved Temporarily",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 302,
         "subnet" : "59.64.0.0/12",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 51.159.67.29:4899 (tcp/http) - last seen on 2024-11-21 at 10:32:05 UTC

    • IP
      51.159.67.29
      Network
      51.158.0.0/15
      Domain(s)
      poneytelecom.eu
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://51.159.67.29:4899/ 400

      HTTP Title
      ERROR: The requested URL could not be retrieved
      Reverse DNS
      51-159-67-29.rev.poneytelecom.eu
      ASN
      AS12876
      Organization
      Scaleway S.a.s.
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      squid-cache Squid 3.5.27
      HTTP Component(s)
      squid-cache Squid
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c754636c253281ee0d9dcea4c67606f8
      HTTP Header MD5
      1097016de7c11b3825cfccb2a0052200
      HTTP Body MD5
      02f36e6dc32b0b29ea5a6bde3c686d63
    • HTTP/1.1 400 Bad Request
      Server: squid/3.5.27
      Mime-Version: 1.0
      Date: Thu, 21 Nov 2024 10:32:04 GMT
      Content-Type: text/html;charset=utf-8
      Content-Length: 3570
      Vary: Accept-Language
      Content-Language: en
      Connection: close
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      <html><head>
      <meta type="copyright" content="Copyright (C) 1996-2017 The Squid Software Foundation and contributors">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>ERROR: The requested URL could not be retrieved</title>
      <style type="text/css"><!-- 
       /*
       * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
       *
       * Squid software is distributed under GPLv2+ license and includes
       * contributions from numerous individuals and organizations.
       * Please see the COPYING and CONTRIBUTORS files for details.
       */
      
      /*
       Stylesheet for Squid Error pages
       Adapted from design by Free CSS Templates
       http://www.freecsstemplates.org
       Released for free under a Creative Commons Attribution 2.5 License
      */
      
      /* Page basics */
      * {
      	font-family: verdana, sans-serif;
      }
      
      html body {
      	margin: 0;
      	padding: 0;
      	background: #efefef;
      	font-size: 12px;
      	color: #1e1e1e;
      }
      
      /* Page displayed title area */
      #titles {
      	margin-left: 15px;
      	padding: 10px;
      	padding-left: 100px;
      	background: url('/squid-internal-static/icons/SN.png') no-repeat left;
      }
      
      /* initial title */
      #titles h1 {
      	color: #000000;
      }
      #titles h2 {
      	color: #000000;
      }
      
      /* special event: FTP success page titles */
      #titles ftpsuccess {
      	background-color:#00ff00;
      	width:100%;
      }
      
      /* Page displayed body content area */
      #content {
      	padding: 10px;
      	background: #ffffff;
      }
      
      /* General text */
      p {
      }
      
      /* error brief description */
      #error p {
      }
      
      /* some data which may have caused the problem */
      #data {
      }
      
      /* the error message received from the system or other software */
      #sysmsg {
      }
      
      pre {
          font-family:sans-serif;
      }
      
      /* special event: FTP / Gopher directory listing */
      #dirmsg {
          font-family: courier;
          color: black;
          font-size: 10pt;
      }
      #dirlisting {
          margin-left: 2%;
          margin-right: 2%;
      }
      #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
          border-bottom: groove;
      }
      #dirlisting td.size {
          width: 50px;
          text-align: right;
          padding-right: 5px;
      }
      
      /* horizontal lines */
      hr {
      	margin: 0;
      }
      
      /* page displayed footer area */
      #footer {
      	font-size: 9px;
      	padding-left: 10px;
      }
      
      
      body
      :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
      :lang(he) { direction: rtl; }
       --></style>
      </head><body id=ERR_INVALID_URL>
      <div id="titles">
      <h1>ERROR</h1>
      <h2>The requested URL could not be retrieved</h2>
      </div>
      <hr>
      
      <div id="content">
      <p>The following error was encountered while trying to retrieve the URL: <a href="/">/</a></p>
      
      <blockquote id="error">
      <p><b>Invalid URL</b></p>
      </blockquote>
      
      <p>Some aspect of the requested URL is incorrect.</p>
      
      <p>Some possible problems are:</p>
      <ul>
      <li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
      <li><p>Missing hostname</p></li>
      <li><p>Illegal double-escape in the URL-Path</p></li>
      <li><p>Illegal character in hostname; underscores are not allowed.</p></li>
      </ul>
      
      <p>Your cache administrator is <a href="mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_URL&amp;body=CacheHost%3A%20<ip>.rev.poneytelecom.eu%0D%0AErrPage%3A%20ERR_INVALID_URL%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Thu,%2021%20Nov%202024%2010%3A32%3A04%20GMT%0D%0A%0D%0AClientIP%3A%20<srcip>%0D%0A%0D%0AHTTP%20Request%3A%0D%0A%0D%0A%0D%0A">webmaster</a>.</p>
      <br>
      </div>
      
      <hr>
      <div id="footer">
      <p>Generated Thu, 21 Nov 2024 10:32:04 GMT by <ip>.rev.poneytelecom.eu (squid/3.5.27)</p>
      <!-- ERR_INVALID_URL -->
      </div>
      </body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:32:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "freecsstemplates.org",
                  "w3.org"
               ],
               "hostname" : [
                  "www.freecsstemplates.org",
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.freecsstemplates.org",
                  "http://www.w3.org/TR/html4/strict.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "02f36e6dc32b0b29ea5a6bde3c686d63",
               "bodymmh3" : -787095608,
               "component" : [
                  {
                     "product" : "Squid",
                     "productvendor" : "squid-cache"
                  }
               ],
               "headermd5" : "1097016de7c11b3825cfccb2a0052200",
               "headermmh3" : 2032035056,
               "title" : "ERROR: The requested URL could not be retrieved"
            },
            "length" : 3780
         },
         "asn" : "AS12876",
         "city" : "Paris",
         "country" : "FR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 400 Bad Request\r\nServer: squid/3.5.27\r\nMime-Version: 1.0\r\nDate: Thu, 21 Nov 2024 10:32:04 GMT\r\nContent-Type: text/html;charset=utf-8\r\nContent-Length: 3570\r\nVary: Accept-Language\r\nContent-Language: en\r\nConnection: close\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html><head>\n<meta type=\"copyright\" content=\"Copyright (C) 1996-2017 The Squid Software Foundation and contributors\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<title>ERROR: The requested URL could not be retrieved</title>\n<style type=\"text/css\"><!-- \n /*\n * Copyright (C) 1996-2017 The Squid Software Foundation and contributors\n *\n * Squid software is distributed under GPLv2+ license and includes\n * contributions from numerous individuals and organizations.\n * Please see the COPYING and CONTRIBUTORS files for details.\n */\n\n/*\n Stylesheet for Squid Error pages\n Adapted from design by Free CSS Templates\n http://www.freecsstemplates.org\n Released for free under a Creative Commons Attribution 2.5 License\n*/\n\n/* Page basics */\n* {\n\tfont-family: verdana, sans-serif;\n}\n\nhtml body {\n\tmargin: 0;\n\tpadding: 0;\n\tbackground: #efefef;\n\tfont-size: 12px;\n\tcolor: #1e1e1e;\n}\n\n/* Page displayed title area */\n#titles {\n\tmargin-left: 15px;\n\tpadding: 10px;\n\tpadding-left: 100px;\n\tbackground: url('/squid-internal-static/icons/SN.png') no-repeat left;\n}\n\n/* initial title */\n#titles h1 {\n\tcolor: #000000;\n}\n#titles h2 {\n\tcolor: #000000;\n}\n\n/* special event: FTP success page titles */\n#titles ftpsuccess {\n\tbackground-color:#00ff00;\n\twidth:100%;\n}\n\n/* Page displayed body content area */\n#content {\n\tpadding: 10px;\n\tbackground: #ffffff;\n}\n\n/* General text */\np {\n}\n\n/* error brief description */\n#error p {\n}\n\n/* some data which may have caused the problem */\n#data {\n}\n\n/* the error message received from the system or other software */\n#sysmsg {\n}\n\npre {\n    font-family:sans-serif;\n}\n\n/* special event: FTP / Gopher directory listing */\n#dirmsg {\n    font-family: courier;\n    color: black;\n    font-size: 10pt;\n}\n#dirlisting {\n    margin-left: 2%;\n    margin-right: 2%;\n}\n#dirlisting tr.entry td.icon,td.filename,td.size,td.date {\n    border-bottom: groove;\n}\n#dirlisting td.size {\n    width: 50px;\n    text-align: right;\n    padding-right: 5px;\n}\n\n/* horizontal lines */\nhr {\n\tmargin: 0;\n}\n\n/* page displayed footer area */\n#footer {\n\tfont-size: 9px;\n\tpadding-left: 10px;\n}\n\n\nbody\n:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }\n:lang(he) { direction: rtl; }\n --></style>\n</head><body id=ERR_INVALID_URL>\n<div id=\"titles\">\n<h1>ERROR</h1>\n<h2>The requested URL could not be retrieved</h2>\n</div>\n<hr>\n\n<div id=\"content\">\n<p>The following error was encountered while trying to retrieve the URL: <a href=\"/\">/</a></p>\n\n<blockquote id=\"error\">\n<p><b>Invalid URL</b></p>\n</blockquote>\n\n<p>Some aspect of the requested URL is incorrect.</p>\n\n<p>Some possible problems are:</p>\n<ul>\n<li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>\n<li><p>Missing hostname</p></li>\n<li><p>Illegal double-escape in the URL-Path</p></li>\n<li><p>Illegal character in hostname; underscores are not allowed.</p></li>\n</ul>\n\n<p>Your cache administrator is <a href=\"mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_INVALID_URL&amp;body=CacheHost%3A%20<ip>.rev.poneytelecom.eu%0D%0AErrPage%3A%20ERR_INVALID_URL%0D%0AErr%3A%20%5Bnone%5D%0D%0ATimeStamp%3A%20Thu,%2021%20Nov%202024%2010%3A32%3A04%20GMT%0D%0A%0D%0AClientIP%3A%20<srcip>%0D%0A%0D%0AHTTP%20Request%3A%0D%0A%0D%0A%0D%0A\">webmaster</a>.</p>\n<br>\n</div>\n\n<hr>\n<div id=\"footer\">\n<p>Generated Thu, 21 Nov 2024 10:32:04 GMT by <ip>.rev.poneytelecom.eu (squid/3.5.27)</p>\n<!-- ERR_INVALID_URL -->\n</div>\n</body></html>\n",
         "datamd5" : "c754636c253281ee0d9dcea4c67606f8",
         "datammh3" : -2086313774,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "poneytelecom.eu"
         ],
         "geolocus" : {
            "asn" : "AS12876",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "FR",
            "countryname" : "France",
            "domain" : [
               "poneytelecom.eu",
               "scaleway.com"
            ],
            "isineu" : "true",
            "latitude" : "46.227638",
            "location" : "46.227638,2.213749",
            "longitude" : "2.213749",
            "netname" : "ONLINENET_DEDICATED_SERVERS",
            "organization" : "Scaleway",
            "subnet" : "51.159.0.0/16"
         },
         "host" : [
            "51-159-67-29"
         ],
         "hostname" : [
            "51-159-67-29.rev.poneytelecom.eu"
         ],
         "ip" : "51.159.67.29",
         "ipv6" : "false",
         "latitude" : "48.8323",
         "location" : "48.8323,2.4075",
         "longitude" : "2.4075",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Scaleway S.a.s.",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 4899,
         "product" : "Squid",
         "productvendor" : "squid-cache",
         "productversion" : "3.5.27",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Bad Request",
         "reverse" : [
            "51-159-67-29.rev.poneytelecom.eu"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 400,
         "subdomains" : [
            "rev.poneytelecom.eu"
         ],
         "subnet" : "51.158.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "eu"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 154.144.232.59:4899 (tcp/http) - last seen on 2024-11-21 at 10:30:09 UTC

    • IP
      154.144.232.59
      Network
      154.144.0.0/13
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://154.144.232.59:4899/ 200

      HTTP Title
      Apache Tomcat/7.0.56
      ASN
      AS6713
      Organization
      Itissalat Al-MAGHRIB
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Apache Coyote HTTP Connector 1.1
      HTTP Component(s)
      Apache Tomcat 7.0.56
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c467e41a1df8b5cdb49c0c19a87e303c
      HTTP Header MD5
      a73be35590d6dc5eddb1c7eeb8a9bb8d
      HTTP Body MD5
      b5a3d0623fbccafdaf57cdc4fba23888
      Favicon MD5
      4644f2d45601037b8423d45e13194c93
      Favicon MMH3
      -297069493
    • HTTP/1.1 200 OK
      Server: Apache-Coyote/1.1
      Content-Type: text/html;charset=ISO-8859-1
      Transfer-Encoding: chunked
      Vary: Accept-Encoding
      Date: Thu, 21 Nov 2024 10:23:05 GMT
      Connection: close
      
      2000
      
      <!DOCTYPE html>
      
      
      <html lang="en">
          <head>
              <title>Apache Tomcat/7.0.56</title>
              <link href="favicon.ico" rel="icon" type="image/x-icon" />
              <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
              <link href="tomcat.css" rel="stylesheet" type="text/css" />
          </head>
      
          <body>
              <div id="wrapper">
                  <div id="navigation" class="curved container">
                      <span id="nav-home"><a href="http://tomcat.apache.org/">Home</a></span>
                      <span id="nav-hosts"><a href="/docs/">Documentation</a></span>
                      <span id="nav-config"><a href="/docs/config/">Configuration</a></span>
                      <span id="nav-examples"><a href="/examples/">Examples</a></span>
                      <span id="nav-wiki"><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
                      <span id="nav-lists"><a href="http://tomcat.apache.org/lists.html">Mailing Lists</a></span>
                      <span id="nav-help"><a href="http://tomcat.apache.org/findhelp.html">Find Help</a></span>
                      <br class="separator" />
                  </div>
                  <div id="asf-box">
                      <h1>Apache Tomcat/7.0.56</h1>
                  </div>
                  <div id="upper" class="curved container">
                      <div id="congrats" class="curved container">
                          <h2>If you're seeing this, you've successfully installed Tomcat. Congratulations!</h2>
                      </div>
                      <div id="notice">
                          <img src="tomcat.png" alt="[tomcat logo]" />
                          <div id="tasks">
                              <h3>Recommended Reading:</h3>
                              <h4><a href="/docs/security-howto.html">Security Considerations HOW-TO</a></h4>
                              <h4><a href="/docs/manager-howto.html">Manager Application HOW-TO</a></h4>
                              <h4><a href="/docs/cluster-howto.html">Clustering/Session Replication HOW-TO</a></h4>
                          </div>
                      </div>
                      <div id="actions">
                          <div class="button">
                              <a class="container shadow" href="/manager/status"><span>Server Status</span></a>
                          </div>
                          <div class="button">
                              <a class="container shadow" href="/manager/html"><span>Manager App</span></a>
                          </div>
                          <div class="button">
                              <a class="container shadow" href="/host-manager/html"><span>Host Manager</span></a>
                          </div>
                      </div>
                      <!--
                      <br class="separator" />
                      -->
                      <br class="separator" />
                  </div>
                  <div id="middle" class="curved container">
                      <h3>Developer Quick Start</h3>
                      <div class="col25">
                          <div class="container">
                              <p><a href="/docs/setup.html">Tomcat Setup</a></p>
                              <p><a href="/docs/appdev/">First Web Application</a></p>
                          </div>
                      </div>
                      <div class="col25">
                          <div class="container">
                              <p><a href="/docs/realm-howto.html">Realms &amp; AAA</a></p>
                              <p><a href="/docs/jndi-datasource-examples-howto.html">JDBC DataSources</a></p>
                          </div>
                      </div>
                      <div class="col25">
                          <div class="container">
                              <p><a href="/examples/">Examples</a></p>
                          </div>
                      </div>
                      <div class="col25">
                          <div class="container">
                              <p><a href="http://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
                              <p><a href="http://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
                          </div>
                      </div>
                      <br class="separator" />
                  </div>
                  <div id="lower">
                      <div id="low-manage" class="">
                          <div class="curved container">
                              <h3>Managing Tomcat</h3>
                              <p>For security, access to the <a href="/manager/html">manager webapp</a> is restricted.
                              Users are defined in:</p>
                              <pre>$CATALINA_HOME/conf/tomcat-users.xml</pre>
                              <p>In Tomcat 7.0 access to the manager application is split between
                                 different users. &nbsp; <a href="/docs/manager-howto.html">Read more...</a></p>
                              <br />
                              <h4><a href="/docs/RELEASE-NOTES.txt">Release Notes</a></h4>
                              <h4><a href="/docs/changelog.html">Changelog</a></h4>
                              <h4><a href="http://tomcat.apache.org/migration.html">Migration Guide</a></h4>
                              <h4><a href="http://tomcat.apache.org/security.html">Security Notices</a></h4>
                          </div>
                      </div>
                      <div id="low-docs" class="">
                          <div class="curved container">
                              <h3>Documentation</h3>
                              <h4><a href="/docs/">Tomcat 7.0 Documentation</a></h4>
                              <h4><a href="/docs/config/">Tomcat 7.0 Configuration</a></h4>
                              <h4><a href="http://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
                              <p>Find additional important configuration information in:</p>
                              <pre>$CATALINA_HOME/RUNNING.txt</pre>
                              <p>Developers may be interested in:</p>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/bugreport.html">Tomcat 7.0 Bug Database</a></li>
                                  <li><a href="/docs/api/index.html">Tomcat 7.0 JavaDocs</a></li>
                                  <li><a href="http://svn.apache.org/repos/asf/tomcat/tc7.0.x/">Tomcat 7.0 SVN Repository</a></li>
                              </ul>
                          </div>
                      </div>
                      <div id="low-help" class="">
                          <div class="curved container">
                              <h3>Getting Help</h3>
                              <h4><a href="http://tomcat.apache.org/faq/">FAQ</a> and <a href="http://tomcat.apache.org/lists.html">Mailing Lists</a></h4>
                              <p>The following mailing lists are available:</p>
                              <ul>
                                  <li id="list-announce"><strong><a href="http://tomcat.apache.org/lists.html#tomcat-announce">tomcat-announce</a><br />
                                      Important announcements, releases, security vulnerability notifications. (Low volume).</strong>
                                  </li>
                                  <li><a href="http://tomcat.apache.org/lists.html#tomcat-users">tomcat-users</a><br />
                                      User support and discussion
                                  </li>
                                  <li><a href="http://tomcat.apache.org/lists.html#taglibs-user">taglibs-user</a><br />
                                      User support and discussion for <a href="http://tomcat.apache.org/taglibs/">Apache Taglibs</a>
                                  </li>
                                  <li><a href="http://tomcat.apache.org/lists.html#tomcat-dev">tomcat-dev</a><br />
                                      Development mailing list, including commit messages
                                  </li>
                              </ul>
                          </div>
                      </div>
                      <br class="separator" />
                  </div>
                  <div id="footer" class="curved container">
                      <div class="col20">
                          <div class="container">
                              <h4>Other Downloads</h4>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a><
      c86
      /li>
                                  <li><a href="http://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li>
                                  <li><a href="http://tomcat.apache.org/taglibs/">Taglibs</a></li>
                                  <li><a href="/docs/deployer-howto.html">Deployer</a></li>
                              </ul>
                          </div>
                      </div>
                      <div class="col20">
                          <div class="container">
                              <h4>Other Documentation</h4>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/connectors-doc/">Tomcat Connectors</a></li>
                                  <li><a href="http://tomcat.apache.org/connectors-doc/">mod_jk Documentation</a></li>
                                  <li><a href="http://tomcat.apache.org/native-doc/">Tomcat Native</a></li>
                                  <li><a href="/docs/deployer-howto.html">Deployer</a></li>
                              </ul>
                          </div>
                      </div>
                      <div class="col20">
                          <div class="container">
                              <h4>Get Involved</h4>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/getinvolved.html">Overview</a></li>
                                  <li><a href="http://tomcat.apache.org/svn.html">SVN Repositories</a></li>
                                  <li><a href="http://tomcat.apache.org/lists.html">Mailing Lists</a></li>
                                  <li><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
                              </ul>
                          </div>
                      </div>
                      <div class="col20">
                          <div class="container">
                              <h4>Miscellaneous</h4>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/contact.html">Contact</a></li>
                                  <li><a href="http://tomcat.apache.org/legal.html">Legal</a></li>
                                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
                              </ul>
                          </div>
                      </div>
                      <div class="col20">
                          <div class="container">
                              <h4>Apache Software Foundation</h4>
                              <ul>
                                  <li><a href="http://tomcat.apache.org/whoweare.html">Who We Are</a></li>
                                  <li><a href="http://tomcat.apache.org/heritage.html">Heritage</a></li>
                                  <li><a href="http://www.apache.org">Apache Home</a></li>
                                  <li><a href="http://tomcat.apache.org/resources.html">Resources</a></li>
                              </ul>
                          </div>
                      </div>
                      <br class="separator" />
                  </div>
                  <p class="copyright">Copyright &copy;1999-2024 Apache Software Foundation.  All Rights Reserved</p>
              </div>
          </body>
      
      </html>
      
      0
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:30:09.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "apache.org"
               ],
               "file" : [
                  "download-connectors.cgi",
                  "download-native.cgi",
                  "release-notes.txt"
               ],
               "hostname" : [
                  "svn.apache.org",
                  "tomcat.apache.org",
                  "wiki.apache.org",
                  "www.apache.org"
               ],
               "url" : [
                  "http://svn.apache.org/repos/asf/tomcat/tc7.0.x/",
                  "http://tomcat.apache.org/",
                  "http://tomcat.apache.org/bugreport.html",
                  "http://tomcat.apache.org/connectors-doc/",
                  "http://tomcat.apache.org/contact.html",
                  "http://tomcat.apache.org/download-connectors.cgi",
                  "http://tomcat.apache.org/download-native.cgi",
                  "http://tomcat.apache.org/faq/",
                  "http://tomcat.apache.org/findhelp.html",
                  "http://tomcat.apache.org/getinvolved.html",
                  "http://tomcat.apache.org/heritage.html",
                  "http://tomcat.apache.org/legal.html",
                  "http://tomcat.apache.org/lists.html",
                  "http://tomcat.apache.org/migration.html",
                  "http://tomcat.apache.org/native-doc/",
                  "http://tomcat.apache.org/resources.html",
                  "http://tomcat.apache.org/security.html",
                  "http://tomcat.apache.org/svn.html",
                  "http://tomcat.apache.org/taglibs/",
                  "http://tomcat.apache.org/whoweare.html",
                  "http://wiki.apache.org/tomcat/FrontPage",
                  "http://wiki.apache.org/tomcat/Specifications",
                  "http://wiki.apache.org/tomcat/TomcatVersions",
                  "http://www.apache.org",
                  "http://www.apache.org/foundation/sponsorship.html",
                  "http://www.apache.org/foundation/thanks.html"
               ]
            },
            "favicon" : {
               "image" : "AAABAAkAEBAQAAAAAAAoAQAAlgAAABAQAAAAAAAAaAUAAL4BAAAQEAAAAAAAAGgDAAAmBwAAICAQAAAAAADoAgAAjgoAACAgAAAAAAAAqAgAAHYNAAAgIAAAAAAAAKgMAAAeFgAAMDAQAAAAAABoBgAAxiIAADAwAAAAAAAAqA4AAC4pAAAwMAAAAAAAAKgcAADWNwAAKAAAABAAAAAgAAAAAQAEAAAAAADAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICAAADAwMAAgICAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP///wAAAAAAAAAAAA/////////wD/////////AIf/////eIgAiP+I/3iIfwD4iAiIh4f/AP+HiHeIj/8A93iHeId4fwD3/3iIeIePAPf/93h3h48A/3eI+Hd3jwD////4iIiPAP////h/948A/////////wD/////////AAAAAAAAAAAAAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8oAAAAEAAAACAAAAABAAgAAAAAAEABAAAAAAAAAAAAAAABAAAAAAAA////APT09ADs7OwA5OTkANzc3ADR0tIAzMzMAMTJzQDExscAvL6/ALa5vQCrsbYApKyyAKSkpACYpa8AkqOuAIamtgCJoawAkJ+nAIKcpwCDl6AAk5meAIaTmgCBjZQAjo6OAHHH5wBlzPMAbMfqAG7B4wBmxOoAc6/HAG683QBut9QAeaq+AHCovgBxp7wAbqCzAHmVoAB1k6AAbpKmAH+SnABxkZ4AfI+XAG6MmABrhZIAZIecAF2cuQBXkLAAXZGrAFiJpQBDkrwASo6zAE6NrgBWhZ0AT4OfADyXxQA1lsoAKprQACyXzAAdls8AfH1+AHV6fQBmdH4AXG13AFlZWQAgIiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AEJCQkJCQkJCQkJCQkJCQkJCAAAAAAAAAAAAAAAAAABCQgAAAAAAAAAAAAAAAAAAQkIXCwAAAAIAAAAAAw4tF0JCDCwAABgYAQAFEi80BwBCQgAWKD1BDA8nMjoxCAAAQkIAAT83Mzc5OzguJQIAAEJCAAQEKDM4ODIwGRoTAwBCQgAFAAAKPjY1HiEkHBUAQkIABQIAAQQJLBshIx8RAEJCAAEGBUANABAaIBsdIQFCQgAAAAEBAAAmLBQqJisBQkIAAAAAAAAAPQkAAAU8AUJCAAAAAAAAAAAAAAAAAABCQgAAAAAAAAAAAAAAAAAAQkJCQkJCQkJCQkJCQkJCQkIAAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//KAAAABAAAAAgAAAAAQAYAAAAAABAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///////////////////////////////////////////////////////wAAAAAAAP///////////////////////////////////////////////////////wAAAAAAAICNlKuxtv///////////+vr6/n5+f///////////+Xl5Zilr2SHnIGNkwAAAAAAAKWts2mElP////7+/o6Ojo6OjvDw8Pn5+dDS05Cfp1eQsE6NrsTJzfz8/AAAAAAAAP7+/oaTmn6RnXR6fiAiJKOrsZKjrm6SpkSTvSyXzFiJpcTGx////////wAAAAAAAP////T09FxtdziXx0qOsT+Wwyqa0B2WzzeVyF2cuXmVoOzs7P///////wAAAAAAAP///97e3tra2n+SmkmOtDSXyzSXy0GQul2Rq3HH52XL8oKcp+Li4v7+/gAAAAAAAP///9HR0f39/f7+/ra5vWZ0fk+Dn1aFnXOvx3Cov26gs27B45OZnv7+/gAAAAAAAP///9DQ0O7u7v////X19d3d3bm8vm2GkWzH63CovXGnvG683YmhrP7+/gAAAAAAAP////Dw8MzMzNDQ0FlZWaSkpP///4amtmTM82631GvG6WbE6nmqvvX19QAAAAAAAP////////z8/PHx8fX19f////n5+XWToGqGkoOXoHyPl3GRnm6MmPX19QAAAAAAAP////////////////////////z8/HZ5e7+/v/7+/v39/dbW1nx9fvf39wAAAAAAAP///////////////////////////////////////////////////////wAAAAAAAP///////////////////////////////////////////////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8oAAAAIAAAAEAAAAABAAQAAAAAAIACAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwACAgIAAAAD/AAD/AAAA//8A/wAAAP8A/wD//wAA////AAAAAAAAAAAAAAAAAAAAAAAP///////////////////wD///////////////////8A////////////////////AP///////////////////wCIh//////////////4iIgAiIf////////////3iIiIAHiI////iIf////4iHeH/wD4iP//+AiP//94iHd4//8A/4iP9wAP//eIiHd4h///AP94iIAAh4iIh3d3iH///wD/94iIiIiId3d3iIf///8A//+Ih3iHd3d3eIiH////AP//iId4iHd3d4h/eH///wD/94+IiHd3d3iH9/+H//8A//h/+AiIeIiIf3d3eHf/AP/4//94CIB4AH94j3iI/wD/eP///3gIeId4iIh3j/8A//j/////iIiH+Id4/4f/AP/4f/////94h3iHiHeI/wD/94//+Ih/+Id3h3iHeP8A//94h4AAf/h3h4d3d3j/AP///3d4f//4f3d4f/94/wD/////////+HiHcIeIeP8A//////////iAh3iHgIj/AP/////////4AP////gI/wD/////////94//////iP8A////////////////////AP///////////////////wD///////////////////8A////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAIAAAAEAAAAABAAgAAAAAAIAEAAAAAAAAAAAAAAABAAAAAAAA////APT09ADr6+sA5OTkANra2gDV1dUAzMzMAMLCwgC9vb0AtLS0AKurqwCjo6QAnp6eAJSUlACPkZEAhYuQAImKigCFiIoAgoWIAIGEhgBwxuYAY9D5AGnM8wBhz/gAY831AGnI7ABqxegAa8LkAGTG7QBazfkAXcz2AFXM+ABUy/cAXsXsAGu/4gBxutcAcrfRAHCyzABxr8gAcq3EAG2/3wBuudYAbrHLAG6qwgBxproAcaO3AG+luQBuobUAbZqrAG6XqABskqIAe4WLAH6BgwBqjpwAaoqWAGuHkwBlhZIAaICLAGWDjwBRh6MASpC2AEKSvQBLjrMAR460AEuMrQBPhqMAWISbAFqBlgBTgpsAMJrQADqYxgA7lsQAM5jMADaXywA3lsYAK5rQACea0AAil9AALpnNABqTzgBzfIEAb3mAAGd4ggBnd4EAU32UAF56igBddoMAUnqPAFV2igBTc4UAe3x8AHF5fgBzc3MAa3V7AG1wdABncXcAam5yAGFueABibXQAaWlpAGNjYwBddH4AW296AFhrcwBWbHgAUmh0AFVkaQBNYm4AWl9kAExaYgBZWVkAUVleAFBXWQBVVVUASFhfAEZTWgBNTU0AQ0NDAD5ERgA8PDwANTk6ADA0OAArLi8AHB4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHx8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHx8DQ0NBAAAAAAAAAAAAAAAAAAAAAAAAAAAAQtSQkNwfHxsPUQIAAAAAAAAAAAAAAAAAAAAAAAAAAliQEdAVQp8fAVCPQsAAAAAAAALbm4GAAAAAAAAAgpdQUtKUAYCAHx8AA4+YQEAAAACZHxaDAEAAAAABRBmPkhIR10BAAAAfHwAAWI8EQAAA3R8cQAAAAAEC11YPUtLTkRvAwAAAAB8fAAABVY+UQp1fHxjCAsPU1g+SExFRU5BVgQAAAAAAHx8AAAACUQ9bVRXWWs+PUdOTEtISEtHVG0FAAAAAAAAfHwAAAAADm1HTU1HVExFTkhISEhLPWc1YgYAAAAAAAB8fAAAAAALXjtMS0dYR0hISEhISz9lIx0YNggAAAAAAHx8AAAABAwADVRER0lISE5ITkxHaBQdFR0dOQQAAAAAfHwAAAANBAAACnhHRz5MPUY9PGcnHiQoJxgaYAUDAAB8fAAAARAAAAAABFB4QERvSUFzdiodK2UwHilqbgkAAHx8AAADDQAAAAAAAAlsfFlPR2ckHC9nMGUyGCJfAgAAfHwAAAIQAAAAAAAAAAEKW0NBVhgdLCwbKTEYHjcEAAB8fAAAABADAAAAAAAAAAAAA1o6IRsxVi8wZS4YLwwAAHx8AAAABRABAAACWnFuCAAADTYcGBYtFhgsLxwbNAAAfHwAAAAACBAKCVx8fHQEAABaGBguKi8WFRglKRhQAAB8fAAAAAAAAQQFBAwHAAAAAFsYHRUqGTUoHR8gFV0AAHx8AAAAAAAAAAAAAAAAAAAAUBgyOCsmezUqMDIYXQAAfHwAAAAAAAAAAAAAAAAAAAAzMnxjBwkKCghafDYzAAB8fAAAAAAAAAAAAAAAAAAAAA94dwIAAAAAAABuehMAAHx8AAAAAAAAAAAAAAAAAAAACVwCAAAAAAAAAAFaCgAAfHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHx8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAgAAAAQAAAAAEAGAAAAAAAgAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAACUlpaTlZWRk5Pc3Nz////////////////////////////////////////////////////////////////////////////////39/enp6dneIJYhp5ZgZZQV1kAAAAAAABaXmNBkrxTgpq/v7/////////////////////////////////////////////////////////////////////////5+fmzs7NjbnRKi6w9l8RMja5eeoqrra0AAAAAAADW1tZYgphAk7+jo6P////////////////////9/f2goKBYWFhYWFjOzs7////////////////////////r6+uurq5pdn1PhaEtmtA3lsZxfIPIyMju7u7///8AAAAAAAD///+PkZFLjrRhbnj19fX////////////v7+9jY2MAAAB4eHifn5/w8PD////////////+/v7V1dWIiYxbb3pLjrQ1mMw1mMw4l8dqdXvx8fH///////////8AAAAAAAD////19fVib3ZLkLaChYj5+fn////l5eVOTk4AAABTU1P////////////6+vrb29ugoKBrc3hVd4tDkrwqmtArm9Eumc1TgppRWV7l5eX///////////////8AAAAAAAD////////V1dVadoZKjrFveYCrq6tDQ0MAAAAAAABqamq/v7+jpaaFi5Bnd4FWdopLjrE1mMwnmtAwmtAwmtAsmc9Ph6NfdILY2Nj///////////////////8AAAAAAAD///////////+3t7dUg5tHkbtLW2VUf5ZSeo9Tc4ZNYm5LjrFCk704l8cumc0nmtAtmtAxmc8zmMwtmtA5lsZRfJNPWmDX19f///////////////////////8AAAAAAAD///////////////+OkJBJWmE9l8Qil9Ail9A5lsZTe5InmtAwmtAtmMw0mc4zmMwzmMwzmMwqmtBDkLpTaXVpi5hga3HPz8////////////////////////8AAAAAAAD///////////////+lpaVtcHRRh6MnmtArm9E4l8dUdoo7l8Q0mc4zmMwzmMwzmMwzmMwqmtBHjrRbc39xutdYzPhizPRtiZW+vr7///////////////////8AAAAAAAD////////////Y2Nifn5/+/v6RkZFTfpVShJ87lcI3l8owmMwzmMwumc0zmM0umc0nmtA8ksBWbHhwxuZYzPhhz/hdzflfzvpogIvb29v///////////////8AAAAAAAD///////////+WlpbY2Nj///////+pqak2OTo+lcI8lsNKj7UnmtBAk746mMZCk71IkLZRaHRzq8JazPdwt9Jsv99wrsZjy/JqxehqbnLS0tLl5eX///////8AAAAAAAD////////w8PCIiIj8/Pz////////////a2tp3fYEwNDhMi6xTgJhIWF80l8tPh6NGU1o+REZts81YzPhuqsJdc31tmqxfzPdsuddVZGlbW1uwsLD///////8AAAAAAAD////////j4+OTk5P///////////////////////+2trZaX2QAAABTcoQak845lsZSaHR0ttBgx+9tobVYa3NsmatedH5rkKBjy/Jrv+JncXfs7Oz///////8AAAAAAAD////////q6uqMjIz////////////////////////////39/etra1weH1agJVOhaRddYBjz/ddzflxpblxpbloweNvuNVul6hhzfVezfVrh5Pc3Nz///////8AAAAAAAD////////8/PyJiYnl5eX////////////////////////////////////j4+N6enplg49exexsweNul6hfd4JsorZtmqxedH5vpblizPRuoLOenp7///////8AAAAAAAD////////////S0tKJiYnx8fH////////r6+t/f39WVlZYWFi6urr///////+Xl5doipdmx+5kzPNozPNxo7dryvBhy/Nxp7xvobRmxOptxOd+gYP///////8AAAAAAAD///////////////++vr6KioqsrKy1tbV0dHQAAAAAAABLS0vb29v///////95fH5lz/dgzvdvpblvscpvo7dozvZi0Pljz/dwssxuuddjz/dze4D+/v7///8AAAAAAAD////////////////////19fXa2trV1dXZ2dmamprBwcH9/f3////////+/v5yen9lz/dYzPhk0PlusMlpyOxqj59uv95YzPhVzPhUy/dk0PlqdHr8/Pz///8AAAAAAAD////////////////////////////////////////////////////////+/v5xe4BmzvZsk6NlhZJtqcFxr8gcHh5sj55ssMpumapsk6NnzfRtd338/Pz///8AAAAAAAD///////////////////////////////////////////////////////////97hYtskaEAAABoaGjDw8Ozs7Opqamtra25ubl7e3sAAABoipd7hYv///////8AAAAAAAD///////////////////////////////////////////////////////////+FiIo0OTo8PDzq6ur////////////////////4+PhaWlorLi+BhIb///////8AAAAAAAD///////////////////////////////////////////////////////////+2trZxcXHo6Oj////////////////////////////19fV/f3+oqKj///////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAwAAAAYAAAAAEABAAAAAAAAAYAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wB3d3//////////////////////94CIgAAIiA/////////////////////3iId3iAB4d4////////////////////gIh3iIjwD4h4f//////4AAj///////+AiHeAd//wD3B4j/////eAAAf/////94CId3eI///wD/iHB////3AAd/////94gIh3iHh////wD/+IgH//+AAI////94gIh3d3gAj////wD//wiAj/gAAH//eIAIh3d3eIeI/////wD//3CIgAAAAIiACIh3d3d3d4CP/////wD///gHcIiIgIiHd3d3d3d3iIj//////wD///+ACHd3eId3d3d3d3eICAf//////wD////4B3d3eId3d3d3d3gIf3B//////wD///94iHd3eId3d3d3d4CP9/cH/////wD///+H+Ah4iId3d3d3eAj3d394f////wD///iP/3AAd3d3d3d3eI93/3f3h////wD///B///+Ad4h3iHiIgH94d4f3gIh//wD//3j////4CAh4CHiICHf3gH93gIh//wD//4j/////+AiACHiAiH94iIh3iAh//wD//4j//////3gAB3eAf/cIiICP/4f//wD//4j////////4CIeId3eHd/h/94j//wD//3j/////////+IAId3eId3h3f3j//wD///iP//////////cIf3iIiIiIf3B//wD///cH///3gACH//cId/94//eHd/iP/wD///9wj//wAAAP//iP9494f394h/iP/wD////3iIiAAAj///iPd4iI93d/d/eP/wD////////3iP////h/f/d3eHd3//eP/wD///////////////h/eHf/gH93d/eP/wD///////////////h3AAAIAAgAAHeP/wD///////////////iIAI93d3d4AIeP/wD///////////////eAAP//////gAiP/wD///////////////cAj///////+AB//wD///////////////+H/////////3j//wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wD//////////////////////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//KAAAADAAAABgAAAAAQAIAAAAAACACgAAAAAAAAAAAAAAAQAAAAAAAP///wD29vYA7OzsAOXl5QDb29sA1NTUAMzMzADDw8MAvLy8ALOzswCtra0Ao6OjAJubmwCXmZkAlJSUAIyMjACEhIQAZND5AGvK8ABhz/gAZc71AGrJ7gBrxuoAbMLkAGXG7ABczfkAW8z3AFLL9wBsv+EAcbzaAHC51gBwt9IAcbPMAHGvyABwrMQAbrzbAG+51gBvttIAb7HKAG+rwwBBlMAAcKa7AHGitABuqL8Ab6W8AG6esQBumasAbpeoAGyTowBukJ0Aao6dAGmJlgBnipgAZ4mWAGaFkgBlgo4AUYejAEmRuABLkLYARJG6AEqPtQBNi6sAUYKcADCa0AA7lsMAM5jMADOXygA2lcUAK5rQACea0QAil9AALpnOACqXzQAlmc8AIZbPAByVzgA/kr4AZH6JAGF7hgBSfJIAX3eCAFN5jgBTdosAU3GCAHt7ewB0dHQAYXR9AGtrawBjY2MAXXJ8AFtveQBRbHwAV2lxAFBmcwBfYWIAVWVtAFVhZQBPZnIATmNuAF1eYQBRXWQATF5oAExaYwBIV2EAR1hgAEdXYQBdXl4AVFhaAFVVVQBIWF8AS1VbAExRVABHVFwASU9UAENNUgBLS0sAREpMAEFGSgBGRkYAPkVLADxDRgA5PUEANz5CADw8PAAzODoANDc6ADAxMgAuMjMALi8wACosLgAnKSkAJicpAB8fIgAbHBwAFhcYABcXFwAODg4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wCJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJBgYGBgYBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABldvZmRmfomJe2ZbXX8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdqZTxFRUFRVYmJCVtLRWYCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEJb2I8SUNTW2QOAYmJAGo8S2EGAAAAAAAAAAAAAVRzc3sMAAAAAAAAAAAAAAABDoBbO0RJQHIJAwAAAImJAAZ3QTgQAAAAAAAAAAADbImJiYgIAAAAAAAAAAAABQ90UztFRERCZgkAAAAAAImJAAAOXUF3BwAAAAAAAAmFiYUGAwIAAAAAAAAAAwtqZj5ARUE8QEFiCQAAAAAAAImJAAAAVT5MdQYAAAAAD4mJiRAAAAAAAAABBQxecFE7P0VHR0Q6cH0KAAAAAAAAAImJAAAAAnQ7THkOAQFqiYmJiQgAAAEEDFh9cD47R0U/QUFHOz1EZgsAAAAAAAAAAImJAAAAAAd4QEBbb3OJiYmJiVdUY3FmUzg7R0U/QUFBQUFHR2d8DQAAAAAAAAAAAImJAAAAAAAKckJIcFs+T08+clI7QEJHRUQ/QUFBQUFBR0U9UmIOAAAAAAAAAAAAAImJAAAAAAAACm1oU0VFRUVLWz5GR0dBQUFBQUFBQUFHQGJ5YIUGAAAAAAAAAAAAAImJAAAAAAAAAFh/QkdBQUFFUlJFQUFBQUFBQUFBQURAelYVGSB5CAAAAAAAAAAAAImJAAAAAAAABmpVZkJEQUREOGFEQUFBQUFBQUFBRExyMRkRERkcdAkAAAAAAAAAAImJAAAAAAAAagcADHIoRzhAQDxBQUFBQUFBQUFETHouGhEREREZF24IAAAAAAAAAImJAAAAAAALVQAAAAh1d2k/R0VBQkFHR0JHRUlCZioZFBQRERQVGRhgBAAAAAAAAImJAAAAAABzBgAAAAACWHJART1TQkVAPUQ7Uk9mfBcZFE4rFlkhGRRZbAoMBQAAAImJAAAAAARsAAAAAAAAAA51ZYY9Sj18T0Y5U1uEMxcRGRdmdysZERYwclgMBQAAAImJAAAAAAoPAAAAAAAAAAACVIE4W4mGQEQ7Un9mMBcRIFkuK1otERYwN34OBQAAAImJAAAAAAsMAAAAAAAAAAAAAARUh4lnRURFO3gYGREXeFkwMDZ4KRkZGVkIAAAAAImJAAAAAAoPAAAAAAAAAAAAAAAAAw5+ZT1EU3IVERERNhYRERkwIxkZFTZVAAAAAImJAAAAAAVsAAAAAAAAAAAAAAAAAAACCVdxfy4UERYdNi4dIx1OJiUWGRVrAQAAAImJAAAAAABqCwAAAAAAAAAAAAAAAAAAAAADgi8dGR4wNmQuMC5ZXC4kESt8BQAAAImJAAAAAAAEcwYAAAAAAAVUc3t2WAQAAAAGgTAWERkZGDcaGRkYNiYSFBkyCgAAAImJAAAAAAAABXsOAgAAAXOJiYmJcwIAAAAJNBsZFzAZGE0UERERFi43IxksDgAAAImJAAAAAAAAAARValhXV4GJiYcQAgAAAAAMLhkRETUyMC8RFxERERkUFBknEAAAAImJAAAAAAAAAAAAAQIDAQQOCgMAAAAAAAAQLBkRGhkfKxQjXxQRFBEZERkiVAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUIhkWKiQUERo3iRwZFBIlFxkiVAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQIhR0iYiAdGaFiXJkdIKJfBgiEAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMLE2JiRACBQcICQgHBAuJiVosDgAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJToGJcwIAAAAAAAAAAABViYVQCgAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEg4lYAgAAAAAAAAAAAAAAD4mFBgAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVwkAAAAAAAAAAAAAAAAAAAVXAgAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAImJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYkAAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8oAAAAMAAAAGAAAAABABgAAAAAAIAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAAzc3Nzc3Nzs7Ozc3Nz8/P9vb2/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7+yMjIaGhoSFBWTVpjUF1mTFphMDEyAAAAAAAAPj4+SVphUmx7UGd1LzIz7Ozs////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+vr6xMTEX19fTF5oS460J5rQJ5rQNJnOVHiMc3NzAAAAAAAAt7e3UWt6G5XNJ5rQS1hh7e3t/////////////////////////////////////////v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////8/PzsLCwT1BRTmJsSo+1I5nPNpXFU3KDU2t6U1xhk5OT9vb2AAAAAAAA/v7+X19fS460HZbPT2ZyzMzM////////////////////////////////////9vb2fn5+SEhIT09PPT09mJiY////////////////////////////////////////////8/PzlJSULi8wUmp5QpO9KprQJpnPOZfFRk5Utra25eXl+Pj4////////AAAAAAAA////zMzMP0dNM5jMUYejgYGB////////////////////////////////5OTkVlZWAAAAAgICAAAADw8Pvb29////////////////////////////////////19fXiYmJRUpLU3CARZK8I5jRKprQLZrQNJfLTFtksbGx////////////////////AAAAAAAA////////l5eXUGVxM5jNOkNIwMDA////////////////////////sLCwGBgYAAAAGxsbzMzM5OTk7+/v////////////////////////////4uLioqKiXF1eSVlgUYOdPZfEJ5nSMZnPSo+1PpXCNZjMTmJst7e3////////////////////////AAAAAAAA////////////dXV1UoKdP5K+Q0dLz8/P/////////////Pz8jIyMAAAAAAAAAAAAhoaG////////////////////////9/f30dHRmZmZX2FiR1NaUnqPR5G7MJrQJ5rQL5nPLZjMKprQS5C2R1VfMjc7ra2t////////////////////////////AAAAAAAA////////////7u7uRUhJQZK8PpO+OT1Al5eX9/f39/f3X19fAAAAAAAAAAAAAAAAv7+//////v7+9vb22NjYn5+fZmZmNjc4R1RdUYCYRJG7LpjOJ5nSMJrQNJnNM5jMLpnNRpK5S4ytKprQS11npKSk////////////////////////////////AAAAAAAA////////////////xcXFOkFGOZXCO5XCUW19TlNVTExMAAAAAAAAAAAAAAAAAgICbm5ueXp7XV5hSE9USlphU3CAUIaiQpO9LpnNJ5rQMJrQNJnOM5jMM5jMM5jMM5jMKZnPLZjMSFdhMzg8l5mZ////////////////////////////////////AAAAAAAA////////////////////r6+vQUtRMJbKKpfNRVJaUW9/UYOdU3uSUnyRUoGZQExSVHaKRZG4PpXCNJfLLpnNJ5rQKprQMJrQMZnNM5jMM5jMM5jMM5jMM5jMLpnNJ5rQS4qrUXeNTmNvl5eX////////////////////////////////////////AAAAAAAA////////////////////////qampSFhfR1hgU3KDJ5rQJ5rQJ5rQJ5rQG5XNUW9/UISeIpfQLpnNLpnNNJnOM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMLJnPOZbGTmNvOT5DUmFmHh4ezMzM////////////////////////////////////////AAAAAAAA////////////////////////////Y2NjLTEyNZfILJnPNZjMM5jMM5jMJ5nSVHaKVHaKJ5nSM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMKprQO5XCNz9EYXR9a8jsW835cLDJODxAubm5////////////////////////////////////AAAAAAAA////////////////////////z8/PX19fdHR0SlxmM5bJLZrQNJnOLZrQKprQUYejT2ZyLZrQM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMLZrQP5K+QUtRbpCdW835Yc75ZND5W835bL7gR01Ps7Oz////////////////////////////////AAAAAAAA/////////////////////Pz8X19fxcXF////n5+fQ05TQZTAL5nPUYejOZfFOZfFSo+1NJnOM5jMM5jMM5jMM5jMM5jMM5jMM5jMM5jMLZrQP5K8NjxAb5qrWsz3Yc/4ZND5ZND5ZND5W835acTnS1Vbvb29////////////////////////////AAAAAAAA////////////////////oKCgcXFx////////////vr6+QERIP0dNR1dhMJrQLpnNJpjRM5jMNJfLM5jMLpnNLpnNNJfLLpnNJ5rQJpnPMpfMSVhicqKyW835Y8/3Z8vyYc75Yc75ZMzza8rvXc35ZcbtV2Fk3t7e////////////////////////AAAAAAAA////////////////+fn5S0tLyMjI////////////////6OjoYmJiQU1TOZfFJ5rQTYqqU3KDNJfLJ5rQPZfETourLZrQRpC5U3eLUnyTSlxmNDk6asPmX876Zs72YXuGbqi/bMXoXXN9ca/IXc35ZszzXHB6VFRUq6urnZ2d1tbW////////////AAAAAAAA////////////////2dnZU1NT+Pj4////////////////////+Pj4l5eXQUZLTV9pFhcYTompIZbPTourMzg8Un2TIpfQSZG4VHOFUGp5Hx8iaYmWbsHjYc/4W835asHjT1tiPkRIb6m/WMz4Yc/4a8bpbZSkRU5RY2NjmZmZ0dHR////////////AAAAAAAA////////////////r6+vjY2N////////////////////////////////6Ojofn5+KiwvUYejUm5+AAAAFhcYPZXAKprQRZG4U3WJLjIzT1tia5CgbsHhYc75cbXPXnJ8b5ipbqi/W295bp6xZND5a8fua5KiZYGNMDEykJCQ1tbW////////////AAAAAAAA////////////////pKSknp6e////////////////////////////////////////2dnZfX19FxcXAAAASFZgJ5nSKprQJ5rQRpC5PURHZ8XoW835Yc75bMPlP0VHXnR+bJOjbJOjZ4WROkBCcKa7W835X876Xc35XXN9vb29////////////////AAAAAAAA////////////////ra2tjo6O////////////////////////////////////////////////5+fnkJCQMDIyTF5oToyuKprQUXCCRk5Ra8rvYc/4Yc/4Yc/4ZYWSacXrYc/4ZND5W835a5KibL3cW835X876acjsZ4WRcXFx////////////////AAAAAAAA////////////////1tbWVVVV+Pj4////////////////////////////////////////////////////7u7usbGxaWtrSU9TLTEyb5ipZ8vyYc/4a8bpcbzaZoaTbZyucL3bb7rYcLvZYXmEbrDJbrfUbMXoX876asjvVFha9fX1////////////AAAAAAAA////////////////////WlpapaWl/////////////////////////////////f39+fn5/Pz8////////////////////5eXlJykpbpeocbzaX876cLnWbJOiZoaTUF1kbpmqbZSkbpmqXXF7V2lxbZqsbrnXYc/4bqi/Mzg50tLS////////////AAAAAAAA////////////////////3NzcSEhIzMzM////////////////////09PTeXl5Tk5OPDw8RkZGZGRk2dnZ////////////zs7OKCssa5Kia8bpZND5Xc35WMz4ZcPpZYOPXMz3W835WMz4ZMfuZYWSb7HKa8rwZs72WMz4ao+fr6+v////////////AAAAAAAA////////////////////////0dHRODg4kZGR6urq/Pz8/v7+9fX1S0tLAAAAAAAAAAAAAAAATExM7+/v////////////sLCwZ4qYUsv3Xs/4bcTnb5amXc35YsXsZH6JZs72Yc75ZND5Yc75asTqbZipZYGNb77dWMz4b6K5lZWV////////////AAAAAAAA////////////////////////////3Nzcd3d3WlpaY2NjaGhoampqLCwsAAAAAAAAFhYWgYGB7+/v////////////////m5ubbputW835ZND5ZND5Z4mWaYybbZSkbpeoYc/4bMHjZND5ZND5Yc/4Xc35ZM72Zc/3Xc35b6vDhISE////////////AAAAAAAA////////////////////////////////////9/f36Ojo5ubm9fX13d3dkpKSqKio5+fn////////////////////////hoaGb6e+Xc35Yc/4Wsz3W835cLfSb6m/Ys72b7zaVWVtY831Yc/4Y8/3Yc/4W835Yc75X876cKzEeXl5////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////eXl5cKzEWMz4acbqcKK2b7jVZ830Yc75Wsz3ZIKOAwMDa7/iX876Z8/3a8rwb7XQbsHjWMz4cKrBenp6////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////hYWFcK7GZs72Q0xPAAAADQ0NLi8wQUlLT1tiGxwdAAAARk9SUV5lQUlLJykpAAAAMzg5ZsfucK7Gh4eH////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////mJiYbqW9Y32IAAAAAAAAg4OD7+/v09PTwsLCurq6tra2vLy8xMTE3t7epKSkAAAAAAAAW295bqW9l5eX////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////srKyYnyHKy4vAAAASEhI7+/v////////////////////////////////////dnZ2AAAAHh8fX3eCrq6u////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////2dnZJicpBgYGY2Nj7Ozs/////////////////////////////////////////Pz8i4uLBgYGGRoby8vL////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////9/f3b29vt7e3/f39////////////////////////////////////////////////////1dXVbm5u6+vr////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//",
               "imagemd5" : "4644f2d45601037b8423d45e13194c93",
               "imagemmh3" : -297069493,
               "length" : 21630,
               "url" : "/favicon.ico"
            },
            "http" : {
               "bodymd5" : "b5a3d0623fbccafdaf57cdc4fba23888",
               "bodymmh3" : 1812551183,
               "component" : [
                  {
                     "productvendor" : "Apache",
                     "productversion" : "7.0.56",
                     "product" : "Tomcat"
                  }
               ],
               "headermd5" : "a73be35590d6dc5eddb1c7eeb8a9bb8d",
               "headermmh3" : 1092322674,
               "title" : "Apache Tomcat/7.0.56"
            },
            "length" : 11615
         },
         "asn" : "AS6713",
         "city" : "Casablanca",
         "country" : "MA",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nServer: Apache-Coyote/1.1\r\nContent-Type: text/html;charset=ISO-8859-1\r\nTransfer-Encoding: chunked\r\nVary: Accept-Encoding\r\nDate: Thu, 21 Nov 2024 10:23:05 GMT\r\nConnection: close\r\n\r\n2000\r\n\r\n<!DOCTYPE html>\r\n\r\n\r\n<html lang=\"en\">\r\n    <head>\r\n        <title>Apache Tomcat/7.0.56</title>\r\n        <link href=\"favicon.ico\" rel=\"icon\" type=\"image/x-icon\" />\r\n        <link href=\"favicon.ico\" rel=\"shortcut icon\" type=\"image/x-icon\" />\r\n        <link href=\"tomcat.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n    </head>\r\n\r\n    <body>\r\n        <div id=\"wrapper\">\r\n            <div id=\"navigation\" class=\"curved container\">\r\n                <span id=\"nav-home\"><a href=\"http://tomcat.apache.org/\">Home</a></span>\r\n                <span id=\"nav-hosts\"><a href=\"/docs/\">Documentation</a></span>\r\n                <span id=\"nav-config\"><a href=\"/docs/config/\">Configuration</a></span>\r\n                <span id=\"nav-examples\"><a href=\"/examples/\">Examples</a></span>\r\n                <span id=\"nav-wiki\"><a href=\"http://wiki.apache.org/tomcat/FrontPage\">Wiki</a></span>\r\n                <span id=\"nav-lists\"><a href=\"http://tomcat.apache.org/lists.html\">Mailing Lists</a></span>\r\n                <span id=\"nav-help\"><a href=\"http://tomcat.apache.org/findhelp.html\">Find Help</a></span>\r\n                <br class=\"separator\" />\r\n            </div>\r\n            <div id=\"asf-box\">\r\n                <h1>Apache Tomcat/7.0.56</h1>\r\n            </div>\r\n            <div id=\"upper\" class=\"curved container\">\r\n                <div id=\"congrats\" class=\"curved container\">\r\n                    <h2>If you're seeing this, you've successfully installed Tomcat. Congratulations!</h2>\r\n                </div>\r\n                <div id=\"notice\">\r\n                    <img src=\"tomcat.png\" alt=\"[tomcat logo]\" />\r\n                    <div id=\"tasks\">\r\n                        <h3>Recommended Reading:</h3>\r\n                        <h4><a href=\"/docs/security-howto.html\">Security Considerations HOW-TO</a></h4>\r\n                        <h4><a href=\"/docs/manager-howto.html\">Manager Application HOW-TO</a></h4>\r\n                        <h4><a href=\"/docs/cluster-howto.html\">Clustering/Session Replication HOW-TO</a></h4>\r\n                    </div>\r\n                </div>\r\n                <div id=\"actions\">\r\n                    <div class=\"button\">\r\n                        <a class=\"container shadow\" href=\"/manager/status\"><span>Server Status</span></a>\r\n                    </div>\r\n                    <div class=\"button\">\r\n                        <a class=\"container shadow\" href=\"/manager/html\"><span>Manager App</span></a>\r\n                    </div>\r\n                    <div class=\"button\">\r\n                        <a class=\"container shadow\" href=\"/host-manager/html\"><span>Host Manager</span></a>\r\n                    </div>\r\n                </div>\r\n                <!--\r\n                <br class=\"separator\" />\r\n                -->\r\n                <br class=\"separator\" />\r\n            </div>\r\n            <div id=\"middle\" class=\"curved container\">\r\n                <h3>Developer Quick Start</h3>\r\n                <div class=\"col25\">\r\n                    <div class=\"container\">\r\n                        <p><a href=\"/docs/setup.html\">Tomcat Setup</a></p>\r\n                        <p><a href=\"/docs/appdev/\">First Web Application</a></p>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col25\">\r\n                    <div class=\"container\">\r\n                        <p><a href=\"/docs/realm-howto.html\">Realms &amp; AAA</a></p>\r\n                        <p><a href=\"/docs/jndi-datasource-examples-howto.html\">JDBC DataSources</a></p>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col25\">\r\n                    <div class=\"container\">\r\n                        <p><a href=\"/examples/\">Examples</a></p>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col25\">\r\n                    <div class=\"container\">\r\n                        <p><a href=\"http://wiki.apache.org/tomcat/Specifications\">Servlet Specifications</a></p>\r\n                        <p><a href=\"http://wiki.apache.org/tomcat/TomcatVersions\">Tomcat Versions</a></p>\r\n                    </div>\r\n                </div>\r\n                <br class=\"separator\" />\r\n            </div>\r\n            <div id=\"lower\">\r\n                <div id=\"low-manage\" class=\"\">\r\n                    <div class=\"curved container\">\r\n                        <h3>Managing Tomcat</h3>\r\n                        <p>For security, access to the <a href=\"/manager/html\">manager webapp</a> is restricted.\r\n                        Users are defined in:</p>\r\n                        <pre>$CATALINA_HOME/conf/tomcat-users.xml</pre>\r\n                        <p>In Tomcat 7.0 access to the manager application is split between\r\n                           different users. &nbsp; <a href=\"/docs/manager-howto.html\">Read more...</a></p>\r\n                        <br />\r\n                        <h4><a href=\"/docs/RELEASE-NOTES.txt\">Release Notes</a></h4>\r\n                        <h4><a href=\"/docs/changelog.html\">Changelog</a></h4>\r\n                        <h4><a href=\"http://tomcat.apache.org/migration.html\">Migration Guide</a></h4>\r\n                        <h4><a href=\"http://tomcat.apache.org/security.html\">Security Notices</a></h4>\r\n                    </div>\r\n                </div>\r\n                <div id=\"low-docs\" class=\"\">\r\n                    <div class=\"curved container\">\r\n                        <h3>Documentation</h3>\r\n                        <h4><a href=\"/docs/\">Tomcat 7.0 Documentation</a></h4>\r\n                        <h4><a href=\"/docs/config/\">Tomcat 7.0 Configuration</a></h4>\r\n                        <h4><a href=\"http://wiki.apache.org/tomcat/FrontPage\">Tomcat Wiki</a></h4>\r\n                        <p>Find additional important configuration information in:</p>\r\n                        <pre>$CATALINA_HOME/RUNNING.txt</pre>\r\n                        <p>Developers may be interested in:</p>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/bugreport.html\">Tomcat 7.0 Bug Database</a></li>\r\n                            <li><a href=\"/docs/api/index.html\">Tomcat 7.0 JavaDocs</a></li>\r\n                            <li><a href=\"http://svn.apache.org/repos/asf/tomcat/tc7.0.x/\">Tomcat 7.0 SVN Repository</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div id=\"low-help\" class=\"\">\r\n                    <div class=\"curved container\">\r\n                        <h3>Getting Help</h3>\r\n                        <h4><a href=\"http://tomcat.apache.org/faq/\">FAQ</a> and <a href=\"http://tomcat.apache.org/lists.html\">Mailing Lists</a></h4>\r\n                        <p>The following mailing lists are available:</p>\r\n                        <ul>\r\n                            <li id=\"list-announce\"><strong><a href=\"http://tomcat.apache.org/lists.html#tomcat-announce\">tomcat-announce</a><br />\r\n                                Important announcements, releases, security vulnerability notifications. (Low volume).</strong>\r\n                            </li>\r\n                            <li><a href=\"http://tomcat.apache.org/lists.html#tomcat-users\">tomcat-users</a><br />\r\n                                User support and discussion\r\n                            </li>\r\n                            <li><a href=\"http://tomcat.apache.org/lists.html#taglibs-user\">taglibs-user</a><br />\r\n                                User support and discussion for <a href=\"http://tomcat.apache.org/taglibs/\">Apache Taglibs</a>\r\n                            </li>\r\n                            <li><a href=\"http://tomcat.apache.org/lists.html#tomcat-dev\">tomcat-dev</a><br />\r\n                                Development mailing list, including commit messages\r\n                            </li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <br class=\"separator\" />\r\n            </div>\r\n            <div id=\"footer\" class=\"curved container\">\r\n                <div class=\"col20\">\r\n                    <div class=\"container\">\r\n                        <h4>Other Downloads</h4>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/download-connectors.cgi\">Tomcat Connectors</a><\r\nc86\r\n/li>\r\n                            <li><a href=\"http://tomcat.apache.org/download-native.cgi\">Tomcat Native</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/taglibs/\">Taglibs</a></li>\r\n                            <li><a href=\"/docs/deployer-howto.html\">Deployer</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col20\">\r\n                    <div class=\"container\">\r\n                        <h4>Other Documentation</h4>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/connectors-doc/\">Tomcat Connectors</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/connectors-doc/\">mod_jk Documentation</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/native-doc/\">Tomcat Native</a></li>\r\n                            <li><a href=\"/docs/deployer-howto.html\">Deployer</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col20\">\r\n                    <div class=\"container\">\r\n                        <h4>Get Involved</h4>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/getinvolved.html\">Overview</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/svn.html\">SVN Repositories</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/lists.html\">Mailing Lists</a></li>\r\n                            <li><a href=\"http://wiki.apache.org/tomcat/FrontPage\">Wiki</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col20\">\r\n                    <div class=\"container\">\r\n                        <h4>Miscellaneous</h4>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/contact.html\">Contact</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/legal.html\">Legal</a></li>\r\n                            <li><a href=\"http://www.apache.org/foundation/sponsorship.html\">Sponsorship</a></li>\r\n                            <li><a href=\"http://www.apache.org/foundation/thanks.html\">Thanks</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"col20\">\r\n                    <div class=\"container\">\r\n                        <h4>Apache Software Foundation</h4>\r\n                        <ul>\r\n                            <li><a href=\"http://tomcat.apache.org/whoweare.html\">Who We Are</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/heritage.html\">Heritage</a></li>\r\n                            <li><a href=\"http://www.apache.org\">Apache Home</a></li>\r\n                            <li><a href=\"http://tomcat.apache.org/resources.html\">Resources</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <br class=\"separator\" />\r\n            </div>\r\n            <p class=\"copyright\">Copyright &copy;1999-2024 Apache Software Foundation.  All Rights Reserved</p>\r\n        </div>\r\n    </body>\r\n\r\n</html>\r\n\r\n0\r\n\r\n",
         "datamd5" : "c467e41a1df8b5cdb49c0c19a87e303c",
         "datammh3" : 1879087662,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS36903",
            "continent" : "AF",
            "continentname" : "Africa",
            "country" : "MA",
            "countryname" : "Morocco",
            "isineu" : "false",
            "latitude" : "31.791702",
            "location" : "31.791702,-7.09262",
            "longitude" : "-7.09262",
            "netname" : "CASA_4G_MarocTelecom",
            "organization" : "route object",
            "subnet" : "154.144.0.0/16"
         },
         "ip" : "154.144.232.59",
         "ipv6" : "false",
         "latitude" : "33.5792",
         "location" : "33.5792,-7.6133",
         "longitude" : "-7.6133",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Itissalat Al-MAGHRIB",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "port" : 4899,
         "product" : "Coyote HTTP Connector",
         "productvendor" : "Apache",
         "productversion" : "1.1",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "154.144.0.0/13",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 18.179.38.33:4899 (tcp/http) - last seen on 2024-11-21 at 10:30:07 UTC

    • IP
      18.179.38.33
      Network
      18.176.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Linux Linux Kernel
      URL

      http://18.179.38.33:4899/ 200

      HTTP Title
      AiCloud
      Reverse DNS
      ec2-18-179-38-33.ap-northeast-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      eec2f4120ab9a23d5cfaf3bfdc2425a1
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      5ca568bf96622aad854cce25a37f12ad
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 10:23:30 GMT
      Server: nginx
      Content-Length: 16915
      Content-Type: text/html
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="Cache-control" content="no-cache">
      <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
      <meta name="apple-mobile-web-app-capable" content="yes">
      <meta name="apple-mobile-web-app-status-bar-style" content="black">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
      <title>AiCloud</title>
      <style>
      html{
      margin:0 0;
      padding:0px;
      font-family:"Segoe UI",Arial;
      }
      body{
      display: block;
      overflow: hidden;
      }
      
      input,#ok {
      background:transparent url("/smb/css/style-theme.png") no-repeat top left;
      }
      
      #login_logo{
      width:300px;
      height:76px;
      background:transparent url("/smb/css/logo.jpg") no-repeat top left;
      position: absolute;
      top: 60px;
      }
      
      #ok{
      background-position: -200px -390px;
      width:40px;
      height:40px;
      float:right;
      }
      #title1{
      color:#fff;
      font-size:30px
      }
      #title2{
      color:#fff;
      font-size:20px
      }
      input {
      font-size: 14px;
      text-shadow: 0px 1px 0px white;
      outline: none;
      background-position: 0 -540px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      padding-left:3px;
      }
      div.cap_num{
      width:40px;
      height:40px;
      float:right;
      }
      .unselectable {
      -moz-user-select: -moz-none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none;
      }
      .table_x{
      position: relative;
      padding: 20px 40px 0 40px;
      font-size: 20px;
      display:none;
      }
      .table_x input{
      width:220px;
      height:36px;
      font-size: 20px;
      }
      .table_x .table_label_x{
      color:#ffffff;
      }
      </style>
      <script type="text/javascript" src="/smb/js/tools.js"></script>
      <script type='text/javascript' src='/smb/js/davclient_tools.js'></script>
      <script type="text/javascript">
      var this_url;
      var m = new lang();
      var g_storage = new myStorage();
      var g_captcha = -1;
      
      function makeid(){
          var text = "";
          var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
      
          for( var i=0; i < 20; i++ )
              text += possible.charAt(Math.floor(Math.random() * possible.length));
      
          return text;
      }
      
      $("document").ready(function() {
              //- create access token
              var asus_token = ( g_storage.gett('asus_token') == undefined ) ? '' : g_storage.gett('asus_token');
              if(asus_token==""){
                      asus_token = makeid();
                      g_storage.sett('asus_token', asus_token);
              }
      
              var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();
              var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');
              m.setLanguage(lan);
      
              $('label#username').text(m.getString('title_username2'));
              $('label#password').text(m.getString('title_password2'));
              // $('label#captcha').text(m.getString('title_captcha'));
      
              this_url = $("input.urlInfo").attr("value");
      
              if(this_url!="/"){
                      $("div#title1").text(m.getString('title_login'));
                      $("div#title2").text(this_url);
              }
      
              var browserVer = navigator.userAgent.toLowerCase();
              if( isIE() &&
                      getInternetExplorerVersion() <= 7 ){
      
                      $("table#table_login").remove();
      
                      var append_html = '<table border="0" cellpadding="0" cellspacing="3" style="position: relative;left:40px;padding-top:20px"><tbody><tr><td width="240px">';
                      append_html += '<font color="white" size="4">';
                      append_html += '<label>';
                      append_html += m.getString('msg_browsersupport');
                      append_html += '</label>';
                      append_html += '</font>';
                      append_html += '</td>';
                      append_html += '</tr>';
                      append_html += '</tbody>';
                      append_html += '</table>';
                      $(append_html).appendTo($("#main"));
      
                      return;
              }
      
              // $(".captcha").css("display","none");
              // generateCaptcha();
      
              adjustUI();
      
              $(window).resize(adjustUI);
      
              $("table#table_login").css("display", "block");
      
              $("input#username").focus();
      });
      
      function sanitize(input) {
          //- Use replacement methods to remove or encode potentially malicious characters
          return input
              .replace(/&/g, "&amp;")
              .replace(/</g, "&lt;")
              .replace(/>/g, "&gt;")
              .replace(/"/g, "&quot;")
              .replace(/'/g, "&#x27;")
              .replace(/\//g, "&#x2F;");
      }
      
      function generateCaptcha(){
      
              if(this_url!="/")
                      return;
      
              $.ajax({
                      url: 'GetCaptchaImage',
                      data: '',
                      type: 'GET',
                      dataType: 'xml',
                      timeout: 20000,
                      error: function(){
                              //alert('Error loading XML document');
                      },
                      success: function(xml){
      
                              var data = parseXml(xml);
                              var captcha_enable = sanitize($(data).find('enable').text());
                              if(captcha_enable==1){
                                      var image_data1 = sanitize($(data).find('img1').text());
                                      var image_data1 = sanitize($(data).find('img1').text());
                                      var image_data2 = sanitize($(data).find('img2').text());
                                      var image_data3 = sanitize($(data).find('img3').text());
                                      var image_data4 = sanitize($(data).find('img4').text());
                                      g_captcha = sanitize($(data).find('code').text());
      
                                      var captcha_pattern = "";
                                      $("#captcha_pattern").empty();
      
                                      captcha_pattern += "<div class='cap_num' style='background-image: url(" + image_data4 + ")'></div>";
                                      captcha_pattern += "<div class='cap_num' style='background-image: url(" + image_data3 + ")'></div>";
                                      captcha_pattern += "<div class='cap_num' style='background-image: url(" + image_data2 + ")'></div>";
                                      captcha_pattern += "<div class='cap_num' style='background-image: url(" + image_data1 + ")'></div>";
      
                                      $(captcha_pattern).appendTo("#captcha_pattern");
      
                                      $(".captcha").css("display","block");
      
                                      $("#main").css("height",420);
                              }
      
                      }
              });
      }
      
      function adjustUI(){
              var logo_left = ($(document).width() - $("div#login_logo").width())/2;
              $("div#login_logo").css("left", logo_left);
      }
      
      function doOK(e) {
              var captcha = "";//$('input#captcha').val();
              var user = "";
              var pass = "";
              var auth = "";
      
              if(g_captcha!=-1&&captcha!=g_captcha){
                      alert(m.getString('msg_error_captcha'));
              }
              else{
                      user = $('input#username').val();
                      pass = $('input#password').val();
                      auth = "Basic " + Base64.encode(user + ":" + pass);
              }
      
              var client = new davlib.DavClient();
              client.initialize();
      
              g_storage.set('openurl', this_url);
      
              /*
              //var enc = "crypt:6166393232616536393164633730316238643463326264313735363031393961:3d593c297c1c6539356237383035663530353462633939646666313138643561";
              var enc = "";
              g_storage.set('openurl', this_url);
      
              client.OAUTH(this_url, auth, enc, function(error, statusstring, content){
      
                      if(error==401){
      
                              $('input#password').attr("value","");
      
                              var the_left = parseInt($('div#login_logo').css("left"));
      
                              for(var i=0; i<6; i++){
      
                                      var x = i%2;
                                      var new_left = 0;
                                      if(x==0)
                                              new_left = the_left + i*5;
                                      else if(x==1)
                                              new_left = the_left - i*5;
      
                                      $('div#login_logo').animate({
                                      left: new_left
                                      }, 100, function(){
                                              if(i=5)
                                                      adjustUI();
                                      });
                              }
      
                      }
                      else{
                              $.cookie("TestAuth", content);
      
                              setTimeout(function(){
                                      window.location.reload(true);
                              }, 100);
      
                      }
              });
              */
      
              client.PROPFIND(this_url, auth, function(error, statusstring, content){
                      if(error==401){
                              $('input#password').attr("value","");
      
                              var the_left = parseInt($('div#login_logo').css("left"));
      
                              for(var i=0; i<6; i++){
      
                                      var x = i%2;
                                      var new_left = 0;
                                      if(x==0)
                                              new_left = the_left + i*5;
                                      else if(x==1)
                                              new_left = the_left - i*5;
      
                                      $('div#login_logo').animate({
                                      left: new_left
                                      }, 100, function(){
                                              if(i=5)
                                                      adjustUI();
                                      });
                              }
      
                      }
                      else{
                              setTimeout(function(){
                                      window.location.reload(true);
                              }, 100);
                      }
              });
      }
      
      function onKeyHandler(e){
              if(e.keyCode==13)
                      doOK(e);
      }
      
      </script>
      </head>
      <body style='padding-top:20px;margin:0;background-color:#313131'>
      
      <table id="logo" width="100%" border="0" valign="middle" align="center" cellpadding="0" cellspacing="0">
              <tbody><tr height="128px">
                      <tr><td valign="middle" align="center"><div id="login_logo"></div></td></tr>
              </tr></tbody>
      </table>
      
      <table width="100%" border="0" valign="middle" align="center" cellpadding="0" cellspacing="0">
              <tbody>
                      <tr>
                      <td valign="middle" align="center">
                              <div style="width:300px;height:88px;background-color:#595F62;padding-top:10px">
                                      <div id="title1">Welcome.</div>
                                      <div id="title2">Who’s coming home?</div>
                              </div>
                      </td>
                      </tr>
                      <tr height="7px"></tr>
              </tbody>
      </table>
      
      <table width="100%" height="100%">
              <tbody><tr>
                      <td valign="middle" align="center">
      
                              <table valign="middle" align="center" border="0" cellpadding="0" cellspacing="0">
                                      <tbody><tr>
                                              <td align="left" background="" height="106" alt="">
                                                      <div id="main" style="width:300px;height:385px;background-color:#595F62">
                                                              <table id="table_login" class="table_x" border="0" cellpadding="0" cellspacing="3">
                                                                      <tbody>
                                                                              <tr>
                                                                                      <td>
                                                                                              <label class="table_label_x" id="username">Username :</label>
                                                                                      </td>
                                                                              </tr>
                                                                              <tr height="5px"></tr>
                                                                              <tr>
                                                                              <td>
                                                                                      <input id="username" name="username" type="text" maxlength="32" autocapitalize="off">
                                                                              </td>
                                                                      </tr>
                                                                      <tr style="height:10px"></tr>
                                              <tr>
                                              <td>
                                                      <label class="table_label_x" id="password">Password :</label>
                                              </td>
                                              </tr>
                                                                      <tr height="5px"></tr>
                                                                      <tr>
                                                                      <td>
                                                                              <input id="password" name="password" type="password" maxlength="32" onkeydown="return onKeyHandler(event)">
                                                                      </td>
                                                                      </tr>
                                                                              <tr style="height:10px"></tr>
                                                                              <!--
                                                                      <tr class="captcha" style="display:none">
                                                                                      <td>
                                                                                              <font color="white" size="4">
                                                                                                      <label id="captcha">Random no. :</label>
                                                                                              </font>
                                                                                      </td>
                                                                              </tr>
                                                                              <tr class="captcha" height="5px" style="display:none"></tr>
                                                                              <tr class="captcha" style="display:none">
                                                                              <td>
                                                                                      <input id="captcha" name="captcha" type="text" autocapitalize="off" maxlength="4" style="font-size:20px;width:220px;height:36px" onkeydown="return onKeyHandler(event)">
                                                                              </td>
                                                                      </tr>
                                                                      <tr class="captcha" height="5px" style="display:none"></tr>
                                                                       <tr class="captcha" style="display:none">
                                                                              <td>
                                                                                      <div id="captcha_pattern" class="unselectable" name="captcha_pattern" style="width:220px;height:40px;float:left" onclick="generateCaptcha()"></div>
                                                                              </td>
                                                                      </tr>
                                                                              <tr style="height:10px"></tr>
                                                                
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:30:07.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "favicon" : {
               "image" : "AAABAAIAEBAQAAAAAAAoAQAAJgAAACAgEAAAAAAA6AIAAE4BAAAoAAAAEAAAACAAAAABAAQAAAAAAIAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAICAgADAwMAAAAD/AAD/AAAA//8A/wAAAP8A/wD//wAA////AAAAAAAAAAAAAABERERERAAABEREREREAABERAAAAAAAAERAAAAAAAAEREAAAAAAAAREREREREQABERERERERAAEREAAAAAAAAREQAAAAAAAAEREAAAAAAAARERAAAAAAAAEREREREQAAAAERERERAAAAAAAAAAAAAAAAAAAAAAA//8AAPADAADgAwAAw/8AAMf/AACH/wAAgAMAAIADAACH/wAAh/8AAMP/AADB/wAA4AMAAPgDAAD//wAA//8AACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAABAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAgICAAMDAwAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEREREREREREQAAAAAAAAEREREREREREREAAAAAAAERERERERERERERAAAAAAAREREREREREREREQAAAAABEREREREREREREREAAAAAAREREREAAAAAAAAAAAAAABEREREQAAAAAAAAAAAAAAARERERAAAAAAAAAAAAAAAAEREREAAAAAAAAAAAAAAAARERERAAAAAAAAAAAAAAAAEREREQAAAAAAAAAAAAAAABERERERERERERERERAAAAAREREREREREREREREQAAAAEREREREREREREREREAAAABERERERERERERERERAAAAAREREREREREREREREQAAAAEREREQAAAAAAAAAAAAAAAAEREREAAAAAAAAAAAAAAAABEREREAAAAAAAAAAAAAAAAREREREAAAAAAAAAAAAAAAAREREREAAAAAAAAAAAAAAAAREREREREREREREQAAAAAAEREREREREREREREAAAAAAAERERERERERERERAAAAAAAAAREREREREREREQAAAAAAAAABEREREREREREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////4AAP/4AAD/4AAA/8AAAP+AAAD/gD///wB///8A////Af///gH///4B///+AAAA/gAAAP4AAAD+AAAA/gAAAP4B////Af///wD///8Af///gD///8AAAP/AAAD/4AAA//gAAP/+AAD////////////////w==",
               "imagemd5" : "2b86aa50c3a66bb77ff07c42cc051dcc",
               "imagemmh3" : -1216248324,
               "length" : 1078,
               "url" : "/favicon.ico"
            },
            "http" : {
               "bodymd5" : "5ca568bf96622aad854cce25a37f12ad",
               "bodymmh3" : 2122725594,
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : 68835949,
               "title" : "AiCloud"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 10:23:30 GMT\r\nServer: nginx\r\nContent-Length: 16915\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<meta http-equiv=\"Cache-control\" content=\"no-cache\">\n<meta name=\"viewport\" content=\"width=device-width, minimum-scale=1.0, maximum-scale=1, user-scalable=no\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"X-Frame-Options\" content=\"SAMEORIGIN\">\n<title>AiCloud</title>\n<style>\nhtml{\nmargin:0 0;\npadding:0px;\nfont-family:\"Segoe UI\",Arial;\n}\nbody{\ndisplay: block;\noverflow: hidden;\n}\n\ninput,#ok {\nbackground:transparent url(\"/smb/css/style-theme.png\") no-repeat top left;\n}\n\n#login_logo{\nwidth:300px;\nheight:76px;\nbackground:transparent url(\"/smb/css/logo.jpg\") no-repeat top left;\nposition: absolute;\ntop: 60px;\n}\n\n#ok{\nbackground-position: -200px -390px;\nwidth:40px;\nheight:40px;\nfloat:right;\n}\n#title1{\ncolor:#fff;\nfont-size:30px\n}\n#title2{\ncolor:#fff;\nfont-size:20px\n}\ninput {\nfont-size: 14px;\ntext-shadow: 0px 1px 0px white;\noutline: none;\nbackground-position: 0 -540px;\n-webkit-border-radius: 0;\n-moz-border-radius: 0;\nborder-radius: 0;\nborder: 0;\n-webkit-box-shadow: 0 0 0;\n-moz-box-shadow: 0 0 0;\nbox-shadow: 0 0 0;\npadding-left:3px;\n}\ndiv.cap_num{\nwidth:40px;\nheight:40px;\nfloat:right;\n}\n.unselectable {\n-moz-user-select: -moz-none;\n-khtml-user-select: none;\n-webkit-user-select: none;\n-o-user-select: none;\nuser-select: none;\n}\n.table_x{\nposition: relative;\npadding: 20px 40px 0 40px;\nfont-size: 20px;\ndisplay:none;\n}\n.table_x input{\nwidth:220px;\nheight:36px;\nfont-size: 20px;\n}\n.table_x .table_label_x{\ncolor:#ffffff;\n}\n</style>\n<script type=\"text/javascript\" src=\"/smb/js/tools.js\"></script>\n<script type='text/javascript' src='/smb/js/davclient_tools.js'></script>\n<script type=\"text/javascript\">\nvar this_url;\nvar m = new lang();\nvar g_storage = new myStorage();\nvar g_captcha = -1;\n\nfunction makeid(){\n    var text = \"\";\n    var possible = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n\n    for( var i=0; i < 20; i++ )\n        text += possible.charAt(Math.floor(Math.random() * possible.length));\n\n    return text;\n}\n\n$(\"document\").ready(function() {\n        //- create access token\n        var asus_token = ( g_storage.gett('asus_token') == undefined ) ? '' : g_storage.gett('asus_token');\n        if(asus_token==\"\"){\n                asus_token = makeid();\n                g_storage.sett('asus_token', asus_token);\n        }\n\n        var loc_lan = String(window.navigator.userLanguage || window.navigator.language).toLowerCase();\n        var lan = ( g_storage.get('lan') == undefined ) ? loc_lan : g_storage.get('lan');\n        m.setLanguage(lan);\n\n        $('label#username').text(m.getString('title_username2'));\n        $('label#password').text(m.getString('title_password2'));\n        // $('label#captcha').text(m.getString('title_captcha'));\n\n        this_url = $(\"input.urlInfo\").attr(\"value\");\n\n        if(this_url!=\"/\"){\n                $(\"div#title1\").text(m.getString('title_login'));\n                $(\"div#title2\").text(this_url);\n        }\n\n        var browserVer = navigator.userAgent.toLowerCase();\n        if( isIE() &&\n                getInternetExplorerVersion() <= 7 ){\n\n                $(\"table#table_login\").remove();\n\n                var append_html = '<table border=\"0\" cellpadding=\"0\" cellspacing=\"3\" style=\"position: relative;left:40px;padding-top:20px\"><tbody><tr><td width=\"240px\">';\n                append_html += '<font color=\"white\" size=\"4\">';\n                append_html += '<label>';\n                append_html += m.getString('msg_browsersupport');\n                append_html += '</label>';\n                append_html += '</font>';\n                append_html += '</td>';\n                append_html += '</tr>';\n                append_html += '</tbody>';\n                append_html += '</table>';\n                $(append_html).appendTo($(\"#main\"));\n\n                return;\n        }\n\n        // $(\".captcha\").css(\"display\",\"none\");\n        // generateCaptcha();\n\n        adjustUI();\n\n        $(window).resize(adjustUI);\n\n        $(\"table#table_login\").css(\"display\", \"block\");\n\n        $(\"input#username\").focus();\n});\n\nfunction sanitize(input) {\n    //- Use replacement methods to remove or encode potentially malicious characters\n    return input\n        .replace(/&/g, \"&amp;\")\n        .replace(/</g, \"&lt;\")\n        .replace(/>/g, \"&gt;\")\n        .replace(/\"/g, \"&quot;\")\n        .replace(/'/g, \"&#x27;\")\n        .replace(/\\//g, \"&#x2F;\");\n}\n\nfunction generateCaptcha(){\n\n        if(this_url!=\"/\")\n                return;\n\n        $.ajax({\n                url: 'GetCaptchaImage',\n                data: '',\n                type: 'GET',\n                dataType: 'xml',\n                timeout: 20000,\n                error: function(){\n                        //alert('Error loading XML document');\n                },\n                success: function(xml){\n\n                        var data = parseXml(xml);\n                        var captcha_enable = sanitize($(data).find('enable').text());\n                        if(captcha_enable==1){\n                                var image_data1 = sanitize($(data).find('img1').text());\n                                var image_data1 = sanitize($(data).find('img1').text());\n                                var image_data2 = sanitize($(data).find('img2').text());\n                                var image_data3 = sanitize($(data).find('img3').text());\n                                var image_data4 = sanitize($(data).find('img4').text());\n                                g_captcha = sanitize($(data).find('code').text());\n\n                                var captcha_pattern = \"\";\n                                $(\"#captcha_pattern\").empty();\n\n                                captcha_pattern += \"<div class='cap_num' style='background-image: url(\" + image_data4 + \")'></div>\";\n                                captcha_pattern += \"<div class='cap_num' style='background-image: url(\" + image_data3 + \")'></div>\";\n                                captcha_pattern += \"<div class='cap_num' style='background-image: url(\" + image_data2 + \")'></div>\";\n                                captcha_pattern += \"<div class='cap_num' style='background-image: url(\" + image_data1 + \")'></div>\";\n\n                                $(captcha_pattern).appendTo(\"#captcha_pattern\");\n\n                                $(\".captcha\").css(\"display\",\"block\");\n\n                                $(\"#main\").css(\"height\",420);\n                        }\n\n                }\n        });\n}\n\nfunction adjustUI(){\n        var logo_left = ($(document).width() - $(\"div#login_logo\").width())/2;\n        $(\"div#login_logo\").css(\"left\", logo_left);\n}\n\nfunction doOK(e) {\n        var captcha = \"\";//$('input#captcha').val();\n        var user = \"\";\n        var pass = \"\";\n        var auth = \"\";\n\n        if(g_captcha!=-1&&captcha!=g_captcha){\n                alert(m.getString('msg_error_captcha'));\n        }\n        else{\n                user = $('input#username').val();\n                pass = $('input#password').val();\n                auth = \"Basic \" + Base64.encode(user + \":\" + pass);\n        }\n\n        var client = new davlib.DavClient();\n        client.initialize();\n\n        g_storage.set('openurl', this_url);\n\n        /*\n        //var enc = \"crypt:6166393232616536393164633730316238643463326264313735363031393961:3d593c297c1c6539356237383035663530353462633939646666313138643561\";\n        var enc = \"\";\n        g_storage.set('openurl', this_url);\n\n        client.OAUTH(this_url, auth, enc, function(error, statusstring, content){\n\n                if(error==401){\n\n                        $('input#password').attr(\"value\",\"\");\n\n                        var the_left = parseInt($('div#login_logo').css(\"left\"));\n\n                        for(var i=0; i<6; i++){\n\n                                var x = i%2;\n                                var new_left = 0;\n                                if(x==0)\n                                        new_left = the_left + i*5;\n                                else if(x==1)\n                                        new_left = the_left - i*5;\n\n                                $('div#login_logo').animate({\n                                left: new_left\n                                }, 100, function(){\n                                        if(i=5)\n                                                adjustUI();\n                                });\n                        }\n\n                }\n                else{\n                        $.cookie(\"TestAuth\", content);\n\n                        setTimeout(function(){\n                                window.location.reload(true);\n                        }, 100);\n\n                }\n        });\n        */\n\n        client.PROPFIND(this_url, auth, function(error, statusstring, content){\n                if(error==401){\n                        $('input#password').attr(\"value\",\"\");\n\n                        var the_left = parseInt($('div#login_logo').css(\"left\"));\n\n                        for(var i=0; i<6; i++){\n\n                                var x = i%2;\n                                var new_left = 0;\n                                if(x==0)\n                                        new_left = the_left + i*5;\n                                else if(x==1)\n                                        new_left = the_left - i*5;\n\n                                $('div#login_logo').animate({\n                                left: new_left\n                                }, 100, function(){\n                                        if(i=5)\n                                                adjustUI();\n                                });\n                        }\n\n                }\n                else{\n                        setTimeout(function(){\n                                window.location.reload(true);\n                        }, 100);\n                }\n        });\n}\n\nfunction onKeyHandler(e){\n        if(e.keyCode==13)\n                doOK(e);\n}\n\n</script>\n</head>\n<body style='padding-top:20px;margin:0;background-color:#313131'>\n\n<table id=\"logo\" width=\"100%\" border=\"0\" valign=\"middle\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\n        <tbody><tr height=\"128px\">\n                <tr><td valign=\"middle\" align=\"center\"><div id=\"login_logo\"></div></td></tr>\n        </tr></tbody>\n</table>\n\n<table width=\"100%\" border=\"0\" valign=\"middle\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\n        <tbody>\n                <tr>\n                <td valign=\"middle\" align=\"center\">\n                        <div style=\"width:300px;height:88px;background-color:#595F62;padding-top:10px\">\n                                <div id=\"title1\">Welcome.</div>\n                                <div id=\"title2\">Who\u2019s coming home?</div>\n                        </div>\n                </td>\n                </tr>\n                <tr height=\"7px\"></tr>\n        </tbody>\n</table>\n\n<table width=\"100%\" height=\"100%\">\n        <tbody><tr>\n                <td valign=\"middle\" align=\"center\">\n\n                        <table valign=\"middle\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n                                <tbody><tr>\n                                        <td align=\"left\" background=\"\" height=\"106\" alt=\"\">\n                                                <div id=\"main\" style=\"width:300px;height:385px;background-color:#595F62\">\n                                                        <table id=\"table_login\" class=\"table_x\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\">\n                                                                <tbody>\n                                                                        <tr>\n                                                                                <td>\n                                                                                        <label class=\"table_label_x\" id=\"username\">Username :</label>\n                                                                                </td>\n                                                                        </tr>\n                                                                        <tr height=\"5px\"></tr>\n                                                                        <tr>\n                                                                        <td>\n                                                                                <input id=\"username\" name=\"username\" type=\"text\" maxlength=\"32\" autocapitalize=\"off\">\n                                                                        </td>\n                                                                </tr>\n                                                                <tr style=\"height:10px\"></tr>\n                                        <tr>\n                                        <td>\n                                                <label class=\"table_label_x\" id=\"password\">Password :</label>\n                                        </td>\n                                        </tr>\n                                                                <tr height=\"5px\"></tr>\n                                                                <tr>\n                                                                <td>\n                                                                        <input id=\"password\" name=\"password\" type=\"password\" maxlength=\"32\" onkeydown=\"return onKeyHandler(event)\">\n                                                                </td>\n                                                                </tr>\n                                                                        <tr style=\"height:10px\"></tr>\n                                                                        <!--\n                                                                <tr class=\"captcha\" style=\"display:none\">\n                                                                                <td>\n                                                                                        <font color=\"white\" size=\"4\">\n                                                                                                <label id=\"captcha\">Random no. :</label>\n                                                                                        </font>\n                                                                                </td>\n                                                                        </tr>\n                                                                        <tr class=\"captcha\" height=\"5px\" style=\"display:none\"></tr>\n                                                                        <tr class=\"captcha\" style=\"display:none\">\n                                                                        <td>\n                                                                                <input id=\"captcha\" name=\"captcha\" type=\"text\" autocapitalize=\"off\" maxlength=\"4\" style=\"font-size:20px;width:220px;height:36px\" onkeydown=\"return onKeyHandler(event)\">\n                                                                        </td>\n                                                                </tr>\n                                                                <tr class=\"captcha\" height=\"5px\" style=\"display:none\"></tr>\n                                                                 <tr class=\"captcha\" style=\"display:none\">\n                                                                        <td>\n                                                                                <div id=\"captcha_pattern\" class=\"unselectable\" name=\"captcha_pattern\" style=\"width:220px;height:40px;float:left\" onclick=\"generateCaptcha()\"></div>\n                                                                        </td>\n                                                                </tr>\n                                                                        <tr style=\"height:10px\"></tr>\n                                                          ",
         "datamd5" : "eec2f4120ab9a23d5cfaf3bfdc2425a1",
         "datammh3" : -58520762,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "JP",
            "countryname" : "Japan",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "AMAZON-NRT",
            "organization" : "Amazon Data Services Japan",
            "subnet" : "18.179.0.0/16"
         },
         "host" : [
            "ec2-18-179-38-33"
         ],
         "hostname" : [
            "ec2-18-179-38-33.ap-northeast-1.compute.amazonaws.com"
         ],
         "ip" : "18.179.38.33",
         "ipv6" : "false",
         "latitude" : "35.6893",
         "location" : "35.6893,139.6899",
         "longitude" : "139.6899",
         "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" : 4899,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-18-179-38-33.ap-northeast-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-northeast-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "18.176.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 13.125.82.238:4899 (tcp/telnet) - last seen on 2024-11-21 at 10:24:38 UTC

    • IP
      13.125.82.238
      Network
      13.124.0.0/14
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      Reverse DNS
      ec2-13-125-82-238.ap-northeast-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      telnet
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      a0208af99d532e1084d6ea1e5462089e
    • \xff\xfb\x01\xff\xfb\x03\xff\xfc'\xff\xfe\x01\xff\xfd\x03\xff\xfe"\xff\xfd'\xff\xfd\x18\xff\xfe\x1fUsername: GET / HTTP/1.1\x0d
      Password: \x0d
      welcome\x0d
      >Connection: close
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:24:38.000Z",
         "app" : {
            "length" : 92
         },
         "asn" : "AS16509",
         "country" : "KR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "\\xff\\xfb\\x01\\xff\\xfb\\x03\\xff\\xfc'\\xff\\xfe\\x01\\xff\\xfd\\x03\\xff\\xfe\"\\xff\\xfd'\\xff\\xfd\\x18\\xff\\xfe\\x1fUsername: GET / HTTP/1.1\\x0d\nPassword: \\x0d\nwelcome\\x0d\n>Connection: close",
         "datamd5" : "a0208af99d532e1084d6ea1e5462089e",
         "datammh3" : -1872544805,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "AMAZON-ICN",
            "organization" : "AWS Asia Pacific (Seoul) Region",
            "subnet" : "13.125.0.0/16"
         },
         "host" : [
            "ec2-13-125-82-238"
         ],
         "hostname" : [
            "ec2-13-125-82-238.ap-northeast-2.compute.amazonaws.com"
         ],
         "ip" : "13.125.82.238",
         "ipv6" : "false",
         "latitude" : "37.5112",
         "location" : "37.5112,126.9741",
         "longitude" : "126.9741",
         "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" : 4899,
         "protocol" : "telnet",
         "reverse" : [
            "ec2-13-125-82-238.ap-northeast-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "subdomains" : [
            "ap-northeast-2.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "13.124.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 123.19.126.141:4899 (tcp/http) - last seen on 2024-11-21 at 10:23:55 UTC

    • IP
      123.19.126.141
      Network
      123.18.0.0/15
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://123.19.126.141:4899/ 200

      ASN
      AS45899
      Organization
      VNPT Corp
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      07062df9efc20e0400b24c0fc4c18c50
      HTTP Header MD5
      76c3159aaace15b44b6b850c92a4a773
      HTTP Body MD5
      37946245387d577265991ea60a28ac92
    • HTTP/1.1 200 OK
      CACHE-CONTROL: no-cache
      Content-Length: 37514
      Content-Type: text/html
      
      <!DOCTYPE html> <html> <head> <title></title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="format-detection" content="telephone=no"> <script src="jsBase/lib/jquery.js?version=@WebVersion@"></script> <script src="jsBase/widget/js/jquery.ui.core.js?version=@WebVersion@"></script> <script src="jsBase/widget/js/jquery.ui.widget.js?version=@WebVersion@"></script> <script src="jsBase/widget/js/dui.password.js?version=@WebVersion@"></script> <script src="jsBase/lib/jquery.base64.js?version=@WebVersion@"></script> <script>jQuery.noConflict();</script> <link rel="stylesheet" type="text/css" href="jsBase/widget/css/jquery.powertip.min.css?version=@WebVersion@"> <script type="text/javascript" src="jsBase/widget/js/jquery.powertip.min.js?version=@WebVersion@"></script> <script src="jsBase/lib/jquery.pubsub.js?version=@WebVersion@"></script> <script src="jsBase/common/extend.js?version=@WebVersion@"></script> <script type="text/javascript">// forced to add parameters,ensure the FF image loading do not fail
          var cssList = ['css/reset.css', 'css/ui.css', 'css/custom.css', 'css/skin.css', 'css/pictures.css','css/main.css', 'css/alarm.css', 'css/set.css', 'css/resize.css', 'css/playback.css', 'jsBase/widget/css/ui.css', 'jsBase/widget/css/skin.css', 'css/fn.css', 'css/thermal.css', 'jsBase/widget/css/colorpicker.css'];
      
          for (var i = 0; i < cssList.length; i++) {
              var lt = "?WebVersion=@WebVersion@";
      
              //To solve the problem of css loading in ie7 8
              if (!(jQuery.browser.ie7 || jQuery.browser.ie8)) {
                  if (location.href.split('?')[1]) {
                      lt += "&" + location.href.split('?')[1];
                  }
              }
              var cssNode = document.createElement("link");
              cssNode.rel = 'stylesheet';
              cssNode.type = "text/css";
              cssNode.media = 'screen';
              cssNode.href = cssList[i] + lt;
              var head = document.getElementsByTagName("head")[0] || document.documentElement;
              head.appendChild(cssNode);
          }
          cssList = null;
          lt = null;</script> </head> <body>  <div id="login" class="login"> <div class="login-container"> <div class="login-content"> <div id="login_logo"></div> <div class="login-inputbox fn-clear"> <form autocomplete="off"> <div class="login-input-item"> <label t="sys.UserName+:" class="login-input-title">  </label> <input type="text" id="login_user" class="fn-width163 fn-mart3"> </div> <div class="login-input-item"> <label class="login-input-title" t="sys.Password+:">  </label> <input id="login_psw" onpaste="return false" type="text" maxlength="64" class="fn-width163 fn-mart3"> <a btn-for="onFindPwd" class="login-input-item-FindPwd fn-ib fn-verticalbottom fn-lineh20 ellipsisNode fn-width110" t="sys.ForgetPassword" style="cursor: pointer; display:none" href="javascript:;">  </a> </div>  <div class="login-input-item fn-hide" id="GM_deviceName"> <label t="DeviceName+:" class="login-input-title">  </label> <select class="ui-select fn-width169" id="login_pin_deviceName"> <option value="C95E11D0B39363FCAF717BB8C2F" t="GB35114.PleaseCheckUShieldFirst"></option> </select> </div> <div class="login-input-item fn-hide" id="GM_PIN"> <label t="com.Ping+:" class="login-input-title">  </label> <input type="password" id="login_pin" class="fn-width163 fn-mart3 u-input"> <span class="login-input-item-FindPwd fn-ib fn-verticalbottom fn-lineh20 ellipsisNode fn-width110" id="login_pin_tip" t="com.LoginPinTip"></span> </div>   <div class="login-input-item fn-hide" id="login_secrityCheck"> <label class="ui-label fn-padl70"></label> <div class="fn-left fn-width165"> <ul class="ui-pwd-strength"> <li class="weak" t="com.Weak">  </li> <li class="middle" t="com.Middle">  </li> <li class="strong" t="com.Strong">  </li> </ul> </div> </div> <div class="login-input-item" id="login_type"> <label class="login-input-title" t="sys.UserType+:">  </label> <select class="fn-width169" id="login_selType"> <option value="Direct" t="sys.LocalUser">  </option> <option value="ActiveDirectory" t="sys.ADUser">  </option> <option value="LDAP" t="sys.LDAPUser">  </option> </select> </div> <div class="ui-button-box login-btnbox"> <a btn-for="onLogin" t="com.Login" class="u-button fn-width80" href="javascript:;">  </a> <a btn-for="onCancel" t="com.Cancel" class="u-button fn-width80" href="javascript:;">  </a> </div> </form> </div> </div> </div> <div class="u-dialog fn-width370" id="login_PasswordUpdateDlg"> <div class="u-dialog-head"> <h1 t=""></h1> <i class="i-close" data-action="close"></i> </div> <div class="u-dialog-content fn-clear"> <div class="ui-form-item"> <i class="i-dialog-warn"></i> <span class="u-dialog-context" t="sys.PasswordExpiredTip"></span> </div> <div class="ui-form-item fn-textcenter"> <input type="checkbox" chk-for="onCheckIgnoreTip" id="login_CheckIgnoreTip"> <span t="com.noTip"></span> </div> </div> <div class="u-dialog-foot"> <a class="u-button" data-action="confirm" t="com.Ok"></a> </div> </div>  <div id="device_init" class="u-dialog fn-width700" style="text-align:left"> <div class="u-dialog-head"> <h1 t="sys.DevInit"></h1> </div> <div class="u-dialog-content fn-clear fn-pad30"> <div class="ui-form-item"> <label class="ui-label fn-width170" t="sys.UserName">  </label> <div class="fn-left fn-width450"> <span class="ui-text">admin</span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width170" t="sys.Password">  </label> <div> <input type="password" class="fn-mart2 fn-width320" data-pwd="pwdInit" name="newpwd" maxlength="32" onpaste="return false" oncontextmenu="return false"> <span class="u-input-error fn-ib fn-color-red"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width170"></label> <div class="fn-left fn-width165"> <ul class="ui-pwd-strength"> <li class="weak" t="com.Weak">  </li> <li class="middle" t="com.Middle">  </li> <li class="strong" t="com.Strong">  </li> </ul> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width170" t="sys.Pwdconfirm">  </label> <div> <input type="password" class="fn-mart2 fn-width320" data-pwd="pwdInit" name="newpwdcfm" maxlength="32" onpaste="return false" oncontextmenu="return false"> <span class="u-input-error fn-ib fn-color-red" id="device_init_cfmChk" t="com.PwdDifTip" style="display: none"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width170">  </label> <div class="fn-left fn-width450"> <span class="ui-text" t="com.PwdTip1"></span> </div> </div> <div class="fn-split-line fn-hide" id="devInit_split"></div> <div class="ui-form-item fn-hide" id="devInit_phone_container"> <label class="ui-label fn-width170"> <input type="checkbox" id="devInit_phone_enable"><span t="itc.BoundPhone"></span> </label> <div class="fn-left fn-width450"> <input type="text" id="devInit_bindPhone" maxlength="11" class="fn-mart2 fn-width320"> <span class="fn-ib" t="com.BindPhoneOrMailTip"></span> <span class="fn-ib fn-color-red" id="devInit_bindPhone_tip"></span> </div> </div> <div class="ui-form-item fn-hide" id="devInit_mail_container"> <label class="ui-label fn-width170"> <input type="checkbox" id="devInit_mail_enable"><span t="sys.BindMail"></span> </label> <div class="fn-left fn-width450"> <input type="text" id="devInit_bindMail" maxlength="63" class="fn-mart2 fn-width320 u-input"> <span class="u-input-error fn-ib fn-color-red" id="devInit_bindMail_tip"></span> <span class="fn-ib" t="com.BindPhoneOrMailTip"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width170"></label> <div class="fn-left fn-width450"> <div class="u-tip fn-mart4"></div> </div> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="confirm" href="javascript:;" t="com.Save">  </a> </div> </div> </div>  <div id="login_find1" class="u-dialog fn-width800"> <div class="u-dialog-head"> <h1 t="sys.ResetPwd1"></h1> </div> <div class="u-dialog-content fn-clear"> <div id="QR_edition_wrap" class="fn-hide"> <div class="ui-form-item fn-hide"> <label id="FP_SNNo" class="ui-label fn-width24" t="net.SNNo"> </label> <span class="ui-text" id="FP_SN"></span> </div> <div class="ui-form-item"> <label id="FP_NoteTip" class="ui-label fn-width86" t="com.QRNoteTip">  </label> <div class="fn-left fn-width292" style="background-color: white; margin-left: 20px; margin: 10px; height:292px" id="FP_QR"></div> <div id="FP_Right" class="fn-left fn-width281 fn-height252 fn-padl10 fn-mart8" style="padding: 20px 10px; border:1px solid #000"> <div class="ui-form-item"> <label t="sys.ResetNote" class="ui-label fn-bold fn-width281"></label> </div> <div class="ui-form-item"> <p id="QR_ScanNote"></p> </div> </div> </div> <div id="FP_QRTip1" class="ui-form-item fn-textcenter fn-hide" t="sys.WeChatScan"></div> <div class="ui-form-item"> <span class="ui-text fn-padl94" id="FP_QRTip"></span> </div> <div class="ui-form-item fn-textcenter fn-hide fn-marb10" id="FP_QRTip2"> <a data-action="showWechatQRCode" href="javascript:;" t="sys.PhoneNumChangedTip" style="text-decoration: underline; color: grey"></a> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-width86" t="com.InputSaveCodeTip">  </label> <div class="fn-left fn-width270"> <input type="text" id="security_code" class="fn-mart2 fn-marl5 fn-width610"> </div> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="close" href="javascript:;" t="com.Cancel">  </a> <a class="u-button" data-action="next" href="javascript:;" t="com.next">  </a> </div> </div> </div>  <div id="login_find2" class="u-dialog fn-width800"> <div class="u-dialog-head"> <h1 t="sys.ResetPwd2"></h1> </div> <div class="u-dialog-content fn-clear"> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="sys.UserName">  </label> <span class="ui-text">admin</span> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="sys.Password">  </label> <div class="fn-left fn-width270"> <input type="password" class="ui-input" data-pwd="resetUser" style="width:260px" maxlength="32" onpaste="return false" oncontextmenu="return false"> <span class="u-input-error fn-ib fn-color-red ui-tip-red"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20"></label> <div class="fn-left fn-width165"> <ul class="ui-pwd-strength"> <li class="weak" t="com.Weak">  </li> <li class="middle" t="com.Middle">  </li> <li class="strong" t="com.Strong">  </li> </ul> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20"> </label> <div class="fn-left fn-width270"> <span class="ui-text" t="com.PwdTip1"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="sys.Pwdconfirm">  </label> <div class="fn-left fn-width270"> <input type="password" class="ui-input" data-pwd="resetUserCfm" maxlength="32" style="width:260px" onpaste="return false" oncontextmenu="return false"> <span class="u-input-error fn-ib fn-color-red ui-tip-red" t="com.PwdDifTip" id="use_AUserPwdCfmTip" style="display: none"></span> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20"></label> <div class="fn-left fn-width270"> <div class="u-tip fn-mart4"></div> </div> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="close" href="javascript:;" t="com.Cancel">  </a> <a class="u-button" data-action="confirm" href="javascript:;" t="com.Save">  </a> </div> </div> </div>  <div id="login_find3" class="u-dialog fn-width510"> <div class="u-dialog-head"> <h1 t="com.Prompt"></h1> </div> <div class="u-dialog-content fn-clear"> <div id="QR_edition_wrap3"> <div class="ui-form-item fn-marb20"> <span class="i-dialog-warn"></span> <label id="QR_ResetPswWithWeChatTip"></label> </div> <div class="ui-form-item"> <div class="fn-left password-reset-qr fn-marl134"></div> </div> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="close" href="javascript:;" t="com.Ok"></a> </div> </div> </div>  <div id="login_permission1" class="u-dialog fn-width800"> <div class="u-dialog-head fn-padt0 fn-padb0"> <h1 t="sys.SoftwareLicence" id="login_permission1_h1" class="login-init-title-h1"></h1> <h1 t="sys.LicenceAndPolicy" id="login_permission1_h2" class="login-init-title-h1 fn-hide"></h1>  </div> <div class="u-dialog-content fn-clear fn-height275 fn-padl30 fn-padb30 fn-padr30"> <ul class="u-tab fn-bg-dialog fn-hide" id="login_permission1_h2_title"> <li t="sys.SoftwareLicence" class="fn-border-li" id="login_permission1_title1"></li> <li t="sys.PrivacyPolicy" class="fn-border-li" id="login_permission1_title2"></li> </ul> <div class="ui-form-item"> <div id="login_permission_container" class="ui-textarea fn-width740 fn-height252 fn-ws-pre-wrap" style="background:#E2E2E2"></div> <div id="login_permission_container2" class="ui-textarea fn-width740 fn-height252 fn-ws-pre-wrap fn-hide" style="background:#E2E2E2"></div> </div> <div class="ui-form-item"> <label class="ui-checkbox"> <input type="checkbox" name="licence_check" autocomplete="off"> <span id="login_permission1_Noted1" t="sys.SoftwareLicenceNoted"></span> <span id="login_permission1_Noted2" t="sys.ReadLicenceAndPolicy" style="display: none"></span> </label> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="confirm" href="javascript:;" t="com.next">  </a> </div> </div> </div>  <div id="login_permission2" class="u-dialog fn-width800"> <div class="u-dialog-head"> <h1 class="cloud-access-note" t="sys.CloudAccess"></h1> </div> <div class="u-dialog-content fn-clear fn-pad30"> <div class="ui-form-item"> <label class="ui-checkbox"> <input type="checkbox" name="access_check" checked="true"><span class="cloud-access-note" t="sys.CloudAccess"></span> </label> </div> <div class="ui-form-item fn-padl20"> <span class="ui-label fn-width730" t="sys.CloudAccessNote" id="cloud_access_note"></span> </div> <div class="ui-form-item fn-padl20"> <div class="fn-left fn-width171" style="display:block;background-color: white; margin-left: 263px; margin-top: 20px; height:171px" id="Le_QR"></div> </div> <div class="ui-form-item fn-wid100p"> <span class="ui-text fn-wid100p fn-textcenter" t="sys.DownloadLe"></span> </div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="confirm" href="javascript:;" t="com.next">  </a> </div> </div> </div>  <div id="login_permission3" class="u-dialog fn-width800"> <div class="u-dialog-head"> <h1 t="sys.RemoteUpgrade"></h1> </div> <div class="u-dialog-content fn-clear fn-height275 fn-pad30"> <div class="ui-form-item"> <label class="ui-checkbox"> <input type="checkbox" name="autocheck_check" checked="true"><span t="sys.Autocheck"></span> </label> </div> <div class="ui-form-item fn-padl20"> <span class="ui-label fn-width730" id="login_online_AutocheckNote"></span> </div> <div class="u-tip fn-mart4 fn-marl20"></div> </div> <div class="u-dialog-foot"> <div class="ui-form-item"> <a class="u-button" data-action="confirm" href="javascript:;" t="com.Save">  </a> </div> </div> </div>  <div id="login_permission4" class="u-dialog fn-width800"> <div class="u-dialog-head"> <h1 t="com.RegionSet"></h1> </div> <div class="u-dialog-content fn-clear fn-height275" style="padding:60px 0 0 60px"> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="com.Region"></label> <div class="ui-custom-select fn-ib fn-width200" id="nation_select_wrap"> <a class="ui-custom-select-input fn-padl0 fn-width200" id="nation_select"> <input type="text" class="ui-custom-select-inputbox fn-text-overflow fn-width176 fn-noclear" style="height:16px;border-image:none"> <i class="ui-custom-select-inputbtn"></i> </a> <ul class="ui-custom-select-content fn-width200"> <li class="ui-custom-select-item">1</li> </ul> </div> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="com.Language"></label> <select class="ui-select fn-width200" id="init_language" disabled="disabled"> <option value="English" selected="selected">English</option> <option value="Spanish">Spanish</option> <option value="French">French</option> </select> </div> <div class="ui-form-item"> <label class="ui-label fn-padl20" t="med.VideoStandard"></label> <select class="ui-select fn-wi
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:23:55.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "37946245387d577265991ea60a28ac92",
               "bodymmh3" : 551848470,
               "headermd5" : "76c3159aaace15b44b6b850c92a4a773",
               "headermmh3" : 496231679
            },
            "length" : 16384
         },
         "asn" : "AS45899",
         "city" : "Qu\u1ea3ng Ng\u00e3i",
         "country" : "VN",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCACHE-CONTROL: no-cache\r\nContent-Length: 37514\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html> <html> <head> <title></title> <meta charset=\"UTF-8\"> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta name=\"format-detection\" content=\"telephone=no\"> <script src=\"jsBase/lib/jquery.js?version=@WebVersion@\"></script> <script src=\"jsBase/widget/js/jquery.ui.core.js?version=@WebVersion@\"></script> <script src=\"jsBase/widget/js/jquery.ui.widget.js?version=@WebVersion@\"></script> <script src=\"jsBase/widget/js/dui.password.js?version=@WebVersion@\"></script> <script src=\"jsBase/lib/jquery.base64.js?version=@WebVersion@\"></script> <script>jQuery.noConflict();</script> <link rel=\"stylesheet\" type=\"text/css\" href=\"jsBase/widget/css/jquery.powertip.min.css?version=@WebVersion@\"> <script type=\"text/javascript\" src=\"jsBase/widget/js/jquery.powertip.min.js?version=@WebVersion@\"></script> <script src=\"jsBase/lib/jquery.pubsub.js?version=@WebVersion@\"></script> <script src=\"jsBase/common/extend.js?version=@WebVersion@\"></script> <script type=\"text/javascript\">// forced to add parameters\uff0censure the FF image loading do not fail\r\n    var cssList = ['css/reset.css', 'css/ui.css', 'css/custom.css', 'css/skin.css', 'css/pictures.css','css/main.css', 'css/alarm.css', 'css/set.css', 'css/resize.css', 'css/playback.css', 'jsBase/widget/css/ui.css', 'jsBase/widget/css/skin.css', 'css/fn.css', 'css/thermal.css', 'jsBase/widget/css/colorpicker.css'];\r\n\r\n    for (var i = 0; i < cssList.length; i++) {\r\n        var lt = \"?WebVersion=@WebVersion@\";\r\n\r\n        //To solve the problem of css loading in ie7 8\r\n        if (!(jQuery.browser.ie7 || jQuery.browser.ie8)) {\r\n            if (location.href.split('?')[1]) {\r\n                lt += \"&\" + location.href.split('?')[1];\r\n            }\r\n        }\r\n        var cssNode = document.createElement(\"link\");\r\n        cssNode.rel = 'stylesheet';\r\n        cssNode.type = \"text/css\";\r\n        cssNode.media = 'screen';\r\n        cssNode.href = cssList[i] + lt;\r\n        var head = document.getElementsByTagName(\"head\")[0] || document.documentElement;\r\n        head.appendChild(cssNode);\r\n    }\r\n    cssList = null;\r\n    lt = null;</script> </head> <body>  <div id=\"login\" class=\"login\"> <div class=\"login-container\"> <div class=\"login-content\"> <div id=\"login_logo\"></div> <div class=\"login-inputbox fn-clear\"> <form autocomplete=\"off\"> <div class=\"login-input-item\"> <label t=\"sys.UserName+:\" class=\"login-input-title\">  </label> <input type=\"text\" id=\"login_user\" class=\"fn-width163 fn-mart3\"> </div> <div class=\"login-input-item\"> <label class=\"login-input-title\" t=\"sys.Password+:\">  </label> <input id=\"login_psw\" onpaste=\"return false\" type=\"text\" maxlength=\"64\" class=\"fn-width163 fn-mart3\"> <a btn-for=\"onFindPwd\" class=\"login-input-item-FindPwd fn-ib fn-verticalbottom fn-lineh20 ellipsisNode fn-width110\" t=\"sys.ForgetPassword\" style=\"cursor: pointer; display:none\" href=\"javascript:;\">  </a> </div>  <div class=\"login-input-item fn-hide\" id=\"GM_deviceName\"> <label t=\"DeviceName+:\" class=\"login-input-title\">  </label> <select class=\"ui-select fn-width169\" id=\"login_pin_deviceName\"> <option value=\"C95E11D0B39363FCAF717BB8C2F\" t=\"GB35114.PleaseCheckUShieldFirst\"></option> </select> </div> <div class=\"login-input-item fn-hide\" id=\"GM_PIN\"> <label t=\"com.Ping+:\" class=\"login-input-title\">  </label> <input type=\"password\" id=\"login_pin\" class=\"fn-width163 fn-mart3 u-input\"> <span class=\"login-input-item-FindPwd fn-ib fn-verticalbottom fn-lineh20 ellipsisNode fn-width110\" id=\"login_pin_tip\" t=\"com.LoginPinTip\"></span> </div>   <div class=\"login-input-item fn-hide\" id=\"login_secrityCheck\"> <label class=\"ui-label fn-padl70\"></label> <div class=\"fn-left fn-width165\"> <ul class=\"ui-pwd-strength\"> <li class=\"weak\" t=\"com.Weak\">  </li> <li class=\"middle\" t=\"com.Middle\">  </li> <li class=\"strong\" t=\"com.Strong\">  </li> </ul> </div> </div> <div class=\"login-input-item\" id=\"login_type\"> <label class=\"login-input-title\" t=\"sys.UserType+:\">  </label> <select class=\"fn-width169\" id=\"login_selType\"> <option value=\"Direct\" t=\"sys.LocalUser\">  </option> <option value=\"ActiveDirectory\" t=\"sys.ADUser\">  </option> <option value=\"LDAP\" t=\"sys.LDAPUser\">  </option> </select> </div> <div class=\"ui-button-box login-btnbox\"> <a btn-for=\"onLogin\" t=\"com.Login\" class=\"u-button fn-width80\" href=\"javascript:;\">  </a> <a btn-for=\"onCancel\" t=\"com.Cancel\" class=\"u-button fn-width80\" href=\"javascript:;\">  </a> </div> </form> </div> </div> </div> <div class=\"u-dialog fn-width370\" id=\"login_PasswordUpdateDlg\"> <div class=\"u-dialog-head\"> <h1 t=\"\"></h1> <i class=\"i-close\" data-action=\"close\"></i> </div> <div class=\"u-dialog-content fn-clear\"> <div class=\"ui-form-item\"> <i class=\"i-dialog-warn\"></i> <span class=\"u-dialog-context\" t=\"sys.PasswordExpiredTip\"></span> </div> <div class=\"ui-form-item fn-textcenter\"> <input type=\"checkbox\" chk-for=\"onCheckIgnoreTip\" id=\"login_CheckIgnoreTip\"> <span t=\"com.noTip\"></span> </div> </div> <div class=\"u-dialog-foot\"> <a class=\"u-button\" data-action=\"confirm\" t=\"com.Ok\"></a> </div> </div>  <div id=\"device_init\" class=\"u-dialog fn-width700\" style=\"text-align:left\"> <div class=\"u-dialog-head\"> <h1 t=\"sys.DevInit\"></h1> </div> <div class=\"u-dialog-content fn-clear fn-pad30\"> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\" t=\"sys.UserName\">  </label> <div class=\"fn-left fn-width450\"> <span class=\"ui-text\">admin</span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\" t=\"sys.Password\">  </label> <div> <input type=\"password\" class=\"fn-mart2 fn-width320\" data-pwd=\"pwdInit\" name=\"newpwd\" maxlength=\"32\" onpaste=\"return false\" oncontextmenu=\"return false\"> <span class=\"u-input-error fn-ib fn-color-red\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\"></label> <div class=\"fn-left fn-width165\"> <ul class=\"ui-pwd-strength\"> <li class=\"weak\" t=\"com.Weak\">  </li> <li class=\"middle\" t=\"com.Middle\">  </li> <li class=\"strong\" t=\"com.Strong\">  </li> </ul> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\" t=\"sys.Pwdconfirm\">  </label> <div> <input type=\"password\" class=\"fn-mart2 fn-width320\" data-pwd=\"pwdInit\" name=\"newpwdcfm\" maxlength=\"32\" onpaste=\"return false\" oncontextmenu=\"return false\"> <span class=\"u-input-error fn-ib fn-color-red\" id=\"device_init_cfmChk\" t=\"com.PwdDifTip\" style=\"display: none\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\">  </label> <div class=\"fn-left fn-width450\"> <span class=\"ui-text\" t=\"com.PwdTip1\"></span> </div> </div> <div class=\"fn-split-line fn-hide\" id=\"devInit_split\"></div> <div class=\"ui-form-item fn-hide\" id=\"devInit_phone_container\"> <label class=\"ui-label fn-width170\"> <input type=\"checkbox\" id=\"devInit_phone_enable\"><span t=\"itc.BoundPhone\"></span> </label> <div class=\"fn-left fn-width450\"> <input type=\"text\" id=\"devInit_bindPhone\" maxlength=\"11\" class=\"fn-mart2 fn-width320\"> <span class=\"fn-ib\" t=\"com.BindPhoneOrMailTip\"></span> <span class=\"fn-ib fn-color-red\" id=\"devInit_bindPhone_tip\"></span> </div> </div> <div class=\"ui-form-item fn-hide\" id=\"devInit_mail_container\"> <label class=\"ui-label fn-width170\"> <input type=\"checkbox\" id=\"devInit_mail_enable\"><span t=\"sys.BindMail\"></span> </label> <div class=\"fn-left fn-width450\"> <input type=\"text\" id=\"devInit_bindMail\" maxlength=\"63\" class=\"fn-mart2 fn-width320 u-input\"> <span class=\"u-input-error fn-ib fn-color-red\" id=\"devInit_bindMail_tip\"></span> <span class=\"fn-ib\" t=\"com.BindPhoneOrMailTip\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width170\"></label> <div class=\"fn-left fn-width450\"> <div class=\"u-tip fn-mart4\"></div> </div> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"confirm\" href=\"javascript:;\" t=\"com.Save\">  </a> </div> </div> </div>  <div id=\"login_find1\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head\"> <h1 t=\"sys.ResetPwd1\"></h1> </div> <div class=\"u-dialog-content fn-clear\"> <div id=\"QR_edition_wrap\" class=\"fn-hide\"> <div class=\"ui-form-item fn-hide\"> <label id=\"FP_SNNo\" class=\"ui-label fn-width24\" t=\"net.SNNo\"> </label> <span class=\"ui-text\" id=\"FP_SN\"></span> </div> <div class=\"ui-form-item\"> <label id=\"FP_NoteTip\" class=\"ui-label fn-width86\" t=\"com.QRNoteTip\">  </label> <div class=\"fn-left fn-width292\" style=\"background-color: white; margin-left: 20px; margin: 10px; height:292px\" id=\"FP_QR\"></div> <div id=\"FP_Right\" class=\"fn-left fn-width281 fn-height252 fn-padl10 fn-mart8\" style=\"padding: 20px 10px; border:1px solid #000\"> <div class=\"ui-form-item\"> <label t=\"sys.ResetNote\" class=\"ui-label fn-bold fn-width281\"></label> </div> <div class=\"ui-form-item\"> <p id=\"QR_ScanNote\"></p> </div> </div> </div> <div id=\"FP_QRTip1\" class=\"ui-form-item fn-textcenter fn-hide\" t=\"sys.WeChatScan\"></div> <div class=\"ui-form-item\"> <span class=\"ui-text fn-padl94\" id=\"FP_QRTip\"></span> </div> <div class=\"ui-form-item fn-textcenter fn-hide fn-marb10\" id=\"FP_QRTip2\"> <a data-action=\"showWechatQRCode\" href=\"javascript:;\" t=\"sys.PhoneNumChangedTip\" style=\"text-decoration: underline; color: grey\"></a> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-width86\" t=\"com.InputSaveCodeTip\">  </label> <div class=\"fn-left fn-width270\"> <input type=\"text\" id=\"security_code\" class=\"fn-mart2 fn-marl5 fn-width610\"> </div> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"close\" href=\"javascript:;\" t=\"com.Cancel\">  </a> <a class=\"u-button\" data-action=\"next\" href=\"javascript:;\" t=\"com.next\">  </a> </div> </div> </div>  <div id=\"login_find2\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head\"> <h1 t=\"sys.ResetPwd2\"></h1> </div> <div class=\"u-dialog-content fn-clear\"> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"sys.UserName\">  </label> <span class=\"ui-text\">admin</span> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"sys.Password\">  </label> <div class=\"fn-left fn-width270\"> <input type=\"password\" class=\"ui-input\" data-pwd=\"resetUser\" style=\"width:260px\" maxlength=\"32\" onpaste=\"return false\" oncontextmenu=\"return false\"> <span class=\"u-input-error fn-ib fn-color-red ui-tip-red\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\"></label> <div class=\"fn-left fn-width165\"> <ul class=\"ui-pwd-strength\"> <li class=\"weak\" t=\"com.Weak\">  </li> <li class=\"middle\" t=\"com.Middle\">  </li> <li class=\"strong\" t=\"com.Strong\">  </li> </ul> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\"> </label> <div class=\"fn-left fn-width270\"> <span class=\"ui-text\" t=\"com.PwdTip1\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"sys.Pwdconfirm\">  </label> <div class=\"fn-left fn-width270\"> <input type=\"password\" class=\"ui-input\" data-pwd=\"resetUserCfm\" maxlength=\"32\" style=\"width:260px\" onpaste=\"return false\" oncontextmenu=\"return false\"> <span class=\"u-input-error fn-ib fn-color-red ui-tip-red\" t=\"com.PwdDifTip\" id=\"use_AUserPwdCfmTip\" style=\"display: none\"></span> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\"></label> <div class=\"fn-left fn-width270\"> <div class=\"u-tip fn-mart4\"></div> </div> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"close\" href=\"javascript:;\" t=\"com.Cancel\">  </a> <a class=\"u-button\" data-action=\"confirm\" href=\"javascript:;\" t=\"com.Save\">  </a> </div> </div> </div>  <div id=\"login_find3\" class=\"u-dialog fn-width510\"> <div class=\"u-dialog-head\"> <h1 t=\"com.Prompt\"></h1> </div> <div class=\"u-dialog-content fn-clear\"> <div id=\"QR_edition_wrap3\"> <div class=\"ui-form-item fn-marb20\"> <span class=\"i-dialog-warn\"></span> <label id=\"QR_ResetPswWithWeChatTip\"></label> </div> <div class=\"ui-form-item\"> <div class=\"fn-left password-reset-qr fn-marl134\"></div> </div> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"close\" href=\"javascript:;\" t=\"com.Ok\"></a> </div> </div> </div>  <div id=\"login_permission1\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head fn-padt0 fn-padb0\"> <h1 t=\"sys.SoftwareLicence\" id=\"login_permission1_h1\" class=\"login-init-title-h1\"></h1> <h1 t=\"sys.LicenceAndPolicy\" id=\"login_permission1_h2\" class=\"login-init-title-h1 fn-hide\"></h1>  </div> <div class=\"u-dialog-content fn-clear fn-height275 fn-padl30 fn-padb30 fn-padr30\"> <ul class=\"u-tab fn-bg-dialog fn-hide\" id=\"login_permission1_h2_title\"> <li t=\"sys.SoftwareLicence\" class=\"fn-border-li\" id=\"login_permission1_title1\"></li> <li t=\"sys.PrivacyPolicy\" class=\"fn-border-li\" id=\"login_permission1_title2\"></li> </ul> <div class=\"ui-form-item\"> <div id=\"login_permission_container\" class=\"ui-textarea fn-width740 fn-height252 fn-ws-pre-wrap\" style=\"background:#E2E2E2\"></div> <div id=\"login_permission_container2\" class=\"ui-textarea fn-width740 fn-height252 fn-ws-pre-wrap fn-hide\" style=\"background:#E2E2E2\"></div> </div> <div class=\"ui-form-item\"> <label class=\"ui-checkbox\"> <input type=\"checkbox\" name=\"licence_check\" autocomplete=\"off\"> <span id=\"login_permission1_Noted1\" t=\"sys.SoftwareLicenceNoted\"></span> <span id=\"login_permission1_Noted2\" t=\"sys.ReadLicenceAndPolicy\" style=\"display: none\"></span> </label> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"confirm\" href=\"javascript:;\" t=\"com.next\">  </a> </div> </div> </div>  <div id=\"login_permission2\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head\"> <h1 class=\"cloud-access-note\" t=\"sys.CloudAccess\"></h1> </div> <div class=\"u-dialog-content fn-clear fn-pad30\"> <div class=\"ui-form-item\"> <label class=\"ui-checkbox\"> <input type=\"checkbox\" name=\"access_check\" checked=\"true\"><span class=\"cloud-access-note\" t=\"sys.CloudAccess\"></span> </label> </div> <div class=\"ui-form-item fn-padl20\"> <span class=\"ui-label fn-width730\" t=\"sys.CloudAccessNote\" id=\"cloud_access_note\"></span> </div> <div class=\"ui-form-item fn-padl20\"> <div class=\"fn-left fn-width171\" style=\"display:block;background-color: white; margin-left: 263px; margin-top: 20px; height:171px\" id=\"Le_QR\"></div> </div> <div class=\"ui-form-item fn-wid100p\"> <span class=\"ui-text fn-wid100p fn-textcenter\" t=\"sys.DownloadLe\"></span> </div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"confirm\" href=\"javascript:;\" t=\"com.next\">  </a> </div> </div> </div>  <div id=\"login_permission3\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head\"> <h1 t=\"sys.RemoteUpgrade\"></h1> </div> <div class=\"u-dialog-content fn-clear fn-height275 fn-pad30\"> <div class=\"ui-form-item\"> <label class=\"ui-checkbox\"> <input type=\"checkbox\" name=\"autocheck_check\" checked=\"true\"><span t=\"sys.Autocheck\"></span> </label> </div> <div class=\"ui-form-item fn-padl20\"> <span class=\"ui-label fn-width730\" id=\"login_online_AutocheckNote\"></span> </div> <div class=\"u-tip fn-mart4 fn-marl20\"></div> </div> <div class=\"u-dialog-foot\"> <div class=\"ui-form-item\"> <a class=\"u-button\" data-action=\"confirm\" href=\"javascript:;\" t=\"com.Save\">  </a> </div> </div> </div>  <div id=\"login_permission4\" class=\"u-dialog fn-width800\"> <div class=\"u-dialog-head\"> <h1 t=\"com.RegionSet\"></h1> </div> <div class=\"u-dialog-content fn-clear fn-height275\" style=\"padding:60px 0 0 60px\"> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"com.Region\"></label> <div class=\"ui-custom-select fn-ib fn-width200\" id=\"nation_select_wrap\"> <a class=\"ui-custom-select-input fn-padl0 fn-width200\" id=\"nation_select\"> <input type=\"text\" class=\"ui-custom-select-inputbox fn-text-overflow fn-width176 fn-noclear\" style=\"height:16px;border-image:none\"> <i class=\"ui-custom-select-inputbtn\"></i> </a> <ul class=\"ui-custom-select-content fn-width200\"> <li class=\"ui-custom-select-item\">1</li> </ul> </div> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"com.Language\"></label> <select class=\"ui-select fn-width200\" id=\"init_language\" disabled=\"disabled\"> <option value=\"English\" selected=\"selected\">English</option> <option value=\"Spanish\">Spanish</option> <option value=\"French\">French</option> </select> </div> <div class=\"ui-form-item\"> <label class=\"ui-label fn-padl20\" t=\"med.VideoStandard\"></label> <select class=\"ui-select fn-wi",
         "datamd5" : "07062df9efc20e0400b24c0fc4c18c50",
         "datammh3" : -878037376,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS45899",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "VN",
            "countryname" : "Vietnam",
            "domain" : [
               "vnnic.vn",
               "vnpt.vn"
            ],
            "isineu" : "false",
            "latitude" : "14.058324",
            "location" : "14.058324,108.277199",
            "longitude" : "108.277199",
            "netname" : "VNPT-VN",
            "organization" : "VNPT",
            "subnet" : "123.16.0.0/13"
         },
         "ip" : "123.19.126.141",
         "ipv6" : "false",
         "latitude" : "15.1112",
         "location" : "15.1112,108.7945",
         "longitude" : "108.7945",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "VNPT Corp",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 4899,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "123.18.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 41.249.85.205:4899 (tcp/http) - last seen on 2024-11-21 at 10:23:33 UTC

    • IP
      41.249.85.205
      Network
      41.249.0.0/17
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://41.249.85.205:4899/ 400

      HTTP Title
      400 Bad Request
      ASN
      AS36903
      Organization
      MT-MPLS
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      787f29b82517f485622493fa9fc10edf
      HTTP Header MD5
      5e7f16eb4324032ee30467077f4851c7
      HTTP Body MD5
      6efda5878ab25f4f28a89bbb3f9fa41c
    • HTTP/1.1 400 Bad Request
      Date: Thu, 21 Nov 2024 10:23:31 GMT
      Server:  
      X-Frame-Options: SAMEORIGIN
      Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' ; object-src 'self' ; worker-src 'self' blob:
      Content-Length: 362
      Connection: close
      Content-Type: text/html; charset=iso-8859-1
      
      <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
      <html><head>
      <title>400 Bad Request</title>
      </head><body>
      <h1>Bad Request</h1>
      <p>Your browser sent a request that this server could not understand.<br />
      Reason: You're speaking plain HTTP to an SSL-enabled server port.<br />
       Instead use the HTTPS scheme to access this URL, please.<br />
      </p>
      </body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:23:33.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "6efda5878ab25f4f28a89bbb3f9fa41c",
               "bodymmh3" : -645452522,
               "headermd5" : "5e7f16eb4324032ee30467077f4851c7",
               "headermmh3" : -1446279890,
               "title" : "400 Bad Request"
            },
            "length" : 672
         },
         "asn" : "AS36903",
         "city" : "Rabat",
         "country" : "MA",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 400 Bad Request\r\nDate: Thu, 21 Nov 2024 10:23:31 GMT\r\nServer:  \r\nX-Frame-Options: SAMEORIGIN\r\nContent-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' ; object-src 'self' ; worker-src 'self' blob:\r\nContent-Length: 362\r\nConnection: close\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>400 Bad Request</title>\n</head><body>\n<h1>Bad Request</h1>\n<p>Your browser sent a request that this server could not understand.<br />\nReason: You're speaking plain HTTP to an SSL-enabled server port.<br />\n Instead use the HTTPS scheme to access this URL, please.<br />\n</p>\n</body></html>\n",
         "datamd5" : "787f29b82517f485622493fa9fc10edf",
         "datammh3" : -1535890672,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS36903",
            "continent" : "AF",
            "continentname" : "Africa",
            "country" : "MA",
            "countryname" : "Morocco",
            "isineu" : "false",
            "latitude" : "31.791702",
            "location" : "31.791702,-7.09262",
            "longitude" : "-7.09262",
            "netname" : "ADSL_Maroc_telecom",
            "organization" : "route object",
            "subnet" : "41.249.0.0/17"
         },
         "ip" : "41.249.85.205",
         "ipv6" : "false",
         "latitude" : "34.0072",
         "location" : "34.0072,-6.8407",
         "longitude" : "-6.8407",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "MT-MPLS",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 4899,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Bad Request",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 400,
         "subnet" : "41.249.0.0/17",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }