Returning 10 result(s) out of 1,694 in 0.104 second(s)

  • 121.154.111.101:443 (tcp/http/tls) - last seen on 2024-11-01 at 03:05:05 UTC

    • IP
      121.154.111.101
      Network
      121.152.0.0/14
      Device

      <enterprise field>: device.class

      URL

      https://121.154.111.101/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http Cert expired http
      Source
      sniffer
    • Issuer Common Name
      DVR
      Issuer Organization
      Speco Technologies
      Subject Organization
      Speco Technologies
      Subject Common Name
      DVR
      SHA256 Fingerprint
      89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71
      Validity Not Before
      2017-11-09T19:03:09Z
      Validity Not After
      2019-11-09T19:03:09Z
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 12:05:30 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-01T03:05:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : "DC63D40020D6"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "ca" : "true",
         "city" : "Jeonju",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 12:05:30 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "fingerprint" : {
            "md5" : "e099f0b68cee8f9b25324c85c6c35044",
            "sha1" : "4f3f4d56f59eb7d2523b76b5d1101fd059524af8",
            "sha256" : "89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "121.152.0.0/14"
         },
         "ip" : "121.154.111.101",
         "ipv6" : "false",
         "issuer" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "latitude" : "35.8237",
         "location" : "35.8237,127.1476",
         "longitude" : "127.1476",
         "organization" : "Korea Telecom",
         "port" : "443",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "publickey" : {
            "algorithm" : "rsaEncryption",
            "length" : "2048"
         },
         "reason" : "OK",
         "seen_date" : "2024-11-01",
         "serial" : "8b:cc:0b:aa:9f:23:63:76",
         "signature" : {
            "algorithm" : "sha256WithRSAEncryption"
         },
         "source" : "sniffer",
         "status" : "200",
         "subject" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "subnet" : "121.152.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tls" : "true",
         "transport" : "tcp",
         "url" : "/",
         "validity" : {
            "notafter" : "2019-11-09T19:03:09Z",
            "notbefore" : "2017-11-09T19:03:09Z"
         },
         "version" : "v3",
         "wildcard" : "false"
      }
      
  • 128.134.103.171:80 (tcp/http) - last seen on 2024-11-01 at 02:08:27 UTC

    • IP
      128.134.103.171
      Network
      128.134.100.0/22
      Device

      <enterprise field>: device.class

      URL

      http://128.134.103.171/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http
      Source
      sniffer
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 11:09:53 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-01T02:08:27.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "value" : "DC63D40020D6",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "city" : "Seongbuk-gu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 11:09:53 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "128.134.100.0/22"
         },
         "ip" : "128.134.103.171",
         "ipv6" : "false",
         "latitude" : "37.6019",
         "location" : "37.6019,127.0034",
         "longitude" : "127.0034",
         "organization" : "Korea Telecom",
         "port" : "80",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-01",
         "source" : "sniffer",
         "status" : "200",
         "subnet" : "128.134.100.0/22",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 221.166.130.210:80 (tcp/http) - last seen on 2024-11-01 at 01:24:53 UTC

    • IP
      221.166.130.210
      Network
      221.166.0.0/15
      Device

      <enterprise field>: device.class

      URL

      http://221.166.130.210/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http
      Source
      sniffer
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 14:34:56 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-01T01:24:53.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "value" : "DC63D40020D6",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "city" : "Daegu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 14:34:56 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "221.166.0.0/15"
         },
         "ip" : "221.166.130.210",
         "ipv6" : "false",
         "latitude" : "35.8723",
         "location" : "35.8723,128.5924",
         "longitude" : "128.5924",
         "organization" : "Korea Telecom",
         "port" : "80",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-01",
         "source" : "sniffer",
         "status" : "200",
         "subnet" : "221.166.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 221.166.130.210:443 (tcp/http/tls) - last seen on 2024-11-01 at 01:24:53 UTC

    • IP
      221.166.130.210
      Network
      221.166.0.0/15
      Device

      <enterprise field>: device.class

      URL

      https://221.166.130.210/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http Cert expired http
      Source
      sniffer
    • Issuer Common Name
      DVR
      Issuer Organization
      Speco Technologies
      Subject Organization
      Speco Technologies
      Subject Common Name
      DVR
      SHA256 Fingerprint
      89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71
      Validity Not Before
      2017-11-09T19:03:09Z
      Validity Not After
      2019-11-09T19:03:09Z
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 14:34:44 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-01T01:24:53.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : "DC63D40020D6"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "ca" : "true",
         "city" : "Daegu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 14:34:44 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "fingerprint" : {
            "md5" : "e099f0b68cee8f9b25324c85c6c35044",
            "sha1" : "4f3f4d56f59eb7d2523b76b5d1101fd059524af8",
            "sha256" : "89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "221.166.0.0/15"
         },
         "ip" : "221.166.130.210",
         "ipv6" : "false",
         "issuer" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "latitude" : "35.8723",
         "location" : "35.8723,128.5924",
         "longitude" : "128.5924",
         "organization" : "Korea Telecom",
         "port" : "443",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "publickey" : {
            "algorithm" : "rsaEncryption",
            "length" : "2048"
         },
         "reason" : "OK",
         "seen_date" : "2024-11-01",
         "serial" : "8b:cc:0b:aa:9f:23:63:76",
         "signature" : {
            "algorithm" : "sha256WithRSAEncryption"
         },
         "source" : "sniffer",
         "status" : "200",
         "subject" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "subnet" : "221.166.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tls" : "true",
         "transport" : "tcp",
         "url" : "/",
         "validity" : {
            "notafter" : "2019-11-09T19:03:09Z",
            "notbefore" : "2017-11-09T19:03:09Z"
         },
         "version" : "v3",
         "wildcard" : "false"
      }
      
  • 121.150.9.205:443 (tcp/http/tls) - last seen on 2024-10-31 at 22:38:57 UTC

    • IP
      121.150.9.205
      Network
      121.150.0.0/16
      Device

      <enterprise field>: device.class

      URL

      https://121.150.9.205/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http Cert expired http
      Source
      sniffer
    • Issuer Common Name
      DVR
      Issuer Organization
      Speco Technologies
      Subject Organization
      Speco Technologies
      Subject Common Name
      DVR
      SHA256 Fingerprint
      89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71
      Validity Not Before
      2017-11-09T19:03:09Z
      Validity Not After
      2019-11-09T19:03:09Z
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 07:40:32 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T22:38:57.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "value" : "DC63D40020D6",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "ca" : "true",
         "city" : "Daegu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 07:40:32 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "fingerprint" : {
            "md5" : "e099f0b68cee8f9b25324c85c6c35044",
            "sha1" : "4f3f4d56f59eb7d2523b76b5d1101fd059524af8",
            "sha256" : "89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "121.150.0.0/16"
         },
         "ip" : "121.150.9.205",
         "ipv6" : "false",
         "issuer" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "latitude" : "35.8723",
         "location" : "35.8723,128.5924",
         "longitude" : "128.5924",
         "organization" : "Korea Telecom",
         "port" : "443",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "publickey" : {
            "algorithm" : "rsaEncryption",
            "length" : "2048"
         },
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "serial" : "8b:cc:0b:aa:9f:23:63:76",
         "signature" : {
            "algorithm" : "sha256WithRSAEncryption"
         },
         "source" : "sniffer",
         "status" : "200",
         "subject" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "subnet" : "121.150.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tls" : "true",
         "transport" : "tcp",
         "url" : "/",
         "validity" : {
            "notafter" : "2019-11-09T19:03:09Z",
            "notbefore" : "2017-11-09T19:03:09Z"
         },
         "version" : "v3",
         "wildcard" : "false"
      }
      
  • 220.94.3.194:80 (tcp/http) - last seen on 2024-10-31 at 18:47:04 UTC

    • IP
      220.94.3.194
      Network
      220.94.0.0/17
      Device

      <enterprise field>: device.class

      URL

      http://220.94.3.194/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http
      Source
      sniffer
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 03:47:29 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T18:47:04.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : "DC63D40020D6"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "city" : "Buk-gu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 03:47:29 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "220.94.0.0/17"
         },
         "ip" : "220.94.3.194",
         "ipv6" : "false",
         "latitude" : "35.9034",
         "location" : "35.9034,128.5923",
         "longitude" : "128.5923",
         "organization" : "Korea Telecom",
         "port" : "80",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "source" : "sniffer",
         "status" : "200",
         "subnet" : "220.94.0.0/17",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 220.94.3.194:443 (tcp/http/tls) - last seen on 2024-10-31 at 18:47:04 UTC

    • IP
      220.94.3.194
      Network
      220.94.0.0/17
      Device

      <enterprise field>: device.class

      URL

      https://220.94.3.194/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http Cert expired http
      Source
      sniffer
    • Issuer Common Name
      DVR
      Issuer Organization
      Speco Technologies
      Subject Organization
      Speco Technologies
      Subject Common Name
      DVR
      SHA256 Fingerprint
      89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71
      Validity Not Before
      2017-11-09T19:03:09Z
      Validity Not After
      2019-11-09T19:03:09Z
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Fri, 1 Nov 2024 03:47:42 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T18:47:04.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : "DC63D40020D6"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8657"
         },
         "asn" : "AS4766",
         "ca" : "true",
         "city" : "Buk-gu",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Fri, 1 Nov 2024 03:47:42 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "fingerprint" : {
            "md5" : "e099f0b68cee8f9b25324c85c6c35044",
            "sha1" : "4f3f4d56f59eb7d2523b76b5d1101fd059524af8",
            "sha256" : "89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "220.94.0.0/17"
         },
         "ip" : "220.94.3.194",
         "ipv6" : "false",
         "issuer" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "latitude" : "35.9034",
         "location" : "35.9034,128.5923",
         "longitude" : "128.5923",
         "organization" : "Korea Telecom",
         "port" : "443",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "publickey" : {
            "algorithm" : "rsaEncryption",
            "length" : "2048"
         },
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "serial" : "8b:cc:0b:aa:9f:23:63:76",
         "signature" : {
            "algorithm" : "sha256WithRSAEncryption"
         },
         "source" : "sniffer",
         "status" : "200",
         "subject" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "subnet" : "220.94.0.0/17",
         "tag" : "<enterprise field>: tag",
         "tls" : "true",
         "transport" : "tcp",
         "url" : "/",
         "validity" : {
            "notafter" : "2019-11-09T19:03:09Z",
            "notbefore" : "2017-11-09T19:03:09Z"
         },
         "version" : "v3",
         "wildcard" : "false"
      }
      
  • 211.107.112.129:443 (tcp/http/tls) - last seen on 2024-10-31 at 08:53:22 UTC

    • IP
      211.107.112.129
      Network
      211.107.0.0/16
      Device

      <enterprise field>: device.class

      URL

      https://211.107.112.129/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http Cert expired http
      Source
      sniffer
    • Issuer Common Name
      DVR
      Issuer Organization
      Speco Technologies
      Subject Organization
      Speco Technologies
      Subject Common Name
      DVR
      SHA256 Fingerprint
      89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71
      Validity Not Before
      2017-11-09T19:03:09Z
      Validity Not After
      2019-11-09T19:03:09Z
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Thu, 31 Oct 2024 19:39:02 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T08:53:22.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "value" : "DC63D40020D6",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8658"
         },
         "asn" : "AS4766",
         "ca" : "true",
         "city" : "Chilgok-gun",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Thu, 31 Oct 2024 19:39:02 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "fingerprint" : {
            "md5" : "e099f0b68cee8f9b25324c85c6c35044",
            "sha1" : "4f3f4d56f59eb7d2523b76b5d1101fd059524af8",
            "sha256" : "89363f8517e290104b98430935c28a781ab353d29d5be7dd6f5bae6f28a38c71"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "211.107.0.0/16"
         },
         "ip" : "211.107.112.129",
         "ipv6" : "false",
         "issuer" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "latitude" : "36.0112",
         "location" : "36.0112,128.4613",
         "longitude" : "128.4613",
         "organization" : "Korea Telecom",
         "port" : "443",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "publickey" : {
            "algorithm" : "rsaEncryption",
            "length" : "2048"
         },
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "serial" : "8b:cc:0b:aa:9f:23:63:76",
         "signature" : {
            "algorithm" : "sha256WithRSAEncryption"
         },
         "source" : "sniffer",
         "status" : "200",
         "subject" : {
            "commonname" : "DVR",
            "country" : "US",
            "organization" : "Speco Technologies",
            "organizationalunit" : "Engineering"
         },
         "subnet" : "211.107.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tls" : "true",
         "transport" : "tcp",
         "url" : "/",
         "validity" : {
            "notafter" : "2019-11-09T19:03:09Z",
            "notbefore" : "2017-11-09T19:03:09Z"
         },
         "version" : "v3",
         "wildcard" : "false"
      }
      
  • 211.107.112.129:80 (tcp/http) - last seen on 2024-10-31 at 08:53:22 UTC

    • IP
      211.107.112.129
      Network
      211.107.0.0/16
      Device

      <enterprise field>: device.class

      URL

      http://211.107.112.129/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http
      Source
      sniffer
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Thu, 31 Oct 2024 19:39:14 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T08:53:22.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : "DC63D40020D6"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8658"
         },
         "asn" : "AS4766",
         "city" : "Chilgok-gun",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Thu, 31 Oct 2024 19:39:14 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "211.107.0.0/16"
         },
         "ip" : "211.107.112.129",
         "ipv6" : "false",
         "latitude" : "36.0112",
         "location" : "36.0112,128.4613",
         "longitude" : "128.4613",
         "organization" : "Korea Telecom",
         "port" : "80",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "source" : "sniffer",
         "status" : "200",
         "subnet" : "211.107.0.0/16",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 61.81.0.104:80 (tcp/http) - last seen on 2024-10-31 at 08:08:18 UTC

    • IP
      61.81.0.104
      Network
      61.81.0.0/18
      Device

      <enterprise field>: device.class

      URL

      http://61.81.0.104/ 200

      HTTP Title
      Web Client
      ASN
      AS4766
      Organization
      Korea Telecom
      Protocol
      http
      Source
      sniffer
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      17b8f2799947d08d6c8fc5a3190c4f3b
      HTTP Header MD5
      0efdd29064fe401e96915373c3e489fe
      HTTP Body MD5
      a2e1bf64fd53314a276314722278757a
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "DC63D40020D6"
      Last-Modified: Tue, 10 Oct 2017 06:08:20 GMT
      Content-Length: 8406
      Date: Thu, 31 Oct 2024 17:08:39 GMT
      Server: ulwsd/1.0.1-20140331
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      <HTML xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
      <HEAD>
      <TITLE>Web Client</TITLE>
      
      
      <meta http-equiv='cache-control' content='no-cache'>
      
      <meta http-equiv='expires' content='0'>  
      
      <meta http-equiv='pragma' content='no-cache'> 
      
      <META content="text/html; charset=utf-8" http-equiv="Content-Type">
      
      <SCRIPT type="text/javascript">
      // InternetVersion
          function getInternetVersion(ver) 
          { 
              var rv = -1; // Return value assumes failure. 
              var ua = navigator.userAgent; 
              var re = null;
              if (ver == "MSIE")
              {
                  re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
              }
              else
              {
                  re = new RegExp(ver+"/([0-9]{1,}[\.0-9]{0,})");
              }
              if (re.exec(ua) != null)
              { 
                  rv = parseFloat(RegExp.$1);
              } 
              return rv; 
          } 
      
      
      
          function browserCheck()
          { 
              var ver = 0; 
              if (navigator.appName.charAt(0) == "N") {
      
                  var view_page;
                  var browser_name;
                  var plugin;
      
      			if(navigator.userAgent.indexOf("Trident") != -1) {
      				ver = getInternetVersion("Trident");			
      
      				location.href='web_viewer.html';
      				return;
      			}
                  else if (navigator.userAgent.indexOf("Chrome") != -1) {
                      ver = getInternetVersion("Chrome");
      
                  
                      browser_name = 'Chrome';
                      view_page = 'cnc0.html'
                  }
                  else if (navigator.userAgent.indexOf("Firefox") != -1) {
                      ver = getInternetVersion("Firefox");
      
                      
                      browser_name = 'Firefox';
                      view_page = 'cnc1.html'
                  } else if (navigator.userAgent.indexOf("Safari") != -1) {
                      ver = getInternetVersion("Safari");
      
                    
                      browser_name = 'Safari';
                      view_page = 'cnc2.html'
                  }
      
      
                  ///////////////////////////////////////////////////////////////////////////////////////////////////////////
                  plugin = navigator.plugins['UMS library plugin'];
                  if (plugin == null) {
                      var need_install = "";
      
      //                need_install += "<center>";
      //                need_install += "<table>";
      //                need_install += "<tr><td>";
      //                need_install += "<h1>" + oem_title + "이란 무엇인가?</h1>";
      //                need_install += "<p><strong>" + browser_name + "</strong>에서 UMS-WebViewer를 이용하려면, " + oem_title + "을 설치해야합니다.</p>";
      //                need_install += "<p>" + oem_title + "에는 1가지 버전이 있습니다:</p>";
      //                need_install += "<ul><li>Windows XP 이상의 버전을 위해 특별히 개발된, 다운로드해야 사용할 수 있는 새로운 버전.</li></ul>";
      //                need_install += "<p>이 글은 Windows XP 이상의 버전에서 " + oem_title + " for <strong>" + browser_name + "</strong> 의 설치 확인 방법과 설치하는 방법에 대한 설명입니다.<br>";
      //                need_install += "많은 Windows 사용자들이 IE를 통해 UMS-WebViewer를 사용하셨지만, <strong>" + browser_name + "</strong>을 통해서 사용하시기 원하신다면, 새로운 플러그인을 설치하는 것을 추천합니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인이 설치 여부 확인</h1>";
      //                need_install += "<p>이 글이 보인다면 플러그인이 설치되어 있지않은 것입니다.</p>";
      //                need_install += "<p><br></p>"
      //                need_install += "<h1>플러그인 설치</h1>";
      //                need_install += "<ol><li>여기를 눌러 <strong><a href='" + plugin_setup + "'>플러그인 다운로드</a></strong>를 하세요.</li>";
      //                need_install += "<li>데스트탑에 파일을 저장하세요.</li>";
      //                need_install += "<li>다운로드가 완료되면, 파일을 실행시켜서 플러그인을 설치하세요. </li>"
      //                need_install += "<li>설치가 완료되면 <strong>" + browser_name + "</strong>를 종료시켰다가 다시 실행하세요. </li>";
      //                need_install += "<li><strong>" + browser_name + "</strong>가 완전히 종료되면, <strong>" + browser_name + "</strong>를 다시 시작하세요.  </li></ol>";
      //                need_install += "</tr></td>"; 
      //                need_install += "</table>"
                      //                need_install += "</center>"
      
                      if (((browser_name == "Chrome") && (ver >= 45)) || ((browser_name == "Firefox") && (ver >= 52))) {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>This browser does not support the Plug-In.</h1><br>";
                          need_install += "<h1>Please use the Microsoft Internet Explorer.</h1>";
                          need_install += "</td></tr>";
                          need_install += "</table>"
                          need_install += "</center>"
                          document.getElementById("read_me").innerHTML = need_install;
                          return;
                      } else {
                          need_install += "<center>";
                          need_install += "<table>";
                          need_install += "<tr><td>";
                          need_install += "<h1>What is UMS library plugin?</h1>";
                          need_install += "<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p>There is the only version to UMS library plugin:</p>";
                          need_install += "<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>";
                          need_install += "<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>" + browser_name + "</strong> and How to install on Windows XP and over.<br>";
                          need_install += "Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>" + browser_name + "</strong>.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>Please check if plugin is installed.</h1>";
                          need_install += "<p>The plugin is not installed if you can see this message.</p>";
                          need_install += "<p><br></p>"
                          need_install += "<h1>How to install a plugin</h1>";
                          need_install += "<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>";
                          need_install += "<li>Save the file on Desktop.</li>";
                          need_install += "<li>Install the Plugin as running the file when the download is completed. </li>"
                          need_install += "<li>Close a <strong>" + browser_name + "</strong> after the installation is completed. </li>";
                          need_install += "<li>Start the <strong>" + browser_name + "</strong> again.  </li></ol>";
                          need_install += "<p><br></p>"
                          need_install += "<p>Thank you.</p>"
                          need_install += "</tr></td>";
                          need_install += "</table>"
                          need_install += "</center>"
                      }
                      
                      document.getElementById("read_me").innerHTML = need_install;
      
                      location.href='ums_plugin.exe';
      				location
                      return;
                  }
                  else {
                      location.href='cnc_plugin.html';
                  }
              
      
              } 
              else if (navigator.appName.charAt(0) == "M")
              {
                  ver = getInternetVersion("MSIE");
      
                  location.href='web_viewer.html';
              }
          } 
      </SCRIPT>
      </HEAD>
      <BODY Onload="browserCheck();">
      <DIV id="read_me"><!-- Message Zone--></DIV>  
      </BODY>
      </HTML>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-31T08:08:18.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "ums_plugin.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a2e1bf64fd53314a276314722278757a",
               "header" : [
                  {
                     "value" : "DC63D40020D6",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Tue, 10 Oct 2017 06:08:20 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "0efdd29064fe401e96915373c3e489fe",
               "title" : "Web Client"
            },
            "length" : "8658"
         },
         "asn" : "AS4766",
         "city" : "Seongnam-si",
         "country" : "KR",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"DC63D40020D6\"\r\nLast-Modified: Tue, 10 Oct 2017 06:08:20 GMT\r\nContent-Length: 8406\r\nDate: Thu, 31 Oct 2024 17:08:39 GMT\r\nServer: ulwsd/1.0.1-20140331\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">  \r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<HTML xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<HEAD>\r\n<TITLE>Web Client</TITLE>\r\n\r\n\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n\r\n<meta http-equiv='expires' content='0'>  \r\n\r\n<meta http-equiv='pragma' content='no-cache'> \r\n\r\n<META content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n\r\n<SCRIPT type=\"text/javascript\">\r\n// InternetVersion\r\n    function getInternetVersion(ver) \r\n    { \r\n        var rv = -1; // Return value assumes failure. \r\n        var ua = navigator.userAgent; \r\n        var re = null;\r\n        if (ver == \"MSIE\")\r\n        {\r\n            re = new RegExp(\"MSIE ([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        else\r\n        {\r\n            re = new RegExp(ver+\"/([0-9]{1,}[\\.0-9]{0,})\");\r\n        }\r\n        if (re.exec(ua) != null)\r\n        { \r\n            rv = parseFloat(RegExp.$1);\r\n        } \r\n        return rv; \r\n    } \r\n\r\n\r\n\r\n    function browserCheck()\r\n    { \r\n        var ver = 0; \r\n        if (navigator.appName.charAt(0) == \"N\") {\r\n\r\n            var view_page;\r\n            var browser_name;\r\n            var plugin;\r\n\r\n\t\t\tif(navigator.userAgent.indexOf(\"Trident\") != -1) {\r\n\t\t\t\tver = getInternetVersion(\"Trident\");\t\t\t\r\n\r\n\t\t\t\tlocation.href='web_viewer.html';\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n            else if (navigator.userAgent.indexOf(\"Chrome\") != -1) {\r\n                ver = getInternetVersion(\"Chrome\");\r\n\r\n            \r\n                browser_name = 'Chrome';\r\n                view_page = 'cnc0.html'\r\n            }\r\n            else if (navigator.userAgent.indexOf(\"Firefox\") != -1) {\r\n                ver = getInternetVersion(\"Firefox\");\r\n\r\n                \r\n                browser_name = 'Firefox';\r\n                view_page = 'cnc1.html'\r\n            } else if (navigator.userAgent.indexOf(\"Safari\") != -1) {\r\n                ver = getInternetVersion(\"Safari\");\r\n\r\n              \r\n                browser_name = 'Safari';\r\n                view_page = 'cnc2.html'\r\n            }\r\n\r\n\r\n            ///////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n            plugin = navigator.plugins['UMS library plugin'];\r\n            if (plugin == null) {\r\n                var need_install = \"\";\r\n\r\n//                need_install += \"<center>\";\r\n//                need_install += \"<table>\";\r\n//                need_install += \"<tr><td>\";\r\n//                need_install += \"<h1>\" + oem_title + \"\uc774\ub780 \ubb34\uc5c7\uc778\uac00?</h1>\";\r\n//                need_install += \"<p><strong>\" + browser_name + \"</strong>\uc5d0\uc11c UMS-WebViewer\ub97c \uc774\uc6a9\ud558\ub824\uba74, \" + oem_title + \"\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p>\" + oem_title + \"\uc5d0\ub294 1\uac00\uc9c0 \ubc84\uc804\uc774 \uc788\uc2b5\ub2c8\ub2e4:</p>\";\r\n//                need_install += \"<ul><li>Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc744 \uc704\ud574 \ud2b9\ubcc4\ud788 \uac1c\ubc1c\ub41c, \ub2e4\uc6b4\ub85c\ub4dc\ud574\uc57c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc0c8\ub85c\uc6b4 \ubc84\uc804.</li></ul>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc740 Windows XP \uc774\uc0c1\uc758 \ubc84\uc804\uc5d0\uc11c \" + oem_title + \" for <strong>\" + browser_name + \"</strong> \uc758 \uc124\uce58 \ud655\uc778 \ubc29\ubc95\uacfc \uc124\uce58\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc124\uba85\uc785\ub2c8\ub2e4.<br>\";\r\n//                need_install += \"\ub9ce\uc740 Windows \uc0ac\uc6a9\uc790\ub4e4\uc774 IE\ub97c \ud1b5\ud574 UMS-WebViewer\ub97c \uc0ac\uc6a9\ud558\uc168\uc9c0\ub9cc, <strong>\" + browser_name + \"</strong>\uc744 \ud1b5\ud574\uc11c \uc0ac\uc6a9\ud558\uc2dc\uae30 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc0c8\ub85c\uc6b4 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\ub294 \uac83\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58 \uc5ec\ubd80 \ud655\uc778</h1>\";\r\n//                need_install += \"<p>\uc774 \uae00\uc774 \ubcf4\uc778\ub2e4\uba74 \ud50c\ub7ec\uadf8\uc778\uc774 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0\uc54a\uc740 \uac83\uc785\ub2c8\ub2e4.</p>\";\r\n//                need_install += \"<p><br></p>\"\r\n//                need_install += \"<h1>\ud50c\ub7ec\uadf8\uc778 \uc124\uce58</h1>\";\r\n//                need_install += \"<ol><li>\uc5ec\uae30\ub97c \ub20c\ub7ec <strong><a href='\" + plugin_setup + \"'>\ud50c\ub7ec\uadf8\uc778 \ub2e4\uc6b4\ub85c\ub4dc</a></strong>\ub97c \ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub370\uc2a4\ud2b8\ud0d1\uc5d0 \ud30c\uc77c\uc744 \uc800\uc7a5\ud558\uc138\uc694.</li>\";\r\n//                need_install += \"<li>\ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uba74, \ud30c\uc77c\uc744 \uc2e4\ud589\uc2dc\ucf1c\uc11c \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud558\uc138\uc694. </li>\"\r\n//                need_install += \"<li>\uc124\uce58\uac00 \uc644\ub8cc\ub418\uba74 <strong>\" + browser_name + \"</strong>\ub97c \uc885\ub8cc\uc2dc\ucf30\ub2e4\uac00 \ub2e4\uc2dc \uc2e4\ud589\ud558\uc138\uc694. </li>\";\r\n//                need_install += \"<li><strong>\" + browser_name + \"</strong>\uac00 \uc644\uc804\ud788 \uc885\ub8cc\ub418\uba74, <strong>\" + browser_name + \"</strong>\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc138\uc694.  </li></ol>\";\r\n//                need_install += \"</tr></td>\"; \r\n//                need_install += \"</table>\"\r\n                //                need_install += \"</center>\"\r\n\r\n                if (((browser_name == \"Chrome\") && (ver >= 45)) || ((browser_name == \"Firefox\") && (ver >= 52))) {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>This browser does not support the Plug-In.</h1><br>\";\r\n                    need_install += \"<h1>Please use the Microsoft Internet Explorer.</h1>\";\r\n                    need_install += \"</td></tr>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                    document.getElementById(\"read_me\").innerHTML = need_install;\r\n                    return;\r\n                } else {\r\n                    need_install += \"<center>\";\r\n                    need_install += \"<table>\";\r\n                    need_install += \"<tr><td>\";\r\n                    need_install += \"<h1>What is UMS library plugin?</h1>\";\r\n                    need_install += \"<p>UMS library plugin has to be installed to use UMS-WebViewer on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p>There is the only version to UMS library plugin:</p>\";\r\n                    need_install += \"<ul><li>New version which can be used after downloading and is developed specially for Windows XP and over.</li></ul>\";\r\n                    need_install += \"<p>This instructions is an explanation about How to confirm an installation of UMS library plugin for <strong>\" + browser_name + \"</strong> and How to install on Windows XP and over.<br>\";\r\n                    need_install += \"Many Windows users use UMS-WebViewer on IE but we would like to recommend to install a new plugin for others who use on <strong>\" + browser_name + \"</strong>.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>Please check if plugin is installed.</h1>\";\r\n                    need_install += \"<p>The plugin is not installed if you can see this message.</p>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<h1>How to install a plugin</h1>\";\r\n                    need_install += \"<ol><li>Click here to <strong><a href='ums_plugin.exe'>download a plugin</a></strong>.</li>\";\r\n                    need_install += \"<li>Save the file on Desktop.</li>\";\r\n                    need_install += \"<li>Install the Plugin as running the file when the download is completed. </li>\"\r\n                    need_install += \"<li>Close a <strong>\" + browser_name + \"</strong> after the installation is completed. </li>\";\r\n                    need_install += \"<li>Start the <strong>\" + browser_name + \"</strong> again.  </li></ol>\";\r\n                    need_install += \"<p><br></p>\"\r\n                    need_install += \"<p>Thank you.</p>\"\r\n                    need_install += \"</tr></td>\";\r\n                    need_install += \"</table>\"\r\n                    need_install += \"</center>\"\r\n                }\r\n                \r\n                document.getElementById(\"read_me\").innerHTML = need_install;\r\n\r\n                location.href='ums_plugin.exe';\r\n\t\t\t\tlocation\r\n                return;\r\n            }\r\n            else {\r\n                location.href='cnc_plugin.html';\r\n            }\r\n        \r\n\r\n        } \r\n        else if (navigator.appName.charAt(0) == \"M\")\r\n        {\r\n            ver = getInternetVersion(\"MSIE\");\r\n\r\n            location.href='web_viewer.html';\r\n        }\r\n    } \r\n</SCRIPT>\r\n</HEAD>\r\n<BODY Onload=\"browserCheck();\">\r\n<DIV id=\"read_me\"><!-- Message Zone--></DIV>  \r\n</BODY>\r\n</HTML>\r\n",
         "datamd5" : "17b8f2799947d08d6c8fc5a3190c4f3b",
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS4766",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "KR",
            "countryname" : "South Korea",
            "domain" : [
               "kt.com",
               "nic.or.kr"
            ],
            "isineu" : "false",
            "latitude" : "35.907757",
            "location" : "35.907757,127.766922",
            "longitude" : "127.766922",
            "netname" : "KORNET",
            "organization" : "Korea Telecom",
            "subnet" : "61.81.0.0/18"
         },
         "ip" : "61.81.0.104",
         "ipv6" : "false",
         "latitude" : "37.4331",
         "location" : "37.4331,127.1377",
         "longitude" : "127.1377",
         "organization" : "Korea Telecom",
         "port" : "80",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-10-31",
         "source" : "sniffer",
         "status" : "200",
         "subnet" : "61.81.0.0/18",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }