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