Returning 10 result(s) out of 183 in 0.166 second(s)

  • 43.203.238.44:1962 (tcp/http) - last seen on 2024-11-07 at 05:41:46 UTC

    • IP
      43.203.238.44
      Network
      43.200.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://43.203.238.44:1962/ 200

      HTTP Title
      Login - CyberPanel
      HTTP Description
      Login to your CypberPanel account
      Reverse DNS
      ec2-43-203-238-44.ap-northeast-2.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
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 07 Nov 2024 04:59: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-07T05:41:46.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cyberpanel.net",
                  "safeguardhosting.ca",
                  "youtube.com",
                  "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"
               ]
            },
            "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" : "9aded8c1674ec306e85ba54319fa7da3",
               "bodymmh3" : 1616352086,
               "component" : [
                  {
                     "productvendor" : "CyberPanel",
                     "product" : "CyberPanel"
                  }
               ],
               "description" : "Login to your CypberPanel account",
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : 105568303,
               "title" : "Login - CyberPanel"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Incheon",
         "country" : "KR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 07 Nov 2024 04:59: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" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AMAZON-AS-AP",
            "organization" : "Amazon.com, Inc.",
            "subnet" : "43.200.0.0/14"
         },
         "host" : [
            "ec2-43-203-238-44"
         ],
         "hostname" : [
            "ec2-43-203-238-44.ap-northeast-2.compute.amazonaws.com"
         ],
         "ip" : "43.203.238.44",
         "ipv6" : "false",
         "latitude" : "37.4585",
         "location" : "37.4585,126.7015",
         "longitude" : "126.7015",
         "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" : 1962,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-43-203-238-44.ap-northeast-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-northeast-2.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "43.200.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 54.162.164.213:1962 (tcp/http) - last seen on 2024-11-07 at 02:56:42 UTC

    • IP
      54.162.164.213
      Network
      54.160.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://54.162.164.213:1962/ 200

      HTTP Title
      Ray Dashboard
      Reverse DNS
      ec2-54-162-164-213.compute-1.amazonaws.com
      ASN
      AS14618
      Organization
      AMAZON-AES
      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
      f877fb142569cd4e3d1a157ce28b1a00
      HTTP Header MD5
      9eae81c07eb3b6a669f5e5feb9ff8fc4
      HTTP Body MD5
      d8a4f9e0ac5057437828492f30c1d1ad
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 07 Nov 2024 01:56:17 GMT
      Server: Python/3.11 aiohttp/3.9.5
      Content-Type: application/json; charset=utf-8
      Content-Length: 446
      
      <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Ray Dashboard</title><script defer="defer" src="./static/js/main.8c11aab8.js"></script><link href="./static/css/main.388a904b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T02:56:42.000Z",
         "app" : {
            "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" : "d8a4f9e0ac5057437828492f30c1d1ad",
               "bodymmh3" : 1173419914,
               "headermd5" : "9eae81c07eb3b6a669f5e5feb9ff8fc4",
               "headermmh3" : 1830885546,
               "title" : "Ray Dashboard"
            },
            "length" : 624
         },
         "asn" : "AS14618",
         "city" : "Ashburn",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 07 Nov 2024 01:56:17 GMT\r\nServer: Python/3.11 aiohttp/3.9.5\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 446\r\n\r\n<!doctype html><html lang=\"en\"><head><meta charset=\"utf-8\"/><link rel=\"shortcut icon\" href=\"./favicon.ico\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"/><title>Ray Dashboard</title><script defer=\"defer\" src=\"./static/js/main.8c11aab8.js\"></script><link href=\"./static/css/main.388a904b.css\" rel=\"stylesheet\"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id=\"root\"></div></body></html>",
         "datamd5" : "f877fb142569cd4e3d1a157ce28b1a00",
         "datammh3" : -196754178,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS14618",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AMAZON",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "54.160.0.0/13"
         },
         "host" : [
            "ec2-54-162-164-213"
         ],
         "hostname" : [
            "ec2-54-162-164-213.compute-1.amazonaws.com"
         ],
         "ip" : "54.162.164.213",
         "ipv6" : "false",
         "latitude" : "39.0469",
         "location" : "39.0469,-77.4903",
         "longitude" : "-77.4903",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-AES",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1962,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-54-162-164-213.compute-1.amazonaws.com"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute-1.amazonaws.com"
         ],
         "subnet" : "54.160.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 35.77.196.15:1962 (tcp/http) - last seen on 2024-11-06 at 21:54:03 UTC

    • IP
      35.77.196.15
      Network
      35.72.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://35.77.196.15:1962/ 200

      Reverse DNS
      ec2-35-77-196-15.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
      f192c778ba9971cccb2fcec90e21e379
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      852141068209c03fdeb5dacc5a9c52e3
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Wed, 06 Nov 2024 20:57:48 GMT
      Server: nginx
      Content-Length: 69
      Content-Type: text/html
      
      <html><body><script>top.location='/p/login/';</script></body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T21:54:03.000Z",
         "app" : {
            "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" : "852141068209c03fdeb5dacc5a9c52e3",
               "bodymmh3" : -1124668290,
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : 1263226463
            },
            "length" : 204
         },
         "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: Wed, 06 Nov 2024 20:57:48 GMT\r\nServer: nginx\r\nContent-Length: 69\r\nContent-Type: text/html\r\n\r\n<html><body><script>top.location='/p/login/';</script></body></html>\n",
         "datamd5" : "f192c778ba9971cccb2fcec90e21e379",
         "datammh3" : -1092385355,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AT-88-Z",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "35.72.0.0/13"
         },
         "host" : [
            "ec2-35-77-196-15"
         ],
         "hostname" : [
            "ec2-35-77-196-15.ap-northeast-1.compute.amazonaws.com"
         ],
         "ip" : "35.77.196.15",
         "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" : 1962,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-35-77-196-15.ap-northeast-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-northeast-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "35.72.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 52.199.234.145:1962 (tcp/http) - last seen on 2024-11-06 at 21:43:27 UTC

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

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://52.199.234.145:1962/ 200

      HTTP Title
      PaperCut Login
      HTTP Description
      PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.
      HTTP Keyword(s)
      print accounting print control print management print quota software
      Reverse DNS
      ec2-52-199-234-145.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)
      jQuery jQuery 3.5.1 Oracle Java
      CPE(s)

      <enterprise field>: cpe

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

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

    • IP
      13.251.106.30
      Network
      13.250.0.0/15
      Domain(s)
      amazonaws.com
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://13.251.106.30:1962/ 200

      HTTP Title
      AiCloud
      Reverse DNS
      ec2-13-251-106-30.ap-southeast-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: Wed, 06 Nov 2024 19:57:28 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-06T20:47:51.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" : -1066555942,
               "title" : "AiCloud"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Singapore",
         "country" : "SG",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Wed, 06 Nov 2024 19:57:28 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" : "SG",
            "countryname" : "Singapore",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "1.352083",
            "location" : "1.352083,103.819836",
            "longitude" : "103.819836",
            "netname" : "AMAZON-SIN",
            "organization" : "Amazon Data Services Singapore",
            "subnet" : "13.250.0.0/15"
         },
         "host" : [
            "ec2-13-251-106-30"
         ],
         "hostname" : [
            "ec2-13-251-106-30.ap-southeast-1.compute.amazonaws.com"
         ],
         "ip" : "13.251.106.30",
         "ipv6" : "false",
         "latitude" : "1.2868",
         "location" : "1.2868,103.8503",
         "longitude" : "103.8503",
         "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" : 1962,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-13-251-106-30.ap-southeast-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-southeast-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "13.250.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 18.175.189.6:1962 (tcp/http) - last seen on 2024-11-06 at 16:08:08 UTC

    • IP
      18.175.189.6
      Network
      18.175.0.0/16
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://18.175.189.6:1962/ 200

      HTTP Title
      Ray Dashboard
      Reverse DNS
      ec2-18-175-189-6.eu-west-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      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
      f877fb142569cd4e3d1a157ce28b1a00
      HTTP Header MD5
      9eae81c07eb3b6a669f5e5feb9ff8fc4
      HTTP Body MD5
      d8a4f9e0ac5057437828492f30c1d1ad
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Wed, 06 Nov 2024 14:50:05 GMT
      Server: Python/3.11 aiohttp/3.9.5
      Content-Type: application/json; charset=utf-8
      Content-Length: 446
      
      <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Ray Dashboard</title><script defer="defer" src="./static/js/main.8c11aab8.js"></script><link href="./static/css/main.388a904b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T16:08:08.000Z",
         "app" : {
            "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" : "d8a4f9e0ac5057437828492f30c1d1ad",
               "bodymmh3" : 1173419914,
               "headermd5" : "9eae81c07eb3b6a669f5e5feb9ff8fc4",
               "headermmh3" : 1972856943,
               "title" : "Ray Dashboard"
            },
            "length" : 624
         },
         "asn" : "AS16509",
         "city" : "London",
         "country" : "GB",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Wed, 06 Nov 2024 14:50:05 GMT\r\nServer: Python/3.11 aiohttp/3.9.5\r\nContent-Type: application/json; charset=utf-8\r\nContent-Length: 446\r\n\r\n<!doctype html><html lang=\"en\"><head><meta charset=\"utf-8\"/><link rel=\"shortcut icon\" href=\"./favicon.ico\"/><meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"/><title>Ray Dashboard</title><script defer=\"defer\" src=\"./static/js/main.8c11aab8.js\"></script><link href=\"./static/css/main.388a904b.css\" rel=\"stylesheet\"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id=\"root\"></div></body></html>",
         "datamd5" : "f877fb142569cd4e3d1a157ce28b1a00",
         "datammh3" : -196754178,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "GB",
            "countryname" : "United Kingdom",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "55.378051",
            "location" : "55.378051,-3.435973",
            "longitude" : "-3.435973",
            "netname" : "AMAZON-LHR",
            "organization" : "Amazon Data Services UK",
            "subnet" : "18.175.0.0/16"
         },
         "host" : [
            "ec2-18-175-189-6"
         ],
         "hostname" : [
            "ec2-18-175-189-6.eu-west-2.compute.amazonaws.com"
         ],
         "ip" : "18.175.189.6",
         "ipv6" : "false",
         "latitude" : "51.5088",
         "location" : "51.5088,-0.0930",
         "longitude" : "-0.0930",
         "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" : 1962,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-18-175-189-6.eu-west-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "eu-west-2.compute.amazonaws.com"
         ],
         "subnet" : "18.175.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 18.183.253.91:1962 (tcp/http) - last seen on 2024-11-06 at 12:48:02 UTC

    • IP
      18.183.253.91
      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
      Cisco IOS
      URL

      http://18.183.253.91:1962/ 200

      Reverse DNS
      ec2-18-183-253-91.ap-northeast-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Cisco IOS
      Product
      OpenResty OpenResty
      HTTP Component(s)
      Cisco IOS XE
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      bf30ac4101ee330c7315cd4c018c3d4d
      HTTP Header MD5
      030240e8ece0250e4166ae73021509cb
      HTTP Body MD5
      4380b92ac066d98f21676309230edcca
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: keep-alive
      Date: Wed, 06 Nov 2024 11:54:05 GMT
      Server: openresty
      Content-Type: text/html; charset=utf-8
      Expires: Wed, 06 Nov 2024 11:54:05 GMT
      Last-Modified: Wed, 06 Nov 2024 11:54:05 GMT
      Cache-Control: no-store, no-cache, must-revalidate
      Accept-Ranges: none
      X-XSS-Protection: 1; mode=block
      X-Content-Type-Options: nosniff
      X-Frame-Options: SAMEORIGIN
      Strict-Transport-Security: max-age=7884000
      Content-Length: 84
      
      <script>window.onload=function(){ url ='/webui/';window.location.href=url;}</script>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T12:48:02.000Z",
         "app" : {
            "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" : "4380b92ac066d98f21676309230edcca",
               "bodymmh3" : -1371971370,
               "component" : [
                  {
                     "productvendor" : "Cisco",
                     "product" : "IOS XE"
                  }
               ],
               "header" : [
                  {
                     "value" : "Wed, 06 Nov 2024 11:54:05 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "030240e8ece0250e4166ae73021509cb",
               "headermmh3" : 2061082049
            },
            "length" : 541
         },
         "asn" : "AS16509",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nDate: Wed, 06 Nov 2024 11:54:05 GMT\r\nServer: openresty\r\nContent-Type: text/html; charset=utf-8\r\nExpires: Wed, 06 Nov 2024 11:54:05 GMT\r\nLast-Modified: Wed, 06 Nov 2024 11:54:05 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nAccept-Ranges: none\r\nX-XSS-Protection: 1; mode=block\r\nX-Content-Type-Options: nosniff\r\nX-Frame-Options: SAMEORIGIN\r\nStrict-Transport-Security: max-age=7884000\r\nContent-Length: 84\r\n\r\n<script>window.onload=function(){ url ='/webui/';window.location.href=url;}</script>",
         "datamd5" : "bf30ac4101ee330c7315cd4c018c3d4d",
         "datammh3" : -1802201109,
         "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"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "AMAZON-NRT",
            "organization" : "Amazon Data Services Japan",
            "subnet" : "18.183.0.0/16"
         },
         "host" : [
            "ec2-18-183-253-91"
         ],
         "hostname" : [
            "ec2-18-183-253-91.ap-northeast-1.compute.amazonaws.com"
         ],
         "ip" : "18.183.253.91",
         "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" : "IOS",
         "osvendor" : "Cisco",
         "port" : 1962,
         "product" : "OpenResty",
         "productvendor" : "OpenResty",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-18-183-253-91.ap-northeast-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "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" : "/"
      }
      
  • 54.67.25.178:1962 (tcp/http) - last seen on 2024-11-06 at 11:24:29 UTC

    • IP
      54.67.25.178
      Network
      54.64.0.0/12
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://54.67.25.178:1962/ 200

      Reverse DNS
      ec2-54-67-25-178.us-west-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
      97f64c9c6bf158d0d05d3f05372b5a7a
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      c25cbaf569d22e9f526ff69fe9e61bbf
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Wed, 06 Nov 2024 09:52:48 GMT
      Server: nginx
      Content-Length: 583
      Content-Type: text/html
      
      <html style="background:#007cef">
      <head>
      <meta http-equiv="expires" content="0">
      <script type='text/javascript'>
      pr=(document.location.protocol == 'https:') ? 'https' : 'http';
      pt=(location.port == '') ? '' : ':' + location.port;
      redirect_suffix = "/redirect.html?count="+Math.random();
      if(location.hostname.indexOf(':') == -1)
      {
      location.href=pr+"://"+location.hostname+pt+redirect_suffix;
      }
      else    //could be ipv6 addr
      {
      var url = "";
      url=pr+"://["+ location.hostname.replace(/[\[\]]/g, '') +"]"+pt+redirect_suffix;
      location.href = url;
      }
      </script>
      </head>
      <body>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T11:24:29.000Z",
         "app" : {
            "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" : "c25cbaf569d22e9f526ff69fe9e61bbf",
               "bodymmh3" : 2073015905,
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -814876082
            },
            "length" : 719
         },
         "asn" : "AS16509",
         "city" : "San Jose",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Wed, 06 Nov 2024 09:52:48 GMT\r\nServer: nginx\r\nContent-Length: 583\r\nContent-Type: text/html\r\n\r\n<html style=\"background:#007cef\">\n<head>\n<meta http-equiv=\"expires\" content=\"0\">\n<script type='text/javascript'>\npr=(document.location.protocol == 'https:') ? 'https' : 'http';\npt=(location.port == '') ? '' : ':' + location.port;\nredirect_suffix = \"/redirect.html?count=\"+Math.random();\nif(location.hostname.indexOf(':') == -1)\n{\nlocation.href=pr+\"://\"+location.hostname+pt+redirect_suffix;\n}\nelse    //could be ipv6 addr\n{\nvar url = \"\";\nurl=pr+\"://[\"+ location.hostname.replace(/[\\[\\]]/g, '') +\"]\"+pt+redirect_suffix;\nlocation.href = url;\n}\n</script>\n</head>\n<body>\n</body>\n</html>\n",
         "datamd5" : "97f64c9c6bf158d0d05d3f05372b5a7a",
         "datammh3" : 1079192638,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AMAZON-2011L",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "54.67.0.0/16"
         },
         "host" : [
            "ec2-54-67-25-178"
         ],
         "hostname" : [
            "ec2-54-67-25-178.us-west-1.compute.amazonaws.com"
         ],
         "ip" : "54.67.25.178",
         "ipv6" : "false",
         "latitude" : "37.1835",
         "location" : "37.1835,-121.7714",
         "longitude" : "-121.7714",
         "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" : 1962,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-54-67-25-178.us-west-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "us-west-1.compute.amazonaws.com"
         ],
         "subnet" : "54.64.0.0/12",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 15.228.225.54:1962 (tcp/http) - last seen on 2024-11-06 at 05:26:47 UTC

    • IP
      15.228.225.54
      Network
      15.228.0.0/15
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://15.228.225.54:1962/ 200

      Reverse DNS
      ec2-15-228-225-54.sa-east-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
      f192c778ba9971cccb2fcec90e21e379
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      852141068209c03fdeb5dacc5a9c52e3
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: close
      Date: Wed, 06 Nov 2024 03:52:32 GMT
      Server: nginx
      Content-Length: 69
      Content-Type: text/html
      
      <html><body><script>top.location='/p/login/';</script></body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T05:26:47.000Z",
         "app" : {
            "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" : "852141068209c03fdeb5dacc5a9c52e3",
               "bodymmh3" : -1124668290,
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -541600975
            },
            "length" : 204
         },
         "asn" : "AS16509",
         "city" : "S\u00e3o Paulo",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Wed, 06 Nov 2024 03:52:32 GMT\r\nServer: nginx\r\nContent-Length: 69\r\nContent-Type: text/html\r\n\r\n<html><body><script>top.location='/p/login/';</script></body></html>\n",
         "datamd5" : "f192c778ba9971cccb2fcec90e21e379",
         "datammh3" : -1092385355,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "AMAZON-GRU",
            "organization" : "Amazon Data Services Brazil",
            "subnet" : "15.228.0.0/15"
         },
         "host" : [
            "ec2-15-228-225-54"
         ],
         "hostname" : [
            "ec2-15-228-225-54.sa-east-1.compute.amazonaws.com"
         ],
         "ip" : "15.228.225.54",
         "ipv6" : "false",
         "latitude" : "-23.5335",
         "location" : "-23.5335,-46.6359",
         "longitude" : "-46.6359",
         "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" : 1962,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-15-228-225-54.sa-east-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "sa-east-1.compute.amazonaws.com"
         ],
         "subnet" : "15.228.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 15.168.136.26:1962 (tcp/http) - last seen on 2024-11-06 at 01:16:59 UTC

    • IP
      15.168.136.26
      Network
      15.168.0.0/16
      Domain(s)
      amazonaws.com
      Device

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

      Operating System
      Cisco IOS
      URL

      http://15.168.136.26:1962/ 200

      Reverse DNS
      ec2-15-168-136-26.ap-northeast-3.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Cisco IOS
      Product
      OpenResty OpenResty
      HTTP Component(s)
      Cisco IOS XE
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      bf30ac4101ee330c7315cd4c018c3d4d
      HTTP Header MD5
      030240e8ece0250e4166ae73021509cb
      HTTP Body MD5
      4380b92ac066d98f21676309230edcca
      Favicon MD5
      2b86aa50c3a66bb77ff07c42cc051dcc
      Favicon MMH3
      -1216248324
    • HTTP/1.1 200 OK
      Connection: keep-alive
      Date: Tue, 05 Nov 2024 23:49:12 GMT
      Server: openresty
      Content-Type: text/html; charset=utf-8
      Expires: Tue, 05 Nov 2024 23:49:12 GMT
      Last-Modified: Tue, 05 Nov 2024 23:49:12 GMT
      Cache-Control: no-store, no-cache, must-revalidate
      Accept-Ranges: none
      X-XSS-Protection: 1; mode=block
      X-Content-Type-Options: nosniff
      X-Frame-Options: SAMEORIGIN
      Strict-Transport-Security: max-age=7884000
      Content-Length: 84
      
      <script>window.onload=function(){ url ='/webui/';window.location.href=url;}</script>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T01:16:59.000Z",
         "app" : {
            "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" : "4380b92ac066d98f21676309230edcca",
               "bodymmh3" : -1371971370,
               "component" : [
                  {
                     "product" : "IOS XE",
                     "productvendor" : "Cisco"
                  }
               ],
               "header" : [
                  {
                     "value" : "Tue, 05 Nov 2024 23:49:12 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "030240e8ece0250e4166ae73021509cb",
               "headermmh3" : -429459082
            },
            "length" : 541
         },
         "asn" : "AS16509",
         "city" : "Osaka",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: keep-alive\r\nDate: Tue, 05 Nov 2024 23:49:12 GMT\r\nServer: openresty\r\nContent-Type: text/html; charset=utf-8\r\nExpires: Tue, 05 Nov 2024 23:49:12 GMT\r\nLast-Modified: Tue, 05 Nov 2024 23:49:12 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nAccept-Ranges: none\r\nX-XSS-Protection: 1; mode=block\r\nX-Content-Type-Options: nosniff\r\nX-Frame-Options: SAMEORIGIN\r\nStrict-Transport-Security: max-age=7884000\r\nContent-Length: 84\r\n\r\n<script>window.onload=function(){ url ='/webui/';window.location.href=url;}</script>",
         "datamd5" : "bf30ac4101ee330c7315cd4c018c3d4d",
         "datammh3" : -1802201109,
         "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"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "AMAZON-KIX",
            "organization" : "Amazon Data Services Osaka",
            "subnet" : "15.168.0.0/16"
         },
         "host" : [
            "ec2-15-168-136-26"
         ],
         "hostname" : [
            "ec2-15-168-136-26.ap-northeast-3.compute.amazonaws.com"
         ],
         "ip" : "15.168.136.26",
         "ipv6" : "false",
         "latitude" : "34.6946",
         "location" : "34.6946,135.5021",
         "longitude" : "135.5021",
         "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" : "IOS",
         "osvendor" : "Cisco",
         "port" : 1962,
         "product" : "OpenResty",
         "productvendor" : "OpenResty",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-15-168-136-26.ap-northeast-3.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ap-northeast-3.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "15.168.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }