Returning 10 result(s) out of 12 in 0.093 second(s)

  • 202.238.27.148:63210 (tcp/http) - last seen on 2024-11-07 at 03:20:46 UTC

    • IP
      202.238.27.148
      Network
      202.238.16.0/20
      Domain(s)
      oninet.ne.jp
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://202.238.27.148:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      oni-202-238-27-148.oninet.ne.jp
      ASN
      AS18129
      Organization
      OKAYAMA NETWORK INC.
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.32
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7678e64f5ec636506624618e843a77a
      HTTP Header MD5
      cb1a2a5fe4ccd312052bb4b6d496d5e7
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "3572540261"
      Last-Modified: Wed, 25 Feb 2015 06:09:55 GMT
      Content-Length: 6773
      Connection: close
      Date: Thu, 07 Nov 2024 03:20:46 GMT
      Server: lighttpd/1.4.32
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:20:46.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : 3572540261
                  },
                  {
                     "value" : "Wed, 25 Feb 2015 06:09:55 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "cb1a2a5fe4ccd312052bb4b6d496d5e7",
               "headermmh3" : 671803480,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS18129",
         "city" : "Okayama",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"3572540261\"\r\nLast-Modified: Wed, 25 Feb 2015 06:09:55 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Thu, 07 Nov 2024 03:20:46 GMT\r\nServer: lighttpd/1.4.32\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c7678e64f5ec636506624618e843a77a",
         "datammh3" : -974323549,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "oninet.ne.jp"
         ],
         "geolocus" : {
            "asn" : "AS18129",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "JP",
            "countryname" : "Japan",
            "domain" : [
               "nic.ad.jp",
               "oninet.ne.jp"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "JPNIC-NET-JP",
            "organization" : "Japan Network Information Center",
            "subnet" : "202.238.16.0/20"
         },
         "host" : [
            "oni-202-238-27-148"
         ],
         "hostname" : [
            "oni-202-238-27-148.oninet.ne.jp"
         ],
         "ip" : "202.238.27.148",
         "ipv6" : "false",
         "latitude" : "34.6595",
         "location" : "34.6595,133.9342",
         "longitude" : "133.9342",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "OKAYAMA NETWORK INC.",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.32",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "oni-202-238-27-148.oninet.ne.jp"
         ],
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "202.238.16.0/20",
         "tld" : [
            "ne.jp"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 202.238.27.148:63210 (tcp/http) - last seen on 2024-10-26 at 08:12:32 UTC

    • IP
      202.238.27.148
      Network
      202.238.16.0/20
      Domain(s)
      oninet.ne.jp
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://202.238.27.148:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      oni-202-238-27-148.oninet.ne.jp
      ASN
      AS18129
      Organization
      OKAYAMA NETWORK INC.
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.32
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7678e64f5ec636506624618e843a77a
      HTTP Header MD5
      cb1a2a5fe4ccd312052bb4b6d496d5e7
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "3572540261"
      Last-Modified: Wed, 25 Feb 2015 06:09:55 GMT
      Content-Length: 6773
      Connection: close
      Date: Sat, 26 Oct 2024 08:12:32 GMT
      Server: lighttpd/1.4.32
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-26T08:12:32.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : 3572540261
                  },
                  {
                     "value" : "Wed, 25 Feb 2015 06:09:55 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "cb1a2a5fe4ccd312052bb4b6d496d5e7",
               "headermmh3" : 76973734,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS18129",
         "city" : "Okayama",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"3572540261\"\r\nLast-Modified: Wed, 25 Feb 2015 06:09:55 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Sat, 26 Oct 2024 08:12:32 GMT\r\nServer: lighttpd/1.4.32\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c7678e64f5ec636506624618e843a77a",
         "datammh3" : -974323549,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "oninet.ne.jp"
         ],
         "geolocus" : {
            "asn" : "AS18129",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "JP",
            "countryname" : "Japan",
            "domain" : [
               "nic.ad.jp",
               "oninet.ne.jp"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "JPNIC-NET-JP",
            "organization" : "Japan Network Information Center",
            "subnet" : "202.238.16.0/20"
         },
         "host" : [
            "oni-202-238-27-148"
         ],
         "hostname" : [
            "oni-202-238-27-148.oninet.ne.jp"
         ],
         "ip" : "202.238.27.148",
         "ipv6" : "false",
         "latitude" : "34.6595",
         "location" : "34.6595,133.9342",
         "longitude" : "133.9342",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "OKAYAMA NETWORK INC.",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.32",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "oni-202-238-27-148.oninet.ne.jp"
         ],
         "seen_date" : "2024-10-26",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "202.238.16.0/20",
         "tld" : [
            "ne.jp"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 185.49.171.49:63210 (tcp/http) - last seen on 2024-10-26 at 04:05:05 UTC

    • IP
      185.49.171.49
      Network
      185.49.168.0/22
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://185.49.171.49:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      ASN
      AS201746
      Organization
      Olivenet Network S.L.
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.35
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c04758f0b0ff9aeb589d41b31d96d267
      HTTP Header MD5
      0e73e24a401ed1181d1c0c8a989af9dd
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "3379045209"
      Last-Modified: Tue, 14 Nov 2017 09:58:20 GMT
      Content-Length: 6773
      Connection: close
      Date: Sat, 26 Oct 2024 04:05:03 GMT
      Server: lighttpd/1.4.35
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-26T04:05:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "value" : 3379045209,
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 14 Nov 2017 09:58:20 GMT"
                  }
               ],
               "headermd5" : "0e73e24a401ed1181d1c0c8a989af9dd",
               "headermmh3" : -1543361507,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS201746",
         "city" : "Madrid",
         "country" : "ES",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"3379045209\"\r\nLast-Modified: Tue, 14 Nov 2017 09:58:20 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Sat, 26 Oct 2024 04:05:03 GMT\r\nServer: lighttpd/1.4.35\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c04758f0b0ff9aeb589d41b31d96d267",
         "datammh3" : 1962017179,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS201746",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "ES",
            "countryname" : "Spain",
            "domain" : [
               "olivenet.es"
            ],
            "isineu" : "true",
            "latitude" : "40.463667",
            "location" : "40.463667,-3.74922",
            "longitude" : "-3.74922",
            "netname" : "OLIVE-NET-IPV4",
            "organization" : "OLIVE-NET1",
            "subnet" : "185.49.168.0/22"
         },
         "ip" : "185.49.171.49",
         "ipv6" : "false",
         "latitude" : "40.4163",
         "location" : "40.4163,-3.6934",
         "longitude" : "-3.6934",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Olivenet Network S.L.",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.35",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-26",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "185.49.168.0/22",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 93.118.97.230:63210 (tcp/http) - last seen on 2024-10-24 at 10:21:18 UTC

    • IP
      93.118.97.230
      Network
      93.118.96.0/19
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://93.118.97.230:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      ASN
      AS58224
      Organization
      Iran Telecommunication Company PJS
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.32
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7678e64f5ec636506624618e843a77a
      HTTP Header MD5
      cb1a2a5fe4ccd312052bb4b6d496d5e7
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "3299615804"
      Last-Modified: Mon, 21 Apr 2014 14:46:37 GMT
      Content-Length: 6773
      Connection: close
      Date: Thu, 24 Oct 2024 10:21:18 GMT
      Server: lighttpd/1.4.32
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-24T10:21:18.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : 3299615804
                  },
                  {
                     "value" : "Mon, 21 Apr 2014 14:46:37 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "cb1a2a5fe4ccd312052bb4b6d496d5e7",
               "headermmh3" : -1989225496,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS58224",
         "city" : "Tehran",
         "country" : "IR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"3299615804\"\r\nLast-Modified: Mon, 21 Apr 2014 14:46:37 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Thu, 24 Oct 2024 10:21:18 GMT\r\nServer: lighttpd/1.4.32\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c7678e64f5ec636506624618e843a77a",
         "datammh3" : -974323549,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS58224",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "IR",
            "countryname" : "Iran",
            "domain" : [
               "tci.ir"
            ],
            "isineu" : "false",
            "latitude" : "32.427908",
            "location" : "32.427908,53.688046",
            "longitude" : "53.688046",
            "netname" : "TCITHR",
            "organization" : "Telecommunication Company of Tehran",
            "subnet" : "93.118.96.0/21"
         },
         "ip" : "93.118.97.230",
         "ipv6" : "false",
         "latitude" : "35.6824",
         "location" : "35.6824,51.4158",
         "longitude" : "51.4158",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Iran Telecommunication Company PJS",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.32",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-24",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "93.118.96.0/19",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 125.25.23.176:63210 (tcp/http) - last seen on 2024-10-18 at 20:42:47 UTC

    • IP
      125.25.23.176
      Network
      125.25.16.0/20
      Domain(s)
      totinternet.net
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://125.25.23.176:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      node-4og.pool-125-25.dynamic.totinternet.net
      ASN
      AS23969
      Organization
      TOT Public Company Limited
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.35
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c04758f0b0ff9aeb589d41b31d96d267
      HTTP Header MD5
      0e73e24a401ed1181d1c0c8a989af9dd
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "1093379642"
      Last-Modified: Tue, 23 Feb 2016 08:00:22 GMT
      Content-Length: 6773
      Connection: close
      Date: Fri, 18 Oct 2024 20:42:46 GMT
      Server: lighttpd/1.4.35
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-18T20:42:47.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "value" : 1093379642,
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 23 Feb 2016 08:00:22 GMT"
                  }
               ],
               "headermd5" : "0e73e24a401ed1181d1c0c8a989af9dd",
               "headermmh3" : -1895550789,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS23969",
         "city" : "Bangkok",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"1093379642\"\r\nLast-Modified: Tue, 23 Feb 2016 08:00:22 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Fri, 18 Oct 2024 20:42:46 GMT\r\nServer: lighttpd/1.4.35\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c04758f0b0ff9aeb589d41b31d96d267",
         "datammh3" : 1962017179,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "totinternet.net"
         ],
         "geolocus" : {
            "asn" : "AS23969",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "totinternet.net",
               "totisp.net"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "totnet",
            "organization" : "TOT Public Company Limited",
            "subnet" : "125.25.0.0/16"
         },
         "host" : [
            "node-4og"
         ],
         "hostname" : [
            "node-4og.pool-125-25.dynamic.totinternet.net"
         ],
         "ip" : "125.25.23.176",
         "ipv6" : "false",
         "latitude" : "13.7663",
         "location" : "13.7663,100.6503",
         "longitude" : "100.6503",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOT Public Company Limited",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.35",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "node-4og.pool-125-25.dynamic.totinternet.net"
         ],
         "seen_date" : "2024-10-18",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "dynamic.totinternet.net",
            "pool-125-25.dynamic.totinternet.net"
         ],
         "subnet" : "125.25.16.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 211.15.23.120:63210 (tcp/http) - last seen on 2024-10-18 at 16:02:27 UTC

    • IP
      211.15.23.120
      Network
      211.15.0.0/19
      Domain(s)
      gctv.ne.jp
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://211.15.23.120:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      user15120.gctv.ne.jp
      ASN
      AS17698
      Organization
      COMMUNITY NETWORK CENTER INCORPORATED.
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.35
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c04758f0b0ff9aeb589d41b31d96d267
      HTTP Header MD5
      0e73e24a401ed1181d1c0c8a989af9dd
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "1256335192"
      Last-Modified: Thu, 05 Nov 2015 14:24:58 GMT
      Content-Length: 6773
      Connection: close
      Date: Fri, 18 Oct 2024 14:36:17 GMT
      Server: lighttpd/1.4.35
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-18T16:02:27.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "value" : 1256335192,
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Thu, 05 Nov 2015 14:24:58 GMT"
                  }
               ],
               "headermd5" : "0e73e24a401ed1181d1c0c8a989af9dd",
               "headermmh3" : 1448083220,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS17698",
         "city" : "Nagoya",
         "country" : "JP",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"1256335192\"\r\nLast-Modified: Thu, 05 Nov 2015 14:24:58 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Fri, 18 Oct 2024 14:36:17 GMT\r\nServer: lighttpd/1.4.35\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c04758f0b0ff9aeb589d41b31d96d267",
         "datammh3" : 1962017179,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "gctv.ne.jp"
         ],
         "geolocus" : {
            "asn" : "AS17698",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "JP",
            "countryname" : "Japan",
            "domain" : [
               "nic.ad.jp"
            ],
            "isineu" : "false",
            "latitude" : "36.204824",
            "location" : "36.204824,138.252924",
            "longitude" : "138.252924",
            "netname" : "JPNIC-NET-JP",
            "organization" : "Japan Network Information Center",
            "subnet" : "211.15.0.0/19"
         },
         "host" : [
            "user15120"
         ],
         "hostname" : [
            "user15120.gctv.ne.jp"
         ],
         "ip" : "211.15.23.120",
         "ipv6" : "false",
         "latitude" : "35.1926",
         "location" : "35.1926,136.9060",
         "longitude" : "136.9060",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "COMMUNITY NETWORK CENTER INCORPORATED.",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.35",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "user15120.gctv.ne.jp"
         ],
         "seen_date" : "2024-10-18",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "211.15.0.0/19",
         "tld" : [
            "ne.jp"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 223.205.166.182:63210 (tcp/http) - last seen on 2024-10-18 at 08:23:51 UTC

    • IP
      223.205.166.182
      Network
      223.204.0.0/14
      Domain(s)
      3bb.co.th
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://223.205.166.182:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      mx-ll-223.205.166-182.dynamic.3bb.co.th
      ASN
      AS45629
      Organization
      JasTel Network International Gateway
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.26
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      db4bd5230a70d67a3bb0e5696a26adb2
      HTTP Header MD5
      fa80de376dec5243cd18472b296ee860
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "-2044810841"
      Last-Modified: Tue, 21 May 2013 12:51:04 GMT
      Content-Length: 6773
      Connection: close
      Date: Fri, 18 Oct 2024 08:21:44 GMT
      Server: lighttpd/1.4.26
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-18T08:23:51.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : -2044810841
                  },
                  {
                     "value" : "Tue, 21 May 2013 12:51:04 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "fa80de376dec5243cd18472b296ee860",
               "headermmh3" : 1306505233,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7063
         },
         "asn" : "AS45629",
         "city" : "Bangkok",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"-2044810841\"\r\nLast-Modified: Tue, 21 May 2013 12:51:04 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Fri, 18 Oct 2024 08:21:44 GMT\r\nServer: lighttpd/1.4.26\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "db4bd5230a70d67a3bb0e5696a26adb2",
         "datammh3" : -803739066,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "3bb.co.th"
         ],
         "geolocus" : {
            "asn" : "AS45629",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "3bb.co.th",
               "3bbmail.com",
               "jasmine.com"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TTBP-TH",
            "organization" : "Triple T Broadband Public Company Limited",
            "subnet" : "223.204.0.0/15"
         },
         "host" : [
            "mx-ll-223"
         ],
         "hostname" : [
            "mx-ll-223.205.166-182.dynamic.3bb.co.th"
         ],
         "ip" : "223.205.166.182",
         "ipv6" : "false",
         "latitude" : "13.7512",
         "location" : "13.7512,100.5172",
         "longitude" : "100.5172",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "JasTel Network International Gateway",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.26",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "mx-ll-223.205.166-182.dynamic.3bb.co.th"
         ],
         "seen_date" : "2024-10-18",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "166-182.dynamic.3bb.co.th",
            "205.166-182.dynamic.3bb.co.th",
            "dynamic.3bb.co.th"
         ],
         "subnet" : "223.204.0.0/14",
         "tld" : [
            "co.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.40.58.1:63210 (tcp/http) - last seen on 2024-10-18 at 03:16:37 UTC

    • IP
      187.40.58.1
      Network
      187.40.0.0/15
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://187.40.58.1:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      ASN
      AS7738
      Organization
      V tal
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.32
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7678e64f5ec636506624618e843a77a
      HTTP Header MD5
      cb1a2a5fe4ccd312052bb4b6d496d5e7
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "1186018167"
      Last-Modified: Thu, 24 Jul 2014 01:26:37 GMT
      Content-Length: 6773
      Connection: close
      Date: Fri, 18 Oct 2024 03:16:08 GMT
      Server: lighttpd/1.4.32
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-18T03:16:37.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "value" : 1186018167,
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Thu, 24 Jul 2014 01:26:37 GMT"
                  }
               ],
               "headermd5" : "cb1a2a5fe4ccd312052bb4b6d496d5e7",
               "headermmh3" : 1698040317,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS7738",
         "city" : "Manaus",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"1186018167\"\r\nLast-Modified: Thu, 24 Jul 2014 01:26:37 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Fri, 18 Oct 2024 03:16:08 GMT\r\nServer: lighttpd/1.4.32\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c7678e64f5ec636506624618e843a77a",
         "datammh3" : -974323549,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS7738",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "cert.br",
               "veloxzone.com.br",
               "vtal.com"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "02.041.460/0001-93",
            "organization" : "V tal",
            "subnet" : "187.40.0.0/15"
         },
         "ip" : "187.40.58.1",
         "ipv6" : "false",
         "latitude" : "-3.1032",
         "location" : "-3.1032,-60.0288",
         "longitude" : "-60.0288",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "V tal",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.32",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-18",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.40.0.0/15",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 94.182.204.38:63210 (tcp/http) - last seen on 2024-10-13 at 23:59:24 UTC

    • IP
      94.182.204.38
      Network
      94.182.204.0/22
      Domain(s)
      shatel.ir
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://94.182.204.38:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      94-182-204-38.shatel.ir
      ASN
      AS205647
      Organization
      Pardis Fanvari Partak Ltd
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.32
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7678e64f5ec636506624618e843a77a
      HTTP Header MD5
      cb1a2a5fe4ccd312052bb4b6d496d5e7
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Cache-Control: no-store, no-cache, must-revalidate
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "3288475130"
      Last-Modified: Mon, 21 Apr 2014 14:46:11 GMT
      Content-Length: 6773
      Connection: close
      Date: Sun, 13 Oct 2024 23:59:53 GMT
      Server: lighttpd/1.4.32
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-13T23:59:24.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "value" : 3288475130,
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Mon, 21 Apr 2014 14:46:11 GMT"
                  }
               ],
               "headermd5" : "cb1a2a5fe4ccd312052bb4b6d496d5e7",
               "headermmh3" : -407043566,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7114
         },
         "asn" : "AS205647",
         "country" : "IR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nCache-Control: no-store, no-cache, must-revalidate\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"3288475130\"\r\nLast-Modified: Mon, 21 Apr 2014 14:46:11 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Sun, 13 Oct 2024 23:59:53 GMT\r\nServer: lighttpd/1.4.32\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "c7678e64f5ec636506624618e843a77a",
         "datammh3" : -974323549,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "shatel.ir"
         ],
         "geolocus" : {
            "asn" : "AS205647",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "IR",
            "countryname" : "Iran",
            "domain" : [
               "rasana.net",
               "shatel.ir"
            ],
            "isineu" : "false",
            "latitude" : "32.427908",
            "location" : "32.427908,53.688046",
            "longitude" : "53.688046",
            "netname" : "SHTL-NET-DSL",
            "organization" : "SHATEL Network Route",
            "subnet" : "94.182.204.0/22"
         },
         "host" : [
            "94-182-204-38"
         ],
         "hostname" : [
            "94-182-204-38.shatel.ir"
         ],
         "ip" : "94.182.204.38",
         "ipv6" : "false",
         "latitude" : "35.6980",
         "location" : "35.6980,51.4115",
         "longitude" : "51.4115",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Pardis Fanvari Partak Ltd",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.32",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "94-182-204-38.shatel.ir"
         ],
         "seen_date" : "2024-10-13",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "94.182.204.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "ir"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 223.205.2.135:63210 (tcp/http) - last seen on 2024-10-10 at 08:46:18 UTC

    • IP
      223.205.2.135
      Network
      223.204.0.0/14
      Domain(s)
      3bb.co.th
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://223.205.2.135:63210/ 200

      HTTP Title
      Web Viewer for Samsung DVR
      Reverse DNS
      mx-ll-223.205.2-135.dynamic.3bb.co.th
      ASN
      AS45629
      Organization
      JasTel Network International Gateway
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd 1.4.26
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      db4bd5230a70d67a3bb0e5696a26adb2
      HTTP Header MD5
      fa80de376dec5243cd18472b296ee860
      HTTP Body MD5
      dcb3f3178d5acbe1022f9f57171c557b
    • HTTP/1.1 200 OK
      X-UA-Compatible: IE=EmulateIE9, requiresActiveX=true
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "-2044810841"
      Last-Modified: Tue, 21 May 2013 12:51:04 GMT
      Content-Length: 6773
      Connection: close
      Date: Thu, 10 Oct 2024 08:44:12 GMT
      Server: lighttpd/1.4.26
      
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>Web Viewer for Samsung DVR</title>
      <meta http-equiv="Cache-Control" content="no-cache" />
      <meta http-equiv="Expires" content="0" />
      <meta http-equiv="Pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <script type="text/javascript" src="/js/BrowserDetect.js" ></script>
      <script type="text/javascript" language="javascript">
      
          function getOSInfoStr() {
              var ua = navigator.userAgent;
      
              if (ua.indexOf("NT 6.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 6.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.2") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.1") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT 5.0") != -1) {
                  return true;
              }
              else if (ua.indexOf("NT") != -1) {
                  return true;
              }
              else if (ua.indexOf("9x 4.90") != -1) {
                  return true;
              }
              else if (ua.indexOf("98") != -1) {
                  return true;
              }
              else if (ua.indexOf("95") != -1) {
                  return true;
              }
              else if (ua.indexOf("Win16") != -1) {
                  return true;
              }
              else if (ua.indexOf("Windows") != -1) {
                  return true;
              }
              else if (ua.indexOf("Linux") != -1) {
                  return false;
              }
              else if (ua.indexOf("Macintosh") != -1) {
                  return false;
              }
              else {
                  return false;
              }
          }
      
      
          // by chul
          function browserCheck() {
              var ver = 0; // 브라우저  버전정보
              var strbrowser = "";
              if (navigator.appName.charAt(0) == "N") {
                  if (navigator.userAgent.indexOf("Chrome") != -1) {
                      strbrowser = "Chrome";
                      //			ver = getInternetVersion("Chrome");
                      //			alert("Chrome"+ver+"입니다."); 
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      strbrowser = "Firefox";
                      ///			ver = getInternetVersion("Firefox");
                      //			alert("Firefox"+ver+"입니다.");
                  }
                  else if (navigator.userAgent.indexOf("Safari") != -1) {
                      strbrowser = "Safari";
                      //ver = getInternetVersion("Safari");
                      //			alert("Safari"+ver+"입니다.");
                  }
                  //		else
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
              else if (navigator.appName.charAt(0) == "M") {
                  strbrowser = "MSIE";
                  //		ver = getInternetVersion("MSIE");
                  //		alert("MSIE입니다.");
                  return strbrowser;
              }
              else {
                  //			alert("Safari입니다.");
      
                  return strbrowser;
              }
          }
      
          function stop() {
              return false;
          }
          //document.onmousewheel = stop;
      
          function getQuerystring(key, default_) {
              if (default_ == null) default_ = "";
              key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
              var regex = new RegExp("[\\?&]" + key + "=([^&#]*)");
              var qs = regex.exec(window.location.href);
              if (qs == null)
                  return default_;
              else
                  return qs[1];
          }
      
          function GetContentFrameSrc() {
              var strSrc = "about:blank";
              var strIP = getQuerystring("ip");
              var strPORT = getQuerystring("port");
              var strAction = getQuerystring("action");
      
              if (strAction == "" ||
                  (strAction != "live" && strAction != "search"  && strAction != "setup") )
                  strAction = "live";
      
              if (BrowserDetect.OS == 'Windows') {
      
                  if (BrowserDetect.browser == 'Explorer') {
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
                  }
                  else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||
                            (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
      
              }
              else if (BrowserDetect.OS == 'Mac') {
      
                  if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||
                       (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {
                      strSrc = "/cgi-bin/sl_webviewer?ip=" + strIP + "&port=" + strPORT;
                  }
                  else
                      strSrc = "/cgi-bin/webviewer?action=" + strAction + "&ip=" + strIP + "&port=" + strPORT;
              }
      
              return strSrc;
          }
      
          function body_onload() {
      
              //document.getElementById("iframeContentFrame").src = GetContentFrameSrc();
      
              body_onresize();
          }
      
          function GetContentFrameLeftPos() {
              var niFramePositionLeft;
              var niFrameWidth = document.getElementById("iframeContentFrame").width;
      
              niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;
      
              if (niFramePositionLeft < 0)
                  niFramePositionLeft = 0;
      
              return niFramePositionLeft;
          }
      
          ///// 20120807 by kjw
          ///// ActiveX페이지에서 기존 방식으로 중앙정렬시(center 태그) ie8에서 팝업창 띄울 때 화면이 왼쪽으로 움직이는 문제가 있음.
          ///// 그래서 body 태그의 onresize 이벤트를 사용하여 중앙정렬 하도록 수정함.
          function body_onresize() {
              document.getElementById("iframeContentFrame").style.left = GetContentFrameLeftPos();
          }
      
      </script>
      </head>
      
      <body onload="body_onload();" leftmargin=0 topmargin=0 oncontextmenu="return false" onresize="body_onresize()">
      
      <script type="text/javascript" language="javascript">
          ///// 20120820 kjw
          ///// html 태그로 iframe 생성 후 페이지 새로 고침시 캐쉬된 페이지가 미리 로드되어
          ///// body_onload()에서 src를 중복 생성하게 되어 페이지가 2번 생성되는 문제가 있어서
          ///// 이전 방식대로 document.write를 사용하였음.
          document.write("<iframe id='iframeContentFrame' src = '" + GetContentFrameSrc() + "' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>");
      
          body_onresize();
      </script>
      
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-10T08:46:18.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml"
               ]
            },
            "http" : {
               "bodymd5" : "dcb3f3178d5acbe1022f9f57171c557b",
               "bodymmh3" : 1848766380,
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : -2044810841
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 21 May 2013 12:51:04 GMT"
                  }
               ],
               "headermd5" : "fa80de376dec5243cd18472b296ee860",
               "headermmh3" : 1484737860,
               "title" : "Web Viewer for Samsung DVR"
            },
            "length" : 7063
         },
         "asn" : "AS45629",
         "city" : "Tak",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-UA-Compatible: IE=EmulateIE9, requiresActiveX=true\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"-2044810841\"\r\nLast-Modified: Tue, 21 May 2013 12:51:04 GMT\r\nContent-Length: 6773\r\nConnection: close\r\nDate: Thu, 10 Oct 2024 08:44:12 GMT\r\nServer: lighttpd/1.4.26\r\n\r\n\ufeff<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>Web Viewer for Samsung DVR</title>\r\n<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\r\n<meta http-equiv=\"Expires\" content=\"0\" />\r\n<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n<script type=\"text/javascript\" src=\"/js/BrowserDetect.js\" ></script>\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n\r\n    function getOSInfoStr() {\r\n        var ua = navigator.userAgent;\r\n\r\n        if (ua.indexOf(\"NT 6.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 6.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.2\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.1\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT 5.0\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"NT\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"9x 4.90\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"98\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"95\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Win16\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Windows\") != -1) {\r\n            return true;\r\n        }\r\n        else if (ua.indexOf(\"Linux\") != -1) {\r\n            return false;\r\n        }\r\n        else if (ua.indexOf(\"Macintosh\") != -1) {\r\n            return false;\r\n        }\r\n        else {\r\n            return false;\r\n        }\r\n    }\r\n\r\n\r\n    // by chul\r\n    function browserCheck() {\r\n        var ver = 0; // \ube0c\ub77c\uc6b0\uc800  \ubc84\uc804\uc815\ubcf4\r\n        var strbrowser = \"\";\r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n            if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                strbrowser = \"Chrome\";\r\n                //\t\t\tver = getInternetVersion(\"Chrome\");\r\n                //\t\t\talert(\"Chrome\"+ver+\"\uc785\ub2c8\ub2e4.\"); \r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                strbrowser = \"Firefox\";\r\n                ///\t\t\tver = getInternetVersion(\"Firefox\");\r\n                //\t\t\talert(\"Firefox\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                strbrowser = \"Safari\";\r\n                //ver = getInternetVersion(\"Safari\");\r\n                //\t\t\talert(\"Safari\"+ver+\"\uc785\ub2c8\ub2e4.\");\r\n            }\r\n            //\t\telse\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n        else if (navigator.appName.charAt(0) == \"M\") {\r\n            strbrowser = \"MSIE\";\r\n            //\t\tver = getInternetVersion(\"MSIE\");\r\n            //\t\talert(\"MSIE\uc785\ub2c8\ub2e4.\");\r\n            return strbrowser;\r\n        }\r\n        else {\r\n            //\t\t\talert(\"Safari\uc785\ub2c8\ub2e4.\");\r\n\r\n            return strbrowser;\r\n        }\r\n    }\r\n\r\n    function stop() {\r\n        return false;\r\n    }\r\n    //document.onmousewheel = stop;\r\n\r\n    function getQuerystring(key, default_) {\r\n        if (default_ == null) default_ = \"\";\r\n        key = key.replace(/[\\[]/, \"\\\\\\[\").replace(/[\\]]/, \"\\\\\\]\");\r\n        var regex = new RegExp(\"[\\\\?&]\" + key + \"=([^&#]*)\");\r\n        var qs = regex.exec(window.location.href);\r\n        if (qs == null)\r\n            return default_;\r\n        else\r\n            return qs[1];\r\n    }\r\n\r\n    function GetContentFrameSrc() {\r\n        var strSrc = \"about:blank\";\r\n        var strIP = getQuerystring(\"ip\");\r\n        var strPORT = getQuerystring(\"port\");\r\n        var strAction = getQuerystring(\"action\");\r\n\r\n        if (strAction == \"\" ||\r\n            (strAction != \"live\" && strAction != \"search\"  && strAction != \"setup\") )\r\n            strAction = \"live\";\r\n\r\n        if (BrowserDetect.OS == 'Windows') {\r\n\r\n            if (BrowserDetect.browser == 'Explorer') {\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else if ( (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6) ||\r\n                      (BrowserDetect.browser == 'Chrome' && BrowserDetect.version >= 12) ) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n\r\n        }\r\n        else if (BrowserDetect.OS == 'Mac') {\r\n\r\n            if ( (BrowserDetect.browser == 'Safari' && BrowserDetect.version >= 4) ||\r\n                 (BrowserDetect.browser == 'Firefox' && BrowserDetect.version >= 3.6)) {\r\n                strSrc = \"/cgi-bin/sl_webviewer?ip=\" + strIP + \"&port=\" + strPORT;\r\n            }\r\n            else\r\n                strSrc = \"/cgi-bin/webviewer?action=\" + strAction + \"&ip=\" + strIP + \"&port=\" + strPORT;\r\n        }\r\n\r\n        return strSrc;\r\n    }\r\n\r\n    function body_onload() {\r\n\r\n        //document.getElementById(\"iframeContentFrame\").src = GetContentFrameSrc();\r\n\r\n        body_onresize();\r\n    }\r\n\r\n    function GetContentFrameLeftPos() {\r\n        var niFramePositionLeft;\r\n        var niFrameWidth = document.getElementById(\"iframeContentFrame\").width;\r\n\r\n        niFramePositionLeft = (document.body.clientWidth - niFrameWidth) / 2;\r\n\r\n        if (niFramePositionLeft < 0)\r\n            niFramePositionLeft = 0;\r\n\r\n        return niFramePositionLeft;\r\n    }\r\n\r\n    ///// 20120807 by kjw\r\n    ///// ActiveX\ud398\uc774\uc9c0\uc5d0\uc11c \uae30\uc874 \ubc29\uc2dd\uc73c\ub85c \uc911\uc559\uc815\ub82c\uc2dc(center \ud0dc\uadf8) ie8\uc5d0\uc11c \ud31d\uc5c5\ucc3d \ub744\uc6b8 \ub54c \ud654\uba74\uc774 \uc67c\ucabd\uc73c\ub85c \uc6c0\uc9c1\uc774\ub294 \ubb38\uc81c\uac00 \uc788\uc74c.\r\n    ///// \uadf8\ub798\uc11c body \ud0dc\uadf8\uc758 onresize \uc774\ubca4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc911\uc559\uc815\ub82c \ud558\ub3c4\ub85d \uc218\uc815\ud568.\r\n    function body_onresize() {\r\n        document.getElementById(\"iframeContentFrame\").style.left = GetContentFrameLeftPos();\r\n    }\r\n\r\n</script>\r\n</head>\r\n\r\n<body onload=\"body_onload();\" leftmargin=0 topmargin=0 oncontextmenu=\"return false\" onresize=\"body_onresize()\">\r\n\r\n<script type=\"text/javascript\" language=\"javascript\">\r\n    ///// 20120820 kjw\r\n    ///// html \ud0dc\uadf8\ub85c iframe \uc0dd\uc131 \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c \uace0\uce68\uc2dc \uce90\uc26c\ub41c \ud398\uc774\uc9c0\uac00 \ubbf8\ub9ac \ub85c\ub4dc\ub418\uc5b4\r\n    ///// body_onload()\uc5d0\uc11c src\ub97c \uc911\ubcf5 \uc0dd\uc131\ud558\uac8c \ub418\uc5b4 \ud398\uc774\uc9c0\uac00 2\ubc88 \uc0dd\uc131\ub418\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c\r\n    ///// \uc774\uc804 \ubc29\uc2dd\ub300\ub85c document.write\ub97c \uc0ac\uc6a9\ud558\uc600\uc74c.\r\n    document.write(\"<iframe id='iframeContentFrame' src = '\" + GetContentFrameSrc() + \"' style='position:absolute;top:18px;left:0px' name='content_frame' width=1000 height=655 scrolling=no frameborder=0 marginwidth=0 marginheight=0></iframe>\");\r\n\r\n    body_onresize();\r\n</script>\r\n\r\n</body>\r\n</html>",
         "datamd5" : "db4bd5230a70d67a3bb0e5696a26adb2",
         "datammh3" : -803739066,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "3bb.co.th"
         ],
         "geolocus" : {
            "asn" : "AS45629",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "3bb.co.th",
               "3bbmail.com",
               "jasmine.com"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TTBP-TH",
            "organization" : "Triple T Broadband Public Company Limited",
            "subnet" : "223.204.0.0/15"
         },
         "host" : [
            "mx-ll-223"
         ],
         "hostname" : [
            "mx-ll-223.205.2-135.dynamic.3bb.co.th"
         ],
         "ip" : "223.205.2.135",
         "ipv6" : "false",
         "latitude" : "16.8732",
         "location" : "16.8732,99.1276",
         "longitude" : "99.1276",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "JasTel Network International Gateway",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 63210,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "productversion" : "1.4.26",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "mx-ll-223.205.2-135.dynamic.3bb.co.th"
         ],
         "seen_date" : "2024-10-10",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "2-135.dynamic.3bb.co.th",
            "205.2-135.dynamic.3bb.co.th",
            "dynamic.3bb.co.th"
         ],
         "subnet" : "223.204.0.0/14",
         "tld" : [
            "co.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }