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" }