Returning 10 result(s) out of 13,110 in 0.046 second(s)

  • 88.80.191.104:8888 (tcp/http) - last seen on 2024-11-21 at 10:36:57 UTC

    • IP
      88.80.191.104
      Network
      88.80.184.0/21
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://88.80.191.104:8888/ 200

      Reverse DNS
      88-80-191-104.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      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
      95e8138e8428e47fad35677cac63daf0
      HTTP Header MD5
      64270533dc449b5fb751ca76d91ab9ad
      HTTP Body MD5
      d214303cb4c72ed7eeb7b4e476f0591e
    • HTTP/1.1 200 OK
      Content-Type: text/html; charset=utf-8
      Date: Thu, 21 Nov 2024 10:36:57 GMT
      Connection: close
      Transfer-Encoding: chunked
      
      800
      <!DOCTYPE html>
      <html lang="en">
      
      <head>
        <meta charset="UTF-8">
        <meta name="renderer" content="webkit">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="/assets/ant-design-vue/antd.min.css">
        <link rel="stylesheet" href="/assets/element-ui/theme-chalk/display.css">
        <link rel="stylesheet" href="/assets/css/custom.min.css?2.3.5">
        <style>
          [v-cloak] {
            display: none;
          }
           
          @font-face {
            font-display: swap;
            font-family: 'Vazirmatn';
            font-style: normal;
            font-weight: 400;
            src: url('/assets/Vazirmatn-UI-NL-Regular.woff2') format('woff2');
            unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0030-0039;
          }
          body {
            font-family: -apple-system, BlinkMacSystemFont, 'Vazirmatn', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
              'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
              'Segoe UI Emoji', 'Segoe UI Symbol';
          }
        </style>
        <title><ip>-Welcome</title>
      </head>
      <div id="message"></div>
      
      <style>
        html * {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        h1 {
          text-align: center;
       
          height: 110px;
        }
        .ant-btn,
        .ant-input {
          height: 50px;
          border-radius: 30px;
        }
        .ant-input-group-addon {
          border-radius: 0 30px 30px 0;
          width: 50px;
          font-size: 18px;
        }
        .ant-input-affix-wrapper .ant-input-prefix {
          left: 23px;
        }
        .ant-input-affix-wrapper .ant-input:not(:first-child) {
          padding-left: 50px;
        }
        .centered {
          display: flex;
          text-align: center;
          align-items: center;
          justify-content: center;
          width: 100%;
        }
        .title {
          font-size: 32px;
        }
        .title b {
          font-weight: bold !important;
        }
        #app {
          overflow: hidden;
        }
        #login {
          animation: charge 0.5
      2454
      s both;
          background-color: #fff;
          border-radius: 2rem;
          padding: 3rem;
          transition: all 0.3s;
          user-select:none;
          -webkit-user-select:none;
          -moz-user-select: none;
        }
        #login:hover {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
        }
        @keyframes charge {
          from {
            transform: translateY(5rem);
            opacity: 0;
          }
          to {
            transform: translateY(0);
            opacity: 1;
          }
        }
        .under {
          background-color: #c7ebe2;
          z-index: 0;
        }
        .dark .under {
          background-color: var(--dark-color-login-wave);
        }
        .dark #login {
          background-color: var(--dark-color-surface-100);
        }
        .dark h1 {
          color: rgba(255, 255, 255);
        }
        .ant-form-item {
          margin-bottom: 16px;
        }
        .ant-btn-primary-login {
          width: 100%;
        }
        .ant-btn-primary-login:focus,
        .ant-btn-primary-login:hover {
          color: #fff;
          background-color: #006655;
          border-color: #006655;
          background-image: linear-gradient(
            270deg,
            rgba(123, 199, 77, 0) 30%,
            #009980,
            rgba(123, 199, 77, 0) 100%
          );
          background-repeat: no-repeat;
          animation: ma-bg-move ease-in-out 5s infinite;
          background-position-x: -500px;
          width: 95%;
          animation-delay: -0.5s;
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
        }
        .ant-btn-primary-login.active,
        .ant-btn-primary-login:active {
          color: #fff;
          background-color: #006655;
          border-color: #006655;
        }
        @keyframes ma-bg-move {
          0% {
            background-position: -500px 0;
          }
          50% {
            background-position: 1000px 0;
          }
          100% {
            background-position: 1000px 0;
          }
        }
        .wave-btn-bg {
          position: relative;
          border-radius: 25px;
          width: 100%;
          transition: all 0.3s cubic-bezier(.645,.045,.355,1);
        }
        .dark .wave-btn-bg {
          color: #fff;
          position: relative;
          background-color: #0a7557;
          border: 2px double transparent;
          background-origin: border-box;
          background-clip: padding-box, border-box;
          background-size: 300%;
          width: 100%;
          z-index: 1;
        }
        .dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;}
        .dark .wave-btn-bg-cl {
          background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)),
            radial-gradient(circle at left top, #006655, #009980, #006655) !important;
          border-radius: 3em;
        }
        .dark .wave-btn-bg-cl:hover {
          width: 95%;
        }
        .dark .wave-btn-bg-cl:before {
          position: absolute;
          content: "";
          top: -5px;
          left: -5px;
          bottom: -5px;
          right: -5px;
          z-index: -1;
          background: inherit;
          background-size: inherit;
          border-radius: 4em;
          opacity: 0;
          transition: 0.5s;
        }
        .dark .wave-btn-bg-cl:hover::before {
          opacity: 1;
          filter: blur(20px);
          animation: wave-btn-tara 8s linear infinite;
        }
        @keyframes wave-btn-tara {
          to {
            background-position: 300%;
          }
        }
        .dark .ant-btn-primary-login {
          font-size: 14px;
          color: #fff;
          text-align: center;
          background-image: linear-gradient(
            rgba(13, 14, 33, 0.45),
            rgba(13, 14, 33, 0.35)
          );
          border-radius: 2rem;
          border: none;
          outline: none;
          background-color: transparent;
          height: 46px;
          position: relative;
          white-space: nowrap;
          cursor: pointer;
          touch-action: manipulation;
          padding: 0 15px;
          width: 100%;
          animation: none;
          background-position-x: 0;
          box-shadow: none;
        }
        .waves-header {
          position: fixed;
          width: 100%;
          text-align: center;
          background-color: #dbf5ed;
          color: white;
          z-index: -1;
        }
        .dark .waves-header {
          background-color: var(--dark-color-login-background);
        }
        .waves-inner-header {
          height: 50vh;
          width: 100%;
          margin: 0;
          padding: 0;
        }
        .waves {
          position: relative;
          width: 100%;
          height: 15vh;
          margin-bottom: -8px;  
          min-height: 100px;
          max-height: 150px;
        }
        .parallax > use {
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        }
        .dark .parallax > use {
          fill: var(--dark-color-login-wave);
        }
        .parallax > use:nth-child(1) {
          animation-delay: -2s;
          animation-duration: 4s;
          opacity: 0.2;
        }
        .parallax > use:nth-child(2) {
          animation-delay: -3s;
          animation-duration: 7s;
          opacity: 0.4;
        }
        .parallax > use:nth-child(3) {
          animation-delay: -4s;
          animation-duration: 10s;
          opacity: 0.6;
        }
        .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 13s;
        }
        @keyframes move-forever {
          0% {
            transform: translate3d(-90px, 0, 0);
          }
          100% {
            transform: translate3d(85px, 0, 0);
          }
        }
        @media (max-width: 768px) {
          .waves {
            height: 40px;
            min-height: 40px;
          }
        }
        .words-wrapper {
          width: 100%;
          display: inline-block;
          position: relative;
          text-align: center;
        }
        .words-wrapper b {
          width: 100%;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
        }
        .words-wrapper b.is-visible {
          position: relative;
        }
        .headline.zoom .words-wrapper {
          -webkit-perspective: 300px;
          -moz-perspective: 300px;
          perspective: 300px;
        }
        .headline {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .headline.zoom b {
          opacity: 0;
        }
        .headline.zoom b.is-visible {
          opacity: 1;
          -webkit-animation: zoom-in 0.8s;
          -moz-animation: zoom-in 0.8s;
          animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-in 0.8s;
        }
        .headline.zoom b.is-hidden {
          -webkit-animation: zoom-out 0.8s;
          -moz-animation: zoom-out 0.8s;
          animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-out 0.4s;
        }
        @-webkit-keyframes zoom-in {
          0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
          }
      
          100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
          }
        }
        @-moz-keyframes zoom-in {
          0% {
            opacity: 0;
            -moz-transform: translateZ(100px);
          }
          100% {
            opacity: 1;
            -moz-transform: translateZ(0);
          }
        }
        @keyframes zoom-in {
          0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
            -moz-transform: translateZ(100px);
            -ms-transform: translateZ(100px);
            -o-transform: translateZ(100px);
            transform: translateZ(100px);
          }
          100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
          }
        }
        @-webkit-keyframes zoom-out {
          0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
          }
        }
        @-moz-keyframes zoom-out {
          0% {
            opacity: 1;
            -moz-transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -moz-transform: translateZ(-100px);
          }
        }
        @keyframes zoom-out {
          0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
            -moz-transform: translateZ(-100px);
            -ms-transform: translateZ(-100px);
            -o-transform: translateZ(-100px);
            transform: translateZ(-100px);
          }
        }
        .ant-menu-item .anticon {
          margin-right: 4px;
        }
        .ant-menu-inline .ant-menu-item {
          padding: 0 16px !important;
        }
      </style>
      <body>
        <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
          <transition name="list" appear>
            <a-layout-content class="under" style="min-height: 0;">
              <div class="waves-header">
                <div class="waves-inner-header"></div>
                <svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                     viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
                  <defs>
                    <path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
                  </defs>
                  <g class="parallax">
                    <use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="7" fill="#c7ebe2" />
                  </g>
                </svg>
              </div>
              <a-row type="flex" justify="center" align="middle" style="height: 100%; overflow: auto; overflow-x: hidden;">
                <a-col :xs="22" :sm="20" :md="14" :lg="10" :xl="8" :xxl="6" id="login" style="margin: 3rem 0;">
                  <a-row type="flex" justify="center">
                    <a-col style="width: 100%;">
                      <h1 class="title headline zoom">
                        <span class="words-wrapper">
                          <b class="is-visible">
      800
      Hello</b>
                          <b>Welcome</b>
                        </span>
                      </h1>
                    </a-col>
                  </a-row>
                  <a-row type="flex" justify="center">
                    <a-col span="24">
                      <a-form>
                        <a-form-item>
                          <a-input autocomplete="username" v-model.trim="user.username" placeholder='Username'
                                   @keydown.enter.native="login" autofocus>
                            <a-icon slot="prefix" type="user" style="font-size: 16px;"></a-icon>
                          </a-input>
                        </a-form-item>
                        <a-form-item>
                          <password-input autocomplete="current-password" icon="lock" v-model.trim="user.password"
                                          placeholder='Password'
                                          @keydown.enter.native="login">
                          </password-input>
                        </a-form-item>
                        <a-form-item v-if="secretEnable">
                          <password-input autocomplete="secret" icon="key" v-model.trim="user.loginSecret"
                                          placeholder='Secret Token'
                                          @keydown.enter.native="login">
                          </password-input>
                        </a-form-item>
                        <a-form-item>
                          <a-row justify="center" class="centered">
                            <div style="height: 50px;" class="wave-btn-bg wave-btn-bg-cl"
                                 :style="loading ? { width: '52px' } : { display: 'inline-block' }">
                              <a-button class="ant-btn-primary-login" type="primary"
                                        :loading="loading" @click="login"
                                        :icon="loading ? 'poweroff' : undefined">
                                        [[ loading ? '' : 'Log In' ]]
                              </a-button>
                            </div>
                          </a-row>
                        </a-form-item>
                        <a-form
      800
      -item>
                          <a-row justify="center" class="centered">
                            <a-col :span="24">
                              <a-select ref="selectLang" v-model="lang"
                                        @change="setLang(lang)" style="width: 150px;"
                                        :dropdown-class-name="themeSwitcher.currentTheme">
                                <a-select-option :value="l.value" label="English" v-for="l in supportLangs">
                                  <span role="img" aria-label="l.name" v-text="l.icon"></span>
                                  &nbsp;&nbsp;<span v-text="l.name"></span>
                                </a-select-option>
                              </a-select>
                            </a-col>
                          </a-row>
                        </a-form-item>
                        <a-form-item>
                          <a-row justify="center" class="centered">
                            <theme-switch-login></theme-switch-login>
                          </a-row>
                        </a-form-item>
                      </a-form>
                    </a-col>
                  </a-row>
                </a-col>
              </a-row>
            </a-layout-content>
          </transition>
        </a-layout>
      
      <script src="/assets/vue/vue.min.js?2.3.5"></script>
      <script src="/assets/moment/moment.min.js"></script>
      <script src="/assets/ant-design-vue/antd.min.js"></script>
      <script src="/assets/axios/axios.min.js?2.3.5"></script>
      <script src="/assets/qs/qs.min.js"></script>
      <script src="/assets/js/axios-init.js?2.3.5"></script>
      <script src="/assets/js/util/common.js?2.3.5"></script>
      <script src="/assets/js/util/date-util.js?2.3.5"></script>
      <script src="/assets/js/util/utils.js?2.3.5"></script>
      <script src="/assets/js/langs.js"></script>
      <script>
          const basePath = '\/';
          axios.defaults.baseURL = basePath;
      </script>
      
      
      <script>
        function createThemeSwitcher() {
          const isDarkTheme = localStorage.getItem('dark-mode') === 'true';
          const isUltra = localStorage.getItem('isUltraDarkThemeEnabled') === 'true';
          if (isUltra) {
       
      878
           document.documentElement.setAttribute('data-theme', 'ultra-dark');
          }
          const theme = isDarkTheme ? 'dark' : 'light';
          document.querySelector('body').setAttribute('class', theme);
          return {
            animationsOff() {
              document.documentElement.setAttribute('data-theme-animations', 'off');
              const themeAnimations = document.querySelector('#change-theme');
              themeAnimations.addEventListener('mouseleave', () => {
                document.documentElement.removeAttribute('data-theme-animations');
              });
              themeAnimations.addEventListener('touchend', () => {
                document.documentElement.removeAttribute('data-theme-animations');
              });
            },
            animationsOffUltra() {
              document.document
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:36:57.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xlink",
                  "http://www.w3.org/2000/svg"
               ]
            },
            "http" : {
               "bodymd5" : "d214303cb4c72ed7eeb7b4e476f0591e",
               "bodymmh3" : 628727145,
               "headermd5" : "64270533dc449b5fb751ca76d91ab9ad",
               "headermmh3" : 1668012053
            },
            "length" : 16375
         },
         "asn" : "AS63949",
         "city" : "London",
         "country" : "GB",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html; charset=utf-8\r\nDate: Thu, 21 Nov 2024 10:36:57 GMT\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n800\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"renderer\" content=\"webkit\">\r\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <link rel=\"stylesheet\" href=\"/assets/ant-design-vue/antd.min.css\">\r\n  <link rel=\"stylesheet\" href=\"/assets/element-ui/theme-chalk/display.css\">\r\n  <link rel=\"stylesheet\" href=\"/assets/css/custom.min.css?2.3.5\">\r\n  <style>\r\n    [v-cloak] {\r\n      display: none;\r\n    }\r\n     \r\n    @font-face {\r\n      font-display: swap;\r\n      font-family: 'Vazirmatn';\r\n      font-style: normal;\r\n      font-weight: 400;\r\n      src: url('/assets/Vazirmatn-UI-NL-Regular.woff2') format('woff2');\r\n      unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0030-0039;\r\n    }\r\n    body {\r\n      font-family: -apple-system, BlinkMacSystemFont, 'Vazirmatn', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',\r\n        'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',\r\n        'Segoe UI Emoji', 'Segoe UI Symbol';\r\n    }\r\n  </style>\r\n  <title><ip>-Welcome</title>\r\n</head>\r\n<div id=\"message\"></div>\r\n\r\n<style>\r\n  html * {\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n  }\r\n  h1 {\r\n    text-align: center;\r\n \r\n    height: 110px;\r\n  }\r\n  .ant-btn,\r\n  .ant-input {\r\n    height: 50px;\r\n    border-radius: 30px;\r\n  }\r\n  .ant-input-group-addon {\r\n    border-radius: 0 30px 30px 0;\r\n    width: 50px;\r\n    font-size: 18px;\r\n  }\r\n  .ant-input-affix-wrapper .ant-input-prefix {\r\n    left: 23px;\r\n  }\r\n  .ant-input-affix-wrapper .ant-input:not(:first-child) {\r\n    padding-left: 50px;\r\n  }\r\n  .centered {\r\n    display: flex;\r\n    text-align: center;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 100%;\r\n  }\r\n  .title {\r\n    font-size: 32px;\r\n  }\r\n  .title b {\r\n    font-weight: bold !important;\r\n  }\r\n  #app {\r\n    overflow: hidden;\r\n  }\r\n  #login {\r\n    animation: charge 0.5\r\n2454\r\ns both;\r\n    background-color: #fff;\r\n    border-radius: 2rem;\r\n    padding: 3rem;\r\n    transition: all 0.3s;\r\n    user-select:none;\r\n    -webkit-user-select:none;\r\n    -moz-user-select: none;\r\n  }\r\n  #login:hover {\r\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);\r\n  }\r\n  @keyframes charge {\r\n    from {\r\n      transform: translateY(5rem);\r\n      opacity: 0;\r\n    }\r\n    to {\r\n      transform: translateY(0);\r\n      opacity: 1;\r\n    }\r\n  }\r\n  .under {\r\n    background-color: #c7ebe2;\r\n    z-index: 0;\r\n  }\r\n  .dark .under {\r\n    background-color: var(--dark-color-login-wave);\r\n  }\r\n  .dark #login {\r\n    background-color: var(--dark-color-surface-100);\r\n  }\r\n  .dark h1 {\r\n    color: rgba(255, 255, 255);\r\n  }\r\n  .ant-form-item {\r\n    margin-bottom: 16px;\r\n  }\r\n  .ant-btn-primary-login {\r\n    width: 100%;\r\n  }\r\n  .ant-btn-primary-login:focus,\r\n  .ant-btn-primary-login:hover {\r\n    color: #fff;\r\n    background-color: #006655;\r\n    border-color: #006655;\r\n    background-image: linear-gradient(\r\n      270deg,\r\n      rgba(123, 199, 77, 0) 30%,\r\n      #009980,\r\n      rgba(123, 199, 77, 0) 100%\r\n    );\r\n    background-repeat: no-repeat;\r\n    animation: ma-bg-move ease-in-out 5s infinite;\r\n    background-position-x: -500px;\r\n    width: 95%;\r\n    animation-delay: -0.5s;\r\n    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);\r\n  }\r\n  .ant-btn-primary-login.active,\r\n  .ant-btn-primary-login:active {\r\n    color: #fff;\r\n    background-color: #006655;\r\n    border-color: #006655;\r\n  }\r\n  @keyframes ma-bg-move {\r\n    0% {\r\n      background-position: -500px 0;\r\n    }\r\n    50% {\r\n      background-position: 1000px 0;\r\n    }\r\n    100% {\r\n      background-position: 1000px 0;\r\n    }\r\n  }\r\n  .wave-btn-bg {\r\n    position: relative;\r\n    border-radius: 25px;\r\n    width: 100%;\r\n    transition: all 0.3s cubic-bezier(.645,.045,.355,1);\r\n  }\r\n  .dark .wave-btn-bg {\r\n    color: #fff;\r\n    position: relative;\r\n    background-color: #0a7557;\r\n    border: 2px double transparent;\r\n    background-origin: border-box;\r\n    background-clip: padding-box, border-box;\r\n    background-size: 300%;\r\n    width: 100%;\r\n    z-index: 1;\r\n  }\r\n  .dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;}\r\n  .dark .wave-btn-bg-cl {\r\n    background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)),\r\n      radial-gradient(circle at left top, #006655, #009980, #006655) !important;\r\n    border-radius: 3em;\r\n  }\r\n  .dark .wave-btn-bg-cl:hover {\r\n    width: 95%;\r\n  }\r\n  .dark .wave-btn-bg-cl:before {\r\n    position: absolute;\r\n    content: \"\";\r\n    top: -5px;\r\n    left: -5px;\r\n    bottom: -5px;\r\n    right: -5px;\r\n    z-index: -1;\r\n    background: inherit;\r\n    background-size: inherit;\r\n    border-radius: 4em;\r\n    opacity: 0;\r\n    transition: 0.5s;\r\n  }\r\n  .dark .wave-btn-bg-cl:hover::before {\r\n    opacity: 1;\r\n    filter: blur(20px);\r\n    animation: wave-btn-tara 8s linear infinite;\r\n  }\r\n  @keyframes wave-btn-tara {\r\n    to {\r\n      background-position: 300%;\r\n    }\r\n  }\r\n  .dark .ant-btn-primary-login {\r\n    font-size: 14px;\r\n    color: #fff;\r\n    text-align: center;\r\n    background-image: linear-gradient(\r\n      rgba(13, 14, 33, 0.45),\r\n      rgba(13, 14, 33, 0.35)\r\n    );\r\n    border-radius: 2rem;\r\n    border: none;\r\n    outline: none;\r\n    background-color: transparent;\r\n    height: 46px;\r\n    position: relative;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    touch-action: manipulation;\r\n    padding: 0 15px;\r\n    width: 100%;\r\n    animation: none;\r\n    background-position-x: 0;\r\n    box-shadow: none;\r\n  }\r\n  .waves-header {\r\n    position: fixed;\r\n    width: 100%;\r\n    text-align: center;\r\n    background-color: #dbf5ed;\r\n    color: white;\r\n    z-index: -1;\r\n  }\r\n  .dark .waves-header {\r\n    background-color: var(--dark-color-login-background);\r\n  }\r\n  .waves-inner-header {\r\n    height: 50vh;\r\n    width: 100%;\r\n    margin: 0;\r\n    padding: 0;\r\n  }\r\n  .waves {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 15vh;\r\n    margin-bottom: -8px;  \r\n    min-height: 100px;\r\n    max-height: 150px;\r\n  }\r\n  .parallax > use {\r\n    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;\r\n  }\r\n  .dark .parallax > use {\r\n    fill: var(--dark-color-login-wave);\r\n  }\r\n  .parallax > use:nth-child(1) {\r\n    animation-delay: -2s;\r\n    animation-duration: 4s;\r\n    opacity: 0.2;\r\n  }\r\n  .parallax > use:nth-child(2) {\r\n    animation-delay: -3s;\r\n    animation-duration: 7s;\r\n    opacity: 0.4;\r\n  }\r\n  .parallax > use:nth-child(3) {\r\n    animation-delay: -4s;\r\n    animation-duration: 10s;\r\n    opacity: 0.6;\r\n  }\r\n  .parallax > use:nth-child(4) {\r\n  animation-delay: -5s;\r\n  animation-duration: 13s;\r\n  }\r\n  @keyframes move-forever {\r\n    0% {\r\n      transform: translate3d(-90px, 0, 0);\r\n    }\r\n    100% {\r\n      transform: translate3d(85px, 0, 0);\r\n    }\r\n  }\r\n  @media (max-width: 768px) {\r\n    .waves {\r\n      height: 40px;\r\n      min-height: 40px;\r\n    }\r\n  }\r\n  .words-wrapper {\r\n    width: 100%;\r\n    display: inline-block;\r\n    position: relative;\r\n    text-align: center;\r\n  }\r\n  .words-wrapper b {\r\n    width: 100%;\r\n    display: inline-block;\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n  }\r\n  .words-wrapper b.is-visible {\r\n    position: relative;\r\n  }\r\n  .headline.zoom .words-wrapper {\r\n    -webkit-perspective: 300px;\r\n    -moz-perspective: 300px;\r\n    perspective: 300px;\r\n  }\r\n  .headline {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n  }\r\n  .headline.zoom b {\r\n    opacity: 0;\r\n  }\r\n  .headline.zoom b.is-visible {\r\n    opacity: 1;\r\n    -webkit-animation: zoom-in 0.8s;\r\n    -moz-animation: zoom-in 0.8s;\r\n    animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-in 0.8s;\r\n  }\r\n  .headline.zoom b.is-hidden {\r\n    -webkit-animation: zoom-out 0.8s;\r\n    -moz-animation: zoom-out 0.8s;\r\n    animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-out 0.4s;\r\n  }\r\n  @-webkit-keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(100px);\r\n    }\r\n\r\n    100% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n    }\r\n  }\r\n  @-moz-keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -moz-transform: translateZ(100px);\r\n    }\r\n    100% {\r\n      opacity: 1;\r\n      -moz-transform: translateZ(0);\r\n    }\r\n  }\r\n  @keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(100px);\r\n      -moz-transform: translateZ(100px);\r\n      -ms-transform: translateZ(100px);\r\n      -o-transform: translateZ(100px);\r\n      transform: translateZ(100px);\r\n    }\r\n    100% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n      -moz-transform: translateZ(0);\r\n      -ms-transform: translateZ(0);\r\n      -o-transform: translateZ(0);\r\n      transform: translateZ(0);\r\n    }\r\n  }\r\n  @-webkit-keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(-100px);\r\n    }\r\n  }\r\n  @-moz-keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -moz-transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -moz-transform: translateZ(-100px);\r\n    }\r\n  }\r\n  @keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n      -moz-transform: translateZ(0);\r\n      -ms-transform: translateZ(0);\r\n      -o-transform: translateZ(0);\r\n      transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(-100px);\r\n      -moz-transform: translateZ(-100px);\r\n      -ms-transform: translateZ(-100px);\r\n      -o-transform: translateZ(-100px);\r\n      transform: translateZ(-100px);\r\n    }\r\n  }\r\n  .ant-menu-item .anticon {\r\n    margin-right: 4px;\r\n  }\r\n  .ant-menu-inline .ant-menu-item {\r\n    padding: 0 16px !important;\r\n  }\r\n</style>\r\n<body>\r\n  <a-layout id=\"app\" v-cloak :class=\"themeSwitcher.currentTheme\">\r\n    <transition name=\"list\" appear>\r\n      <a-layout-content class=\"under\" style=\"min-height: 0;\">\r\n        <div class=\"waves-header\">\r\n          <div class=\"waves-inner-header\"></div>\r\n          <svg class=\"waves\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n               viewBox=\"0 24 150 28\" preserveAspectRatio=\"none\" shape-rendering=\"auto\">\r\n            <defs>\r\n              <path id=\"gentle-wave\" d=\"M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z\" />\r\n            </defs>\r\n            <g class=\"parallax\">\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"0\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"3\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"5\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"7\" fill=\"#c7ebe2\" />\r\n            </g>\r\n          </svg>\r\n        </div>\r\n        <a-row type=\"flex\" justify=\"center\" align=\"middle\" style=\"height: 100%; overflow: auto; overflow-x: hidden;\">\r\n          <a-col :xs=\"22\" :sm=\"20\" :md=\"14\" :lg=\"10\" :xl=\"8\" :xxl=\"6\" id=\"login\" style=\"margin: 3rem 0;\">\r\n            <a-row type=\"flex\" justify=\"center\">\r\n              <a-col style=\"width: 100%;\">\r\n                <h1 class=\"title headline zoom\">\r\n                  <span class=\"words-wrapper\">\r\n                    <b class=\"is-visible\">\r\n800\r\nHello</b>\r\n                    <b>Welcome</b>\r\n                  </span>\r\n                </h1>\r\n              </a-col>\r\n            </a-row>\r\n            <a-row type=\"flex\" justify=\"center\">\r\n              <a-col span=\"24\">\r\n                <a-form>\r\n                  <a-form-item>\r\n                    <a-input autocomplete=\"username\" v-model.trim=\"user.username\" placeholder='Username'\r\n                             @keydown.enter.native=\"login\" autofocus>\r\n                      <a-icon slot=\"prefix\" type=\"user\" style=\"font-size: 16px;\"></a-icon>\r\n                    </a-input>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <password-input autocomplete=\"current-password\" icon=\"lock\" v-model.trim=\"user.password\"\r\n                                    placeholder='Password'\r\n                                    @keydown.enter.native=\"login\">\r\n                    </password-input>\r\n                  </a-form-item>\r\n                  <a-form-item v-if=\"secretEnable\">\r\n                    <password-input autocomplete=\"secret\" icon=\"key\" v-model.trim=\"user.loginSecret\"\r\n                                    placeholder='Secret Token'\r\n                                    @keydown.enter.native=\"login\">\r\n                    </password-input>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <div style=\"height: 50px;\" class=\"wave-btn-bg wave-btn-bg-cl\"\r\n                           :style=\"loading ? { width: '52px' } : { display: 'inline-block' }\">\r\n                        <a-button class=\"ant-btn-primary-login\" type=\"primary\"\r\n                                  :loading=\"loading\" @click=\"login\"\r\n                                  :icon=\"loading ? 'poweroff' : undefined\">\r\n                                  [[ loading ? '' : 'Log In' ]]\r\n                        </a-button>\r\n                      </div>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                  <a-form\r\n800\r\n-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <a-col :span=\"24\">\r\n                        <a-select ref=\"selectLang\" v-model=\"lang\"\r\n                                  @change=\"setLang(lang)\" style=\"width: 150px;\"\r\n                                  :dropdown-class-name=\"themeSwitcher.currentTheme\">\r\n                          <a-select-option :value=\"l.value\" label=\"English\" v-for=\"l in supportLangs\">\r\n                            <span role=\"img\" aria-label=\"l.name\" v-text=\"l.icon\"></span>\r\n                            &nbsp;&nbsp;<span v-text=\"l.name\"></span>\r\n                          </a-select-option>\r\n                        </a-select>\r\n                      </a-col>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <theme-switch-login></theme-switch-login>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                </a-form>\r\n              </a-col>\r\n            </a-row>\r\n          </a-col>\r\n        </a-row>\r\n      </a-layout-content>\r\n    </transition>\r\n  </a-layout>\r\n\r\n<script src=\"/assets/vue/vue.min.js?2.3.5\"></script>\r\n<script src=\"/assets/moment/moment.min.js\"></script>\r\n<script src=\"/assets/ant-design-vue/antd.min.js\"></script>\r\n<script src=\"/assets/axios/axios.min.js?2.3.5\"></script>\r\n<script src=\"/assets/qs/qs.min.js\"></script>\r\n<script src=\"/assets/js/axios-init.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/common.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/date-util.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/utils.js?2.3.5\"></script>\r\n<script src=\"/assets/js/langs.js\"></script>\r\n<script>\r\n    const basePath = '\\/';\r\n    axios.defaults.baseURL = basePath;\r\n</script>\r\n\r\n\r\n<script>\r\n  function createThemeSwitcher() {\r\n    const isDarkTheme = localStorage.getItem('dark-mode') === 'true';\r\n    const isUltra = localStorage.getItem('isUltraDarkThemeEnabled') === 'true';\r\n    if (isUltra) {\r\n \r\n878\r\n     document.documentElement.setAttribute('data-theme', 'ultra-dark');\r\n    }\r\n    const theme = isDarkTheme ? 'dark' : 'light';\r\n    document.querySelector('body').setAttribute('class', theme);\r\n    return {\r\n      animationsOff() {\r\n        document.documentElement.setAttribute('data-theme-animations', 'off');\r\n        const themeAnimations = document.querySelector('#change-theme');\r\n        themeAnimations.addEventListener('mouseleave', () => {\r\n          document.documentElement.removeAttribute('data-theme-animations');\r\n        });\r\n        themeAnimations.addEventListener('touchend', () => {\r\n          document.documentElement.removeAttribute('data-theme-animations');\r\n        });\r\n      },\r\n      animationsOffUltra() {\r\n        document.document",
         "datamd5" : "95e8138e8428e47fad35677cac63daf0",
         "datammh3" : 1085512718,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "GB",
            "countryname" : "United Kingdom",
            "domain" : [
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "55.378051",
            "location" : "55.378051,-3.435973",
            "longitude" : "-3.435973",
            "netname" : "US-LINODE-20051130",
            "organization" : "Linode, LLC",
            "subnet" : "88.80.184.0/21"
         },
         "host" : [
            "88-80-191-104"
         ],
         "hostname" : [
            "88-80-191-104.ip.linodeusercontent.com"
         ],
         "ip" : "88.80.191.104",
         "ipv6" : "false",
         "latitude" : "51.5074",
         "location" : "51.5074,-0.1196",
         "longitude" : "-0.1196",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "88-80-191-104.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "88.80.184.0/21",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.104.70.121:8888 (tcp/http) - last seen on 2024-11-21 at 10:36:09 UTC

    • IP
      172.104.70.121
      Alternative IP(s)
      2400:8902:0:0:f03c:91ff:febc:5ac0
      Network
      172.104.64.0/18
      Domain(s)
      linode.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://172.104.70.121:8888/ 403

      HTTP Title
      403 Access denied
      Reverse DNS
      li1680-121.members.linode.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Tinyproxy Project Tinyproxy 1.8.3
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      d90665c76d6800498073619fce2d6919
      HTTP Header MD5
      cd2283beb85ca82f3caa5f5bbbc70dd5
      HTTP Body MD5
      dbd2171942b51ecb50b914e76c0fc340
    • HTTP/1.0 403 Access denied
      Server: tinyproxy/1.8.3
      Content-Type: text/html
      Connection: close
      
      <?xml version="1.0" encoding="UTF-8" ?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      
      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
      
      <head>
      <title>403 Access denied</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      </head>
      
      <body>
      
      <h1>Access denied</h1>
      
      <p>The administrator of this proxy has not configured it to service requests from your host.</p>
      
      <hr />
      
      <p><em>Generated by <a href="https://banu.com/tinyproxy/">tinyproxy</a> version 1.8.3.</em></p>
      
      </body>
      
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:36:09.000Z",
         "alternativeip" : [
            "2400:8902:0:0:f03c:91ff:febc:5ac0"
         ],
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org",
                  "banu.com"
               ],
               "hostname" : [
                  "banu.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd",
                  "https://banu.com/tinyproxy/"
               ]
            },
            "http" : {
               "bodymd5" : "dbd2171942b51ecb50b914e76c0fc340",
               "bodymmh3" : 283611154,
               "headermd5" : "cd2283beb85ca82f3caa5f5bbbc70dd5",
               "headermmh3" : -24192830,
               "title" : "403 Access denied"
            },
            "length" : 668
         },
         "asn" : "AS63949",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.0 403 Access denied\r\nServer: tinyproxy/1.8.3\r\nContent-Type: text/html\r\nConnection: close\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">\n\n<head>\n<title>403 Access denied</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n</head>\n\n<body>\n\n<h1>Access denied</h1>\n\n<p>The administrator of this proxy has not configured it to service requests from your host.</p>\n\n<hr />\n\n<p><em>Generated by <a href=\"https://banu.com/tinyproxy/\">tinyproxy</a> version 1.8.3.</em></p>\n\n</body>\n\n</html>\n",
         "datamd5" : "d90665c76d6800498073619fce2d6919",
         "datammh3" : 11833749,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linode.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.104.64.0/18"
         },
         "host" : [
            "li1680-121"
         ],
         "hostname" : [
            "li1680-121.members.linode.com"
         ],
         "ip" : "172.104.70.121",
         "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" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "product" : "Tinyproxy",
         "productvendor" : "Tinyproxy Project",
         "productversion" : "1.8.3",
         "protocol" : "http",
         "protocolversion" : "1.0",
         "reason" : "Access denied",
         "reverse" : [
            "li1680-121.members.linode.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 403,
         "subdomains" : [
            "members.linode.com"
         ],
         "subnet" : "172.104.64.0/18",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 139.162.81.199:8888 (tcp/http) - last seen on 2024-11-21 at 10:35:31 UTC

    • IP
      139.162.81.199
      Network
      139.162.0.0/16
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://139.162.81.199:8888/ 404

      Reverse DNS
      139-162-81-199.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Apache Coyote HTTP Connector 1.1
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      41836d5667f6bd0e464b0eed8bfa4387
      HTTP Header MD5
      aa28cbdae1e9219775faf08e05c40b68
      HTTP Body MD5
      d41d8cd98f00b204e9800998ecf8427e
    • HTTP/1.1 404 Not Found
      Server: Apache-Coyote/1.1
      Content-Length: 0
      Date: Thu, 21 Nov 2024 10:35:31 GMT
      Connection: close
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:35:31.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "d41d8cd98f00b204e9800998ecf8427e",
               "bodymmh3" : -1,
               "headermd5" : "aa28cbdae1e9219775faf08e05c40b68",
               "headermmh3" : 2075475367
            },
            "length" : 128
         },
         "asn" : "AS63949",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 404 Not Found\r\nServer: Apache-Coyote/1.1\r\nContent-Length: 0\r\nDate: Thu, 21 Nov 2024 10:35:31 GMT\r\nConnection: close\r\n\r\n",
         "datamd5" : "41836d5667f6bd0e464b0eed8bfa4387",
         "datammh3" : 1004596483,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "EU-LINODE-20141229",
            "organization" : "Linode, LLC",
            "subnet" : "139.162.0.0/16"
         },
         "host" : [
            "139-162-81-199"
         ],
         "hostname" : [
            "139-162-81-199.ip.linodeusercontent.com"
         ],
         "ip" : "139.162.81.199",
         "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" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "product" : "Coyote HTTP Connector",
         "productvendor" : "Apache",
         "productversion" : "1.1",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Not Found",
         "reverse" : [
            "139-162-81-199.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 404,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "139.162.0.0/16",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 178.79.181.70:8888 (tcp/http) - last seen on 2024-11-21 at 10:35:07 UTC

    • IP
      178.79.181.70
      Network
      178.79.128.0/18
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://178.79.181.70:8888/ 200

      Reverse DNS
      178-79-181-70.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      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
      1e3741ec82b0a6cd37de7e84f81a02db
      HTTP Header MD5
      7bb9705e43b5c87b578142dd49476ea2
      HTTP Body MD5
      d41d8cd98f00b204e9800998ecf8427e
    • HTTP/1.1 200 OK
      Date: Thu, 21 Nov 2024 10:35:06 GMT
      Connection: close
      Content-Length: 0
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:35:07.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "d41d8cd98f00b204e9800998ecf8427e",
               "bodymmh3" : -1,
               "headermd5" : "7bb9705e43b5c87b578142dd49476ea2",
               "headermmh3" : 1725060416
            },
            "length" : 94
         },
         "asn" : "AS63949",
         "city" : "London",
         "country" : "GB",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Thu, 21 Nov 2024 10:35:06 GMT\r\nConnection: close\r\nContent-Length: 0\r\n\r\n",
         "datamd5" : "1e3741ec82b0a6cd37de7e84f81a02db",
         "datammh3" : 1119547360,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS15830",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "GB",
            "countryname" : "United Kingdom",
            "domain" : [
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "55.378051",
            "location" : "55.378051,-3.435973",
            "longitude" : "-3.435973",
            "netname" : "LINODE-UK",
            "organization" : "Linode-2",
            "subnet" : "178.79.176.0/20"
         },
         "host" : [
            "178-79-181-70"
         ],
         "hostname" : [
            "178-79-181-70.ip.linodeusercontent.com"
         ],
         "ip" : "178.79.181.70",
         "ipv6" : "false",
         "latitude" : "51.5074",
         "location" : "51.5074,-0.1196",
         "longitude" : "-0.1196",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "178-79-181-70.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "178.79.128.0/18",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • <access denied by policy>:<access denied by policy> (<access denied by policy>/<access denied by policy>) - last seen on 2024-11-21 at 10:33:31 UTC

    • IP

      <access denied by policy>

      Alternative IP(s)

      <access denied by policy>

      Network

      <access denied by policy>

      Domain(s)
      Operating System

      <access denied by policy> <access denied by policy>

      Reverse DNS

      <access denied by policy>

      ASN

      <access denied by policy>

      Organization

      <access denied by policy>

      Protocol

      <access denied by policy>

      Source

      <access denied by policy>

    • Operating System

      <access denied by policy> <access denied by policy>

      Product

      <access denied by policy> <access denied by policy> <access denied by policy>

      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5

      <access denied by policy>

    • <access denied by policy>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:33:31.000Z",
         "alternativeip" : "<access denied by policy>",
         "app" : "<enterprise field>: app",
         "asn" : "<access denied by policy>",
         "city" : "<access denied by policy>",
         "country" : "<access denied by policy>",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "<access denied by policy>",
         "datamd5" : "<access denied by policy>",
         "datammh3" : "<access denied by policy>",
         "device" : "<enterprise field>: device",
         "domain" : "<access denied by policy>",
         "geolocus" : "<enterprise field>: geolocus",
         "host" : "<access denied by policy>",
         "hostname" : "<access denied by policy>",
         "ip" : "<access denied by policy>",
         "ipv6" : "<access denied by policy>",
         "latitude" : "<access denied by policy>",
         "location" : "<access denied by policy>",
         "longitude" : "<access denied by policy>",
         "node" : "<enterprise field>: node",
         "organization" : "<access denied by policy>",
         "os" : "<access denied by policy>",
         "osvendor" : "<access denied by policy>",
         "port" : "<access denied by policy>",
         "product" : "<access denied by policy>",
         "productvendor" : "<access denied by policy>",
         "productversion" : "<access denied by policy>",
         "protocol" : "<access denied by policy>",
         "protocolversion" : "<access denied by policy>",
         "reverse" : "<access denied by policy>",
         "seen_date" : "<access denied by policy>",
         "source" : "<access denied by policy>",
         "subdomains" : "<access denied by policy>",
         "subnet" : "<access denied by policy>",
         "tag" : "<enterprise field>: tag",
         "tld" : "<access denied by policy>",
         "tls" : "<access denied by policy>",
         "transport" : "<access denied by policy>",
         "url" : "<access denied by policy>"
      }
      
  • 172.234.86.134:8888 (tcp/http) - last seen on 2024-11-21 at 10:33:22 UTC

    • IP
      172.234.86.134
      Network
      172.234.0.0/16
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://172.234.86.134:8888/ 200

      HTTP Title
      Redirecting...
      Reverse DNS
      172-234-86-134.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx 1.27.1
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      89736a8e444a094a49edfd81fd8c0de0
      HTTP Header MD5
      11c10edadf960cad32db6ed457dfd9f0
      HTTP Body MD5
      35fdb6801ee9ed2b6548c2b743851355
    • HTTP/1.1 200 OK
      Server: nginx/1.27.1
      Date: Thu, 21 Nov 2024 10:33:22 GMT
      Content-Type: text/html
      Content-Length: 447
      Last-Modified: Tue, 10 Sep 2024 14:25:39 GMT
      Connection: close
      ETag: "66e056e3-1bf"
      Accept-Ranges: bytes
      
      <!DOCTYPE html>
      <html lang="en">
      <head>
          <meta charset="UTF-8">
          <meta http-equiv="X-UA-Compatible" content="IE=edge">
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          <title>Redirecting...</title>
          <script type="text/javascript">
              window.location.href = "https://nefus.kr";
          </script>
      </head>
      <body>
          <p>If you are not redirected, <a href="https://nefus.kr">click here</a>.</p>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:33:22.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "nefus.kr"
               ],
               "hostname" : [
                  "nefus.kr"
               ],
               "url" : [
                  "https://nefus.kr"
               ]
            },
            "http" : {
               "bodymd5" : "35fdb6801ee9ed2b6548c2b743851355",
               "bodymmh3" : -1408934810,
               "header" : [
                  {
                     "value" : "Tue, 10 Sep 2024 14:25:39 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "name" : "ETag",
                     "value" : "66e056e3-1bf"
                  }
               ],
               "headermd5" : "11c10edadf960cad32db6ed457dfd9f0",
               "headermmh3" : -1719802413,
               "title" : "Redirecting..."
            },
            "length" : 680
         },
         "asn" : "AS63949",
         "city" : "Osaka",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nServer: nginx/1.27.1\r\nDate: Thu, 21 Nov 2024 10:33:22 GMT\r\nContent-Type: text/html\r\nContent-Length: 447\r\nLast-Modified: Tue, 10 Sep 2024 14:25:39 GMT\r\nConnection: close\r\nETag: \"66e056e3-1bf\"\r\nAccept-Ranges: bytes\r\n\r\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Redirecting...</title>\n    <script type=\"text/javascript\">\n        window.location.href = \"https://nefus.kr\";\n    </script>\n</head>\n<body>\n    <p>If you are not redirected, <a href=\"https://nefus.kr\">click here</a>.</p>\n</body>\n</html>\n",
         "datamd5" : "89736a8e444a094a49edfd81fd8c0de0",
         "datammh3" : 850564134,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.234.80.0/20"
         },
         "host" : [
            "172-234-86-134"
         ],
         "hostname" : [
            "172-234-86-134.ip.linodeusercontent.com"
         ],
         "ip" : "172.234.86.134",
         "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" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "product" : "Nginx",
         "productvendor" : "F5",
         "productversion" : "1.27.1",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "172-234-86-134.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.234.0.0/16",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 50.116.10.9:8888 (tcp/http) - last seen on 2024-11-21 at 10:33:07 UTC

    • IP
      50.116.10.9
      Alternative IP(s)
      2600:3c01:0:0:f03c:92ff:fe7c:86c7
      Network
      50.116.8.0/21
      Domain(s)
      linode.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://50.116.10.9:8888/ 302

      HTTP Title
      Redirecting...
      Reverse DNS
      li456-9.members.linode.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      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
      14f4ddb99dc3679e933a95d1723917a5
      HTTP Header MD5
      71230733e21895e707c557c989c32dfa
      HTTP Body MD5
      6b69b959240b0c352e3377e6fccf0d64
    • HTTP/1.1 302 FOUND
      Content-Type: text/html; charset=utf-8
      Content-Length: 219
      Location: http://<ip>:8888/login
      Server: nginx
      Set-Cookie: SESSIONID=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/
      Date: Thu, 21 Nov 2024 10:31:46 GMT
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
      <title>Redirecting...</title>
      <h1>Redirecting...</h1>
      <p>You should be redirected automatically to target URL: <a href="/login">/login</a>.  If not click the link.
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:33:07.000Z",
         "alternativeip" : [
            "2600:3c01:0:0:f03c:92ff:fe7c:86c7"
         ],
         "app" : {
            "http" : {
               "bodymd5" : "6b69b959240b0c352e3377e6fccf0d64",
               "bodymmh3" : -2017507426,
               "headermd5" : "71230733e21895e707c557c989c32dfa",
               "headermmh3" : 1232750753,
               "title" : "Redirecting..."
            },
            "length" : 470
         },
         "asn" : "AS63949",
         "city" : "Fremont",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 302 FOUND\r\nContent-Type: text/html; charset=utf-8\r\nContent-Length: 219\r\nLocation: http://<ip>:8888/login\r\nServer: nginx\r\nSet-Cookie: SESSIONID=; Expires=Thu, 01-Jan-1970 00:00:00 GMT; Max-Age=0; Path=/\r\nDate: Thu, 21 Nov 2024 10:31:46 GMT\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>Redirecting...</title>\n<h1>Redirecting...</h1>\n<p>You should be redirected automatically to target URL: <a href=\"/login\">/login</a>.  If not click the link.",
         "datamd5" : "14f4ddb99dc3679e933a95d1723917a5",
         "datammh3" : 1883974177,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linode.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "50.116.0.0/18"
         },
         "host" : [
            "li456-9"
         ],
         "hostname" : [
            "li456-9.members.linode.com"
         ],
         "ip" : "50.116.10.9",
         "ipv6" : "false",
         "latitude" : "37.5625",
         "location" : "37.5625,-122.0004",
         "longitude" : "-122.0004",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "FOUND",
         "reverse" : [
            "li456-9.members.linode.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 302,
         "subdomains" : [
            "members.linode.com"
         ],
         "subnet" : "50.116.8.0/21",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.105.182.22:8888 (tcp/http) - last seen on 2024-11-21 at 10:25:08 UTC

    • IP
      172.105.182.22
      Network
      172.105.160.0/19
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux sUse
      URL

      http://172.105.182.22:8888/ 200

      HTTP Title
      DVR WEB Client
      HTTP Keyword(s)
      voip vos3000
      HTTP Copyright
      www.linknat.com, 昆石网络
      Reverse DNS
      172-105-182-22.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux sUse
      HTTP Component(s)
      Jenkins Jenkins 2.121.3 Atlassian Confluence RedHat JBoss Community Application Server 4.0.5 SPIP SPIP 4.1.11 PHP PHP Drupal Drupal 7 Apache org.apache.sling.servlets.post 2.4 Metabase Metabase Roundcube Webmail Gitlab Gitlab
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      0d87e8604dc81d068a6796bb3f71a143
      HTTP Header MD5
      0406555718e4ca560819ab1e843b1672
      HTTP Body MD5
      3c44ec7261a8df93d0ac5dceeae19b62
    • HTTP/1.1 200 OK
      Composed-By: SPIP 4.1.11 @ www.spip.net
      Content-Length: 106765
      Content-Type: text/html;charset=utf-8
      Last-Modified: Fri, 29 Jul 2022 16:53:01 GMT
      Loginip: <srcip>
      Nel: {'report_to': 'network-errors', 'max_age': 2592000, 'failure_fraction': 0.01, 'success_fraction': 0.0001}
      Pragma: private
      Server: StreamSystem
      Set-Cookie: RUIJIEID=A67B8F9C228E095723A97C6A977BE2B3; Path=/;
      Set-Cookie: DSIVS=; path=/; expires=Thu, 01 Jan 1970 22:00:00 GMT; secure;
      Set-Cookie: PHC_DISABLED=1; path=/; secure;
      Set-Cookie: Session=10.76.118.67.ff37fe7ceeca9a0ebedcf6549e8275d9; path=/
      Set-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095
      Set-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=2095
      Set-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;
      Set-Cookie: akaunting_session=7b22; Path=/;
      Set-Cookie: webvpn_as=; path=/; secure;
      Set-Cookie: UICSESSION=qqhhk66ogtvugchmqfov0j4l96; path=/;
      Set-Cookie: rememberMe=deleteMe; path=/;
      Set-Cookie: TRACKID=111d130c363c6795f9897e3368d2926e; Path=/; Version=1;
      Set-Cookie: Set-Cookie: sessionNonceCookie-91c537b4-8e24-3455-8f0c-225b8fcc3641=16a09f29-a4ff-4be2-b4a5-913c7880d677; Max-Age=4800; Expires=Thu, 01-Jan-1970 00:00:01 GMT; Path=/; Secure; HttpOnly; SameSite=None
      Set-Cookie: swap=vFuUpy5thP2HBPenIBJZtmjQHvBP2UiSJNhstyNXrAs=; path=/; secure; HttpOnly;
      Set-Cookie: metabase.DEVICE=657aec21-0f2d-4aa8-9973-172d408c3ebf;HttpOnly;Path=/;Expires=Mon, 25 Apr 2044 03:55:44 +0200;SameSite=None;Secure
      Set-Cookie: DSSIGNIN=url_default; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure;
      Set-Cookie: did=A67B8F9C;
      Set-Cookie: PHPSESSID=n91i168jps8rd856bcrln2isqe; path=/
      X-Cache: MISS from Hello
      X-Cache-Group: normal
      X-Cache-Hits: 0
      X-Cache-Lookup: MISS from Hello:8080
      X-Confluence-Request-Time: 1698802372064
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWor
      X-Content-Type-Options: nosniff
      X-Drupal-Cache: xHIT
      X-Drupal-Dynamic-Cache: MISS
      X-Frame-Options: SAMEORIGIN
      X-Generator: Drupal 7 (http://drupal.org)
      X-Jenkins: 2.121.3
      X-Jenkins-Session: f72d6619
      X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=2006101
      X-Proxy-Cache: MISS
      X-Syno-Token: MIGfMA0GCSq
      X-Timer: S1579233182.306174,VS0,VE0
      X-Turbo-Charged-By: LiteSpeed
      X-Xss-Protection: 1; mode=block
      Date: Thu, 21 Nov 2024 10:25:08 GMT
      Connection: close
      
      <!DOCTYPE html>
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="Pragma" content="no-cache" />
      <meta charset="utf-8">
      <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <meta content="object" property="og:type">
      <meta content="GitLab" property="og:site_name">
      <meta content="Help" property="og:title">
      <meta content="GitLab Community Edition" property="og:description">
      <meta content="summary" property="twitter:card">
      <meta content="Help" property="twitter:title">
      <meta content="GitLab Community Edition" property="twitter:description">
      <meta content="GitLab Community Edition" name="description">
      <meta content="#474D57" name="theme-color">
      <meta content="#30353E" name="msapplication-TileColor">
      <meta name="csrf-param" content="authenticity_token" />
      <meta name="csrf-token" content="8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384eeffc23b0926==" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="expires" content="-1"/>
      <meta name="keywords" content="VOS3000, VoIP, VoIP运营支撑系统, 软交换"/>
      <meta name="author" content="www.linknat.com, 昆石网络"/>
      <meta name="copyright" content="www.linknat.com, 昆石网络"/>
      <meta name="generator" content="SPIP 4.1.11" />
      <script src="/jquery.min.js"></script> 
      <title>DVR WEB Client</title>
      </head>
      <body>
      <div style="display: none;">
      <script>SC.util.mergeIntoContext({"focusedControlID":null,"userName":"","userDisplayName":"","isUserAuthenticated":false,"antiForgeryToken":"THtoAUxH4sS9","isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":36000000,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
      <SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last="1">fritzr</User></Users></SessionInfo>
      <Account>
      <Entry0 Active="Yes" username="CMCCAdmin" web_passwd="CmcC4dm1n5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry1 Active="Yes" username="useradmin" web_passwd="Gu4ngx1pd5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <Entry2 Active="Yes" username="CUAdmin"   web_passwd="CUAdmin5591" display_mask="FF FF D7 DD FF 1D FF FF FF" Logged="1" LoginIp="192.168.1.10"/>
      <TelnetEntry Active="Yes" telnet_username="Admin" telnet_passwd="cxx4dm1n5591" telnet_port="23"/>
      <FtpEntry Active="Yes" ftp_right="1" ftp_auth="1" ftp_username="Admin" ftp_passwd="cxx4dm1n5591" ftp_port="21" />
      <SambaEntry Active="Yes" smb_right="1" smb_auth="1" smb_username="Admin" smb_passwd="cxx4dm1n5591" />
      <ConsoleEntry Active="Yes" console_username="Admin" console_passwd="cxx4dm1n5591"/>
      <CTDefParaEntry setDefValueFlag="1" />
      </Account>
      <div>8.5.5 (Build:20200530.307-TEMP)</div>
      <span class="greyNote version"><span class="vWord">Version</span> 2023.11.3 (build 147512)</span>
      <h1>Logged in as <strong>admin</strong></h1><input type="hidden" name="csrfmiddlewaretoken" value="e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y"><textarea id="3revi" name="revi" rows="4" cols="50">server1 Ubuntu 22.04 LTS</textarea>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      <form action="/login/vpnSdef" enctype="multipart/form-data" method="post" name="login">
          <div data-user="root" data-module="package-updates"></div>
          <code>The zip file did not contain an entry exportDescriptor.properties</code>
          <span class="form-hidden"><input name="page" value="login" type="hidden"/><input name="formulaire_action" type="hidden" value="login" /><input name="formulaire_action_args" type="hidden" value="dzdNV0MzUGFDV0NHemR6bWorekNEWHY=" /><input name="formulaire_action_sign" type="hidden" value="" /></span>
          <message>Please enter your username and password.</message>
          <input name="formid" type="hidden" value="012afed" />
          <input name="javax.faces.ViewState" type="hidden" value="012afed" />
          <input name="queryString" type="hidden" value="1406192" />
          <div class="versionInfo">The Cacti Group Version 1.2.25</div>
          <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>
          <input type="hidden" name="token" value="0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec">
          <input type='hidden' name='__csrf_magic' value="key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654" />
          <input type="hidden" name="tokenid"  value="1804289383" >
          <input type="hidden" name="name"  value="1804289383" >
          <input type="hidden" name="csrfKey" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="hidden" name="csrf_token" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" name="ref" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="username_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" name="password_fieldname" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="csrf" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="csrf" name="xd_check" value="aHR0cHM6Ly9pcHMuY2x1Yi8=">
      	<input type="hidden" id="give-form-id" name="give-form-id" value="621aec6b886ff81169bed7de5d47b5ed">
      	<input type="hidden" id="give-form-hash" name="give-form-hash" value="621aec6b886ff81169bed7de5d47b5ed">
          <input type="text" name="username" label="Username:" value="admin" />
          <input type="password" name="password" label="Password:" value="123456" />
          <input type="hidden" name="tgroup" value="DefaultADMINGroup" />
          <input type="submit" name="Login" value="Login" />
          <input type="reset" name="Clear" value="Clear" />
      </form>
      <input type="hidden" value="Maintain/cloud_index.php" id="cloud_addr">
      <li class="lisel" onclick="location.href='index.php'">日志系统</li>
      <li class="linormal" onclick="location.href='Maintain/cloud_index.php'" style="margin-left:1px;">云平台</li>
      <button type="button" data-price-id=True>sb</button>
      <div class="prod_madelName">RT-AC5300</div>
      <div class="p1 title_gap">Sign in with your ASUS router account</div>
      <tr class="h"><th>PHP Group</th></tr>
      <tr><td class="e">upload_tmp_dir</td><td class="v">/etc/httpd/_tmp</td><td class="v">/etc/httpd/_tmp</td></tr>
      <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/mnt/HDD2/web/</td></tr>
      <var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>
      <span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>
      <div class="text" id="jive-loginVersion"> Openfire, Version: 3.6.0a</div>
      <a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>
      <div id="mcname">LoadMaster</div>
      <p><br/><span>出厂IP:192.168.1.1</span><br/><span>用户名、密码:admin admin</span></p>
      <td colspan="2">Please enter your Cacti user name and password below:</td>
      <meta id="confluence-context-path" name="confluence-context-path" content="">
      <meta id="confluence-base-url" name="confluence-base-url" content="https://192.168.1.4">
      <meta id="atlassian-token" name="atlassian-token" content="d78e2b977d28428e411e31b958c9c502c2425083">
      <script id="frontend-js-extra">var hashform_vars = {"ajaxurl":"\/wp-admin\/admin-ajax.php","ajax_nounce":"d78e2b97","preview_img":""};</script>
      <div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>
      <B>SonicWall Universal Management Suite v9.3</B>
      <br>OK<br>
      <script type="text/javascript">var csrfMagicToken = "sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646";var csrfMagicName = "__vtrftk";</script>
      <select id="cars" name="name">
      <option value="olvo">olvo</option>
      </select>
      <a href="/VICIdial/phone">MODIFY</a>
      <input type="hidden" name="extension"  value="1804289383" >
      <input type="hidden" name="pass"  value="1804289383" >
      <input type="hidden" name="recording_exten"  value="1804289383" >
      <script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>
      <input type='hidden' name='LDCSA_CSRF' value="sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985" />
      <input type="hidden" name="admin-nonce" value="4419bb0cd2d21ef7b4cf25c9e5206f89" />
      <h3 class="text-center"> <span class="soplanning_index_title2">Simple Online Planning</span> <small>v1.51.01</small> </h3>
      <span>F3x26Q v1.1 (Sep 15 2023 12:36:09) std</span>
      <script type='text/javascript'>
      	var cactiVersion='1.2.27';
      	var cactiServerOS='unix';
      	var cactiAction='';
      	var theme='modern';
      	var refreshIsLogout=true;
      	var refreshPage='/logout.php?action=timeout';
      	var refreshMSeconds=1440000;
      	var urlPath='/';
      	var previousPage='';
      	var sessionMessage=[];
      	var csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';
      </script>
      
      <!--
      <Username Level="40/40" Dispatch="account">admin</Username><User1><Password Level="40/40" Dispatch="account">admin</Password></User1>
      /var/pinglog
      <TITLE>Login</TITLE>
      <a href="jpg.html">LIVE JPEG</a><br>
      <a href="liveie.html">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>
      <a href="DVRRemoteAP.exe">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVRRemoteAP_X64.exe">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>
      <a href="DVFPlayer.zip">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>
      <\?xml version="1.0" encoding="utf-8"?><base64Binary xmlns="http://micros-hosting.com/EGateway/">
      Location: /admin
      <meta name="generator" content="vBulletin 5.5.4" />
      Location: http://<ip>:80/relogin.htm?_t=3541144909
      Location: http://<ip>:80/syscmd.htm" Location: /ui/login
      /cgi-bin/webctrl.cgi?action=index_page
      PDR-M800
      function btnPing()
      <HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF="http://<ip>:80/relogin.htm?_t=179439949">here</A></BODY></HTML>
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_shortcut.png">
      <link type="image/x-icon" rel="shortcut icon" href="/themes/img/icon/cisco_logo.png">
      <td class="Copyright" colspan="2" style="text-align:justify" height="20" valign="bottom">© 2017 Cisco Systems, Inc. All Rights Reserved.
      <br>Cisco, Cisco Systems, and the Cisco Systems logo are registered
      trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates
      in the United States and certain other countries.
      </td>
      :
      #
      >
      $
      SSH key is good
      is not a valid ref and may not be archived
      pcPassword2
      '&sessionKey=790148060;'
      name="sessionKey" value="790148060"
      Set-Cookie: loginName=admin
      var fgt_lang = /dev/cmdb/sslvpn_websession
      php 8.1.0-dev exit
      springframework
      Tomcat
      DEVICE.ACCOUNT=admin
      AUTHORIZED_GROUP=1
      <uid></uid>
      <name>Admin</name>
      <usrid></usrid>
      <password>admin</password>
      <group></group>
      cpto /tmp/"root"
      Model=AC1450
      Firmware=V1.0.0.36_10.0.17
      "exceptionMessageValue":"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found."
      BIG-IP release 15.0.0
      user:root
      12345admin123'
      Failed to process image
      
      Location: http://192.168.0.1:52869/picsdesc.xml
      You don't have permission to access /vpns/ on this server.
      [global]
          workgroup = intranet
          encrypt passwords = Yes
          update encrypted = Yes
      
      funcionando
      system_sofia
      name resolve order
      InfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo
      <b>File Uploaded !!!</b><br>
      ant=951d11e51392117311602d0c25435d7f
      38ee63071a04dc5e04ed22624c38e648
      6f3249aa304055d63828af3bfab778f6
      <h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>
      [local]
       tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZWVmZmMyM2IwOTI2PT0=
       addr = <ip>
      "Powered by vBulletin Version 5.5.4"
      789551
      Linear eMerge
      SuperSign
      ubiq
      Yacht
      Zeroshell
      FastWeb
      AuthInfo:
      loadingIndicator_bk
      Zyxel
      skyrouter
      WAP54
      org.apache.spark.ui
      
      
      
      ID: "00af", version: "7.7.31.1", AddItem: function (a, item, c) {}
      <insert implant configuration content here>
      Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api
      Copyright (c) 2015-2020 by Cisco Systems, Inc.
      All rights reserved.
      SSL VPN Service
      wsConvertPptResponse
      <input id="txtUserName" class="txt-input" type="text" name="userName" value="" />
      <input id="txtPassword" class="txt-input" type="password" name="password" value="" />
      <button id="btnLogin" lc="html" lk="IDCS_LOGIN_NBSP">
      <span lc="html" lk="IDCS_BS_PLUGIN_DOWNLOAD" style="line-height: 30px; vertical-align: top;"></span>
      <script src="../Scripts/login.htm.js?v={JS_CSS_V}" type="text/javascript"></script>
      <LegacyDN>eD2bxe4</LegacyDN>
      <title class="_ctxstxt_NetscalerGateway">
      SAML Assertion verification failed; Please contact your administrator
      v=2b46554c087d2d5516559e9b8bc1875d
      /vpn/images/AccessGateway.ico
      frame-busting
      /vpn/js/logout_view.js?v=
      _ctxstxt_NetscalerAAA
      lib.min20200813.js
      401 Unauthorized Basic realm=
      sName='1';onTest(this);
      var passadm = "admin";
      OPMODE_BRIDGE
      document.all.cmd_result
      <input id="key" type="text" style="width: 200px" value="02108CB9-2200D5A4">
      <input id="date" type="text" style="width: 200px" value="12/25/2023">
      main page cgi-bin/login.cgi
      var sessionKey='030ff030ff88';
      loc += '&sessionKey=19dec20030ff8dcb2';
      }
      
      var code = 'location="' + loc + '"';
      
      Password change successful
      J2100N GPON ONT
      /cgi-bin/webui/admin
      sesskey
      name=admin pass=123 priv=ppp
      service=www.dlinkddns.com
      sysCmdType
      Content-Type: auth/request
      
      
      Content-Type: command/reply
      
      Reply-Text: +OK accepted
      
      
      X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
      007b2000-007c1000 rw-p 00000000 00:00 0
      Size:                 60 kB
      Rss:                  52 kB
      Pss:                  52 kB
      Shared_Clean:      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:25:08.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "drupal.org",
                  "micros-hosting.com"
               ],
               "file" : [
                  "index.php",
                  "dvfplayer.zip",
                  "cloud_index.php",
                  "dvrremoteap.exe",
                  "admin-ajax.php",
                  "dvrremoteap_x64.exe"
               ],
               "hostname" : [
                  "drupal.org",
                  "micros-hosting.com"
               ],
               "ip" : [
                  "192.168.0.1",
                  "192.168.1.1",
                  "10.76.118.67",
                  "1.0.0.36",
                  "192.168.1.10",
                  "192.168.1.4",
                  "7.7.31.1"
               ],
               "url" : [
                  "http://192.168.0.1:52869/picsdesc.xml",
                  "http://drupal.org",
                  "http://micros-hosting.com/EGateway/",
                  "https://192.168.1.4"
               ]
            },
            "http" : {
               "bodymd5" : "3c44ec7261a8df93d0ac5dceeae19b62",
               "bodymmh3" : -1467196788,
               "component" : [
                  {
                     "product" : "JBoss Community Application Server",
                     "productversion" : "4.0.5",
                     "productvendor" : "RedHat"
                  },
                  {
                     "productvendor" : "Gitlab",
                     "product" : "Gitlab"
                  },
                  {
                     "productvendor" : "Roundcube",
                     "product" : "Webmail"
                  },
                  {
                     "product" : "org.apache.sling.servlets.post",
                     "productversion" : "2.4",
                     "productvendor" : "Apache"
                  },
                  {
                     "productvendor" : "Drupal",
                     "productversion" : "7",
                     "product" : "Drupal"
                  },
                  {
                     "productvendor" : "Atlassian",
                     "product" : "Confluence"
                  },
                  {
                     "productvendor" : "PHP",
                     "product" : "PHP"
                  },
                  {
                     "product" : "Metabase",
                     "productvendor" : "Metabase"
                  },
                  {
                     "product" : "SPIP",
                     "productversion" : "4.1.11",
                     "productvendor" : "SPIP"
                  },
                  {
                     "productversion" : "2.121.3",
                     "productvendor" : "Jenkins",
                     "product" : "Jenkins"
                  }
               ],
               "copyright" : "www.linknat.com, \u6606\u77f3\u7f51\u7edc",
               "header" : [
                  {
                     "value" : "Fri, 29 Jul 2022 16:53:01 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0406555718e4ca560819ab1e843b1672",
               "headermmh3" : 430997091,
               "keywords" : [
                  "voip",
                  "vos3000"
               ],
               "title" : "DVR WEB Client"
            },
            "length" : 16288
         },
         "asn" : "AS63949",
         "city" : "Sydney",
         "country" : "AU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nComposed-By: SPIP 4.1.11 @ www.spip.net\r\nContent-Length: 106765\r\nContent-Type: text/html;charset=utf-8\r\nLast-Modified: Fri, 29 Jul 2022 16:53:01 GMT\r\nLoginip: <srcip>\r\nNel: {'report_to': 'network-errors', 'max_age': 2592000, 'failure_fraction': 0.01, 'success_fraction': 0.0001}\r\nPragma: private\r\nServer: StreamSystem\r\nSet-Cookie: RUIJIEID=A67B8F9C228E095723A97C6A977BE2B3; Path=/;\r\nSet-Cookie: DSIVS=; path=/; expires=Thu, 01 Jan 1970 22:00:00 GMT; secure;\r\nSet-Cookie: PHC_DISABLED=1; path=/; secure;\r\nSet-Cookie: Session=10.76.118.67.ff37fe7ceeca9a0ebedcf6549e8275d9; path=/\r\nSet-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Tue, 01-Jan-1970 00:00:01 GMT; path=/; port=2095\r\nSet-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=2095\r\nSet-Cookie: cval=f337; path=/; splunkweb_csrf_token_8000=0011;\r\nSet-Cookie: akaunting_session=7b22; Path=/;\r\nSet-Cookie: webvpn_as=; path=/; secure;\r\nSet-Cookie: UICSESSION=qqhhk66ogtvugchmqfov0j4l96; path=/;\r\nSet-Cookie: rememberMe=deleteMe; path=/;\r\nSet-Cookie: TRACKID=111d130c363c6795f9897e3368d2926e; Path=/; Version=1;\r\nSet-Cookie: Set-Cookie: sessionNonceCookie-91c537b4-8e24-3455-8f0c-225b8fcc3641=16a09f29-a4ff-4be2-b4a5-913c7880d677; Max-Age=4800; Expires=Thu, 01-Jan-1970 00:00:01 GMT; Path=/; Secure; HttpOnly; SameSite=None\r\nSet-Cookie: swap=vFuUpy5thP2HBPenIBJZtmjQHvBP2UiSJNhstyNXrAs=; path=/; secure; HttpOnly;\r\nSet-Cookie: metabase.DEVICE=657aec21-0f2d-4aa8-9973-172d408c3ebf;HttpOnly;Path=/;Expires=Mon, 25 Apr 2044 03:55:44 +0200;SameSite=None;Secure\r\nSet-Cookie: DSSIGNIN=url_default; path=/dana-na/; expires=Thu, 31-Dec-2037 00:00:00 GMT; secure;\r\nSet-Cookie: did=A67B8F9C;\r\nSet-Cookie: PHPSESSID=n91i168jps8rd856bcrln2isqe; path=/\r\nX-Cache: MISS from Hello\r\nX-Cache-Group: normal\r\nX-Cache-Hits: 0\r\nX-Cache-Lookup: MISS from Hello:8080\r\nX-Confluence-Request-Time: 1698802372064\r\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWor\r\nX-Content-Type-Options: nosniff\r\nX-Drupal-Cache: xHIT\r\nX-Drupal-Dynamic-Cache: MISS\r\nX-Frame-Options: SAMEORIGIN\r\nX-Generator: Drupal 7 (http://drupal.org)\r\nX-Jenkins: 2.121.3\r\nX-Jenkins-Session: f72d6619\r\nX-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=2006101\r\nX-Proxy-Cache: MISS\r\nX-Syno-Token: MIGfMA0GCSq\r\nX-Timer: S1579233182.306174,VS0,VE0\r\nX-Turbo-Charged-By: LiteSpeed\r\nX-Xss-Protection: 1; mode=block\r\nDate: Thu, 21 Nov 2024 10:25:08 GMT\r\nConnection: close\r\n\r\n<!DOCTYPE html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">\n<meta content=\"object\" property=\"og:type\">\n<meta content=\"GitLab\" property=\"og:site_name\">\n<meta content=\"Help\" property=\"og:title\">\n<meta content=\"GitLab Community Edition\" property=\"og:description\">\n<meta content=\"summary\" property=\"twitter:card\">\n<meta content=\"Help\" property=\"twitter:title\">\n<meta content=\"GitLab Community Edition\" property=\"twitter:description\">\n<meta content=\"GitLab Community Edition\" name=\"description\">\n<meta content=\"#474D57\" name=\"theme-color\">\n<meta content=\"#30353E\" name=\"msapplication-TileColor\">\n<meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"8dcb74a64dc984fb9abe3e7c201f810d9ec90ed8e0cb6ed03ba384eeffc23b0926==\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n<meta http-equiv=\"expires\" content=\"-1\"/>\n<meta name=\"keywords\" content=\"VOS3000, VoIP, VoIP\u8fd0\u8425\u652f\u6491\u7cfb\u7edf, \u8f6f\u4ea4\u6362\"/>\n<meta name=\"author\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"copyright\" content=\"www.linknat.com, \u6606\u77f3\u7f51\u7edc\"/>\n<meta name=\"generator\" content=\"SPIP 4.1.11\" />\n<script src=\"/jquery.min.js\"></script> \n<title>DVR WEB Client</title>\n</head>\n<body>\n<div style=\"display: none;\">\n<script>SC.util.mergeIntoContext({\"focusedControlID\":null,\"userName\":\"\",\"userDisplayName\":\"\",\"isUserAuthenticated\":false,\"antiForgeryToken\":\"THtoAUxH4sS9\",\"isUserAdministrator\":false,\"canManageSharedToolbox\":false,\"pageBaseFileName\":\"Guest\",\"notifyActivityFrequencyMilliseconds\":600000,\"loginAfterInactivityMilliseconds\":36000000,\"canChangePassword\":false,\"controlPanelUrl\":null,\"pageType\":\"GuestPage\",\"processType\":2,\"userAgentOverride\":null,\"sessionTypeInfos\":[]});</script>\n<SessionInfo><SID>a29d421feecf680a</SID><Challenge>680a</Challenge><BlockTime>0</BlockTime><Rights></Rights><Users><User last=\"1\">fritzr</User></Users></SessionInfo>\n<Account>\n<Entry0 Active=\"Yes\" username=\"CMCCAdmin\" web_passwd=\"CmcC4dm1n5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry1 Active=\"Yes\" username=\"useradmin\" web_passwd=\"Gu4ngx1pd5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<Entry2 Active=\"Yes\" username=\"CUAdmin\"   web_passwd=\"CUAdmin5591\" display_mask=\"FF FF D7 DD FF 1D FF FF FF\" Logged=\"1\" LoginIp=\"192.168.1.10\"/>\n<TelnetEntry Active=\"Yes\" telnet_username=\"Admin\" telnet_passwd=\"cxx4dm1n5591\" telnet_port=\"23\"/>\n<FtpEntry Active=\"Yes\" ftp_right=\"1\" ftp_auth=\"1\" ftp_username=\"Admin\" ftp_passwd=\"cxx4dm1n5591\" ftp_port=\"21\" />\n<SambaEntry Active=\"Yes\" smb_right=\"1\" smb_auth=\"1\" smb_username=\"Admin\" smb_passwd=\"cxx4dm1n5591\" />\n<ConsoleEntry Active=\"Yes\" console_username=\"Admin\" console_passwd=\"cxx4dm1n5591\"/>\n<CTDefParaEntry setDefValueFlag=\"1\" />\n</Account>\n<div>8.5.5 (Build:20200530.307-TEMP)</div>\n<span class=\"greyNote version\"><span class=\"vWord\">Version</span> 2023.11.3 (build 147512)</span>\n<h1>Logged in as <strong>admin</strong></h1><input type=\"hidden\" name=\"csrfmiddlewaretoken\" value=\"e9tIOET3iTncMVL4E0ESylCCQupBWlfL9NobFzaQDir2ktC0Wgy5pafsCrkonl5y\"><textarea id=\"3revi\" name=\"revi\" rows=\"4\" cols=\"50\">server1 Ubuntu 22.04 LTS</textarea>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n<form action=\"/login/vpnSdef\" enctype=\"multipart/form-data\" method=\"post\" name=\"login\">\n    <div data-user=\"root\" data-module=\"package-updates\"></div>\n    <code>The zip file did not contain an entry exportDescriptor.properties</code>\n    <span class=\"form-hidden\"><input name=\"page\" value=\"login\" type=\"hidden\"/><input name=\"formulaire_action\" type=\"hidden\" value=\"login\" /><input name=\"formulaire_action_args\" type=\"hidden\" value=\"dzdNV0MzUGFDV0NHemR6bWorekNEWHY=\" /><input name=\"formulaire_action_sign\" type=\"hidden\" value=\"\" /></span>\n    <message>Please enter your username and password.</message>\n    <input name=\"formid\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"javax.faces.ViewState\" type=\"hidden\" value=\"012afed\" />\n    <input name=\"queryString\" type=\"hidden\" value=\"1406192\" />\n    <div class=\"versionInfo\">The Cacti Group Version 1.2.25</div>\n    <strong>IPFire 2.19 (2017v) - Core Update 110 introduces significant changes</strong>\n    <input type=\"hidden\" name=\"token\" value=\"0feacf5a1cafc9fcea1ce1255e65fd9a7c11ae3f9235eb6038a2c9fe702ec7ec\">\n    <input type='hidden' name='__csrf_magic' value=\"key:12eef1d88692f7673fb80ab6ba8d051fdce64ccb,1710777654\" />\n    <input type=\"hidden\" name=\"tokenid\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"name\"  value=\"1804289383\" >\n    <input type=\"hidden\" name=\"csrfKey\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"hidden\" name=\"csrf_token\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" name=\"ref\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"username_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" name=\"password_fieldname\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"csrf\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"csrf\" name=\"xd_check\" value=\"aHR0cHM6Ly9pcHMuY2x1Yi8=\">\n\t<input type=\"hidden\" id=\"give-form-id\" name=\"give-form-id\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n\t<input type=\"hidden\" id=\"give-form-hash\" name=\"give-form-hash\" value=\"621aec6b886ff81169bed7de5d47b5ed\">\n    <input type=\"text\" name=\"username\" label=\"Username:\" value=\"admin\" />\n    <input type=\"password\" name=\"password\" label=\"Password:\" value=\"123456\" />\n    <input type=\"hidden\" name=\"tgroup\" value=\"DefaultADMINGroup\" />\n    <input type=\"submit\" name=\"Login\" value=\"Login\" />\n    <input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n</form>\n<input type=\"hidden\" value=\"Maintain/cloud_index.php\" id=\"cloud_addr\">\n<li class=\"lisel\" onclick=\"location.href='index.php'\">\u65e5\u5fd7\u7cfb\u7edf</li>\n<li class=\"linormal\" onclick=\"location.href='Maintain/cloud_index.php'\" style=\"margin-left:1px;\">\u4e91\u5e73\u53f0</li>\n<button type=\"button\" data-price-id=True>sb</button>\n<div class=\"prod_madelName\">RT-AC5300</div>\n<div class=\"p1 title_gap\">Sign in with your ASUS router account</div>\n<tr class=\"h\"><th>PHP Group</th></tr>\n<tr><td class=\"e\">upload_tmp_dir</td><td class=\"v\">/etc/httpd/_tmp</td><td class=\"v\">/etc/httpd/_tmp</td></tr>\n<tr><td class=\"e\">$_SERVER['DOCUMENT_ROOT']</td><td class=\"v\">/mnt/HDD2/web/</td></tr>\n<var name='uuid'><string>7db3eea5-9996-4032-a9cc-3afd06bd11fe</string></var>\n<span >Powered by <a href='#'>Gibbon</a> v23.0.01</span>\n<div class=\"text\" id=\"jive-loginVersion\"> Openfire, Version: 3.6.0a</div>\n<a href='#' title='Community Forum Software by Invision Power Services'>IP.Board</a>\n<div id=\"mcname\">LoadMaster</div>\n<p><br/><span>\u51fa\u5382IP\uff1a192.168.1.1</span><br/><span>\u7528\u6237\u540d\u3001\u5bc6\u7801\uff1aadmin admin</span></p>\n<td colspan=\"2\">Please enter your Cacti user name and password below:</td>\n<meta id=\"confluence-context-path\" name=\"confluence-context-path\" content=\"\">\n<meta id=\"confluence-base-url\" name=\"confluence-base-url\" content=\"https://192.168.1.4\">\n<meta id=\"atlassian-token\" name=\"atlassian-token\" content=\"d78e2b977d28428e411e31b958c9c502c2425083\">\n<script id=\"frontend-js-extra\">var hashform_vars = {\"ajaxurl\":\"\\/wp-admin\\/admin-ajax.php\",\"ajax_nounce\":\"d78e2b97\",\"preview_img\":\"\"};</script>\n<div class='content-messages errorMessage'><p>java.lang.Exception: y9pcHMuY</p></div>\n<B>SonicWall Universal Management Suite v9.3</B>\n<br>OK<br>\n<script type=\"text/javascript\">var csrfMagicToken = \"sid:ed04c4a1c86fe99a92cbe3441e2b1e2989d5deec,1725277646\";var csrfMagicName = \"__vtrftk\";</script>\n<select id=\"cars\" name=\"name\">\n<option value=\"olvo\">olvo</option>\n</select>\n<a href=\"/VICIdial/phone\">MODIFY</a>\n<input type=\"hidden\" name=\"extension\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"pass\"  value=\"1804289383\" >\n<input type=\"hidden\" name=\"recording_exten\"  value=\"1804289383\" >\n<script var session_name = '621aec6b886ff81'; var session_id = '1804289383';</script>\n<input type='hidden' name='LDCSA_CSRF' value=\"sid:7830302ba478216ecf2cf24b53afe6f385998104,1726156985\" />\n<input type=\"hidden\" name=\"admin-nonce\" value=\"4419bb0cd2d21ef7b4cf25c9e5206f89\" />\n<h3 class=\"text-center\"> <span class=\"soplanning_index_title2\">Simple Online Planning</span> <small>v1.51.01</small> </h3>\n<span>F3x26Q v1.1 (Sep 15 2023 12:36:09) std</span>\n<script type='text/javascript'>\n\tvar cactiVersion='1.2.27';\n\tvar cactiServerOS='unix';\n\tvar cactiAction='';\n\tvar theme='modern';\n\tvar refreshIsLogout=true;\n\tvar refreshPage='/logout.php?action=timeout';\n\tvar refreshMSeconds=1440000;\n\tvar urlPath='/';\n\tvar previousPage='';\n\tvar sessionMessage=[];\n\tvar csrfMagicToken='sid:4024e82870233374a2255351fb45057c8f7f9aa6,1728459021;ip:bee133099404bd4ddc2dd5f43c6b86dc3618b300,1728459021';\n</script>\n\n<!--\n<Username Level=\"40/40\" Dispatch=\"account\">admin</Username><User1><Password Level=\"40/40\" Dispatch=\"account\">admin</Password></User1>\n/var/pinglog\n<TITLE>Login</TITLE>\n<a href=\"jpg.html\">LIVE JPEG</a><br>\n<a href=\"liveie.html\">Internet Monitor (Microsoft Internet Explorer 8, 9, 10, 11) </a><br>\n<a href=\"DVRRemoteAP.exe\">Download 32 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVRRemoteAP_X64.exe\">Download 64 bits DVR Client (Windows 7, Windows 8, Windows 10)</a><br>\n<a href=\"DVFPlayer.zip\">Download 32/64 bits File Player (Windows 7, Windows 8, Windows 10)</a><br>\n<\\?xml version=\"1.0\" encoding=\"utf-8\"?><base64Binary xmlns=\"http://micros-hosting.com/EGateway/\">\nLocation: /admin\n<meta name=\"generator\" content=\"vBulletin 5.5.4\" />\nLocation: http://<ip>:80/relogin.htm?_t=3541144909\nLocation: http://<ip>:80/syscmd.htm\" Location: /ui/login\n/cgi-bin/webctrl.cgi?action=index_page\nPDR-M800\nfunction btnPing()\n<HTML><HEAD><TITLE>302 Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>.The document has moved<A HREF=\"http://<ip>:80/relogin.htm?_t=179439949\">here</A></BODY></HTML>\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_shortcut.png\">\n<link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/themes/img/icon/cisco_logo.png\">\n<td class=\"Copyright\" colspan=\"2\" style=\"text-align:justify\" height=\"20\" valign=\"bottom\">\u00a9 2017 Cisco Systems, Inc. All Rights Reserved.\n<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered\ntrademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates\nin the United States and certain other countries.\n</td>\n:\n#\n>\n$\nSSH key is good\nis not a valid ref and may not be archived\npcPassword2\n'&sessionKey=790148060;'\nname=\"sessionKey\" value=\"790148060\"\nSet-Cookie: loginName=admin\nvar fgt_lang = /dev/cmdb/sslvpn_websession\nphp 8.1.0-dev exit\nspringframework\nTomcat\nDEVICE.ACCOUNT=admin\nAUTHORIZED_GROUP=1\n<uid></uid>\n<name>Admin</name>\n<usrid></usrid>\n<password>admin</password>\n<group></group>\ncpto /tmp/\"root\"\nModel=AC1450\r\nFirmware=V1.0.0.36_10.0.17\r\n\"exceptionMessageValue\":\"javax.servlet.ServletException: No valid forensics analysis solrDocIds parameter found.\"\nBIG-IP release 15.0.0\nuser:root\n12345admin123'\nFailed to process image\n\nLocation: http://192.168.0.1:52869/picsdesc.xml\nYou don't have permission to access /vpns/ on this server.\n[global]\n    workgroup = intranet\n    encrypt passwords = Yes\n    update encrypted = Yes\n\nfuncionando\nsystem_sofia\nname resolve order\nInfoOS:Linux node01 uid=0(root) gid=0(root) groups=0(root)OSInfo\n<b>File Uploaded !!!</b><br>\nant=951d11e51392117311602d0c25435d7f\n38ee63071a04dc5e04ed22624c38e648\n6f3249aa304055d63828af3bfab778f6\n<h1> c80fc6428eb4fe4a3b77898ebf9f3945 </h1>\n[local]\n tid = OGRjYjc0YTY0ZGM5ODRmYjlhYmUzZTdjMjAxZjgxMGQ5ZWM5MGVkOGUwY2I2ZWQwM2JhMzg0ZWVmZmMyM2IwOTI2PT0=\n addr = <ip>\n\"Powered by vBulletin Version 5.5.4\"\n789551\nLinear eMerge\nSuperSign\nubiq\nYacht\nZeroshell\nFastWeb\nAuthInfo:\nloadingIndicator_bk\nZyxel\nskyrouter\nWAP54\norg.apache.spark.ui\n\n\n\nID: \"00af\", version: \"7.7.31.1\", AddItem: function (a, item, c) {}\n<insert implant configuration content here>\nContent-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://<ip> ws://<ip>:443 wss://<ip> wss://<ip>:8443 http://<ip>/api\nCopyright (c) 2015-2020 by Cisco Systems, Inc.\nAll rights reserved.\nSSL VPN Service\nwsConvertPptResponse\n<input id=\"txtUserName\" class=\"txt-input\" type=\"text\" name=\"userName\" value=\"\" />\n<input id=\"txtPassword\" class=\"txt-input\" type=\"password\" name=\"password\" value=\"\" />\n<button id=\"btnLogin\" lc=\"html\" lk=\"IDCS_LOGIN_NBSP\">\n<span lc=\"html\" lk=\"IDCS_BS_PLUGIN_DOWNLOAD\" style=\"line-height: 30px; vertical-align: top;\"></span>\n<script src=\"../Scripts/login.htm.js?v={JS_CSS_V}\" type=\"text/javascript\"></script>\n<LegacyDN>eD2bxe4</LegacyDN>\n<title class=\"_ctxstxt_NetscalerGateway\">\nSAML Assertion verification failed; Please contact your administrator\nv=2b46554c087d2d5516559e9b8bc1875d\n/vpn/images/AccessGateway.ico\nframe-busting\n/vpn/js/logout_view.js?v=\n_ctxstxt_NetscalerAAA\nlib.min20200813.js\n401 Unauthorized Basic realm=\nsName='1';onTest(this);\nvar passadm = \"admin\";\nOPMODE_BRIDGE\ndocument.all.cmd_result\n<input id=\"key\" type=\"text\" style=\"width: 200px\" value=\"02108CB9-2200D5A4\">\n<input id=\"date\" type=\"text\" style=\"width: 200px\" value=\"12/25/2023\">\nmain page cgi-bin/login.cgi\nvar sessionKey='030ff030ff88';\nloc += '&sessionKey=19dec20030ff8dcb2';\n}\n\nvar code = 'location=\"' + loc + '\"';\n\nPassword change successful\nJ2100N GPON ONT\n/cgi-bin/webui/admin\nsesskey\nname=admin pass=123 priv=ppp\nservice=www.dlinkddns.com\nsysCmdType\nContent-Type: auth/request\n\n\nContent-Type: command/reply\n\nReply-Text: +OK accepted\n\n\nX-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)\n007b2000-007c1000 rw-p 00000000 00:00 0\nSize:                 60 kB\nRss:                  52 kB\nPss:                  52 kB\nShared_Clean:      ",
         "datamd5" : "0d87e8604dc81d068a6796bb3f71a143",
         "datammh3" : -244317925,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.105.160.0/19"
         },
         "host" : [
            "172-105-182-22"
         ],
         "hostname" : [
            "172-105-182-22.ip.linodeusercontent.com"
         ],
         "ip" : "172.105.182.22",
         "ipv6" : "false",
         "latitude" : "-33.8715",
         "location" : "-33.8715,151.2006",
         "longitude" : "151.2006",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Akamai Connected Cloud",
         "os" : "Linux",
         "osdistribution" : "sUse",
         "osvendor" : "Linux",
         "port" : 8888,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "172-105-182-22.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.105.160.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.104.116.61:8888 (tcp/http) - last seen on 2024-11-21 at 10:24:54 UTC

    • IP
      172.104.116.61
      Network
      172.104.64.0/18
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://172.104.116.61:8888/ 403

      HTTP Title
      403 Access denied
      Reverse DNS
      172-104-116-61.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Tinyproxy Project Tinyproxy 1.10.0
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      6f8c78582c69698fd50d9d5e90b0982d
      HTTP Header MD5
      e05b30a586283c2095d649a4eec98c7e
      HTTP Body MD5
      b273f5f452b6e8a9e735db81cce8296f
    • HTTP/1.0 403 Access denied
      Server: tinyproxy/1.10.0
      Content-Type: text/html
      Connection: close
      
      <?xml version="1.0" encoding="UTF-8" ?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      
      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
      
      <head>
      <title>403 Access denied</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      </head>
      
      <body>
      
      <h1>Access denied</h1>
      
      <p>The administrator of this proxy has not configured it to service requests from your host.</p>
      
      <hr />
      
      <p><em>Generated by <a href="https://tinyproxy.github.io/">tinyproxy</a> version 1.10.0.</em></p>
      
      </body>
      
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:24:54.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "github.io",
                  "w3.org"
               ],
               "hostname" : [
                  "tinyproxy.github.io",
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd",
                  "https://tinyproxy.github.io/"
               ]
            },
            "http" : {
               "bodymd5" : "b273f5f452b6e8a9e735db81cce8296f",
               "bodymmh3" : 410181173,
               "headermd5" : "e05b30a586283c2095d649a4eec98c7e",
               "headermmh3" : 1780591772,
               "title" : "403 Access denied"
            },
            "length" : 671
         },
         "asn" : "AS63949",
         "city" : "Tokyo",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.0 403 Access denied\r\nServer: tinyproxy/1.10.0\r\nContent-Type: text/html\r\nConnection: close\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">\n\n<head>\n<title>403 Access denied</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n</head>\n\n<body>\n\n<h1>Access denied</h1>\n\n<p>The administrator of this proxy has not configured it to service requests from your host.</p>\n\n<hr />\n\n<p><em>Generated by <a href=\"https://tinyproxy.github.io/\">tinyproxy</a> version 1.10.0.</em></p>\n\n</body>\n\n</html>\n",
         "datamd5" : "6f8c78582c69698fd50d9d5e90b0982d",
         "datammh3" : -1325638631,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.104.64.0/18"
         },
         "host" : [
            "172-104-116-61"
         ],
         "hostname" : [
            "172-104-116-61.ip.linodeusercontent.com"
         ],
         "ip" : "172.104.116.61",
         "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" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "product" : "Tinyproxy",
         "productvendor" : "Tinyproxy Project",
         "productversion" : "1.10.0",
         "protocol" : "http",
         "protocolversion" : "1.0",
         "reason" : "Access denied",
         "reverse" : [
            "172-104-116-61.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 403,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.104.64.0/18",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 172.233.11.109:8888 (tcp/http) - last seen on 2024-11-21 at 10:24:36 UTC

    • IP
      172.233.11.109
      Network
      172.233.0.0/16
      Domain(s)
      linodeusercontent.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://172.233.11.109:8888/ 200

      Reverse DNS
      172-233-11-109.ip.linodeusercontent.com
      ASN
      AS63949
      Organization
      Akamai Connected Cloud
      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
      b70ffb30c3214332c142141163ceff25
      HTTP Header MD5
      64270533dc449b5fb751ca76d91ab9ad
      HTTP Body MD5
      631dfeea251b1a7ebb26f366c6639d67
    • HTTP/1.1 200 OK
      Content-Type: text/html; charset=utf-8
      Date: Thu, 21 Nov 2024 10:24:35 GMT
      Connection: close
      Transfer-Encoding: chunked
      
      800
      <!DOCTYPE html>
      <html lang="en">
      
      <head>
        <meta charset="UTF-8">
        <meta name="renderer" content="webkit">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="/assets/ant-design-vue/antd.min.css">
        <link rel="stylesheet" href="/assets/element-ui/theme-chalk/display.css">
        <link rel="stylesheet" href="/assets/css/custom.min.css?2.3.5">
        <style>
          [v-cloak] {
            display: none;
          }
           
          @font-face {
            font-display: swap;
            font-family: 'Vazirmatn';
            font-style: normal;
            font-weight: 400;
            src: url('/assets/Vazirmatn-UI-NL-Regular.woff2') format('woff2');
            unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0030-0039;
          }
          body {
            font-family: -apple-system, BlinkMacSystemFont, 'Vazirmatn', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
              'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
              'Segoe UI Emoji', 'Segoe UI Symbol';
          }
        </style>
        <title><ip>-Welcome</title>
      </head>
      <div id="message"></div>
      
      <style>
        html * {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
        h1 {
          text-align: center;
       
          height: 110px;
        }
        .ant-btn,
        .ant-input {
          height: 50px;
          border-radius: 30px;
        }
        .ant-input-group-addon {
          border-radius: 0 30px 30px 0;
          width: 50px;
          font-size: 18px;
        }
        .ant-input-affix-wrapper .ant-input-prefix {
          left: 23px;
        }
        .ant-input-affix-wrapper .ant-input:not(:first-child) {
          padding-left: 50px;
        }
        .centered {
          display: flex;
          text-align: center;
          align-items: center;
          justify-content: center;
          width: 100%;
        }
        .title {
          font-size: 32px;
        }
        .title b {
          font-weight: bold !important;
        }
        #app {
          overflow: hidden;
        }
        #login {
          animation: charge 0.
      2455
      5s both;
          background-color: #fff;
          border-radius: 2rem;
          padding: 3rem;
          transition: all 0.3s;
          user-select:none;
          -webkit-user-select:none;
          -moz-user-select: none;
        }
        #login:hover {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
        }
        @keyframes charge {
          from {
            transform: translateY(5rem);
            opacity: 0;
          }
          to {
            transform: translateY(0);
            opacity: 1;
          }
        }
        .under {
          background-color: #c7ebe2;
          z-index: 0;
        }
        .dark .under {
          background-color: var(--dark-color-login-wave);
        }
        .dark #login {
          background-color: var(--dark-color-surface-100);
        }
        .dark h1 {
          color: rgba(255, 255, 255);
        }
        .ant-form-item {
          margin-bottom: 16px;
        }
        .ant-btn-primary-login {
          width: 100%;
        }
        .ant-btn-primary-login:focus,
        .ant-btn-primary-login:hover {
          color: #fff;
          background-color: #006655;
          border-color: #006655;
          background-image: linear-gradient(
            270deg,
            rgba(123, 199, 77, 0) 30%,
            #009980,
            rgba(123, 199, 77, 0) 100%
          );
          background-repeat: no-repeat;
          animation: ma-bg-move ease-in-out 5s infinite;
          background-position-x: -500px;
          width: 95%;
          animation-delay: -0.5s;
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
        }
        .ant-btn-primary-login.active,
        .ant-btn-primary-login:active {
          color: #fff;
          background-color: #006655;
          border-color: #006655;
        }
        @keyframes ma-bg-move {
          0% {
            background-position: -500px 0;
          }
          50% {
            background-position: 1000px 0;
          }
          100% {
            background-position: 1000px 0;
          }
        }
        .wave-btn-bg {
          position: relative;
          border-radius: 25px;
          width: 100%;
          transition: all 0.3s cubic-bezier(.645,.045,.355,1);
        }
        .dark .wave-btn-bg {
          color: #fff;
          position: relative;
          background-color: #0a7557;
          border: 2px double transparent;
          background-origin: border-box;
          background-clip: padding-box, border-box;
          background-size: 300%;
          width: 100%;
          z-index: 1;
        }
        .dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;}
        .dark .wave-btn-bg-cl {
          background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)),
            radial-gradient(circle at left top, #006655, #009980, #006655) !important;
          border-radius: 3em;
        }
        .dark .wave-btn-bg-cl:hover {
          width: 95%;
        }
        .dark .wave-btn-bg-cl:before {
          position: absolute;
          content: "";
          top: -5px;
          left: -5px;
          bottom: -5px;
          right: -5px;
          z-index: -1;
          background: inherit;
          background-size: inherit;
          border-radius: 4em;
          opacity: 0;
          transition: 0.5s;
        }
        .dark .wave-btn-bg-cl:hover::before {
          opacity: 1;
          filter: blur(20px);
          animation: wave-btn-tara 8s linear infinite;
        }
        @keyframes wave-btn-tara {
          to {
            background-position: 300%;
          }
        }
        .dark .ant-btn-primary-login {
          font-size: 14px;
          color: #fff;
          text-align: center;
          background-image: linear-gradient(
            rgba(13, 14, 33, 0.45),
            rgba(13, 14, 33, 0.35)
          );
          border-radius: 2rem;
          border: none;
          outline: none;
          background-color: transparent;
          height: 46px;
          position: relative;
          white-space: nowrap;
          cursor: pointer;
          touch-action: manipulation;
          padding: 0 15px;
          width: 100%;
          animation: none;
          background-position-x: 0;
          box-shadow: none;
        }
        .waves-header {
          position: fixed;
          width: 100%;
          text-align: center;
          background-color: #dbf5ed;
          color: white;
          z-index: -1;
        }
        .dark .waves-header {
          background-color: var(--dark-color-login-background);
        }
        .waves-inner-header {
          height: 50vh;
          width: 100%;
          margin: 0;
          padding: 0;
        }
        .waves {
          position: relative;
          width: 100%;
          height: 15vh;
          margin-bottom: -8px;  
          min-height: 100px;
          max-height: 150px;
        }
        .parallax > use {
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        }
        .dark .parallax > use {
          fill: var(--dark-color-login-wave);
        }
        .parallax > use:nth-child(1) {
          animation-delay: -2s;
          animation-duration: 4s;
          opacity: 0.2;
        }
        .parallax > use:nth-child(2) {
          animation-delay: -3s;
          animation-duration: 7s;
          opacity: 0.4;
        }
        .parallax > use:nth-child(3) {
          animation-delay: -4s;
          animation-duration: 10s;
          opacity: 0.6;
        }
        .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 13s;
        }
        @keyframes move-forever {
          0% {
            transform: translate3d(-90px, 0, 0);
          }
          100% {
            transform: translate3d(85px, 0, 0);
          }
        }
        @media (max-width: 768px) {
          .waves {
            height: 40px;
            min-height: 40px;
          }
        }
        .words-wrapper {
          width: 100%;
          display: inline-block;
          position: relative;
          text-align: center;
        }
        .words-wrapper b {
          width: 100%;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
        }
        .words-wrapper b.is-visible {
          position: relative;
        }
        .headline.zoom .words-wrapper {
          -webkit-perspective: 300px;
          -moz-perspective: 300px;
          perspective: 300px;
        }
        .headline {
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .headline.zoom b {
          opacity: 0;
        }
        .headline.zoom b.is-visible {
          opacity: 1;
          -webkit-animation: zoom-in 0.8s;
          -moz-animation: zoom-in 0.8s;
          animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-in 0.8s;
        }
        .headline.zoom b.is-hidden {
          -webkit-animation: zoom-out 0.8s;
          -moz-animation: zoom-out 0.8s;
          animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-out 0.4s;
        }
        @-webkit-keyframes zoom-in {
          0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
          }
      
          100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
          }
        }
        @-moz-keyframes zoom-in {
          0% {
            opacity: 0;
            -moz-transform: translateZ(100px);
          }
          100% {
            opacity: 1;
            -moz-transform: translateZ(0);
          }
        }
        @keyframes zoom-in {
          0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
            -moz-transform: translateZ(100px);
            -ms-transform: translateZ(100px);
            -o-transform: translateZ(100px);
            transform: translateZ(100px);
          }
          100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
          }
        }
        @-webkit-keyframes zoom-out {
          0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
          }
        }
        @-moz-keyframes zoom-out {
          0% {
            opacity: 1;
            -moz-transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -moz-transform: translateZ(-100px);
          }
        }
        @keyframes zoom-out {
          0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
          }
          100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
            -moz-transform: translateZ(-100px);
            -ms-transform: translateZ(-100px);
            -o-transform: translateZ(-100px);
            transform: translateZ(-100px);
          }
        }
        .ant-menu-item .anticon {
          margin-right: 4px;
        }
        .ant-menu-inline .ant-menu-item {
          padding: 0 16px !important;
        }
      </style>
      <body>
        <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
          <transition name="list" appear>
            <a-layout-content class="under" style="min-height: 0;">
              <div class="waves-header">
                <div class="waves-inner-header"></div>
                <svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
                     viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
                  <defs>
                    <path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
                  </defs>
                  <g class="parallax">
                    <use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(0, 135, 113, 0.08)" />
                    <use xlink:href="#gentle-wave" x="48" y="7" fill="#c7ebe2" />
                  </g>
                </svg>
              </div>
              <a-row type="flex" justify="center" align="middle" style="height: 100%; overflow: auto; overflow-x: hidden;">
                <a-col :xs="22" :sm="20" :md="14" :lg="10" :xl="8" :xxl="6" id="login" style="margin: 3rem 0;">
                  <a-row type="flex" justify="center">
                    <a-col style="width: 100%;">
                      <h1 class="title headline zoom">
                        <span class="words-wrapper">
                          <b class="is-visible">
      800
      Hello</b>
                          <b>Welcome</b>
                        </span>
                      </h1>
                    </a-col>
                  </a-row>
                  <a-row type="flex" justify="center">
                    <a-col span="24">
                      <a-form>
                        <a-form-item>
                          <a-input autocomplete="username" v-model.trim="user.username" placeholder='Username'
                                   @keydown.enter.native="login" autofocus>
                            <a-icon slot="prefix" type="user" style="font-size: 16px;"></a-icon>
                          </a-input>
                        </a-form-item>
                        <a-form-item>
                          <password-input autocomplete="current-password" icon="lock" v-model.trim="user.password"
                                          placeholder='Password'
                                          @keydown.enter.native="login">
                          </password-input>
                        </a-form-item>
                        <a-form-item v-if="secretEnable">
                          <password-input autocomplete="secret" icon="key" v-model.trim="user.loginSecret"
                                          placeholder='Secret Token'
                                          @keydown.enter.native="login">
                          </password-input>
                        </a-form-item>
                        <a-form-item>
                          <a-row justify="center" class="centered">
                            <div style="height: 50px;" class="wave-btn-bg wave-btn-bg-cl"
                                 :style="loading ? { width: '52px' } : { display: 'inline-block' }">
                              <a-button class="ant-btn-primary-login" type="primary"
                                        :loading="loading" @click="login"
                                        :icon="loading ? 'poweroff' : undefined">
                                        [[ loading ? '' : 'Log In' ]]
                              </a-button>
                            </div>
                          </a-row>
                        </a-form-item>
                        <a-form
      800
      -item>
                          <a-row justify="center" class="centered">
                            <a-col :span="24">
                              <a-select ref="selectLang" v-model="lang"
                                        @change="setLang(lang)" style="width: 150px;"
                                        :dropdown-class-name="themeSwitcher.currentTheme">
                                <a-select-option :value="l.value" label="English" v-for="l in supportLangs">
                                  <span role="img" aria-label="l.name" v-text="l.icon"></span>
                                  &nbsp;&nbsp;<span v-text="l.name"></span>
                                </a-select-option>
                              </a-select>
                            </a-col>
                          </a-row>
                        </a-form-item>
                        <a-form-item>
                          <a-row justify="center" class="centered">
                            <theme-switch-login></theme-switch-login>
                          </a-row>
                        </a-form-item>
                      </a-form>
                    </a-col>
                  </a-row>
                </a-col>
              </a-row>
            </a-layout-content>
          </transition>
        </a-layout>
      
      <script src="/assets/vue/vue.min.js?2.3.5"></script>
      <script src="/assets/moment/moment.min.js"></script>
      <script src="/assets/ant-design-vue/antd.min.js"></script>
      <script src="/assets/axios/axios.min.js?2.3.5"></script>
      <script src="/assets/qs/qs.min.js"></script>
      <script src="/assets/js/axios-init.js?2.3.5"></script>
      <script src="/assets/js/util/common.js?2.3.5"></script>
      <script src="/assets/js/util/date-util.js?2.3.5"></script>
      <script src="/assets/js/util/utils.js?2.3.5"></script>
      <script src="/assets/js/langs.js"></script>
      <script>
          const basePath = '\/';
          axios.defaults.baseURL = basePath;
      </script>
      
      
      <script>
        function createThemeSwitcher() {
          const isDarkTheme = localStorage.getItem('dark-mode') === 'true';
          const isUltra = localStorage.getItem('isUltraDarkThemeEnabled') === 'true';
          if (isUltra) {
       
      878
           document.documentElement.setAttribute('data-theme', 'ultra-dark');
          }
          const theme = isDarkTheme ? 'dark' : 'light';
          document.querySelector('body').setAttribute('class', theme);
          return {
            animationsOff() {
              document.documentElement.setAttribute('data-theme-animations', 'off');
              const themeAnimations = document.querySelector('#change-theme');
              themeAnimations.addEventListener('mouseleave', () => {
                document.documentElement.removeAttribute('data-theme-animations');
              });
              themeAnimations.addEventListener('touchend', () => {
                document.documentElement.removeAttribute('data-theme-animations');
              });
            },
            animationsOffUltra() {
              document.documen
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T10:24:36.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xlink",
                  "http://www.w3.org/2000/svg"
               ]
            },
            "http" : {
               "bodymd5" : "631dfeea251b1a7ebb26f366c6639d67",
               "bodymmh3" : 379175158,
               "headermd5" : "64270533dc449b5fb751ca76d91ab9ad",
               "headermmh3" : -806870166
            },
            "length" : 16374
         },
         "asn" : "AS63949",
         "city" : "S\u00e3o Paulo",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html; charset=utf-8\r\nDate: Thu, 21 Nov 2024 10:24:35 GMT\r\nConnection: close\r\nTransfer-Encoding: chunked\r\n\r\n800\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"renderer\" content=\"webkit\">\r\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <link rel=\"stylesheet\" href=\"/assets/ant-design-vue/antd.min.css\">\r\n  <link rel=\"stylesheet\" href=\"/assets/element-ui/theme-chalk/display.css\">\r\n  <link rel=\"stylesheet\" href=\"/assets/css/custom.min.css?2.3.5\">\r\n  <style>\r\n    [v-cloak] {\r\n      display: none;\r\n    }\r\n     \r\n    @font-face {\r\n      font-display: swap;\r\n      font-family: 'Vazirmatn';\r\n      font-style: normal;\r\n      font-weight: 400;\r\n      src: url('/assets/Vazirmatn-UI-NL-Regular.woff2') format('woff2');\r\n      unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0030-0039;\r\n    }\r\n    body {\r\n      font-family: -apple-system, BlinkMacSystemFont, 'Vazirmatn', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',\r\n        'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',\r\n        'Segoe UI Emoji', 'Segoe UI Symbol';\r\n    }\r\n  </style>\r\n  <title><ip>-Welcome</title>\r\n</head>\r\n<div id=\"message\"></div>\r\n\r\n<style>\r\n  html * {\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n  }\r\n  h1 {\r\n    text-align: center;\r\n \r\n    height: 110px;\r\n  }\r\n  .ant-btn,\r\n  .ant-input {\r\n    height: 50px;\r\n    border-radius: 30px;\r\n  }\r\n  .ant-input-group-addon {\r\n    border-radius: 0 30px 30px 0;\r\n    width: 50px;\r\n    font-size: 18px;\r\n  }\r\n  .ant-input-affix-wrapper .ant-input-prefix {\r\n    left: 23px;\r\n  }\r\n  .ant-input-affix-wrapper .ant-input:not(:first-child) {\r\n    padding-left: 50px;\r\n  }\r\n  .centered {\r\n    display: flex;\r\n    text-align: center;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 100%;\r\n  }\r\n  .title {\r\n    font-size: 32px;\r\n  }\r\n  .title b {\r\n    font-weight: bold !important;\r\n  }\r\n  #app {\r\n    overflow: hidden;\r\n  }\r\n  #login {\r\n    animation: charge 0.\r\n2455\r\n5s both;\r\n    background-color: #fff;\r\n    border-radius: 2rem;\r\n    padding: 3rem;\r\n    transition: all 0.3s;\r\n    user-select:none;\r\n    -webkit-user-select:none;\r\n    -moz-user-select: none;\r\n  }\r\n  #login:hover {\r\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);\r\n  }\r\n  @keyframes charge {\r\n    from {\r\n      transform: translateY(5rem);\r\n      opacity: 0;\r\n    }\r\n    to {\r\n      transform: translateY(0);\r\n      opacity: 1;\r\n    }\r\n  }\r\n  .under {\r\n    background-color: #c7ebe2;\r\n    z-index: 0;\r\n  }\r\n  .dark .under {\r\n    background-color: var(--dark-color-login-wave);\r\n  }\r\n  .dark #login {\r\n    background-color: var(--dark-color-surface-100);\r\n  }\r\n  .dark h1 {\r\n    color: rgba(255, 255, 255);\r\n  }\r\n  .ant-form-item {\r\n    margin-bottom: 16px;\r\n  }\r\n  .ant-btn-primary-login {\r\n    width: 100%;\r\n  }\r\n  .ant-btn-primary-login:focus,\r\n  .ant-btn-primary-login:hover {\r\n    color: #fff;\r\n    background-color: #006655;\r\n    border-color: #006655;\r\n    background-image: linear-gradient(\r\n      270deg,\r\n      rgba(123, 199, 77, 0) 30%,\r\n      #009980,\r\n      rgba(123, 199, 77, 0) 100%\r\n    );\r\n    background-repeat: no-repeat;\r\n    animation: ma-bg-move ease-in-out 5s infinite;\r\n    background-position-x: -500px;\r\n    width: 95%;\r\n    animation-delay: -0.5s;\r\n    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);\r\n  }\r\n  .ant-btn-primary-login.active,\r\n  .ant-btn-primary-login:active {\r\n    color: #fff;\r\n    background-color: #006655;\r\n    border-color: #006655;\r\n  }\r\n  @keyframes ma-bg-move {\r\n    0% {\r\n      background-position: -500px 0;\r\n    }\r\n    50% {\r\n      background-position: 1000px 0;\r\n    }\r\n    100% {\r\n      background-position: 1000px 0;\r\n    }\r\n  }\r\n  .wave-btn-bg {\r\n    position: relative;\r\n    border-radius: 25px;\r\n    width: 100%;\r\n    transition: all 0.3s cubic-bezier(.645,.045,.355,1);\r\n  }\r\n  .dark .wave-btn-bg {\r\n    color: #fff;\r\n    position: relative;\r\n    background-color: #0a7557;\r\n    border: 2px double transparent;\r\n    background-origin: border-box;\r\n    background-clip: padding-box, border-box;\r\n    background-size: 300%;\r\n    width: 100%;\r\n    z-index: 1;\r\n  }\r\n  .dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;}\r\n  .dark .wave-btn-bg-cl {\r\n    background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)),\r\n      radial-gradient(circle at left top, #006655, #009980, #006655) !important;\r\n    border-radius: 3em;\r\n  }\r\n  .dark .wave-btn-bg-cl:hover {\r\n    width: 95%;\r\n  }\r\n  .dark .wave-btn-bg-cl:before {\r\n    position: absolute;\r\n    content: \"\";\r\n    top: -5px;\r\n    left: -5px;\r\n    bottom: -5px;\r\n    right: -5px;\r\n    z-index: -1;\r\n    background: inherit;\r\n    background-size: inherit;\r\n    border-radius: 4em;\r\n    opacity: 0;\r\n    transition: 0.5s;\r\n  }\r\n  .dark .wave-btn-bg-cl:hover::before {\r\n    opacity: 1;\r\n    filter: blur(20px);\r\n    animation: wave-btn-tara 8s linear infinite;\r\n  }\r\n  @keyframes wave-btn-tara {\r\n    to {\r\n      background-position: 300%;\r\n    }\r\n  }\r\n  .dark .ant-btn-primary-login {\r\n    font-size: 14px;\r\n    color: #fff;\r\n    text-align: center;\r\n    background-image: linear-gradient(\r\n      rgba(13, 14, 33, 0.45),\r\n      rgba(13, 14, 33, 0.35)\r\n    );\r\n    border-radius: 2rem;\r\n    border: none;\r\n    outline: none;\r\n    background-color: transparent;\r\n    height: 46px;\r\n    position: relative;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n    touch-action: manipulation;\r\n    padding: 0 15px;\r\n    width: 100%;\r\n    animation: none;\r\n    background-position-x: 0;\r\n    box-shadow: none;\r\n  }\r\n  .waves-header {\r\n    position: fixed;\r\n    width: 100%;\r\n    text-align: center;\r\n    background-color: #dbf5ed;\r\n    color: white;\r\n    z-index: -1;\r\n  }\r\n  .dark .waves-header {\r\n    background-color: var(--dark-color-login-background);\r\n  }\r\n  .waves-inner-header {\r\n    height: 50vh;\r\n    width: 100%;\r\n    margin: 0;\r\n    padding: 0;\r\n  }\r\n  .waves {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 15vh;\r\n    margin-bottom: -8px;  \r\n    min-height: 100px;\r\n    max-height: 150px;\r\n  }\r\n  .parallax > use {\r\n    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;\r\n  }\r\n  .dark .parallax > use {\r\n    fill: var(--dark-color-login-wave);\r\n  }\r\n  .parallax > use:nth-child(1) {\r\n    animation-delay: -2s;\r\n    animation-duration: 4s;\r\n    opacity: 0.2;\r\n  }\r\n  .parallax > use:nth-child(2) {\r\n    animation-delay: -3s;\r\n    animation-duration: 7s;\r\n    opacity: 0.4;\r\n  }\r\n  .parallax > use:nth-child(3) {\r\n    animation-delay: -4s;\r\n    animation-duration: 10s;\r\n    opacity: 0.6;\r\n  }\r\n  .parallax > use:nth-child(4) {\r\n  animation-delay: -5s;\r\n  animation-duration: 13s;\r\n  }\r\n  @keyframes move-forever {\r\n    0% {\r\n      transform: translate3d(-90px, 0, 0);\r\n    }\r\n    100% {\r\n      transform: translate3d(85px, 0, 0);\r\n    }\r\n  }\r\n  @media (max-width: 768px) {\r\n    .waves {\r\n      height: 40px;\r\n      min-height: 40px;\r\n    }\r\n  }\r\n  .words-wrapper {\r\n    width: 100%;\r\n    display: inline-block;\r\n    position: relative;\r\n    text-align: center;\r\n  }\r\n  .words-wrapper b {\r\n    width: 100%;\r\n    display: inline-block;\r\n    position: absolute;\r\n    left: 0;\r\n    top: 0;\r\n  }\r\n  .words-wrapper b.is-visible {\r\n    position: relative;\r\n  }\r\n  .headline.zoom .words-wrapper {\r\n    -webkit-perspective: 300px;\r\n    -moz-perspective: 300px;\r\n    perspective: 300px;\r\n  }\r\n  .headline {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n  }\r\n  .headline.zoom b {\r\n    opacity: 0;\r\n  }\r\n  .headline.zoom b.is-visible {\r\n    opacity: 1;\r\n    -webkit-animation: zoom-in 0.8s;\r\n    -moz-animation: zoom-in 0.8s;\r\n    animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-in 0.8s;\r\n  }\r\n  .headline.zoom b.is-hidden {\r\n    -webkit-animation: zoom-out 0.8s;\r\n    -moz-animation: zoom-out 0.8s;\r\n    animation: cubic-bezier(0.215, 0.610, 0.355, 1.000) zoom-out 0.4s;\r\n  }\r\n  @-webkit-keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(100px);\r\n    }\r\n\r\n    100% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n    }\r\n  }\r\n  @-moz-keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -moz-transform: translateZ(100px);\r\n    }\r\n    100% {\r\n      opacity: 1;\r\n      -moz-transform: translateZ(0);\r\n    }\r\n  }\r\n  @keyframes zoom-in {\r\n    0% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(100px);\r\n      -moz-transform: translateZ(100px);\r\n      -ms-transform: translateZ(100px);\r\n      -o-transform: translateZ(100px);\r\n      transform: translateZ(100px);\r\n    }\r\n    100% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n      -moz-transform: translateZ(0);\r\n      -ms-transform: translateZ(0);\r\n      -o-transform: translateZ(0);\r\n      transform: translateZ(0);\r\n    }\r\n  }\r\n  @-webkit-keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(-100px);\r\n    }\r\n  }\r\n  @-moz-keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -moz-transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -moz-transform: translateZ(-100px);\r\n    }\r\n  }\r\n  @keyframes zoom-out {\r\n    0% {\r\n      opacity: 1;\r\n      -webkit-transform: translateZ(0);\r\n      -moz-transform: translateZ(0);\r\n      -ms-transform: translateZ(0);\r\n      -o-transform: translateZ(0);\r\n      transform: translateZ(0);\r\n    }\r\n    100% {\r\n      opacity: 0;\r\n      -webkit-transform: translateZ(-100px);\r\n      -moz-transform: translateZ(-100px);\r\n      -ms-transform: translateZ(-100px);\r\n      -o-transform: translateZ(-100px);\r\n      transform: translateZ(-100px);\r\n    }\r\n  }\r\n  .ant-menu-item .anticon {\r\n    margin-right: 4px;\r\n  }\r\n  .ant-menu-inline .ant-menu-item {\r\n    padding: 0 16px !important;\r\n  }\r\n</style>\r\n<body>\r\n  <a-layout id=\"app\" v-cloak :class=\"themeSwitcher.currentTheme\">\r\n    <transition name=\"list\" appear>\r\n      <a-layout-content class=\"under\" style=\"min-height: 0;\">\r\n        <div class=\"waves-header\">\r\n          <div class=\"waves-inner-header\"></div>\r\n          <svg class=\"waves\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n               viewBox=\"0 24 150 28\" preserveAspectRatio=\"none\" shape-rendering=\"auto\">\r\n            <defs>\r\n              <path id=\"gentle-wave\" d=\"M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z\" />\r\n            </defs>\r\n            <g class=\"parallax\">\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"0\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"3\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"5\" fill=\"rgba(0, 135, 113, 0.08)\" />\r\n              <use xlink:href=\"#gentle-wave\" x=\"48\" y=\"7\" fill=\"#c7ebe2\" />\r\n            </g>\r\n          </svg>\r\n        </div>\r\n        <a-row type=\"flex\" justify=\"center\" align=\"middle\" style=\"height: 100%; overflow: auto; overflow-x: hidden;\">\r\n          <a-col :xs=\"22\" :sm=\"20\" :md=\"14\" :lg=\"10\" :xl=\"8\" :xxl=\"6\" id=\"login\" style=\"margin: 3rem 0;\">\r\n            <a-row type=\"flex\" justify=\"center\">\r\n              <a-col style=\"width: 100%;\">\r\n                <h1 class=\"title headline zoom\">\r\n                  <span class=\"words-wrapper\">\r\n                    <b class=\"is-visible\">\r\n800\r\nHello</b>\r\n                    <b>Welcome</b>\r\n                  </span>\r\n                </h1>\r\n              </a-col>\r\n            </a-row>\r\n            <a-row type=\"flex\" justify=\"center\">\r\n              <a-col span=\"24\">\r\n                <a-form>\r\n                  <a-form-item>\r\n                    <a-input autocomplete=\"username\" v-model.trim=\"user.username\" placeholder='Username'\r\n                             @keydown.enter.native=\"login\" autofocus>\r\n                      <a-icon slot=\"prefix\" type=\"user\" style=\"font-size: 16px;\"></a-icon>\r\n                    </a-input>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <password-input autocomplete=\"current-password\" icon=\"lock\" v-model.trim=\"user.password\"\r\n                                    placeholder='Password'\r\n                                    @keydown.enter.native=\"login\">\r\n                    </password-input>\r\n                  </a-form-item>\r\n                  <a-form-item v-if=\"secretEnable\">\r\n                    <password-input autocomplete=\"secret\" icon=\"key\" v-model.trim=\"user.loginSecret\"\r\n                                    placeholder='Secret Token'\r\n                                    @keydown.enter.native=\"login\">\r\n                    </password-input>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <div style=\"height: 50px;\" class=\"wave-btn-bg wave-btn-bg-cl\"\r\n                           :style=\"loading ? { width: '52px' } : { display: 'inline-block' }\">\r\n                        <a-button class=\"ant-btn-primary-login\" type=\"primary\"\r\n                                  :loading=\"loading\" @click=\"login\"\r\n                                  :icon=\"loading ? 'poweroff' : undefined\">\r\n                                  [[ loading ? '' : 'Log In' ]]\r\n                        </a-button>\r\n                      </div>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                  <a-form\r\n800\r\n-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <a-col :span=\"24\">\r\n                        <a-select ref=\"selectLang\" v-model=\"lang\"\r\n                                  @change=\"setLang(lang)\" style=\"width: 150px;\"\r\n                                  :dropdown-class-name=\"themeSwitcher.currentTheme\">\r\n                          <a-select-option :value=\"l.value\" label=\"English\" v-for=\"l in supportLangs\">\r\n                            <span role=\"img\" aria-label=\"l.name\" v-text=\"l.icon\"></span>\r\n                            &nbsp;&nbsp;<span v-text=\"l.name\"></span>\r\n                          </a-select-option>\r\n                        </a-select>\r\n                      </a-col>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                  <a-form-item>\r\n                    <a-row justify=\"center\" class=\"centered\">\r\n                      <theme-switch-login></theme-switch-login>\r\n                    </a-row>\r\n                  </a-form-item>\r\n                </a-form>\r\n              </a-col>\r\n            </a-row>\r\n          </a-col>\r\n        </a-row>\r\n      </a-layout-content>\r\n    </transition>\r\n  </a-layout>\r\n\r\n<script src=\"/assets/vue/vue.min.js?2.3.5\"></script>\r\n<script src=\"/assets/moment/moment.min.js\"></script>\r\n<script src=\"/assets/ant-design-vue/antd.min.js\"></script>\r\n<script src=\"/assets/axios/axios.min.js?2.3.5\"></script>\r\n<script src=\"/assets/qs/qs.min.js\"></script>\r\n<script src=\"/assets/js/axios-init.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/common.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/date-util.js?2.3.5\"></script>\r\n<script src=\"/assets/js/util/utils.js?2.3.5\"></script>\r\n<script src=\"/assets/js/langs.js\"></script>\r\n<script>\r\n    const basePath = '\\/';\r\n    axios.defaults.baseURL = basePath;\r\n</script>\r\n\r\n\r\n<script>\r\n  function createThemeSwitcher() {\r\n    const isDarkTheme = localStorage.getItem('dark-mode') === 'true';\r\n    const isUltra = localStorage.getItem('isUltraDarkThemeEnabled') === 'true';\r\n    if (isUltra) {\r\n \r\n878\r\n     document.documentElement.setAttribute('data-theme', 'ultra-dark');\r\n    }\r\n    const theme = isDarkTheme ? 'dark' : 'light';\r\n    document.querySelector('body').setAttribute('class', theme);\r\n    return {\r\n      animationsOff() {\r\n        document.documentElement.setAttribute('data-theme-animations', 'off');\r\n        const themeAnimations = document.querySelector('#change-theme');\r\n        themeAnimations.addEventListener('mouseleave', () => {\r\n          document.documentElement.removeAttribute('data-theme-animations');\r\n        });\r\n        themeAnimations.addEventListener('touchend', () => {\r\n          document.documentElement.removeAttribute('data-theme-animations');\r\n        });\r\n      },\r\n      animationsOffUltra() {\r\n        document.documen",
         "datamd5" : "b70ffb30c3214332c142141163ceff25",
         "datammh3" : -333865814,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "linodeusercontent.com"
         ],
         "geolocus" : {
            "asn" : "AS63949",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "akamai.com",
               "linode.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "LINODE",
            "organization" : "Linode",
            "subnet" : "172.233.0.0/19"
         },
         "host" : [
            "172-233-11-109"
         ],
         "hostname" : [
            "172-233-11-109.ip.linodeusercontent.com"
         ],
         "ip" : "172.233.11.109",
         "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" : "Akamai Connected Cloud",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8888,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "172-233-11-109.ip.linodeusercontent.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ip.linodeusercontent.com"
         ],
         "subnet" : "172.233.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }