Returning 1 result(s) out of 1 in 0.025 second(s)

  • 42.113.11.56:8111 (tcp/http) - last seen on 2024-11-07 at 03:34:14 UTC

    • IP
      42.113.11.56
      Network
      42.112.0.0/13
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://42.113.11.56:8111/ 401

      HTTP Title
      401 Unauthorized
      ASN
      AS18403
      Organization
      FPT Telecom Company
      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
      6ba5456f35b1a5e980ebb6fcd3a3efd4
      HTTP Header MD5
      654a5ce61d65274bce883f2a1060441b
      HTTP Body MD5
      fcef579a25621dddd768655b43df7e59
    • HTTP/1.0 401 Unauthorized
      Server: Cdn Cache Server V2.0
      Date: Thu, 07 Nov 2024 03:34:13 GMT
      Content-Type: text/html
      Content-Length: 4615
      Expires: Thu, 07 Nov 2024 03:34:13 GMT
      X-Cache-Error: ERR_ACCESS_DENIED 0
      X-Via: 1.0 PS-HAN-04FkH56:10 (Cdn Cache Server V2.0)[0 401 3]
      Ws-XPx: -
      Connection: close
      Cache_state: 3
      
      <!DOCTYPE html>
      <html>
        <head>
          <meta charset="utf-8">
          <meta http-equiv="X-UA-Compatible" content="IE=edge">
          <meta name="viewport" content="width=device-width, initial-scale=1">
          <title>401 Unauthorized</title>
          
          <style type="text/css">
          .location{
              margin-top: 5%;
              padding-right: 15px;
              padding-left: 15px;
              margin-right: auto;
              margin-left: auto;
          }
      
          .location-error{
              margin-top: 5%;
              padding-right: 15px;
              padding-left: 15px;
              margin-right: auto;
              margin-left: auto;
          }
      
          .left{
              margin-left: 22%;
          }
      
          .left-error{
              margin-left: 30%;
          }
      
          .d1{
              margin-top:20px;
          }
      
          .d2{
              margin-top:10px;
          }
      
          .d3{
              margin-left:20px;
          }
      
          .in-title{
              font-size:25px;
              color: #FF9900;
          }
      
          .in-text{
              font-size:14px;
          }
      
          .in-text-big{
              font-size:20px;
          }
      
          .in-text-normal{
              font-size:18px;
          }
      
          .w1{
              width: 230px;
              display: block;
              float: left;
          }
      
          .top1{
              margin-top:5px;
          }
      
          .li-text{
              font-size: 16px;
              margin-left: -20px;
              margin-top: 8px;
          }
          
          .li-text2{
              font-size: 16px;
              margin-left: -20px;
              margin-top: 8px;
          }
      
          .bottom1{
              margin-bottom:30px;
          }
      
          .bottom2{
              margin-bottom:15px;
          }
      
          .bottom3{
              margin-bottom:80px;
          }
          
          .bottom4{
              margin-bottom:60px;
          }
      
          .img-normal{
              width:10px;
              height:10px;
          }
          
          .a-text{
              color:#33CCFF;
              cursor:pointer;
          }
          
          .detail-text{
              color: #909090;
              margin-top: 2px;
              font-size: 16px;
              margin-left: 0px;
          }
          </style>
        </head>
        
        <body>
          <div class="location" id="error-page">
              <div class="left"><span class="in-title">401</span></div>
              <div class="left d1">
                  <span class="in-text-big">Unauthorized</span></div>
              <div class="left d1">
                  <span class="in-text">Error Times: Thu, 07 Nov 2024 03:34:13 GMT</span>
              </div>
              <div class="left d2">
                  <span class="in-text w1">IP: <srcip></span>
                  <span class="in-text">Node information:PS-HAN-04FkH56:10</span>
              </div>
              <div class="left d2">
                  <span class="in-text">URL: http://<ip>:8111/</span>
              </div>
              <div class="left d2">
                  <span class="in-text"><A HREF="mailto:"></A></span>
              </div>
              <div class="left d2 bottom3">
                  <span class="in-text"> Check:</span>
                  <span class="a-text" onclick="show_en()">Details</span>
              </div>
          </div>
          
          <div class="location-error" id="detail-page">
              <div id="detail-en-page" style="display:none">
                  <div class="left"><span class="in-title">ERROR</span></div>
                  <div class="left d1">
                      <span class="in-text-big">The Requested URL could not be retrieved</span></div>
                  <div class="left d1">
                      <div class="bottom2"><span class="in-text-normal">While trying to retrieve the URL:</span></div>
                      <pre class="detail-text">http://<ip>:8111/</pre>
                  </div>
                  <div class="left d2">
                      <span class="in-text-normal">The following error was encountered:</span>
                      <ul class="top1">
                      <li class="li-text2 bottom1">Invalid Request</li>
                      </ul>
                      
                  </div>
                  <div class="left d2 bottom1">
                      <p class="in-text-normal">The access control configuration prevents your request at this time. </p>
                      <p class="in-text-normal">Please contact your service provider if you feel this is incorrect.</p>
                  </div>
                  
                  <div class="left d2">
                      <span class="in-text-normal"><a class="a-text" href="#" onclick="show_err()">return</a></span>
                  </div>
              </div>
          </div>
          
        <script type="text/javascript">
            function show_en(){
              var error = document.getElementById('error-page');
              var en = document.getElementById('detail-en-page');
              en.style.display='block';
              error.style.display='none';
            }
            
            function show_err(){
              var error = document.getElementById('error-page');
              var en = document.getElementById('detail-en-page');
              en.style.display='none';
              error.style.display='block';
            }
        </script>
        </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:34:14.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "fcef579a25621dddd768655b43df7e59",
               "bodymmh3" : 565480265,
               "headermd5" : "654a5ce61d65274bce883f2a1060441b",
               "headermmh3" : 611939765,
               "title" : "401 Unauthorized"
            },
            "length" : 4922
         },
         "asn" : "AS18403",
         "city" : "Hanoi",
         "country" : "VN",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.0 401 Unauthorized\r\nServer: Cdn Cache Server V2.0\r\nDate: Thu, 07 Nov 2024 03:34:13 GMT\r\nContent-Type: text/html\r\nContent-Length: 4615\r\nExpires: Thu, 07 Nov 2024 03:34:13 GMT\r\nX-Cache-Error: ERR_ACCESS_DENIED 0\r\nX-Via: 1.0 PS-HAN-04FkH56:10 (Cdn Cache Server V2.0)[0 401 3]\r\nWs-XPx: -\r\nConnection: close\r\nCache_state: 3\r\n\r\n<!DOCTYPE html>\n<html>\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\">\n    <title>401 Unauthorized</title>\n    \n    <style type=\"text/css\">\n    .location{\n        margin-top: 5%;\n        padding-right: 15px;\n        padding-left: 15px;\n        margin-right: auto;\n        margin-left: auto;\n    }\n\n    .location-error{\n        margin-top: 5%;\n        padding-right: 15px;\n        padding-left: 15px;\n        margin-right: auto;\n        margin-left: auto;\n    }\n\n    .left{\n        margin-left: 22%;\n    }\n\n    .left-error{\n        margin-left: 30%;\n    }\n\n    .d1{\n        margin-top:20px;\n    }\n\n    .d2{\n        margin-top:10px;\n    }\n\n    .d3{\n        margin-left:20px;\n    }\n\n    .in-title{\n        font-size:25px;\n        color: #FF9900;\n    }\n\n    .in-text{\n        font-size:14px;\n    }\n\n    .in-text-big{\n        font-size:20px;\n    }\n\n    .in-text-normal{\n        font-size:18px;\n    }\n\n    .w1{\n        width: 230px;\n        display: block;\n        float: left;\n    }\n\n    .top1{\n        margin-top:5px;\n    }\n\n    .li-text{\n        font-size: 16px;\n        margin-left: -20px;\n        margin-top: 8px;\n    }\n    \n    .li-text2{\n        font-size: 16px;\n        margin-left: -20px;\n        margin-top: 8px;\n    }\n\n    .bottom1{\n        margin-bottom:30px;\n    }\n\n    .bottom2{\n        margin-bottom:15px;\n    }\n\n    .bottom3{\n        margin-bottom:80px;\n    }\n    \n    .bottom4{\n        margin-bottom:60px;\n    }\n\n    .img-normal{\n        width:10px;\n        height:10px;\n    }\n    \n    .a-text{\n        color:#33CCFF;\n        cursor:pointer;\n    }\n    \n    .detail-text{\n        color: #909090;\n        margin-top: 2px;\n        font-size: 16px;\n        margin-left: 0px;\n    }\n    </style>\n  </head>\n  \n  <body>\n    <div class=\"location\" id=\"error-page\">\n        <div class=\"left\"><span class=\"in-title\">401</span></div>\n        <div class=\"left d1\">\n            <span class=\"in-text-big\">Unauthorized</span></div>\n        <div class=\"left d1\">\n            <span class=\"in-text\">Error Times: Thu, 07 Nov 2024 03:34:13 GMT</span>\n        </div>\n        <div class=\"left d2\">\n            <span class=\"in-text w1\">IP: <srcip></span>\n            <span class=\"in-text\">Node information\uff1aPS-HAN-04FkH56:10</span>\n        </div>\n        <div class=\"left d2\">\n            <span class=\"in-text\">URL: http://<ip>:8111/</span>\n        </div>\n        <div class=\"left d2\">\n            <span class=\"in-text\"><A HREF=\"mailto:\"></A></span>\n        </div>\n        <div class=\"left d2 bottom3\">\n            <span class=\"in-text\"> Check:</span>\n            <span class=\"a-text\" onclick=\"show_en()\">Details</span>\n        </div>\n    </div>\n    \n    <div class=\"location-error\" id=\"detail-page\">\n        <div id=\"detail-en-page\" style=\"display:none\">\n            <div class=\"left\"><span class=\"in-title\">ERROR</span></div>\n            <div class=\"left d1\">\n                <span class=\"in-text-big\">The Requested URL could not be retrieved</span></div>\n            <div class=\"left d1\">\n                <div class=\"bottom2\"><span class=\"in-text-normal\">While trying to retrieve the URL:</span></div>\n                <pre class=\"detail-text\">http://<ip>:8111/</pre>\n            </div>\n            <div class=\"left d2\">\n                <span class=\"in-text-normal\">The following error was encountered:</span>\n                <ul class=\"top1\">\n                <li class=\"li-text2 bottom1\">Invalid Request</li>\n                </ul>\n                \n            </div>\n            <div class=\"left d2 bottom1\">\n                <p class=\"in-text-normal\">The access control configuration prevents your request at this time. </p>\n                <p class=\"in-text-normal\">Please contact your service provider if you feel this is incorrect.</p>\n            </div>\n            \n            <div class=\"left d2\">\n                <span class=\"in-text-normal\"><a class=\"a-text\" href=\"#\" onclick=\"show_err()\">return</a></span>\n            </div>\n        </div>\n    </div>\n    \n  <script type=\"text/javascript\">\n      function show_en(){\n        var error = document.getElementById('error-page');\n        var en = document.getElementById('detail-en-page');\n        en.style.display='block';\n        error.style.display='none';\n      }\n      \n      function show_err(){\n        var error = document.getElementById('error-page');\n        var en = document.getElementById('detail-en-page');\n        en.style.display='none';\n        error.style.display='block';\n      }\n  </script>\n  </body>\n</html>\n",
         "datamd5" : "6ba5456f35b1a5e980ebb6fcd3a3efd4",
         "datammh3" : -265346251,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS18403",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "VN",
            "countryname" : "Vietnam",
            "domain" : [
               "fpt.com",
               "fpt.net",
               "fpt.vn",
               "vnnic.vn"
            ],
            "isineu" : "false",
            "latitude" : "14.058324",
            "location" : "14.058324,108.277199",
            "longitude" : "108.277199",
            "netname" : "FPTDYNAMICIP-NET",
            "organization" : "Vietnam Internet Network Information Center (VNNIC)",
            "subnet" : "42.113.0.0/19"
         },
         "ip" : "42.113.11.56",
         "ipv6" : "false",
         "latitude" : "21.0292",
         "location" : "21.0292,105.8526",
         "longitude" : "105.8526",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "FPT Telecom Company",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 8111,
         "protocol" : "http",
         "protocolversion" : "1.0",
         "reason" : "Unauthorized",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 401,
         "subnet" : "42.112.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }