Returning 10 result(s) out of 10 in 0.153 second(s)

  • 187.251.152.100:447 (tcp/http) - last seen on 2024-11-05 at 16:00:35 UTC

    • IP
      187.251.152.100
      Network
      187.251.128.0/19
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://187.251.152.100:447/ 200

      HTTP Title
      NVR Client
      Reverse DNS
      fixed-187-251-152-100.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd
      HTTP Component(s)
      jQuery jQuery 1.4.4
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      24b0d91860d97be436b887f2262b3776
      HTTP Header MD5
      bcdb9fb2af031ff6a6937180b0db3493
      HTTP Body MD5
      14856cb70040e03b547fa7e8935d5d72
    • HTTP/1.1 200 OK
      X-Frame-Options: SAMEORIGIN
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "330809518"
      Last-Modified: Wed, 06 Nov 2019 09:43:06 GMT
      Content-Length: 21364
      Connection: close
      Date: Tue, 05 Nov 2024 15:59:36 GMT
      Server: lighttpd/
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=EDGE" />
      <meta http-equiv="pragma" content="no-cache" />
      <!--<meta http-equiv="Cache-Control" CONTENT="no-cache, must-revalidate">
      <meta http-equiv="expires" content="Mon,1 Jan 2001 0:0:0 UTC" />-->
      <title>NVR Client</title>
      <script src="js/jquery-1.4.4.min.js" type="text/javascript"></script>
      <script src="js/ansiUrlCodec.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/language.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/common.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/class.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/main.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/classwy.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/upfile.js?ver=1.32.2.5" type="text/javascript"></script>
      
      <script language="javascript" type="text/javascript">
      function doEvent(){}
      function ReSize(){}
      
      function OpenAllVideo()
      {
      	gDvr.OpenVideo(-1, gVar.nStreamType);
      }
      
      function CloseAllVideo()
      {
      	gDvr.CloseVideo(-1);
      }
      
      function SwitchOneChannel()
      {
      	gDvr.SwitchToOneChannel();
      }
      
      function SwitchFourChannels()
      {
      	gDvr.SwitchToFourChannels();
      }
      
      function SwitchToAppointedChannels(t) 
      {
          gDvr.SwitchToAppointedChannels(t);
      }
      
      function StartOrStopPoll(t)
      {
      	gDvr.StartPoll($("#PollInterval").attr("innerHTML")*1);
      }
      
      function PreviousPage()
      {
      	gDvr.PreviousPage();
      }
      
      function NextPage()
      {
      	gDvr.NextPage();
      }
      
      function FullScreen()
      {
      	gDvr.FullScreen();
      }
      
      $(function () {
          var isIE11 = true;
          var vsafi = "3.0.0.10"; //version Info
          var s = navigator.userAgent.split("Trident");
          if (typeof s[1] == 'undefined') {
              isIE11 = false;
          }
      
          function DownPluginTip() { }
          var isIE = true;
      
          var userAg = navigator.userAgent.toLowerCase();
          var reg = /.*version\/([\w.]+).*(safari).*/;
          var macs = reg.exec(userAg);
          //safari and firefox
          if (macs != null && !isIE11) {
              isIE = false;
              doEvent = doEvent1;
              ReSize = function () { try { $("#gsliderCov").trigger("sChange"); } catch (e) { } } /*chrome有点格鲁*/
              var plugins = navigator.mimeTypes;
              var plugin = false;
              for (var pi = 0; pi < plugins.length; pi++) {
                  if (plugins[pi].type == "application/fsnvr-npapi") {
                      pVersion = plugins[pi].enabledPlugin.description.split("-");
                      if (pVersion.length == 2) pVersion = pVersion[1];
                      else pVersion = "";
                      plugin = true; break;
                  }
              }
      
              if (!plugin) {
                  DownPluginTip = function () {
                      var browserName = navigator.userAgent.toLowerCase();
                      var obj = document.getElementById("downPlugins");
                      var objs = document.getElementById("closeBrowser");
                      if (/firefox/i.test(browserName)) {
                          obj.innerHTML = '<a id="down" href="plugins.exe#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                      else if (macs != null) {
                          obj.innerHTML = '<a id="down" href="plugins.pkg#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                  }
              }
              else {
                  var needUpdate = false;
                  var vv1 = pVersion.split(".");   //plugin version
                  var vv2 = vsafi.split(".");    //web version
                  for (var m = 0; m < 4; m++) {
                      if (vv2[m] * 1 > vv1[m] * 1) {
                          needUpdate = true;
                          break;
                      } else if (vv2[m] * 1 == vv1[m] * 1) {
                          continue;
                      } else {
                          needUpdate = false;
                          break;
                      }
                  }
                  if (needUpdate) {
                      DownPluginTip = function () {
                          var browserName = navigator.userAgent.toLowerCase();
                          var reg = /.*version\/([\w.]+).*(safari).*/;
                          var macs = reg.exec(browserName);
                          var obj = document.getElementById("downPlugins");
                          var objs = document.getElementById("closeBrowser");
                          if (macs != null) {
                              obj.innerHTML = '<a id="down_new" href="plugins.pkg#">' + lg.get("IDS_LOGIN_NEW") + '</a>';
                              objs.innerHTML = '<p id="restart_new">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                          }
                      }
                  }
              }
      
              var str = "";
              //for (var i = 0; i < 1; i++) {
              str += ('<div id="ipcamdiv0" style="float:left;height:0%;width:0%;"><embed width="100%" height="100%" pluginspage="plugins.exe" maxchannel="32" curchannel="32" curctyle="0" mvsize="850,520" shesize="500,320" type="application/fsnvr-npapi" id="nvr" name="0"></embed></div>')
              //}
              $("#plugin").html(str);
      
          } else if (/firefox/i.test(userAg)) {
              isIE = false;
              doEvent = doEvent1;
              ReSize = function () { try { $("#gsliderCov").trigger("sChange"); } catch (e) { } } /*chrome有点格鲁*/
              var plugins = navigator.mimeTypes;
              var plugin = false;
              for (var pi = 0; pi < plugins.length; pi++) {
                  if (plugins[pi].type == "application/fsnvr-npapi") {
                      plugin = true;
                      break;
                  }
              }
              if (!plugin) {
                  DownPluginTip = function () {
                      var browserName = navigator.userAgent.toLowerCase();
                      var obj = document.getElementById("downPlugins");
                      var objs = document.getElementById("closeBrowser");
                      if (/firefox/i.test(browserName)) {
                          obj.innerHTML = '<a id="down" href="plugins.exe#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                  }
              }
              var str = "";
              //for (var i = 0; i < 1; i++) {
              str += ('<div id="ipcamdiv0" style="float:left;height:0%;width:0%;"><embed width="100%" height="100%" pluginspage="plugins.exe" maxchannel="32" curchannel="32" curctyle="0" mvsize="850,520" shesize="500,320" type="application/fsnvr-npapi" id="nvr" name="0"></embed></div>')
              //}
              $("#plugin").html(str);
          }
          else if ($.browser.msie || isIE11) {
              doEvent = doEvent2;
              if ($.browser.version == "6.0") {
                  onReSize();
                  document.body.onresize = function () { onReSize(); changPlugin(); try { $("#gsliderCov").trigger("sChange"); } catch (e) { } };
              } else {
                  document.body.onresize = function () { changPlugin(); try { $("#gsliderCov").trigger("sChange"); } catch (e) { } };
              }
          }
          else {
              if (navigator.language.indexOf("zh") != -1) {
                  $("body").html("<center><h1>客户端不支持该浏览器!</h1></center>");
              }
              else {
                  $("body").html("<center><h1>The client does not support the browser!</h1></center>");
              }
          }
          window.onbeforeunload = function (e) {
              Logout();
          }
          WebInit(DownPluginTip, isIE);
      });
      </script>
      <link href="css/main1.css" rel="stylesheet" type="text/css" />
      </head>
      <body onselectstart="return fbd();" onresize="ReSize()">
      <iframe onload="" id="cgiframe" style="display:none"></iframe>
      <iframe onload="" id="cgiframe1" style="display:none"></iframe>
      <div id="MsgPaop">
          <div id="PaopBg" style="height:28px; width:240px; background:url(images/paopaotitie.gif)">
              <div id="Paoptitle" ></div><div class="paopao_close"></div>
          </div>
          <div id="PaopContant" style="height:145px; width:240px;white-space:normal;word-break:break-all; background:#FFF;"></div>
      </div>
      <div id="MaskLayout"></div>
      <script>MasklayerShow();</script>
      <div id="login"></div>
      <div id="header" class="undisplay" style="background:url(images/con-logo-bg.png); display:none;font-family:Arial;">
          <div style=" position:relative;float:left;width:290px;height:78px;background:url(../images/con-logo.png) no-repeat; overflow:hidden;">
          </div> 				   
          <div style="float:left;width:549px; height:78px; position:relative; overflow:hidden;">
              <div id="LiveMenu" style=" text-align:left; line-height: 50px;font-size:15px; color:#000;text-indent:80px;text-indent:10px\0;float:left;width:78px; height:78px;top:0px;left:100px;position:absolute;background:url(images/live.png) 0px 0px no-repeat; z-index:30;cursor:pointer;">
              </div>
          
              <div id="PlayBackMenu" style=" line-height: 50px;font-size:15px; color:#000;text-indent:90px;z-index:29;text-indent:10px\0;float:left;width:78px; height:78px;top:0px;left:370px;position:absolute;background: url(images/backplay.png) -78px 0px no-repeat;cursor:pointer;">
              </div>
          
              <div id="ConfigMenu" style="line-height:50px; text-indent:80px;font-size:15px; color:#000;z-index:28;float:left;text-indent:4px\0;width:78px; height:78px;top:0px;left:235px;position:absolute;background: url(images/setting.png) -78px 0px no-repeat;overflow:hidden;cursor:pointer;">
              </div>
          </div>
          
          
          <div style="height:78px; width:100%; margin-left:-839px; overflow:hidden;float:left;">
          	<div id="LogoutMenu"  style="float:right;width:59px;height:59px;margin-right:36px;margin-top:12px;cursor:pointer;background:url(images/logout.png) no-repeat 0px 0px;"></div>
          	<div>
          	    <label style="float:right;margin-top:22px;margin-right:20px;font-size:30px;color:#606a73;text-shadow:d1;font-family:Arial;font-weight:bolder;" id="labConTitle">网络视频录像机</label>
          	</div>
          </div>
      </div>
      
      <div id="content">
          <div id="mleft" class="undisplay" style="background: url(images/top-5.jpg)"></div>
          <div id="main" style="background:#c4c7cc;">
          	<div id="objPC">
              	<div id="plugin" style="position:absolute; z-index:100000;width:0; height:0;"><script>
      			var browserName = navigator.userAgent.toLowerCase();
      			if(/ie/i.test(browserName) || /trident/i.test(browserName)){
      				var str="";
      				//for(var i=0; i<9; i++){
      				str += ('<div style="float:left;height:100%;width:100%;background:#000"><object codebase="plugins.exe" id="nvr" width="100%" height="90%" classid="clsid:9A5188CD-1653-4110-A626-78ECF54062B6" style="width:100%;height:100%"><param name="MaxChannel" value="32" /><param name="CurChannel" value="32" /><param name="CurStyle" value="0" /><param name="mvsize" value="850,520"/><param name="shesize" value="500,320"/></object></div>')
      				//}
      				document.write(str);
      			}
                  </script></div>
                      <div id="MotionRegion" style="font-size:13px; font-family:Arial; display:none; position:absolute; z-index:100000; background:#a0a5ab; left:900px; top:70px; width:200px; height:520px;">
                          <div id="Region1" style="margin-top:20px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText1" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable0" type="checkbox" style="float: left; vertical-align:middle; "/><div id="RegionEnable1" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit1"></div></td>
                                      <td>
                                          <select id="selQue0" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                          <div id="Region2" style="margin-top:50px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%"  style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText2" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable1" type="checkbox" style="float: left; vertical-align:middle;" /><div id="RegionEnable2" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit2"></div></td>
                                      <td>
                                          <select id="selQue1" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                          <div id="Region3" style="margin-top:50px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText3" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable2" type="checkbox" style="float: left; vertical-align:middle;"/><div id="RegionEnable3" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit3"></div></td>
                                      <td>
                                          <select id="selQue2" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                      </div>
                  <div id="configPage" class="style11">
                  <d
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-05T16:00:35.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "plugins.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "ip" : [
                  "1.32.2.5",
                  "3.0.0.10"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "14856cb70040e03b547fa7e8935d5d72",
               "bodymmh3" : -1974598131,
               "component" : [
                  {
                     "productversion" : "1.4.4",
                     "productvendor" : "jQuery",
                     "product" : "jQuery"
                  }
               ],
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : 330809518
                  },
                  {
                     "value" : "Wed, 06 Nov 2019 09:43:06 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "bcdb9fb2af031ff6a6937180b0db3493",
               "headermmh3" : -1199304719,
               "title" : "NVR Client"
            },
            "length" : 16384
         },
         "asn" : "AS22884",
         "city" : "Guadalajara",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"330809518\"\r\nLast-Modified: Wed, 06 Nov 2019 09:43:06 GMT\r\nContent-Length: 21364\r\nConnection: close\r\nDate: Tue, 05 Nov 2024 15:59:36 GMT\r\nServer: lighttpd/\r\n\r\n\ufeff<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=11; IE=10; IE=9; IE=8; IE=EDGE\" />\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<!--<meta http-equiv=\"Cache-Control\" CONTENT=\"no-cache, must-revalidate\">\r\n<meta http-equiv=\"expires\" content=\"Mon,1 Jan 2001 0:0:0 UTC\" />-->\r\n<title>NVR Client</title>\r\n<script src=\"js/jquery-1.4.4.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"js/ansiUrlCodec.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/language.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/common.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/class.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/main.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/classwy.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/upfile.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n\r\n<script language=\"javascript\" type=\"text/javascript\">\r\nfunction doEvent(){}\r\nfunction ReSize(){}\r\n\r\nfunction OpenAllVideo()\r\n{\r\n\tgDvr.OpenVideo(-1, gVar.nStreamType);\r\n}\r\n\r\nfunction CloseAllVideo()\r\n{\r\n\tgDvr.CloseVideo(-1);\r\n}\r\n\r\nfunction SwitchOneChannel()\r\n{\r\n\tgDvr.SwitchToOneChannel();\r\n}\r\n\r\nfunction SwitchFourChannels()\r\n{\r\n\tgDvr.SwitchToFourChannels();\r\n}\r\n\r\nfunction SwitchToAppointedChannels(t) \r\n{\r\n    gDvr.SwitchToAppointedChannels(t);\r\n}\r\n\r\nfunction StartOrStopPoll(t)\r\n{\r\n\tgDvr.StartPoll($(\"#PollInterval\").attr(\"innerHTML\")*1);\r\n}\r\n\r\nfunction PreviousPage()\r\n{\r\n\tgDvr.PreviousPage();\r\n}\r\n\r\nfunction NextPage()\r\n{\r\n\tgDvr.NextPage();\r\n}\r\n\r\nfunction FullScreen()\r\n{\r\n\tgDvr.FullScreen();\r\n}\r\n\r\n$(function () {\r\n    var isIE11 = true;\r\n    var vsafi = \"3.0.0.10\"; //version Info\r\n    var s = navigator.userAgent.split(\"Trident\");\r\n    if (typeof s[1] == 'undefined') {\r\n        isIE11 = false;\r\n    }\r\n\r\n    function DownPluginTip() { }\r\n    var isIE = true;\r\n\r\n    var userAg = navigator.userAgent.toLowerCase();\r\n    var reg = /.*version\\/([\\w.]+).*(safari).*/;\r\n    var macs = reg.exec(userAg);\r\n    //safari and firefox\r\n    if (macs != null && !isIE11) {\r\n        isIE = false;\r\n        doEvent = doEvent1;\r\n        ReSize = function () { try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } } /*chrome\u6709\u70b9\u683c\u9c81*/\r\n        var plugins = navigator.mimeTypes;\r\n        var plugin = false;\r\n        for (var pi = 0; pi < plugins.length; pi++) {\r\n            if (plugins[pi].type == \"application/fsnvr-npapi\") {\r\n                pVersion = plugins[pi].enabledPlugin.description.split(\"-\");\r\n                if (pVersion.length == 2) pVersion = pVersion[1];\r\n                else pVersion = \"\";\r\n                plugin = true; break;\r\n            }\r\n        }\r\n\r\n        if (!plugin) {\r\n            DownPluginTip = function () {\r\n                var browserName = navigator.userAgent.toLowerCase();\r\n                var obj = document.getElementById(\"downPlugins\");\r\n                var objs = document.getElementById(\"closeBrowser\");\r\n                if (/firefox/i.test(browserName)) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.exe#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n                else if (macs != null) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.pkg#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n            }\r\n        }\r\n        else {\r\n            var needUpdate = false;\r\n            var vv1 = pVersion.split(\".\");   //plugin version\r\n            var vv2 = vsafi.split(\".\");    //web version\r\n            for (var m = 0; m < 4; m++) {\r\n                if (vv2[m] * 1 > vv1[m] * 1) {\r\n                    needUpdate = true;\r\n                    break;\r\n                } else if (vv2[m] * 1 == vv1[m] * 1) {\r\n                    continue;\r\n                } else {\r\n                    needUpdate = false;\r\n                    break;\r\n                }\r\n            }\r\n            if (needUpdate) {\r\n                DownPluginTip = function () {\r\n                    var browserName = navigator.userAgent.toLowerCase();\r\n                    var reg = /.*version\\/([\\w.]+).*(safari).*/;\r\n                    var macs = reg.exec(browserName);\r\n                    var obj = document.getElementById(\"downPlugins\");\r\n                    var objs = document.getElementById(\"closeBrowser\");\r\n                    if (macs != null) {\r\n                        obj.innerHTML = '<a id=\"down_new\" href=\"plugins.pkg#\">' + lg.get(\"IDS_LOGIN_NEW\") + '</a>';\r\n                        objs.innerHTML = '<p id=\"restart_new\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                    }\r\n                }\r\n            }\r\n        }\r\n\r\n        var str = \"\";\r\n        //for (var i = 0; i < 1; i++) {\r\n        str += ('<div id=\"ipcamdiv0\" style=\"float:left;height:0%;width:0%;\"><embed width=\"100%\" height=\"100%\" pluginspage=\"plugins.exe\" maxchannel=\"32\" curchannel=\"32\" curctyle=\"0\" mvsize=\"850,520\" shesize=\"500,320\" type=\"application/fsnvr-npapi\" id=\"nvr\" name=\"0\"></embed></div>')\r\n        //}\r\n        $(\"#plugin\").html(str);\r\n\r\n    } else if (/firefox/i.test(userAg)) {\r\n        isIE = false;\r\n        doEvent = doEvent1;\r\n        ReSize = function () { try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } } /*chrome\u6709\u70b9\u683c\u9c81*/\r\n        var plugins = navigator.mimeTypes;\r\n        var plugin = false;\r\n        for (var pi = 0; pi < plugins.length; pi++) {\r\n            if (plugins[pi].type == \"application/fsnvr-npapi\") {\r\n                plugin = true;\r\n                break;\r\n            }\r\n        }\r\n        if (!plugin) {\r\n            DownPluginTip = function () {\r\n                var browserName = navigator.userAgent.toLowerCase();\r\n                var obj = document.getElementById(\"downPlugins\");\r\n                var objs = document.getElementById(\"closeBrowser\");\r\n                if (/firefox/i.test(browserName)) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.exe#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n            }\r\n        }\r\n        var str = \"\";\r\n        //for (var i = 0; i < 1; i++) {\r\n        str += ('<div id=\"ipcamdiv0\" style=\"float:left;height:0%;width:0%;\"><embed width=\"100%\" height=\"100%\" pluginspage=\"plugins.exe\" maxchannel=\"32\" curchannel=\"32\" curctyle=\"0\" mvsize=\"850,520\" shesize=\"500,320\" type=\"application/fsnvr-npapi\" id=\"nvr\" name=\"0\"></embed></div>')\r\n        //}\r\n        $(\"#plugin\").html(str);\r\n    }\r\n    else if ($.browser.msie || isIE11) {\r\n        doEvent = doEvent2;\r\n        if ($.browser.version == \"6.0\") {\r\n            onReSize();\r\n            document.body.onresize = function () { onReSize(); changPlugin(); try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } };\r\n        } else {\r\n            document.body.onresize = function () { changPlugin(); try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } };\r\n        }\r\n    }\r\n    else {\r\n        if (navigator.language.indexOf(\"zh\") != -1) {\r\n            $(\"body\").html(\"<center><h1>\u5ba2\u6237\u7aef\u4e0d\u652f\u6301\u8be5\u6d4f\u89c8\u5668!</h1></center>\");\r\n        }\r\n        else {\r\n            $(\"body\").html(\"<center><h1>The client does not support the browser!</h1></center>\");\r\n        }\r\n    }\r\n    window.onbeforeunload = function (e) {\r\n        Logout();\r\n    }\r\n    WebInit(DownPluginTip, isIE);\r\n});\r\n</script>\r\n<link href=\"css/main1.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n</head>\r\n<body onselectstart=\"return fbd();\" onresize=\"ReSize()\">\r\n<iframe onload=\"\" id=\"cgiframe\" style=\"display:none\"></iframe>\r\n<iframe onload=\"\" id=\"cgiframe1\" style=\"display:none\"></iframe>\r\n<div id=\"MsgPaop\">\r\n    <div id=\"PaopBg\" style=\"height:28px; width:240px; background:url(images/paopaotitie.gif)\">\r\n        <div id=\"Paoptitle\" ></div><div class=\"paopao_close\"></div>\r\n    </div>\r\n    <div id=\"PaopContant\" style=\"height:145px; width:240px;white-space:normal;word-break:break-all; background:#FFF;\"></div>\r\n</div>\r\n<div id=\"MaskLayout\"></div>\r\n<script>MasklayerShow();</script>\r\n<div id=\"login\"></div>\r\n<div id=\"header\" class=\"undisplay\" style=\"background:url(images/con-logo-bg.png); display:none;font-family:Arial;\">\r\n    <div style=\" position:relative;float:left;width:290px;height:78px;background:url(../images/con-logo.png) no-repeat; overflow:hidden;\">\r\n    </div> \t\t\t\t   \r\n    <div style=\"float:left;width:549px; height:78px; position:relative; overflow:hidden;\">\r\n        <div id=\"LiveMenu\" style=\" text-align:left; line-height: 50px;font-size:15px; color:#000;text-indent:80px;text-indent:10px\\0;float:left;width:78px; height:78px;top:0px;left:100px;position:absolute;background:url(images/live.png) 0px 0px no-repeat; z-index:30;cursor:pointer;\">\r\n        </div>\r\n    \r\n        <div id=\"PlayBackMenu\" style=\" line-height: 50px;font-size:15px; color:#000;text-indent:90px;z-index:29;text-indent:10px\\0;float:left;width:78px; height:78px;top:0px;left:370px;position:absolute;background: url(images/backplay.png) -78px 0px no-repeat;cursor:pointer;\">\r\n        </div>\r\n    \r\n        <div id=\"ConfigMenu\" style=\"line-height:50px; text-indent:80px;font-size:15px; color:#000;z-index:28;float:left;text-indent:4px\\0;width:78px; height:78px;top:0px;left:235px;position:absolute;background: url(images/setting.png) -78px 0px no-repeat;overflow:hidden;cursor:pointer;\">\r\n        </div>\r\n    </div>\r\n    \r\n    \r\n    <div style=\"height:78px; width:100%; margin-left:-839px; overflow:hidden;float:left;\">\r\n    \t<div id=\"LogoutMenu\"  style=\"float:right;width:59px;height:59px;margin-right:36px;margin-top:12px;cursor:pointer;background:url(images/logout.png) no-repeat 0px 0px;\"></div>\r\n    \t<div>\r\n    \t    <label style=\"float:right;margin-top:22px;margin-right:20px;font-size:30px;color:#606a73;text-shadow:d1;font-family:Arial;font-weight:bolder;\" id=\"labConTitle\">\u7f51\u7edc\u89c6\u9891\u5f55\u50cf\u673a</label>\r\n    \t</div>\r\n    </div>\r\n</div>\r\n\r\n<div id=\"content\">\r\n    <div id=\"mleft\" class=\"undisplay\" style=\"background: url(images/top-5.jpg)\"></div>\r\n    <div id=\"main\" style=\"background:#c4c7cc;\">\r\n    \t<div id=\"objPC\">\r\n        \t<div id=\"plugin\" style=\"position:absolute; z-index:100000;width:0; height:0;\"><script>\r\n\t\t\tvar browserName = navigator.userAgent.toLowerCase();\r\n\t\t\tif(/ie/i.test(browserName) || /trident/i.test(browserName)){\r\n\t\t\t\tvar str=\"\";\r\n\t\t\t\t//for(var i=0; i<9; i++){\r\n\t\t\t\tstr += ('<div style=\"float:left;height:100%;width:100%;background:#000\"><object codebase=\"plugins.exe\" id=\"nvr\" width=\"100%\" height=\"90%\" classid=\"clsid:9A5188CD-1653-4110-A626-78ECF54062B6\" style=\"width:100%;height:100%\"><param name=\"MaxChannel\" value=\"32\" /><param name=\"CurChannel\" value=\"32\" /><param name=\"CurStyle\" value=\"0\" /><param name=\"mvsize\" value=\"850,520\"/><param name=\"shesize\" value=\"500,320\"/></object></div>')\r\n\t\t\t\t//}\r\n\t\t\t\tdocument.write(str);\r\n\t\t\t}\r\n            </script></div>\r\n                <div id=\"MotionRegion\" style=\"font-size:13px; font-family:Arial; display:none; position:absolute; z-index:100000; background:#a0a5ab; left:900px; top:70px; width:200px; height:520px;\">\r\n                    <div id=\"Region1\" style=\"margin-top:20px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText1\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable0\" type=\"checkbox\" style=\"float: left; vertical-align:middle; \"/><div id=\"RegionEnable1\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit1\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue0\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                    <div id=\"Region2\" style=\"margin-top:50px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"  style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText2\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable1\" type=\"checkbox\" style=\"float: left; vertical-align:middle;\" /><div id=\"RegionEnable2\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit2\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue1\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                    <div id=\"Region3\" style=\"margin-top:50px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText3\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable2\" type=\"checkbox\" style=\"float: left; vertical-align:middle;\"/><div id=\"RegionEnable3\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit3\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue2\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                </div>\r\n            <div id=\"configPage\" class=\"style11\">\r\n            <d",
         "datamd5" : "24b0d91860d97be436b887f2262b3776",
         "datammh3" : 3603687,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.251.152.0/22"
         },
         "host" : [
            "fixed-187-251-152-100"
         ],
         "hostname" : [
            "fixed-187-251-152-100.totalplay.net"
         ],
         "ip" : "187.251.152.100",
         "ipv6" : "false",
         "latitude" : "20.6762",
         "location" : "20.6762,-103.3469",
         "longitude" : "-103.3469",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 447,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-251-152-100.totalplay.net"
         ],
         "seen_date" : "2024-11-05",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.251.128.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 186.96.154.218:447 (tcp/http) - last seen on 2024-11-03 at 07:33:07 UTC

    • IP
      186.96.154.218
      Network
      186.96.128.0/19
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://186.96.154.218:447/ 200

      HTTP Title
      IIS Windows
      Reverse DNS
      fixed-186-96-154-218.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Microsoft IIS 10.0
      HTTP Component(s)
      Microsoft ASP.NET
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      141865f76fe4f0942bb0273794932c8a
      HTTP Header MD5
      c45e463ffd89b34a781c977b38f3ecbc
      HTTP Body MD5
      1dd82f6fc356bc3cddf7e82615de177c
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Last-Modified: Sat, 18 Nov 2023 17:34:53 GMT
      Accept-Ranges: bytes
      ETag: "e2f4238a451ada1:0"
      Server: Microsoft-IIS/10.0
      X-Powered-By: ASP.NET
      Date: Sun, 03 Nov 2024 07:31:30 GMT
      Connection: close
      Content-Length: 696
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>IIS Windows</title>
      <style type="text/css">
      <!--
      body {
      	color:#000000;
      	background-color:#0072C6;
      	margin:0;
      }
      
      #container {
      	margin-left:auto;
      	margin-right:auto;
      	text-align:center;
      	}
      
      a img {
      	border:none;
      }
      
      -->
      </style>
      </head>
      <body>
      <div id="container">
      <a href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><img src="iisstart.png" alt="IIS" width="960" height="600" /></a>
      </div>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-03T07:33:07.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "microsoft.com",
                  "w3.org"
               ],
               "hostname" : [
                  "go.microsoft.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "1dd82f6fc356bc3cddf7e82615de177c",
               "bodymmh3" : 1971329886,
               "component" : [
                  {
                     "product" : "ASP.NET",
                     "productvendor" : "Microsoft"
                  }
               ],
               "header" : [
                  {
                     "value" : "Sat, 18 Nov 2023 17:34:53 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "value" : "e2f4238a451ada1:0",
                     "name" : "ETag"
                  }
               ],
               "headermd5" : "c45e463ffd89b34a781c977b38f3ecbc",
               "headermmh3" : 1877549325,
               "title" : "IIS Windows"
            },
            "length" : 963
         },
         "asn" : "AS22884",
         "city" : "M\u00e9rida",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nLast-Modified: Sat, 18 Nov 2023 17:34:53 GMT\r\nAccept-Ranges: bytes\r\nETag: \"e2f4238a451ada1:0\"\r\nServer: Microsoft-IIS/10.0\r\nX-Powered-By: ASP.NET\r\nDate: Sun, 03 Nov 2024 07:31:30 GMT\r\nConnection: close\r\nContent-Length: 696\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\r\n<title>IIS Windows</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tcolor:#000000;\r\n\tbackground-color:#0072C6;\r\n\tmargin:0;\r\n}\r\n\r\n#container {\r\n\tmargin-left:auto;\r\n\tmargin-right:auto;\r\n\ttext-align:center;\r\n\t}\r\n\r\na img {\r\n\tborder:none;\r\n}\r\n\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id=\"container\">\r\n<a href=\"http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409\"><img src=\"iisstart.png\" alt=\"IIS\" width=\"960\" height=\"600\" /></a>\r\n</div>\r\n</body>\r\n</html>",
         "datamd5" : "141865f76fe4f0942bb0273794932c8a",
         "datammh3" : 1521955469,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "186.96.128.0/19"
         },
         "host" : [
            "fixed-186-96-154-218"
         ],
         "hostname" : [
            "fixed-186-96-154-218.totalplay.net"
         ],
         "ip" : "186.96.154.218",
         "ipv6" : "false",
         "latitude" : "21.0186",
         "location" : "21.0186,-89.6801",
         "longitude" : "-89.6801",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "osversion" : [
            "Server 2016",
            10
         ],
         "port" : 447,
         "product" : "IIS",
         "productvendor" : "Microsoft",
         "productversion" : "10.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-186-96-154-218.totalplay.net"
         ],
         "seen_date" : "2024-11-03",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "186.96.128.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 186.96.154.218:447 (tcp/http) - last seen on 2024-10-27 at 21:40:58 UTC

    • IP
      186.96.154.218
      Network
      186.96.128.0/19
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://186.96.154.218:447/ 200

      HTTP Title
      IIS Windows
      Reverse DNS
      fixed-186-96-154-218.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Microsoft IIS 10.0
      HTTP Component(s)
      Microsoft ASP.NET
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      141865f76fe4f0942bb0273794932c8a
      HTTP Header MD5
      c45e463ffd89b34a781c977b38f3ecbc
      HTTP Body MD5
      1dd82f6fc356bc3cddf7e82615de177c
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Last-Modified: Sat, 18 Nov 2023 17:34:53 GMT
      Accept-Ranges: bytes
      ETag: "e2f4238a451ada1:0"
      Server: Microsoft-IIS/10.0
      X-Powered-By: ASP.NET
      Date: Sun, 27 Oct 2024 21:39:03 GMT
      Connection: close
      Content-Length: 696
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>IIS Windows</title>
      <style type="text/css">
      <!--
      body {
      	color:#000000;
      	background-color:#0072C6;
      	margin:0;
      }
      
      #container {
      	margin-left:auto;
      	margin-right:auto;
      	text-align:center;
      	}
      
      a img {
      	border:none;
      }
      
      -->
      </style>
      </head>
      <body>
      <div id="container">
      <a href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><img src="iisstart.png" alt="IIS" width="960" height="600" /></a>
      </div>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-27T21:40:58.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "microsoft.com",
                  "w3.org"
               ],
               "hostname" : [
                  "go.microsoft.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "1dd82f6fc356bc3cddf7e82615de177c",
               "bodymmh3" : 1971329886,
               "component" : [
                  {
                     "product" : "ASP.NET",
                     "productvendor" : "Microsoft"
                  }
               ],
               "header" : [
                  {
                     "value" : "Sat, 18 Nov 2023 17:34:53 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "name" : "ETag",
                     "value" : "e2f4238a451ada1:0"
                  }
               ],
               "headermd5" : "c45e463ffd89b34a781c977b38f3ecbc",
               "headermmh3" : -1853940378,
               "title" : "IIS Windows"
            },
            "length" : 963
         },
         "asn" : "AS22884",
         "city" : "M\u00e9rida",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nLast-Modified: Sat, 18 Nov 2023 17:34:53 GMT\r\nAccept-Ranges: bytes\r\nETag: \"e2f4238a451ada1:0\"\r\nServer: Microsoft-IIS/10.0\r\nX-Powered-By: ASP.NET\r\nDate: Sun, 27 Oct 2024 21:39:03 GMT\r\nConnection: close\r\nContent-Length: 696\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\r\n<title>IIS Windows</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tcolor:#000000;\r\n\tbackground-color:#0072C6;\r\n\tmargin:0;\r\n}\r\n\r\n#container {\r\n\tmargin-left:auto;\r\n\tmargin-right:auto;\r\n\ttext-align:center;\r\n\t}\r\n\r\na img {\r\n\tborder:none;\r\n}\r\n\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id=\"container\">\r\n<a href=\"http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409\"><img src=\"iisstart.png\" alt=\"IIS\" width=\"960\" height=\"600\" /></a>\r\n</div>\r\n</body>\r\n</html>",
         "datamd5" : "141865f76fe4f0942bb0273794932c8a",
         "datammh3" : 1521955469,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "186.96.128.0/19"
         },
         "host" : [
            "fixed-186-96-154-218"
         ],
         "hostname" : [
            "fixed-186-96-154-218.totalplay.net"
         ],
         "ip" : "186.96.154.218",
         "ipv6" : "false",
         "latitude" : "21.0186",
         "location" : "21.0186,-89.6801",
         "longitude" : "-89.6801",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "osversion" : [
            "Server 2016",
            10
         ],
         "port" : 447,
         "product" : "IIS",
         "productvendor" : "Microsoft",
         "productversion" : "10.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-186-96-154-218.totalplay.net"
         ],
         "seen_date" : "2024-10-27",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "186.96.128.0/19",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.189.86.42:447 (tcp/http) - last seen on 2024-10-25 at 11:15:05 UTC

    • IP
      187.189.86.42
      Network
      187.189.86.0/24
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://187.189.86.42:447/ 200

      HTTP Title
      IIS Windows
      Reverse DNS
      fixed-187-189-86-42.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Microsoft IIS 10.0
      HTTP Component(s)
      Microsoft ASP.NET
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      141865f76fe4f0942bb0273794932c8a
      HTTP Header MD5
      c45e463ffd89b34a781c977b38f3ecbc
      HTTP Body MD5
      1dd82f6fc356bc3cddf7e82615de177c
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Last-Modified: Sat, 12 Jun 2021 18:44:00 GMT
      Accept-Ranges: bytes
      ETag: "4c13b2e8ba5fd71:0"
      Server: Microsoft-IIS/10.0
      X-Powered-By: ASP.NET
      Date: Fri, 25 Oct 2024 11:15:04 GMT
      Connection: close
      Content-Length: 696
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>IIS Windows</title>
      <style type="text/css">
      <!--
      body {
      	color:#000000;
      	background-color:#0072C6;
      	margin:0;
      }
      
      #container {
      	margin-left:auto;
      	margin-right:auto;
      	text-align:center;
      	}
      
      a img {
      	border:none;
      }
      
      -->
      </style>
      </head>
      <body>
      <div id="container">
      <a href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><img src="iisstart.png" alt="IIS" width="960" height="600" /></a>
      </div>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-25T11:15:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "microsoft.com",
                  "w3.org"
               ],
               "hostname" : [
                  "go.microsoft.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "1dd82f6fc356bc3cddf7e82615de177c",
               "bodymmh3" : 1971329886,
               "component" : [
                  {
                     "product" : "ASP.NET",
                     "productvendor" : "Microsoft"
                  }
               ],
               "header" : [
                  {
                     "value" : "Sat, 12 Jun 2021 18:44:00 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "value" : "4c13b2e8ba5fd71:0",
                     "name" : "ETag"
                  }
               ],
               "headermd5" : "c45e463ffd89b34a781c977b38f3ecbc",
               "headermmh3" : -1199224534,
               "title" : "IIS Windows"
            },
            "length" : 963
         },
         "asn" : "AS22884",
         "city" : "Gustavo Adolfo Madero",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nLast-Modified: Sat, 12 Jun 2021 18:44:00 GMT\r\nAccept-Ranges: bytes\r\nETag: \"4c13b2e8ba5fd71:0\"\r\nServer: Microsoft-IIS/10.0\r\nX-Powered-By: ASP.NET\r\nDate: Fri, 25 Oct 2024 11:15:04 GMT\r\nConnection: close\r\nContent-Length: 696\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\r\n<title>IIS Windows</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tcolor:#000000;\r\n\tbackground-color:#0072C6;\r\n\tmargin:0;\r\n}\r\n\r\n#container {\r\n\tmargin-left:auto;\r\n\tmargin-right:auto;\r\n\ttext-align:center;\r\n\t}\r\n\r\na img {\r\n\tborder:none;\r\n}\r\n\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id=\"container\">\r\n<a href=\"http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409\"><img src=\"iisstart.png\" alt=\"IIS\" width=\"960\" height=\"600\" /></a>\r\n</div>\r\n</body>\r\n</html>",
         "datamd5" : "141865f76fe4f0942bb0273794932c8a",
         "datammh3" : 1521955469,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.189.86.0/24"
         },
         "host" : [
            "fixed-187-189-86-42"
         ],
         "hostname" : [
            "fixed-187-189-86-42.totalplay.net"
         ],
         "ip" : "187.189.86.42",
         "ipv6" : "false",
         "latitude" : "19.4846",
         "location" : "19.4846,-99.1093",
         "longitude" : "-99.1093",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "osversion" : [
            "Server 2016",
            10
         ],
         "port" : 447,
         "product" : "IIS",
         "productvendor" : "Microsoft",
         "productversion" : "10.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-189-86-42.totalplay.net"
         ],
         "seen_date" : "2024-10-25",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.189.86.0/24",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.251.152.100:447 (tcp/http) - last seen on 2024-10-22 at 20:45:30 UTC

    • IP
      187.251.152.100
      Network
      187.251.152.0/22
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://187.251.152.100:447/ 200

      HTTP Title
      NVR Client
      Reverse DNS
      fixed-187-251-152-100.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      lighttpd lighttpd
      HTTP Component(s)
      jQuery jQuery 1.4.4
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      24b0d91860d97be436b887f2262b3776
      HTTP Header MD5
      bcdb9fb2af031ff6a6937180b0db3493
      HTTP Body MD5
      14856cb70040e03b547fa7e8935d5d72
    • HTTP/1.1 200 OK
      X-Frame-Options: SAMEORIGIN
      Content-Type: text/html
      Accept-Ranges: bytes
      ETag: "335003822"
      Last-Modified: Wed, 06 Nov 2019 09:43:06 GMT
      Content-Length: 21364
      Connection: close
      Date: Tue, 22 Oct 2024 20:45:14 GMT
      Server: lighttpd/
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=EDGE" />
      <meta http-equiv="pragma" content="no-cache" />
      <!--<meta http-equiv="Cache-Control" CONTENT="no-cache, must-revalidate">
      <meta http-equiv="expires" content="Mon,1 Jan 2001 0:0:0 UTC" />-->
      <title>NVR Client</title>
      <script src="js/jquery-1.4.4.min.js" type="text/javascript"></script>
      <script src="js/ansiUrlCodec.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/language.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/common.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/class.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/main.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/classwy.js?ver=1.32.2.5" type="text/javascript"></script>
      <script src="js/upfile.js?ver=1.32.2.5" type="text/javascript"></script>
      
      <script language="javascript" type="text/javascript">
      function doEvent(){}
      function ReSize(){}
      
      function OpenAllVideo()
      {
      	gDvr.OpenVideo(-1, gVar.nStreamType);
      }
      
      function CloseAllVideo()
      {
      	gDvr.CloseVideo(-1);
      }
      
      function SwitchOneChannel()
      {
      	gDvr.SwitchToOneChannel();
      }
      
      function SwitchFourChannels()
      {
      	gDvr.SwitchToFourChannels();
      }
      
      function SwitchToAppointedChannels(t) 
      {
          gDvr.SwitchToAppointedChannels(t);
      }
      
      function StartOrStopPoll(t)
      {
      	gDvr.StartPoll($("#PollInterval").attr("innerHTML")*1);
      }
      
      function PreviousPage()
      {
      	gDvr.PreviousPage();
      }
      
      function NextPage()
      {
      	gDvr.NextPage();
      }
      
      function FullScreen()
      {
      	gDvr.FullScreen();
      }
      
      $(function () {
          var isIE11 = true;
          var vsafi = "3.0.0.10"; //version Info
          var s = navigator.userAgent.split("Trident");
          if (typeof s[1] == 'undefined') {
              isIE11 = false;
          }
      
          function DownPluginTip() { }
          var isIE = true;
      
          var userAg = navigator.userAgent.toLowerCase();
          var reg = /.*version\/([\w.]+).*(safari).*/;
          var macs = reg.exec(userAg);
          //safari and firefox
          if (macs != null && !isIE11) {
              isIE = false;
              doEvent = doEvent1;
              ReSize = function () { try { $("#gsliderCov").trigger("sChange"); } catch (e) { } } /*chrome有点格鲁*/
              var plugins = navigator.mimeTypes;
              var plugin = false;
              for (var pi = 0; pi < plugins.length; pi++) {
                  if (plugins[pi].type == "application/fsnvr-npapi") {
                      pVersion = plugins[pi].enabledPlugin.description.split("-");
                      if (pVersion.length == 2) pVersion = pVersion[1];
                      else pVersion = "";
                      plugin = true; break;
                  }
              }
      
              if (!plugin) {
                  DownPluginTip = function () {
                      var browserName = navigator.userAgent.toLowerCase();
                      var obj = document.getElementById("downPlugins");
                      var objs = document.getElementById("closeBrowser");
                      if (/firefox/i.test(browserName)) {
                          obj.innerHTML = '<a id="down" href="plugins.exe#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                      else if (macs != null) {
                          obj.innerHTML = '<a id="down" href="plugins.pkg#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                  }
              }
              else {
                  var needUpdate = false;
                  var vv1 = pVersion.split(".");   //plugin version
                  var vv2 = vsafi.split(".");    //web version
                  for (var m = 0; m < 4; m++) {
                      if (vv2[m] * 1 > vv1[m] * 1) {
                          needUpdate = true;
                          break;
                      } else if (vv2[m] * 1 == vv1[m] * 1) {
                          continue;
                      } else {
                          needUpdate = false;
                          break;
                      }
                  }
                  if (needUpdate) {
                      DownPluginTip = function () {
                          var browserName = navigator.userAgent.toLowerCase();
                          var reg = /.*version\/([\w.]+).*(safari).*/;
                          var macs = reg.exec(browserName);
                          var obj = document.getElementById("downPlugins");
                          var objs = document.getElementById("closeBrowser");
                          if (macs != null) {
                              obj.innerHTML = '<a id="down_new" href="plugins.pkg#">' + lg.get("IDS_LOGIN_NEW") + '</a>';
                              objs.innerHTML = '<p id="restart_new">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                          }
                      }
                  }
              }
      
              var str = "";
              //for (var i = 0; i < 1; i++) {
              str += ('<div id="ipcamdiv0" style="float:left;height:0%;width:0%;"><embed width="100%" height="100%" pluginspage="plugins.exe" maxchannel="32" curchannel="32" curctyle="0" mvsize="850,520" shesize="500,320" type="application/fsnvr-npapi" id="nvr" name="0"></embed></div>')
              //}
              $("#plugin").html(str);
      
          } else if (/firefox/i.test(userAg)) {
              isIE = false;
              doEvent = doEvent1;
              ReSize = function () { try { $("#gsliderCov").trigger("sChange"); } catch (e) { } } /*chrome有点格鲁*/
              var plugins = navigator.mimeTypes;
              var plugin = false;
              for (var pi = 0; pi < plugins.length; pi++) {
                  if (plugins[pi].type == "application/fsnvr-npapi") {
                      plugin = true;
                      break;
                  }
              }
              if (!plugin) {
                  DownPluginTip = function () {
                      var browserName = navigator.userAgent.toLowerCase();
                      var obj = document.getElementById("downPlugins");
                      var objs = document.getElementById("closeBrowser");
                      if (/firefox/i.test(browserName)) {
                          obj.innerHTML = '<a id="down" href="plugins.exe#">' + lg.get("IDS_LOGIN_KJ") + '</a>';
                          objs.innerHTML = '<p id="restarts">' + lg.get("IDS_LOGIN_CLOSE_BROWSER") + '</a>';
                      }
                  }
              }
              var str = "";
              //for (var i = 0; i < 1; i++) {
              str += ('<div id="ipcamdiv0" style="float:left;height:0%;width:0%;"><embed width="100%" height="100%" pluginspage="plugins.exe" maxchannel="32" curchannel="32" curctyle="0" mvsize="850,520" shesize="500,320" type="application/fsnvr-npapi" id="nvr" name="0"></embed></div>')
              //}
              $("#plugin").html(str);
          }
          else if ($.browser.msie || isIE11) {
              doEvent = doEvent2;
              if ($.browser.version == "6.0") {
                  onReSize();
                  document.body.onresize = function () { onReSize(); changPlugin(); try { $("#gsliderCov").trigger("sChange"); } catch (e) { } };
              } else {
                  document.body.onresize = function () { changPlugin(); try { $("#gsliderCov").trigger("sChange"); } catch (e) { } };
              }
          }
          else {
              if (navigator.language.indexOf("zh") != -1) {
                  $("body").html("<center><h1>客户端不支持该浏览器!</h1></center>");
              }
              else {
                  $("body").html("<center><h1>The client does not support the browser!</h1></center>");
              }
          }
          window.onbeforeunload = function (e) {
              Logout();
          }
          WebInit(DownPluginTip, isIE);
      });
      </script>
      <link href="css/main1.css" rel="stylesheet" type="text/css" />
      </head>
      <body onselectstart="return fbd();" onresize="ReSize()">
      <iframe onload="" id="cgiframe" style="display:none"></iframe>
      <iframe onload="" id="cgiframe1" style="display:none"></iframe>
      <div id="MsgPaop">
          <div id="PaopBg" style="height:28px; width:240px; background:url(images/paopaotitie.gif)">
              <div id="Paoptitle" ></div><div class="paopao_close"></div>
          </div>
          <div id="PaopContant" style="height:145px; width:240px;white-space:normal;word-break:break-all; background:#FFF;"></div>
      </div>
      <div id="MaskLayout"></div>
      <script>MasklayerShow();</script>
      <div id="login"></div>
      <div id="header" class="undisplay" style="background:url(images/con-logo-bg.png); display:none;font-family:Arial;">
          <div style=" position:relative;float:left;width:290px;height:78px;background:url(../images/con-logo.png) no-repeat; overflow:hidden;">
          </div> 				   
          <div style="float:left;width:549px; height:78px; position:relative; overflow:hidden;">
              <div id="LiveMenu" style=" text-align:left; line-height: 50px;font-size:15px; color:#000;text-indent:80px;text-indent:10px\0;float:left;width:78px; height:78px;top:0px;left:100px;position:absolute;background:url(images/live.png) 0px 0px no-repeat; z-index:30;cursor:pointer;">
              </div>
          
              <div id="PlayBackMenu" style=" line-height: 50px;font-size:15px; color:#000;text-indent:90px;z-index:29;text-indent:10px\0;float:left;width:78px; height:78px;top:0px;left:370px;position:absolute;background: url(images/backplay.png) -78px 0px no-repeat;cursor:pointer;">
              </div>
          
              <div id="ConfigMenu" style="line-height:50px; text-indent:80px;font-size:15px; color:#000;z-index:28;float:left;text-indent:4px\0;width:78px; height:78px;top:0px;left:235px;position:absolute;background: url(images/setting.png) -78px 0px no-repeat;overflow:hidden;cursor:pointer;">
              </div>
          </div>
          
          
          <div style="height:78px; width:100%; margin-left:-839px; overflow:hidden;float:left;">
          	<div id="LogoutMenu"  style="float:right;width:59px;height:59px;margin-right:36px;margin-top:12px;cursor:pointer;background:url(images/logout.png) no-repeat 0px 0px;"></div>
          	<div>
          	    <label style="float:right;margin-top:22px;margin-right:20px;font-size:30px;color:#606a73;text-shadow:d1;font-family:Arial;font-weight:bolder;" id="labConTitle">网络视频录像机</label>
          	</div>
          </div>
      </div>
      
      <div id="content">
          <div id="mleft" class="undisplay" style="background: url(images/top-5.jpg)"></div>
          <div id="main" style="background:#c4c7cc;">
          	<div id="objPC">
              	<div id="plugin" style="position:absolute; z-index:100000;width:0; height:0;"><script>
      			var browserName = navigator.userAgent.toLowerCase();
      			if(/ie/i.test(browserName) || /trident/i.test(browserName)){
      				var str="";
      				//for(var i=0; i<9; i++){
      				str += ('<div style="float:left;height:100%;width:100%;background:#000"><object codebase="plugins.exe" id="nvr" width="100%" height="90%" classid="clsid:9A5188CD-1653-4110-A626-78ECF54062B6" style="width:100%;height:100%"><param name="MaxChannel" value="32" /><param name="CurChannel" value="32" /><param name="CurStyle" value="0" /><param name="mvsize" value="850,520"/><param name="shesize" value="500,320"/></object></div>')
      				//}
      				document.write(str);
      			}
                  </script></div>
                      <div id="MotionRegion" style="font-size:13px; font-family:Arial; display:none; position:absolute; z-index:100000; background:#a0a5ab; left:900px; top:70px; width:200px; height:520px;">
                          <div id="Region1" style="margin-top:20px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText1" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable0" type="checkbox" style="float: left; vertical-align:middle; "/><div id="RegionEnable1" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit1"></div></td>
                                      <td>
                                          <select id="selQue0" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                          <div id="Region2" style="margin-top:50px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%"  style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText2" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable1" type="checkbox" style="float: left; vertical-align:middle;" /><div id="RegionEnable2" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit2"></div></td>
                                      <td>
                                          <select id="selQue1" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                          <div id="Region3" style="margin-top:50px;">
                              <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding-left:20px; ">
                              	<tr>
                              		<td colspan="2"><div id="RegionText3" style="font-size:14px;"></div></td>
                              	</tr>
                              	<tr>
                              		<td colspan="2"><input id="MotionEnable2" type="checkbox" style="float: left; vertical-align:middle;"/><div id="RegionEnable3" style="float:left; margin-top:5px; vertical-align:middle;"></div></td>
                              	</tr>
                              	<tr>
                              		<td><div id="RegoinSensit3"></div></td>
                                      <td>
                                          <select id="selQue2" style="width:100px;font-family: arial;">
      								        <option value="4"></option>
                                              <option value="3"></option>
                                              <option value="0"></option>
                                              <option value="1"></option>
                                              <option value="2"></option>
                                          </select>
                                      </td>
                              	</tr>
                              </table>
                              <div style="background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;"></div>
                          </div>
                      </div>
                  <div id="configPage" class="style11">
                  <d
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-22T20:45:30.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "file" : [
                  "plugins.exe"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "ip" : [
                  "3.0.0.10",
                  "1.32.2.5"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "14856cb70040e03b547fa7e8935d5d72",
               "bodymmh3" : -1974598131,
               "component" : [
                  {
                     "product" : "jQuery",
                     "productversion" : "1.4.4",
                     "productvendor" : "jQuery"
                  }
               ],
               "header" : [
                  {
                     "name" : "ETag",
                     "value" : 335003822
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Wed, 06 Nov 2019 09:43:06 GMT"
                  }
               ],
               "headermd5" : "bcdb9fb2af031ff6a6937180b0db3493",
               "headermmh3" : 1879911252,
               "title" : "NVR Client"
            },
            "length" : 16384
         },
         "asn" : "AS22884",
         "city" : "Guadalajara",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Type: text/html\r\nAccept-Ranges: bytes\r\nETag: \"335003822\"\r\nLast-Modified: Wed, 06 Nov 2019 09:43:06 GMT\r\nContent-Length: 21364\r\nConnection: close\r\nDate: Tue, 22 Oct 2024 20:45:14 GMT\r\nServer: lighttpd/\r\n\r\n\ufeff<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=11; IE=10; IE=9; IE=8; IE=EDGE\" />\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<!--<meta http-equiv=\"Cache-Control\" CONTENT=\"no-cache, must-revalidate\">\r\n<meta http-equiv=\"expires\" content=\"Mon,1 Jan 2001 0:0:0 UTC\" />-->\r\n<title>NVR Client</title>\r\n<script src=\"js/jquery-1.4.4.min.js\" type=\"text/javascript\"></script>\r\n<script src=\"js/ansiUrlCodec.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/language.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/common.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/class.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/main.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/classwy.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n<script src=\"js/upfile.js?ver=1.32.2.5\" type=\"text/javascript\"></script>\r\n\r\n<script language=\"javascript\" type=\"text/javascript\">\r\nfunction doEvent(){}\r\nfunction ReSize(){}\r\n\r\nfunction OpenAllVideo()\r\n{\r\n\tgDvr.OpenVideo(-1, gVar.nStreamType);\r\n}\r\n\r\nfunction CloseAllVideo()\r\n{\r\n\tgDvr.CloseVideo(-1);\r\n}\r\n\r\nfunction SwitchOneChannel()\r\n{\r\n\tgDvr.SwitchToOneChannel();\r\n}\r\n\r\nfunction SwitchFourChannels()\r\n{\r\n\tgDvr.SwitchToFourChannels();\r\n}\r\n\r\nfunction SwitchToAppointedChannels(t) \r\n{\r\n    gDvr.SwitchToAppointedChannels(t);\r\n}\r\n\r\nfunction StartOrStopPoll(t)\r\n{\r\n\tgDvr.StartPoll($(\"#PollInterval\").attr(\"innerHTML\")*1);\r\n}\r\n\r\nfunction PreviousPage()\r\n{\r\n\tgDvr.PreviousPage();\r\n}\r\n\r\nfunction NextPage()\r\n{\r\n\tgDvr.NextPage();\r\n}\r\n\r\nfunction FullScreen()\r\n{\r\n\tgDvr.FullScreen();\r\n}\r\n\r\n$(function () {\r\n    var isIE11 = true;\r\n    var vsafi = \"3.0.0.10\"; //version Info\r\n    var s = navigator.userAgent.split(\"Trident\");\r\n    if (typeof s[1] == 'undefined') {\r\n        isIE11 = false;\r\n    }\r\n\r\n    function DownPluginTip() { }\r\n    var isIE = true;\r\n\r\n    var userAg = navigator.userAgent.toLowerCase();\r\n    var reg = /.*version\\/([\\w.]+).*(safari).*/;\r\n    var macs = reg.exec(userAg);\r\n    //safari and firefox\r\n    if (macs != null && !isIE11) {\r\n        isIE = false;\r\n        doEvent = doEvent1;\r\n        ReSize = function () { try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } } /*chrome\u6709\u70b9\u683c\u9c81*/\r\n        var plugins = navigator.mimeTypes;\r\n        var plugin = false;\r\n        for (var pi = 0; pi < plugins.length; pi++) {\r\n            if (plugins[pi].type == \"application/fsnvr-npapi\") {\r\n                pVersion = plugins[pi].enabledPlugin.description.split(\"-\");\r\n                if (pVersion.length == 2) pVersion = pVersion[1];\r\n                else pVersion = \"\";\r\n                plugin = true; break;\r\n            }\r\n        }\r\n\r\n        if (!plugin) {\r\n            DownPluginTip = function () {\r\n                var browserName = navigator.userAgent.toLowerCase();\r\n                var obj = document.getElementById(\"downPlugins\");\r\n                var objs = document.getElementById(\"closeBrowser\");\r\n                if (/firefox/i.test(browserName)) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.exe#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n                else if (macs != null) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.pkg#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n            }\r\n        }\r\n        else {\r\n            var needUpdate = false;\r\n            var vv1 = pVersion.split(\".\");   //plugin version\r\n            var vv2 = vsafi.split(\".\");    //web version\r\n            for (var m = 0; m < 4; m++) {\r\n                if (vv2[m] * 1 > vv1[m] * 1) {\r\n                    needUpdate = true;\r\n                    break;\r\n                } else if (vv2[m] * 1 == vv1[m] * 1) {\r\n                    continue;\r\n                } else {\r\n                    needUpdate = false;\r\n                    break;\r\n                }\r\n            }\r\n            if (needUpdate) {\r\n                DownPluginTip = function () {\r\n                    var browserName = navigator.userAgent.toLowerCase();\r\n                    var reg = /.*version\\/([\\w.]+).*(safari).*/;\r\n                    var macs = reg.exec(browserName);\r\n                    var obj = document.getElementById(\"downPlugins\");\r\n                    var objs = document.getElementById(\"closeBrowser\");\r\n                    if (macs != null) {\r\n                        obj.innerHTML = '<a id=\"down_new\" href=\"plugins.pkg#\">' + lg.get(\"IDS_LOGIN_NEW\") + '</a>';\r\n                        objs.innerHTML = '<p id=\"restart_new\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                    }\r\n                }\r\n            }\r\n        }\r\n\r\n        var str = \"\";\r\n        //for (var i = 0; i < 1; i++) {\r\n        str += ('<div id=\"ipcamdiv0\" style=\"float:left;height:0%;width:0%;\"><embed width=\"100%\" height=\"100%\" pluginspage=\"plugins.exe\" maxchannel=\"32\" curchannel=\"32\" curctyle=\"0\" mvsize=\"850,520\" shesize=\"500,320\" type=\"application/fsnvr-npapi\" id=\"nvr\" name=\"0\"></embed></div>')\r\n        //}\r\n        $(\"#plugin\").html(str);\r\n\r\n    } else if (/firefox/i.test(userAg)) {\r\n        isIE = false;\r\n        doEvent = doEvent1;\r\n        ReSize = function () { try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } } /*chrome\u6709\u70b9\u683c\u9c81*/\r\n        var plugins = navigator.mimeTypes;\r\n        var plugin = false;\r\n        for (var pi = 0; pi < plugins.length; pi++) {\r\n            if (plugins[pi].type == \"application/fsnvr-npapi\") {\r\n                plugin = true;\r\n                break;\r\n            }\r\n        }\r\n        if (!plugin) {\r\n            DownPluginTip = function () {\r\n                var browserName = navigator.userAgent.toLowerCase();\r\n                var obj = document.getElementById(\"downPlugins\");\r\n                var objs = document.getElementById(\"closeBrowser\");\r\n                if (/firefox/i.test(browserName)) {\r\n                    obj.innerHTML = '<a id=\"down\" href=\"plugins.exe#\">' + lg.get(\"IDS_LOGIN_KJ\") + '</a>';\r\n                    objs.innerHTML = '<p id=\"restarts\">' + lg.get(\"IDS_LOGIN_CLOSE_BROWSER\") + '</a>';\r\n                }\r\n            }\r\n        }\r\n        var str = \"\";\r\n        //for (var i = 0; i < 1; i++) {\r\n        str += ('<div id=\"ipcamdiv0\" style=\"float:left;height:0%;width:0%;\"><embed width=\"100%\" height=\"100%\" pluginspage=\"plugins.exe\" maxchannel=\"32\" curchannel=\"32\" curctyle=\"0\" mvsize=\"850,520\" shesize=\"500,320\" type=\"application/fsnvr-npapi\" id=\"nvr\" name=\"0\"></embed></div>')\r\n        //}\r\n        $(\"#plugin\").html(str);\r\n    }\r\n    else if ($.browser.msie || isIE11) {\r\n        doEvent = doEvent2;\r\n        if ($.browser.version == \"6.0\") {\r\n            onReSize();\r\n            document.body.onresize = function () { onReSize(); changPlugin(); try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } };\r\n        } else {\r\n            document.body.onresize = function () { changPlugin(); try { $(\"#gsliderCov\").trigger(\"sChange\"); } catch (e) { } };\r\n        }\r\n    }\r\n    else {\r\n        if (navigator.language.indexOf(\"zh\") != -1) {\r\n            $(\"body\").html(\"<center><h1>\u5ba2\u6237\u7aef\u4e0d\u652f\u6301\u8be5\u6d4f\u89c8\u5668!</h1></center>\");\r\n        }\r\n        else {\r\n            $(\"body\").html(\"<center><h1>The client does not support the browser!</h1></center>\");\r\n        }\r\n    }\r\n    window.onbeforeunload = function (e) {\r\n        Logout();\r\n    }\r\n    WebInit(DownPluginTip, isIE);\r\n});\r\n</script>\r\n<link href=\"css/main1.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n</head>\r\n<body onselectstart=\"return fbd();\" onresize=\"ReSize()\">\r\n<iframe onload=\"\" id=\"cgiframe\" style=\"display:none\"></iframe>\r\n<iframe onload=\"\" id=\"cgiframe1\" style=\"display:none\"></iframe>\r\n<div id=\"MsgPaop\">\r\n    <div id=\"PaopBg\" style=\"height:28px; width:240px; background:url(images/paopaotitie.gif)\">\r\n        <div id=\"Paoptitle\" ></div><div class=\"paopao_close\"></div>\r\n    </div>\r\n    <div id=\"PaopContant\" style=\"height:145px; width:240px;white-space:normal;word-break:break-all; background:#FFF;\"></div>\r\n</div>\r\n<div id=\"MaskLayout\"></div>\r\n<script>MasklayerShow();</script>\r\n<div id=\"login\"></div>\r\n<div id=\"header\" class=\"undisplay\" style=\"background:url(images/con-logo-bg.png); display:none;font-family:Arial;\">\r\n    <div style=\" position:relative;float:left;width:290px;height:78px;background:url(../images/con-logo.png) no-repeat; overflow:hidden;\">\r\n    </div> \t\t\t\t   \r\n    <div style=\"float:left;width:549px; height:78px; position:relative; overflow:hidden;\">\r\n        <div id=\"LiveMenu\" style=\" text-align:left; line-height: 50px;font-size:15px; color:#000;text-indent:80px;text-indent:10px\\0;float:left;width:78px; height:78px;top:0px;left:100px;position:absolute;background:url(images/live.png) 0px 0px no-repeat; z-index:30;cursor:pointer;\">\r\n        </div>\r\n    \r\n        <div id=\"PlayBackMenu\" style=\" line-height: 50px;font-size:15px; color:#000;text-indent:90px;z-index:29;text-indent:10px\\0;float:left;width:78px; height:78px;top:0px;left:370px;position:absolute;background: url(images/backplay.png) -78px 0px no-repeat;cursor:pointer;\">\r\n        </div>\r\n    \r\n        <div id=\"ConfigMenu\" style=\"line-height:50px; text-indent:80px;font-size:15px; color:#000;z-index:28;float:left;text-indent:4px\\0;width:78px; height:78px;top:0px;left:235px;position:absolute;background: url(images/setting.png) -78px 0px no-repeat;overflow:hidden;cursor:pointer;\">\r\n        </div>\r\n    </div>\r\n    \r\n    \r\n    <div style=\"height:78px; width:100%; margin-left:-839px; overflow:hidden;float:left;\">\r\n    \t<div id=\"LogoutMenu\"  style=\"float:right;width:59px;height:59px;margin-right:36px;margin-top:12px;cursor:pointer;background:url(images/logout.png) no-repeat 0px 0px;\"></div>\r\n    \t<div>\r\n    \t    <label style=\"float:right;margin-top:22px;margin-right:20px;font-size:30px;color:#606a73;text-shadow:d1;font-family:Arial;font-weight:bolder;\" id=\"labConTitle\">\u7f51\u7edc\u89c6\u9891\u5f55\u50cf\u673a</label>\r\n    \t</div>\r\n    </div>\r\n</div>\r\n\r\n<div id=\"content\">\r\n    <div id=\"mleft\" class=\"undisplay\" style=\"background: url(images/top-5.jpg)\"></div>\r\n    <div id=\"main\" style=\"background:#c4c7cc;\">\r\n    \t<div id=\"objPC\">\r\n        \t<div id=\"plugin\" style=\"position:absolute; z-index:100000;width:0; height:0;\"><script>\r\n\t\t\tvar browserName = navigator.userAgent.toLowerCase();\r\n\t\t\tif(/ie/i.test(browserName) || /trident/i.test(browserName)){\r\n\t\t\t\tvar str=\"\";\r\n\t\t\t\t//for(var i=0; i<9; i++){\r\n\t\t\t\tstr += ('<div style=\"float:left;height:100%;width:100%;background:#000\"><object codebase=\"plugins.exe\" id=\"nvr\" width=\"100%\" height=\"90%\" classid=\"clsid:9A5188CD-1653-4110-A626-78ECF54062B6\" style=\"width:100%;height:100%\"><param name=\"MaxChannel\" value=\"32\" /><param name=\"CurChannel\" value=\"32\" /><param name=\"CurStyle\" value=\"0\" /><param name=\"mvsize\" value=\"850,520\"/><param name=\"shesize\" value=\"500,320\"/></object></div>')\r\n\t\t\t\t//}\r\n\t\t\t\tdocument.write(str);\r\n\t\t\t}\r\n            </script></div>\r\n                <div id=\"MotionRegion\" style=\"font-size:13px; font-family:Arial; display:none; position:absolute; z-index:100000; background:#a0a5ab; left:900px; top:70px; width:200px; height:520px;\">\r\n                    <div id=\"Region1\" style=\"margin-top:20px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText1\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable0\" type=\"checkbox\" style=\"float: left; vertical-align:middle; \"/><div id=\"RegionEnable1\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit1\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue0\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                    <div id=\"Region2\" style=\"margin-top:50px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"  style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText2\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable1\" type=\"checkbox\" style=\"float: left; vertical-align:middle;\" /><div id=\"RegionEnable2\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit2\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue1\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                    <div id=\"Region3\" style=\"margin-top:50px;\">\r\n                        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"padding-left:20px; \">\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><div id=\"RegionText3\" style=\"font-size:14px;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td colspan=\"2\"><input id=\"MotionEnable2\" type=\"checkbox\" style=\"float: left; vertical-align:middle;\"/><div id=\"RegionEnable3\" style=\"float:left; margin-top:5px; vertical-align:middle;\"></div></td>\r\n                        \t</tr>\r\n                        \t<tr>\r\n                        \t\t<td><div id=\"RegoinSensit3\"></div></td>\r\n                                <td>\r\n                                    <select id=\"selQue2\" style=\"width:100px;font-family: arial;\">\r\n\t\t\t\t\t\t\t\t        <option value=\"4\"></option>\r\n                                        <option value=\"3\"></option>\r\n                                        <option value=\"0\"></option>\r\n                                        <option value=\"1\"></option>\r\n                                        <option value=\"2\"></option>\r\n                                    </select>\r\n                                </td>\r\n                        \t</tr>\r\n                        </table>\r\n                        <div style=\"background:url(../images/motion_in.png) no-repeat; width:100%; height:2px; margin:10px 0px 10px 10px;\"></div>\r\n                    </div>\r\n                </div>\r\n            <div id=\"configPage\" class=\"style11\">\r\n            <d",
         "datamd5" : "24b0d91860d97be436b887f2262b3776",
         "datammh3" : 3603687,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.251.152.0/22"
         },
         "host" : [
            "fixed-187-251-152-100"
         ],
         "hostname" : [
            "fixed-187-251-152-100.totalplay.net"
         ],
         "ip" : "187.251.152.100",
         "ipv6" : "false",
         "latitude" : "20.6762",
         "location" : "20.6762,-103.3469",
         "longitude" : "-103.3469",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 447,
         "product" : "lighttpd",
         "productvendor" : "lighttpd",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-251-152-100.totalplay.net"
         ],
         "seen_date" : "2024-10-22",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.251.152.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.188.117.251:447 (tcp/http) - last seen on 2024-10-16 at 06:58:19 UTC

    • IP
      187.188.117.251
      Network
      187.188.112.0/20
      Domain(s)
      totalplay.net
      Device

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

      Operating System
      QNAP QTS
      URL

      http://187.188.117.251:447/ 200

      Reverse DNS
      fixed-187-188-117-251.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      QNAP QTS
      Product
      QNAP QTS HTTP Server 1.0
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c46f5d0bed6335b415bc66b08da8bed2
      HTTP Header MD5
      b01a81c471f6f0bffd1df1b793b71c27
      HTTP Body MD5
      a6401e87867fac9caf600515fa4e98ee
    • HTTP/1.1 200 OK
      Date: Wed, 16 Oct 2024 06:58:18 GMT
      Server: http server 1.0
      Content-type: text/html; charset=UTF-8
      Last-modified: Fri, 03 Oct 2014 09:34:12 GMT
      Accept-Ranges: bytes
      Content-length: 553
      Vary: Accept-Encoding
      Connection: close
      
      <html>
      <head>
      <meta http-equiv="expires" content="0">
      <script type='text/javascript'>
      pr=(document.location.protocol == 'https:') ? 'https' : 'http';
      pt=(location.port == '') ? '' : ':' + location.port;
      redirect_suffix = "/redirect.html?count="+Math.random();
      if(location.hostname.indexOf(':') == -1)
      {
      location.href=pr+"://"+location.hostname+pt+redirect_suffix;
      }
      else	//could be ipv6 addr
      {
      var url = "";
      url=pr+"://["+ location.hostname.replace(/[\[\]]/g, '') +"]"+pt+redirect_suffix;
      location.href = url;
      }
      </script>
      </head>
      <body>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-16T06:58:19.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "a6401e87867fac9caf600515fa4e98ee",
               "bodymmh3" : -339936597,
               "header" : [
                  {
                     "value" : "Fri, 03 Oct 2014 09:34:12 GMT",
                     "name" : "Last-modified"
                  }
               ],
               "headermd5" : "b01a81c471f6f0bffd1df1b793b71c27",
               "headermmh3" : 1675281018
            },
            "length" : 805
         },
         "asn" : "AS22884",
         "city" : "Coyoac\u00e1n",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Wed, 16 Oct 2024 06:58:18 GMT\r\nServer: http server 1.0\r\nContent-type: text/html; charset=UTF-8\r\nLast-modified: Fri, 03 Oct 2014 09:34:12 GMT\r\nAccept-Ranges: bytes\r\nContent-length: 553\r\nVary: Accept-Encoding\r\nConnection: close\r\n\r\n<html>\n<head>\n<meta http-equiv=\"expires\" content=\"0\">\n<script type='text/javascript'>\npr=(document.location.protocol == 'https:') ? 'https' : 'http';\npt=(location.port == '') ? '' : ':' + location.port;\nredirect_suffix = \"/redirect.html?count=\"+Math.random();\nif(location.hostname.indexOf(':') == -1)\n{\nlocation.href=pr+\"://\"+location.hostname+pt+redirect_suffix;\n}\nelse\t//could be ipv6 addr\n{\nvar url = \"\";\nurl=pr+\"://[\"+ location.hostname.replace(/[\\[\\]]/g, '') +\"]\"+pt+redirect_suffix;\nlocation.href = url;\n}\n</script>\n</head>\n<body>\n</body>\n</html>\n",
         "datamd5" : "c46f5d0bed6335b415bc66b08da8bed2",
         "datammh3" : 632033324,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.188.112.0/20"
         },
         "host" : [
            "fixed-187-188-117-251"
         ],
         "hostname" : [
            "fixed-187-188-117-251.totalplay.net"
         ],
         "ip" : "187.188.117.251",
         "ipv6" : "false",
         "latitude" : "19.3790",
         "location" : "19.3790,-99.0467",
         "longitude" : "-99.0467",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "QTS",
         "osvendor" : "QNAP",
         "port" : 447,
         "product" : "QTS HTTP Server",
         "productvendor" : "QNAP",
         "productversion" : "1.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-188-117-251.totalplay.net"
         ],
         "seen_date" : "2024-10-16",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.188.112.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.188.96.241:447 (tcp/http) - last seen on 2024-10-15 at 03:13:05 UTC

    • IP
      187.188.96.241
      Network
      187.188.96.0/22
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://187.188.96.241:447/ 200

      HTTP Title
      TSPlus02
      Reverse DNS
      fixed-187-188-96-241.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      5089cf284043893cfa70675d4de7ac83
      HTTP Header MD5
      93c67a2c59826d6b701560a1d2cb5e72
      HTTP Body MD5
      ce52f5b3b5682a171b9f53cd798ee93d
    • HTTP/1.1 200 OK
      Content-Length: 25473
      Accept-Ranges: bytes
      Content-Type: text/html; charset=UTF-8
      X-XSS-Protection: 1; mode=block
      Date: Tue, 15 Oct 2024 03:12:25 GMT
      Expires: 0
      Cache-Control: no-cache, no-store, must-revalidate, private, max-age=0
      Last-Modified: Fri, 03 May 2024 18:53:34 GMT
      Pragma: no-cache
      Connection: close
      
      <!-- TEMPLATEVALUES]|[v1]|[Photo]|[Logon]|[127.0.0.1]|[3389]|[TSPlus02]|[DIAMANTE]|[#21183D]|[33, 24, 61]|[#FFFFFF]|[Verdana, Geneva, sans-serif]|[Conectando Usuarios y Ordenadores a traves de Internet]|[13]|[#0A8AB1]|[software/java/img/header_web.png]|[software/java/img/footer.png]|[Usuario:]|[Clave:]|[Dominio:]|[Iniciar sesión]|[]|[]|[]|[false]|[true]|[as_browser]|[remoteapp2+html5]|[true]|[false]|[false]|[true]|[text]|[7]|[32]|[4]|[0]|[15]|[true]|[yes]|[true]|[true]|[false]|[index_applications.html]|[Portal Remoto de aplicaciones]|[Aplicaciones]|[Log Off]|[#AAAAAA]|[#CCCCCC]|[4]|[11]|[11]|[8]|[32]|[13]|[City]|[]|[2-step verification:]|[false]|[4]|[0]|[false]|[false]|[7]|[true]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[ -->
      <!doctype html>
      <html>
      <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta http-equiv="X-XSS-Protection" content="1; mode=block" />
      <meta http-equiv="cache-control" content="max-age=0" />
      <meta http-equiv="cache-control" content="no-cache" />
      <meta http-equiv="cache-control" content="no-store" />
      <meta http-equiv="expires" content="0" />
      <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
      <meta http-equiv="pragma" content="no-cache" />
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>TSPlus02</title>
      
      <script type="text/javascript" src="software/java/third/jws.js"></script>
      <script type="text/javascript" src="software/remoteapp2.js"></script>
      <script type="text/javascript">
        // --------------- Page Configuration ---------------
        var page_configuration = new Array();
        page_configuration["access_type"] = "remoteapp2+html5";     // Client Type (specify the client to use with "remoteapp2" or "html5" (legacy client types: "java", "remoteapp") ; or let the user choose between several clients with "remoteapp2+html5")
        page_configuration["is_standard"] = true;   // Standard Logon Web Page (do not edit this parameter - support only)
        page_configuration["show_domain"] = false;   // Show a Domain field (true if it must be displayed, false otherwise)
        page_configuration["is_webcredentials"] = false;   // Logon using WebCredentials (true if it is, false otherwise)
        page_configuration["allow_empty_password"] = false;   // Allow empty Password field - only intended for WebCredentials (true if it allowed, false otherwise)
        page_configuration["show_password"] = true;   // Show a Password field (true if it must be displayed, false otherwise)
        page_configuration["remember_credentials"] = true;	// Remember login and domain in a cookie (true if must be remembered, false otherwise)
        page_configuration["hide_server_list"] = false;	// Hide the server list if load-balancing is enabled
        page_configuration["applications_portal"] = "index_applications.html";	  // Display Application Portal after logon ("your_page_applications.html" to display the application portal, "" to start remote connection directly after logon)
        page_configuration["show_windows_password_reset_button"] = false;	  // Display the windows password reset button
        page_configuration["show_windows_password_expiration_alert"] = false;	  // Show a windows password expiration alert popin when password expires soon
        page_configuration["show_eye"] = true;      // Display password visibility eye icon
        // --------------- End of Page Configuration ---------------
      
        // --------------- Access Configuration ---------------
        var user = "";                              // Login to use when connecting to the remote server (leave "" to use the login typed in this page)
        var pass = "";                              // Password to use when connecting to the remote server (leave "" to use the password typed in this page)
        var domain = "";                            // Domain to use when connecting to the remote server (leave "" to use the domain typed in this page)
        var server = "127.0.0.1";                            // Server to connect to (leave "" to use localhost and/or the server chosen in this page)
        var port = "";                              // Port to connect to (leave "" to use localhost and/or the port of the server chosen in this page)
        var lang = "as_browser";                    // Language to use
        var serverhtml5 = "127.0.0.1";              // Server to connect to, when using HTML5 client
        var porthtml5 = "3389";                     // Port to connect to, when using HTML5 client
        var cmdline = "";                           // Optional text that will be put in the server's clipboard once connected
        // --------------- End of Access Configuration ---------------
      
        // --------------- Seamless Access Configuration ---------------
        var alloutside = "dummyvaro=false; ";
        alloutside += "switcher=7; ";               // Resolution to use (if your server supports RemoteApp, leave 7. Otherwise, use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)
        alloutside += "bpp_all=32; ";               // Pixel Depth to use for Windows clients (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits, 32 for 32 bits)
        alloutside += "bpp_all_mac='4'; ";          // Pixel Depth to use for MAC clients (use one of the following values: 1 for 15 bits display, 2 for 16 bits, 3 for 24 bits, 4 for 32 bits)
        alloutside += "cmdline='"+cmdline+"'; ";
        //alloutside += "server=''; ";                  // Server (leave empty '' for auto recognition)
        //alloutside += "username=''; ";                // Autologon User Login (leave empty '' if you don't want to use Autologon)
        //alloutside += "rdppass=''; ";                 // Autologon User Password (leave empty '' if you don't want to use Autologon)
        //alloutside += "mydomain=''; "                 // Domain (leave empty '' if you don't have an Active Directory domain)
        alloutside += "interval_print_option='11'; ";	// Web Printing Options
        // --------------- End of Seamless Access Configuration ---------------
      
        // --------------- Java Access Configuration ---------------
        var allinside = "dummyvari=false; ";
        allinside += "switcher=0; ";                // Resolution to use (use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)
        allinside += "bpp_all=15; ";                // Pixel Depth to use (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits)
        allinside += "cmdline='"+cmdline+"'; ";
        //allinside += "server=''; ";                   // Server (leave empty '' for auto recognition)
        //allinside += "username=''; ";                 // Autologon User Login (leave empty '' if you don't want to use Autologon)
        //allinside += "rdppass=''; ";                  // Autologon User Password (leave empty '' if you don't want to use Autologon)
        //allinside += "mydomain=''; "                  // Domain (leave empty '' if you don't have an Active Directory domain)
        allinside += "sameasweb = 'yes'; ";         // Port to use for the RDP connection ('yes' if you want to use the same port as this page's web server address, 'no' otherwise
        allinside += "insidecheck = true; ";        // Start the Java Client inside the browser (true to start it inside the browser, false to start it externally)
        allinside += "soundsup = true; ";           // Sound Support (true to activate it, false otherwise)
        allinside += "mapsup = true; ";             // Local Disk Mapping (true to activate it, false otherwise)
        allinside += "activex = false; ";           // ActiveX instead of Java in Internet Explorer browsers (true if you want to use ActiveX client instead of the Java client, false otherwise)
        allinside += "interval_print_option='11'; ";		// Web Printing Options
        // --------------- End of Java Access Configuration ---------------
        // --------------- PWA Configuration ---------------
        var isPWAEnabled = "yes";
        var edgeVersion = navigator.userAgent.match(/(Edge|Edg)\/(\d+)/i);
        var isOldEdge = edgeVersion !== null && edgeVersion[2] < 80;
        var isIE = typeof window.document.documentMode !== "undefined";
        var isFirefox = navigator.userAgent.indexOf("Firefox") > -1;
        var isPWASupported = !(isOldEdge || isIE || isFirefox);
        
        // Delete previous service worker cache
        if (caches !== undefined) {
          caches.delete('site-dynamic-v1');
        }
        
        if(isPWAEnabled != "no" && isPWASupported && 'serviceWorker' in navigator){
          var link = document.createElement('link');
          link.rel = 'manifest';
          link.href = 'manifest.json';
          document.head.append(link);
          navigator.serviceWorker.register('./sw.js')
            .then(function(reg) {console.log('Service Worker registered')})
            .catch(function(err) {console.log('Service Worker not registered', err)});
        }
        else {
      	if('serviceWorker' in navigator) {
      		navigator.serviceWorker.getRegistration('./sw.js').then(function(reg) {
      			if(reg !== undefined) {
      				console.log('Unregistering Service Worker');
      				reg.unregister();
      			}
      		}).catch(function(err) {
      			console.log('Service Worker unregistration failed: ', err);
      		});
      	}
        }
        // --------------- End of PWA Configuration ---------------
      </script>
      <!--[if IE]><script type="text/javascript">window.iecondition = true;</script><![endif]-->
      <script type="text/javascript" src="software/lang.js"></script>
      <script type="text/javascript" src="software/common.js"></script>
      <style type="text/css">
      @font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin-ext.woff2) format('woff2');unicode-range:U+0100024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}
      @font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin.woff2) format('woff2');unicode-range:U+000000FF,U+0131,U+01520153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
      </style>
      <script src="software/js/jquery.min.js"></script>
      <style type="text/css">
      html { 
      	margin:0;
      	padding:0;
      	font-size: 12px;
      	color: #FFFFFF;
      	background: url('templates/photo/img/City.jpg') no-repeat center fixed;
      	-webkit-background-size: cover;
      	background-size: cover;
      	font-family: Verdana;
      	height: 100%;
      	width: 100%;
      }
      input {
      	font-family: 'Exo', sans-serif;
      	width: 178px;
      	height: 20px;
      	line-height: 20px;
      	background: none;
      	color: #FFFFFF;
      	border: 1px solid #FFFFFF;
      	padding: 5px;
      	margin: 5px;
      	display: block;
      	-webkit-border-radius: 2px;
      	-moz-border-radius: 2px;
      	-moz-border-radius: 2px;
      	border-radius: 2px;
      }
      select {
      	font-family: 'Exo', sans-serif;
      	width: 190px;
      	height: 32px;
      	margin: 5px;
      	padding: 5px;
      	background: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;
      	color: #FFFFFF;
      	border: 1px solid #FFFFFF;
      	-webkit-border-radius: 2px;
      	-moz-border-radius: 2px;
      	border-radius: 2px;
      	-webkit-appearance: none;
      }
      select option { color: #000000; }
      input[type="button"] {
      	width: 192px;
      	background: #FFFFFF;
      	color: #21183D;
      	padding: 15px;
      	line-height: 0;
      	font-weight: bold;
      	font-size: 15px;
      }
      input[type="radio"] {
      	display: inline;
      	width: auto;
      	height: 12px;
      	width: 12px;
      	margin: 0;
      	padding: 0;
      	border: none;
      }
      label {
      	line-height: 30px;
      	display: inline-block;
      	margin: 5px;
      }
      ::-webkit-input-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      :-moz-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      ::-moz-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      :-ms-input-placeholder {
      	color: #FFFFFF;
      	opacity: 1;
      }
      .styled-select select
      {
      appearance:none;
      -moz-appearance:none;
      -webkit-appearance:none;
      }
      .center {
      	width:220px;
      	position:relative;
      	left:50%;
      	top:80px;
      	padding: 20px 20px 20px 35px;
      	margin:0 0 20px -137px;
      	background: rgb(33, 24, 61);
      	background: rgba(33, 24, 61,0.7);
      	-webkit-border-radius: 5px;
      	-moz-border-radius: 5px;
      	border-radius: 5px;
      }
      .logo {
      	max-width: 200px;
      }
      .collapsible {
          color: white;
          cursor: pointer;
          padding: 18px;
          width: 100%;
         	border: none;
          text-align: left;
          outline: none;
          font-size: 15px;
          background-color: #777;
         }
         .active, .collapsible:hover {
             background-color: #555;
         }
         .collapsiblecontent {
             padding: 0 18px;
             max-height: 0;
             overflow: hidden;
             transition: max-height 0.2s ease-out;
             background-color: #f1f1f1;
         }
      
      #tr-domain, #tr-password, #tr-verifypassword {
      	display: none;
      	margin-top: 0px;
      }
      #select-server {
      	display: none;
      }
      #span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko, #span-twofa-ko {
          display: none;
      }
      #retype-password-input, #retype-password-label {
      	display: none;
      }
      #span-credentials-ko {
      	font-weight: bold;
      	text-align: center;
      }
      #accesstypeuserpanel {
      	display: none;
      	text-align: center;
      	margin-top: 0px;
      }
      #accesstypeuserpanel label {
      	display: none;
      }
      #top_right_menu_actions input {
      	width: auto;
      }
      </style>
      <link rel="stylesheet" type="text/css" href="popins.css" />
      <!--[if lte IE 8]>
        <style type="text/css">
      	.center {
            background:transparent;
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b421183D,endColorstr=#b421183D);
            zoom: 1;
          }
        </style>
      <![endif]-->
      <link rel="stylesheet" type="text/css" href="custom.css" />
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
      <script type="text/javascript" src="custom.js"></script>
      </head>
      
      
      <body onkeypress="CheckKey(event);" onload="setAll();">
      <div id="top_right_menu_actions" style="position: fixed;top: 10px; right: 10px;">
          <input type="button" id="windows-password-reset-button" value="Reset Windows password" onclick="showResetWindowsPasswordPopin();return false;" style="display: none;cursor: pointer;" />
      </div>
      
      <div class="center" id="divcenter">
      <img src="software/java/img/header_web.png" class="logo">
      	<p>DIAMANTE</p>
      <div name="logonform" id="logonformid">
      <span id="tr-domain"><input type="text" name="Domain" id="Editbox3" value="" placeholder="Dominio:"></span>
      <span id="span-login-ok"><img src="templates/photo/img/ok.png" width="20" height="30" alt="" style="float: right;"></span><span id="span-login-ko"><img src="templates/photo/img/ko.png" width="20" height="30" alt="" style="float: right;"></span><input type="text" name="username" id="Editbox1" onblur="onLoginTyped();" value="" placeholder="Usuario:">
      <span id="span-password-ok"><img src="templates/photo/img/ok.png" width="20" height="30" alt="" style="float: right;"></span><span id="span-password-ko"><img src="templates/photo/img/ko.png" width="20" height="30" alt="" style="float: right;"></span><span id="tr-password"><input type="password" name="Password" id="Editbox2" onfocus="onPasswordFocused();" value="" placeholder="Clave:">
      <span toggle="#password-field" id="password-visibility" class="fa fa-fw fa-eye field-icon toggle-password" style="float: right; margin-top: -25px; margin-right: 10px; cursor: pointer; z-index: 2; position: relative;"></span></span>
      <select id="select-server" name="server"></select>
      <span id="accesstypeuserpanel">
      <label id="label_accesstypeuserchoice_html5" for="accesstypeuserchoice_html5"><input type="radio" value="html5" name="accesstypeuserchoice" id="accesstypeuserchoice_html5" onchange="remoteAppPluginPopinHide();" checked="checked"> HTML5</label>
      <label id="label_accesstypeuserchoice_java" for="accesstypeuserchoice_java"><input type="radio" value="java" name="accesstypeuserchoice" id="accesstypeuserchoice_java" onchange="remoteAppPluginPopinHide();"> Java</label>
      <label id="label_accesstypeuserchoice_remoteapp" for="
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-15T03:13:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cloudflare.com"
               ],
               "file" : [
                  "manifest.json"
               ],
               "hostname" : [
                  "cdnjs.cloudflare.com"
               ],
               "ip" : [
                  "127.0.0.1"
               ],
               "url" : [
                  "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
               ]
            },
            "http" : {
               "bodymd5" : "ce52f5b3b5682a171b9f53cd798ee93d",
               "bodymmh3" : 1398976566,
               "header" : [
                  {
                     "name" : "Last-Modified",
                     "value" : "Fri, 03 May 2024 18:53:34 GMT"
                  }
               ],
               "headermd5" : "93c67a2c59826d6b701560a1d2cb5e72",
               "headermmh3" : -1127178341,
               "title" : "TSPlus02"
            },
            "length" : 16384
         },
         "asn" : "AS22884",
         "city" : "Ecatepec",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Length: 25473\r\nAccept-Ranges: bytes\r\nContent-Type: text/html; charset=UTF-8\r\nX-XSS-Protection: 1; mode=block\r\nDate: Tue, 15 Oct 2024 03:12:25 GMT\r\nExpires: 0\r\nCache-Control: no-cache, no-store, must-revalidate, private, max-age=0\r\nLast-Modified: Fri, 03 May 2024 18:53:34 GMT\r\nPragma: no-cache\r\nConnection: close\r\n\r\n<!-- TEMPLATEVALUES]|[v1]|[Photo]|[Logon]|[127.0.0.1]|[3389]|[TSPlus02]|[DIAMANTE]|[#21183D]|[33, 24, 61]|[#FFFFFF]|[Verdana, Geneva, sans-serif]|[Conectando Usuarios y Ordenadores a traves de Internet]|[13]|[#0A8AB1]|[software/java/img/header_web.png]|[software/java/img/footer.png]|[Usuario:]|[Clave:]|[Dominio:]|[Iniciar sesi\u00f3n]|[]|[]|[]|[false]|[true]|[as_browser]|[remoteapp2+html5]|[true]|[false]|[false]|[true]|[text]|[7]|[32]|[4]|[0]|[15]|[true]|[yes]|[true]|[true]|[false]|[index_applications.html]|[Portal Remoto de aplicaciones]|[Aplicaciones]|[Log Off]|[#AAAAAA]|[#CCCCCC]|[4]|[11]|[11]|[8]|[32]|[13]|[City]|[]|[2-step verification:]|[false]|[4]|[0]|[false]|[false]|[7]|[true]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[ -->\r\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\r\n<meta http-equiv=\"X-XSS-Protection\" content=\"1; mode=block\" />\r\n<meta http-equiv=\"cache-control\" content=\"max-age=0\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-cache\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-store\" />\r\n<meta http-equiv=\"expires\" content=\"0\" />\r\n<meta http-equiv=\"expires\" content=\"Tue, 01 Jan 1980 1:00:00 GMT\" />\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n<title>TSPlus02</title>\r\n\r\n<script type=\"text/javascript\" src=\"software/java/third/jws.js\"></script>\r\n<script type=\"text/javascript\" src=\"software/remoteapp2.js\"></script>\r\n<script type=\"text/javascript\">\r\n  // --------------- Page Configuration ---------------\r\n  var page_configuration = new Array();\r\n  page_configuration[\"access_type\"] = \"remoteapp2+html5\";     // Client Type (specify the client to use with \"remoteapp2\" or \"html5\" (legacy client types: \"java\", \"remoteapp\") ; or let the user choose between several clients with \"remoteapp2+html5\")\r\n  page_configuration[\"is_standard\"] = true;   // Standard Logon Web Page (do not edit this parameter - support only)\r\n  page_configuration[\"show_domain\"] = false;   // Show a Domain field (true if it must be displayed, false otherwise)\r\n  page_configuration[\"is_webcredentials\"] = false;   // Logon using WebCredentials (true if it is, false otherwise)\r\n  page_configuration[\"allow_empty_password\"] = false;   // Allow empty Password field - only intended for WebCredentials (true if it allowed, false otherwise)\r\n  page_configuration[\"show_password\"] = true;   // Show a Password field (true if it must be displayed, false otherwise)\r\n  page_configuration[\"remember_credentials\"] = true;\t// Remember login and domain in a cookie (true if must be remembered, false otherwise)\r\n  page_configuration[\"hide_server_list\"] = false;\t// Hide the server list if load-balancing is enabled\r\n  page_configuration[\"applications_portal\"] = \"index_applications.html\";\t  // Display Application Portal after logon (\"your_page_applications.html\" to display the application portal, \"\" to start remote connection directly after logon)\r\n  page_configuration[\"show_windows_password_reset_button\"] = false;\t  // Display the windows password reset button\r\n  page_configuration[\"show_windows_password_expiration_alert\"] = false;\t  // Show a windows password expiration alert popin when password expires soon\r\n  page_configuration[\"show_eye\"] = true;      // Display password visibility eye icon\r\n  // --------------- End of Page Configuration ---------------\r\n\r\n  // --------------- Access Configuration ---------------\r\n  var user = \"\";                              // Login to use when connecting to the remote server (leave \"\" to use the login typed in this page)\r\n  var pass = \"\";                              // Password to use when connecting to the remote server (leave \"\" to use the password typed in this page)\r\n  var domain = \"\";                            // Domain to use when connecting to the remote server (leave \"\" to use the domain typed in this page)\r\n  var server = \"127.0.0.1\";                            // Server to connect to (leave \"\" to use localhost and/or the server chosen in this page)\r\n  var port = \"\";                              // Port to connect to (leave \"\" to use localhost and/or the port of the server chosen in this page)\r\n  var lang = \"as_browser\";                    // Language to use\r\n  var serverhtml5 = \"127.0.0.1\";              // Server to connect to, when using HTML5 client\r\n  var porthtml5 = \"3389\";                     // Port to connect to, when using HTML5 client\r\n  var cmdline = \"\";                           // Optional text that will be put in the server's clipboard once connected\r\n  // --------------- End of Access Configuration ---------------\r\n\r\n  // --------------- Seamless Access Configuration ---------------\r\n  var alloutside = \"dummyvaro=false; \";\r\n  alloutside += \"switcher=7; \";               // Resolution to use (if your server supports RemoteApp, leave 7. Otherwise, use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)\r\n  alloutside += \"bpp_all=32; \";               // Pixel Depth to use for Windows clients (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits, 32 for 32 bits)\r\n  alloutside += \"bpp_all_mac='4'; \";          // Pixel Depth to use for MAC clients (use one of the following values: 1 for 15 bits display, 2 for 16 bits, 3 for 24 bits, 4 for 32 bits)\r\n  alloutside += \"cmdline='\"+cmdline+\"'; \";\r\n  //alloutside += \"server=''; \";                  // Server (leave empty '' for auto recognition)\r\n  //alloutside += \"username=''; \";                // Autologon User Login (leave empty '' if you don't want to use Autologon)\r\n  //alloutside += \"rdppass=''; \";                 // Autologon User Password (leave empty '' if you don't want to use Autologon)\r\n  //alloutside += \"mydomain=''; \"                 // Domain (leave empty '' if you don't have an Active Directory domain)\r\n  alloutside += \"interval_print_option='11'; \";\t// Web Printing Options\r\n  // --------------- End of Seamless Access Configuration ---------------\r\n\r\n  // --------------- Java Access Configuration ---------------\r\n  var allinside = \"dummyvari=false; \";\r\n  allinside += \"switcher=0; \";                // Resolution to use (use one of the following values: 0 = full window, 1 = full screen, 2 = 640x480, 3 = 800x600, 4 = 1024x768, 5 = 1280x1024, 6 = 1600x1200)\r\n  allinside += \"bpp_all=15; \";                // Pixel Depth to use (use one of the following values: 15 for 15 bits display, 16 for 16 bits, 24 for 24 bits)\r\n  allinside += \"cmdline='\"+cmdline+\"'; \";\r\n  //allinside += \"server=''; \";                   // Server (leave empty '' for auto recognition)\r\n  //allinside += \"username=''; \";                 // Autologon User Login (leave empty '' if you don't want to use Autologon)\r\n  //allinside += \"rdppass=''; \";                  // Autologon User Password (leave empty '' if you don't want to use Autologon)\r\n  //allinside += \"mydomain=''; \"                  // Domain (leave empty '' if you don't have an Active Directory domain)\r\n  allinside += \"sameasweb = 'yes'; \";         // Port to use for the RDP connection ('yes' if you want to use the same port as this page's web server address, 'no' otherwise\r\n  allinside += \"insidecheck = true; \";        // Start the Java Client inside the browser (true to start it inside the browser, false to start it externally)\r\n  allinside += \"soundsup = true; \";           // Sound Support (true to activate it, false otherwise)\r\n  allinside += \"mapsup = true; \";             // Local Disk Mapping (true to activate it, false otherwise)\r\n  allinside += \"activex = false; \";           // ActiveX instead of Java in Internet Explorer browsers (true if you want to use ActiveX client instead of the Java client, false otherwise)\r\n  allinside += \"interval_print_option='11'; \";\t\t// Web Printing Options\r\n  // --------------- End of Java Access Configuration ---------------\r\n  // --------------- PWA Configuration ---------------\r\n  var isPWAEnabled = \"yes\";\r\n  var edgeVersion = navigator.userAgent.match(/(Edge|Edg)\\/(\\d+)/i);\r\n  var isOldEdge = edgeVersion !== null && edgeVersion[2] < 80;\r\n  var isIE = typeof window.document.documentMode !== \"undefined\";\r\n  var isFirefox = navigator.userAgent.indexOf(\"Firefox\") > -1;\r\n  var isPWASupported = !(isOldEdge || isIE || isFirefox);\r\n  \r\n  // Delete previous service worker cache\r\n  if (caches !== undefined) {\r\n    caches.delete('site-dynamic-v1');\r\n  }\r\n  \r\n  if(isPWAEnabled != \"no\" && isPWASupported && 'serviceWorker' in navigator){\r\n    var link = document.createElement('link');\r\n    link.rel = 'manifest';\r\n    link.href = 'manifest.json';\r\n    document.head.append(link);\r\n    navigator.serviceWorker.register('./sw.js')\r\n      .then(function(reg) {console.log('Service Worker registered')})\r\n      .catch(function(err) {console.log('Service Worker not registered', err)});\r\n  }\r\n  else {\r\n\tif('serviceWorker' in navigator) {\r\n\t\tnavigator.serviceWorker.getRegistration('./sw.js').then(function(reg) {\r\n\t\t\tif(reg !== undefined) {\r\n\t\t\t\tconsole.log('Unregistering Service Worker');\r\n\t\t\t\treg.unregister();\r\n\t\t\t}\r\n\t\t}).catch(function(err) {\r\n\t\t\tconsole.log('Service Worker unregistration failed: ', err);\r\n\t\t});\r\n\t}\r\n  }\r\n  // --------------- End of PWA Configuration ---------------\r\n</script>\r\n<!--[if IE]><script type=\"text/javascript\">window.iecondition = true;</script><![endif]-->\r\n<script type=\"text/javascript\" src=\"software/lang.js\"></script>\r\n<script type=\"text/javascript\" src=\"software/common.js\"></script>\r\n<style type=\"text/css\">\r\n@font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin-ext.woff2) format('woff2');unicode-range:U+0100024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}\r\n@font-face{font-family:Exo;font-style:normal;font-weight:400;src:local('Exo Regular'),local('Exo-Regular'),url(software/js/exo-latin.woff2) format('woff2');unicode-range:U+000000FF,U+0131,U+01520153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}\r\n</style>\r\n<script src=\"software/js/jquery.min.js\"></script>\r\n<style type=\"text/css\">\r\nhtml { \r\n\tmargin:0;\r\n\tpadding:0;\r\n\tfont-size: 12px;\r\n\tcolor: #FFFFFF;\r\n\tbackground: url('templates/photo/img/City.jpg') no-repeat center fixed;\r\n\t-webkit-background-size: cover;\r\n\tbackground-size: cover;\r\n\tfont-family: Verdana;\r\n\theight: 100%;\r\n\twidth: 100%;\r\n}\r\ninput {\r\n\tfont-family: 'Exo', sans-serif;\r\n\twidth: 178px;\r\n\theight: 20px;\r\n\tline-height: 20px;\r\n\tbackground: none;\r\n\tcolor: #FFFFFF;\r\n\tborder: 1px solid #FFFFFF;\r\n\tpadding: 5px;\r\n\tmargin: 5px;\r\n\tdisplay: block;\r\n\t-webkit-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\tborder-radius: 2px;\r\n}\r\nselect {\r\n\tfont-family: 'Exo', sans-serif;\r\n\twidth: 190px;\r\n\theight: 32px;\r\n\tmargin: 5px;\r\n\tpadding: 5px;\r\n\tbackground: transparent url('templates/photo/img/select.png') no-repeat 174px 50%;\r\n\tcolor: #FFFFFF;\r\n\tborder: 1px solid #FFFFFF;\r\n\t-webkit-border-radius: 2px;\r\n\t-moz-border-radius: 2px;\r\n\tborder-radius: 2px;\r\n\t-webkit-appearance: none;\r\n}\r\nselect option { color: #000000; }\r\ninput[type=\"button\"] {\r\n\twidth: 192px;\r\n\tbackground: #FFFFFF;\r\n\tcolor: #21183D;\r\n\tpadding: 15px;\r\n\tline-height: 0;\r\n\tfont-weight: bold;\r\n\tfont-size: 15px;\r\n}\r\ninput[type=\"radio\"] {\r\n\tdisplay: inline;\r\n\twidth: auto;\r\n\theight: 12px;\r\n\twidth: 12px;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\tborder: none;\r\n}\r\nlabel {\r\n\tline-height: 30px;\r\n\tdisplay: inline-block;\r\n\tmargin: 5px;\r\n}\r\n::-webkit-input-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n:-moz-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n::-moz-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n:-ms-input-placeholder {\r\n\tcolor: #FFFFFF;\r\n\topacity: 1;\r\n}\r\n.styled-select select\r\n{\r\nappearance:none;\r\n-moz-appearance:none;\r\n-webkit-appearance:none;\r\n}\r\n.center {\r\n\twidth:220px;\r\n\tposition:relative;\r\n\tleft:50%;\r\n\ttop:80px;\r\n\tpadding: 20px 20px 20px 35px;\r\n\tmargin:0 0 20px -137px;\r\n\tbackground: rgb(33, 24, 61);\r\n\tbackground: rgba(33, 24, 61,0.7);\r\n\t-webkit-border-radius: 5px;\r\n\t-moz-border-radius: 5px;\r\n\tborder-radius: 5px;\r\n}\r\n.logo {\r\n\tmax-width: 200px;\r\n}\r\n.collapsible {\r\n    color: white;\r\n    cursor: pointer;\r\n    padding: 18px;\r\n    width: 100%;\r\n   \tborder: none;\r\n    text-align: left;\r\n    outline: none;\r\n    font-size: 15px;\r\n    background-color: #777;\r\n   }\r\n   .active, .collapsible:hover {\r\n       background-color: #555;\r\n   }\r\n   .collapsiblecontent {\r\n       padding: 0 18px;\r\n       max-height: 0;\r\n       overflow: hidden;\r\n       transition: max-height 0.2s ease-out;\r\n       background-color: #f1f1f1;\r\n   }\r\n\r\n#tr-domain, #tr-password, #tr-verifypassword {\r\n\tdisplay: none;\r\n\tmargin-top: 0px;\r\n}\r\n#select-server {\r\n\tdisplay: none;\r\n}\r\n#span-login-ok, #span-password-ok, #span-login-ko, #span-password-ko, #span-credentials-ko, #span-twofa-ko {\r\n    display: none;\r\n}\r\n#retype-password-input, #retype-password-label {\r\n\tdisplay: none;\r\n}\r\n#span-credentials-ko {\r\n\tfont-weight: bold;\r\n\ttext-align: center;\r\n}\r\n#accesstypeuserpanel {\r\n\tdisplay: none;\r\n\ttext-align: center;\r\n\tmargin-top: 0px;\r\n}\r\n#accesstypeuserpanel label {\r\n\tdisplay: none;\r\n}\r\n#top_right_menu_actions input {\r\n\twidth: auto;\r\n}\r\n</style>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"popins.css\" />\r\n<!--[if lte IE 8]>\r\n  <style type=\"text/css\">\r\n\t.center {\r\n      background:transparent;\r\n      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b421183D,endColorstr=#b421183D);\r\n      zoom: 1;\r\n    }\r\n  </style>\r\n<![endif]-->\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"custom.css\" />\r\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css\"/>\r\n<script type=\"text/javascript\" src=\"custom.js\"></script>\r\n</head>\r\n\r\n\r\n<body onkeypress=\"CheckKey(event);\" onload=\"setAll();\">\r\n<div id=\"top_right_menu_actions\" style=\"position: fixed;top: 10px; right: 10px;\">\r\n    <input type=\"button\" id=\"windows-password-reset-button\" value=\"Reset Windows password\" onclick=\"showResetWindowsPasswordPopin();return false;\" style=\"display: none;cursor: pointer;\" />\r\n</div>\r\n\r\n<div class=\"center\" id=\"divcenter\">\r\n<img src=\"software/java/img/header_web.png\" class=\"logo\">\r\n\t<p>DIAMANTE</p>\r\n<div name=\"logonform\" id=\"logonformid\">\r\n<span id=\"tr-domain\"><input type=\"text\" name=\"Domain\" id=\"Editbox3\" value=\"\" placeholder=\"Dominio:\"></span>\r\n<span id=\"span-login-ok\"><img src=\"templates/photo/img/ok.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"span-login-ko\"><img src=\"templates/photo/img/ko.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><input type=\"text\" name=\"username\" id=\"Editbox1\" onblur=\"onLoginTyped();\" value=\"\" placeholder=\"Usuario:\">\r\n<span id=\"span-password-ok\"><img src=\"templates/photo/img/ok.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"span-password-ko\"><img src=\"templates/photo/img/ko.png\" width=\"20\" height=\"30\" alt=\"\" style=\"float: right;\"></span><span id=\"tr-password\"><input type=\"password\" name=\"Password\" id=\"Editbox2\" onfocus=\"onPasswordFocused();\" value=\"\" placeholder=\"Clave:\">\r\n<span toggle=\"#password-field\" id=\"password-visibility\" class=\"fa fa-fw fa-eye field-icon toggle-password\" style=\"float: right; margin-top: -25px; margin-right: 10px; cursor: pointer; z-index: 2; position: relative;\"></span></span>\r\n<select id=\"select-server\" name=\"server\"></select>\r\n<span id=\"accesstypeuserpanel\">\r\n<label id=\"label_accesstypeuserchoice_html5\" for=\"accesstypeuserchoice_html5\"><input type=\"radio\" value=\"html5\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_html5\" onchange=\"remoteAppPluginPopinHide();\" checked=\"checked\"> HTML5</label>\r\n<label id=\"label_accesstypeuserchoice_java\" for=\"accesstypeuserchoice_java\"><input type=\"radio\" value=\"java\" name=\"accesstypeuserchoice\" id=\"accesstypeuserchoice_java\" onchange=\"remoteAppPluginPopinHide();\"> Java</label>\r\n<label id=\"label_accesstypeuserchoice_remoteapp\" for=\"",
         "datamd5" : "5089cf284043893cfa70675d4de7ac83",
         "datammh3" : 351094541,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.188.96.0/22"
         },
         "host" : [
            "fixed-187-188-96-241"
         ],
         "hostname" : [
            "fixed-187-188-96-241.totalplay.net"
         ],
         "ip" : "187.188.96.241",
         "ipv6" : "false",
         "latitude" : "19.5874",
         "location" : "19.5874,-99.0319",
         "longitude" : "-99.0319",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "port" : 447,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-188-96-241.totalplay.net"
         ],
         "seen_date" : "2024-10-15",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.188.96.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.189.56.197:447 (tcp/http) - last seen on 2024-10-13 at 21:21:46 UTC

    • IP
      187.189.56.197
      Network
      187.189.56.0/24
      Domain(s)
      totalplay.net
      Device

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

      Operating System
      Linux Linux Kernel
      URL

      http://187.189.56.197:447/ 200

      HTTP Title
      AXIS
      Reverse DNS
      fixed-187-189-56-197.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Apache HTTP Server 2.4.33
      HTTP Component(s)
      OpenSSL OpenSSL 1.0.2o
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      36e9ce2138c4f8ae32b5e41276e22bbc
      HTTP Header MD5
      9c181f09b922b450f2bfd41b4f3077ca
      HTTP Body MD5
      0b7c6ff21a80a0bb7c349af90654e1ae
    • HTTP/1.1 200 OK
      Date: Sun, 13 Oct 2024 21:14:40 GMT
      Server: Apache/2.4.33 (Unix) OpenSSL/1.0.2o
      Last-Modified: Wed, 12 Sep 2018 12:22:47 GMT
      Accept-Ranges: bytes
      Content-Length: 1316
      Cache-Control: max-age=0, no-cache, no-store, must-revalidate
      Pragma: no-cache
      Connection: close
      Content-Type: text/html
      
      <!DOCTYPE html>
      <html>
        <head>
          <meta http-equiv='X-UA-Compatible' content='IE=edge'>
          <meta charset='utf-8'>
          <meta name='author' content='Axis Communications AB'>
          <meta name='apple-mobile-web-app-capable' content='yes'>
          <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no'>
      
          <title>AXIS</title>
      
          <link rel='shortcut icon' href='img/favicon.ico'>
        <link href="css/main.css" rel="stylesheet"></head>
        <body>
          <noscript>
            <span class='noscript-content'>
              JavaScript is disabled or not supported by the browser. To use the Axis web application, enable JavaScript.
            </span>
          </noscript>
          <div class='page-wrap waiting' id='pageWrap'></div>
          <script type='text/javascript'>
            // Redirects unsupported browsers to notSupported.html
            if (!(window.CSS &&
                  CSS.supports('color', 'var(--primary)') &&
                  CSS.supports('width', 'calc(calc(1px + 1px) * 2)'))) {
              document.location.href = 'notSupported.html';
            }
          </script>
        <script src="vendors~iframePopup~main~ptzGatekeeper.71365c5891f7689795a2.bundle.js"></script><script src="vendors~main.71365c5891f7689795a2.bundle.js"></script><script src="main.71365c5891f7689795a2.bundle.js"></script></body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-13T21:21:46.000Z",
         "app" : {
            "favicon" : {
               "url" : "/img/favicon.ico"
            },
            "http" : {
               "bodymd5" : "0b7c6ff21a80a0bb7c349af90654e1ae",
               "bodymmh3" : -365980104,
               "component" : [
                  {
                     "product" : "OpenSSL",
                     "productversion" : "1.0.2o",
                     "productvendor" : "OpenSSL"
                  }
               ],
               "header" : [
                  {
                     "value" : "Wed, 12 Sep 2018 12:22:47 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "9c181f09b922b450f2bfd41b4f3077ca",
               "headermmh3" : -1562784,
               "title" : "AXIS"
            },
            "length" : 1632
         },
         "asn" : "AS22884",
         "city" : "Toluca",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Sun, 13 Oct 2024 21:14:40 GMT\r\nServer: Apache/2.4.33 (Unix) OpenSSL/1.0.2o\r\nLast-Modified: Wed, 12 Sep 2018 12:22:47 GMT\r\nAccept-Ranges: bytes\r\nContent-Length: 1316\r\nCache-Control: max-age=0, no-cache, no-store, must-revalidate\r\nPragma: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html>\n<html>\n  <head>\n    <meta http-equiv='X-UA-Compatible' content='IE=edge'>\n    <meta charset='utf-8'>\n    <meta name='author' content='Axis Communications AB'>\n    <meta name='apple-mobile-web-app-capable' content='yes'>\n    <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no'>\n\n    <title>AXIS</title>\n\n    <link rel='shortcut icon' href='img/favicon.ico'>\n  <link href=\"css/main.css\" rel=\"stylesheet\"></head>\n  <body>\n    <noscript>\n      <span class='noscript-content'>\n        JavaScript is disabled or not supported by the browser. To use the Axis web application, enable JavaScript.\n      </span>\n    </noscript>\n    <div class='page-wrap waiting' id='pageWrap'></div>\n    <script type='text/javascript'>\n      // Redirects unsupported browsers to notSupported.html\n      if (!(window.CSS &&\n            CSS.supports('color', 'var(--primary)') &&\n            CSS.supports('width', 'calc(calc(1px + 1px) * 2)'))) {\n        document.location.href = 'notSupported.html';\n      }\n    </script>\n  <script src=\"vendors~iframePopup~main~ptzGatekeeper.71365c5891f7689795a2.bundle.js\"></script><script src=\"vendors~main.71365c5891f7689795a2.bundle.js\"></script><script src=\"main.71365c5891f7689795a2.bundle.js\"></script></body>\n</html>\n",
         "datamd5" : "36e9ce2138c4f8ae32b5e41276e22bbc",
         "datammh3" : 2057301002,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.189.56.0/24"
         },
         "host" : [
            "fixed-187-189-56-197"
         ],
         "hostname" : [
            "fixed-187-189-56-197.totalplay.net"
         ],
         "ip" : "187.189.56.197",
         "ipv6" : "false",
         "latitude" : "19.3026",
         "location" : "19.3026,-99.6793",
         "longitude" : "-99.6793",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 447,
         "product" : "HTTP Server",
         "productvendor" : "Apache",
         "productversion" : "2.4.33",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-189-56-197.totalplay.net"
         ],
         "seen_date" : "2024-10-13",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.189.56.0/24",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 148.230.158.5:447 (tcp/http) - last seen on 2024-10-13 at 01:06:24 UTC

    • IP
      148.230.158.5
      Network
      148.230.156.0/22
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Ubuntu
      URL

      http://148.230.158.5:447/ 200

      HTTP Title
      Login - Eventum
      Reverse DNS
      fixed-148-230-158-5.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Ubuntu
      Product
      Apache HTTP Server 2.4.29
      HTTP Component(s)
      PHP PHP
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      c7f3b62ef30987f09e82769ff82eaf61
      HTTP Header MD5
      8c699ec68720db09d219bdb809d6b1b5
      HTTP Body MD5
      9a04cd4eedadd83bf5da35d5be48f656
    • HTTP/1.1 200 OK
      Date: Sun, 13 Oct 2024 00:56:29 GMT
      Server: Apache/2.4.29 (Ubuntu)
      Set-Cookie: PHPSESSID=usv4jvfq55c4ctciaforqm9ckj; path=/
      Expires: Thu, 19 Nov 1981 08:52:00 GMT
      Cache-Control: no-store, no-cache, must-revalidate
      Pragma: no-cache
      Vary: Accept-Encoding
      Content-Length: 6132
      Connection: close
      Content-Type: text/html; charset=UTF-8
      
      <!DOCTYPE html>
      <html>
      <head data-rel-url="/">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=8" />
        <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
        <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.php" title="Eventum Issues search" />
        <title>Login - Eventum</title>
        <script type="text/javascript">
        <!--
        var user_prefs = {
        };
        //-->
        </script>
      
          <link rel="stylesheet" type="text/css" media="screen" href="/components/font-awesome/css/font-awesome.css?c=8a4d">
        <link rel="stylesheet" type="text/css" media="screen" href="/components/jquery-ui/themes/base/all.css?c=5a1a">
        <link rel="stylesheet" type="text/css" media="screen" href="/components/jquery-chosen/chosen.css?c=735b">
        <link rel="stylesheet" type="text/css" media="screen" href="/components/dropzone/dist/basic.css?c=4ce7">
          
        
          
      
        <script type="text/javascript" src="/components/jquery/jquery.js?c=dd5d"></script>
        <script type="text/javascript" src="/components/jquery-blockui/jquery.blockUI.js?c=cfd4"></script>
        <script type="text/javascript" src="/components/form/src/jquery.form.js?c=f820"></script>
        <script type="text/javascript" src="/components/jquery-cookie/jquery.cookie.js?c=c493"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/core.js?c=e638"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/datepicker.js?c=5989"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/widget.js?c=6aa4"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/mouse.js?c=bb11"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/progressbar.js?c=7ba0"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/position.js?c=a204"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/menu.js?c=3a62"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/selectmenu.js?c=4ff4"></script>
        <script type="text/javascript" src="/components/jquery-ui/ui/sortable.js?c=728c"></script>
        <script type="text/javascript" src="/components/jquery-chosen/chosen.jquery.js?c=b0c3"></script>
        <script type="text/javascript" src="/components/dropzone/dist/dropzone.js?c=9666"></script>
        <script type="text/javascript" src="/components/autosize/dist/autosize.js?c=b0d3"></script>
        <script type="text/javascript" src="/components/jquery-timeago/jquery.timeago.js?c=b574"></script>
        <script type="text/javascript" src="/components/filereader.js/filereader.js?c=5684"></script>
        <script type="text/javascript" src="/components/garlicjs/js/garlic.min.js?c=aabb"></script>
        <script type="text/javascript" src="/components/cmd-ctrl-enter/src/cmd-ctrl-enter.js?c=c5cd"></script>
      
          <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css?c=7435">
        <link rel="stylesheet" type="text/css" media="screen" href="/css/page.css?c=b186">
        <script type="text/javascript" src="/js/main.js?c=b59c"></script>
        <script type="text/javascript" src="/js/page.js?c=7294"></script>
      
          
        
        
          
      
          </head>
      <!--[if lt IE 7 ]> <body class="ie6 login" id="index"> <![endif]-->
      <!--[if IE 7 ]> <body class="ie7 login" id="index"> <![endif]-->
      <!--[if IE 8 ]> <body class="ie8 login" id="index"> <![endif]-->
      <!--[if !IE]>--> <body class="login" id="index"><!--<![endif]-->
      <div id="container">
          
      
          <div id="full_width_messages">
          
                  
          </div>
      
          <div id="middle">
              <div id="content">
              
      
      
      <script type="text/javascript">
      <!--
      function validateForm()
      {
          if (Validation.isFieldWhitespace(Eventum.getField('email'))) {
              Validation.errors[Validation.errors.length] = new Option('Ingreso', 'email');
          }
          if (Validation.isFieldWhitespace(Eventum.getField('passwd'))) {
              Validation.errors[Validation.errors.length] = new Option('Contraseña', 'passwd');
          }
      }
      $().ready(function() {
          Eventum.getField('email').focus();
      });
      //-->
      </script>
      <img src="/images/logo.png" class="centerlogo">
      <form id="login_form" method="post" action="login.php" class="validate" data-validation-function="validateForm">
      <input type="hidden" name="cat" value="login">
      <input type="hidden" name="url" value="">
      
      <div id="logo"></div>
      <h1>Eventum - Ingreso</h1>
      <table>
                  <tr>
            <td class="label">Ingreso:</td>
            <td>
              <input accessKey="e" type="text" name="email" value="" size="30">
              <i id="error_icon_email" aria-hidden="true"
         class="fa fa-warning error_icon"
         title="detectada condición de error"
      ></i>
            </td>
          </tr>
          <tr>
            <td class="label">Contraseña:</td>
            <td>
              <input accessKey="p" type="password" name="passwd" size="20" maxlength="32">
              <i id="error_icon_passwd" aria-hidden="true"
         class="fa fa-warning error_icon"
         title="detectada condición de error"
      ></i>
            </td>
          </tr>
          <tr align="center">
            <td colspan="2">
              Introduzca su usuario / contraseña y presione Ingreso .      </td>
          </tr>
      
          <tr align="center">
            <td colspan="2" class="default_white" bgcolor="#006486">
              <label for="remember" accesskey="r">
                <input type="checkbox" id="remember" name="remember" value="1">
                <b>Recordar</b>
              </label>
            </td>
          </tr>
      
          <tr align="center">
            <td colspan="2">
              <input type="submit" name="Submit" value="Ingreso">
            </td>
          </tr>
      
          <tr align="center">
            <td colspan="2">
              <a href="/forgot_password.php">He Olvidado mi Contraseña</a>
                    </td>
          </tr>
          <tr>
            <td colspan="2">
              <strong>* Se requiere soporte para cookies y javascript en su navegador</strong>
            </td>
          </tr>
          </table>
      </form>
      
      <div class="note_box">
          NOTE: Para envío de reportes favor de entrar al siguiente enlace:    <br /><br />
          <a href="http://srv.cuanhospital.local/post.php">http://srv.cuanhospital.local/post.php</a>
      </div>
      
      
              </div>
              <div class="clear"></div>
          </div>
      
          
          
      </div>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-13T01:06:24.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cuanhospital.local"
               ],
               "file" : [
                  "forgot_password.php",
                  "login.php",
                  "post.php",
                  "opensearch.php"
               ],
               "hostname" : [
                  "srv.cuanhospital.local"
               ],
               "url" : [
                  "http://srv.cuanhospital.local/post.php"
               ]
            },
            "favicon" : {
               "url" : "/favicon.ico"
            },
            "http" : {
               "bodymd5" : "9a04cd4eedadd83bf5da35d5be48f656",
               "bodymmh3" : -859654299,
               "component" : [
                  {
                     "product" : "PHP",
                     "productvendor" : "PHP"
                  }
               ],
               "headermd5" : "8c699ec68720db09d219bdb809d6b1b5",
               "headermmh3" : 980800289,
               "title" : "Login - Eventum"
            },
            "length" : 6492
         },
         "asn" : "AS22884",
         "city" : "Apodaca",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Sun, 13 Oct 2024 00:56:29 GMT\r\nServer: Apache/2.4.29 (Ubuntu)\r\nSet-Cookie: PHPSESSID=usv4jvfq55c4ctciaforqm9ckj; path=/\r\nExpires: Thu, 19 Nov 1981 08:52:00 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nPragma: no-cache\r\nVary: Accept-Encoding\r\nContent-Length: 6132\r\nConnection: close\r\nContent-Type: text/html; charset=UTF-8\r\n\r\n<!DOCTYPE html>\n<html>\n<head data-rel-url=\"/\">\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\" />\n  <link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n  <link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"/opensearch.php\" title=\"Eventum Issues search\" />\n  <title>Login - Eventum</title>\n  <script type=\"text/javascript\">\n  <!--\n  var user_prefs = {\n  };\n  //-->\n  </script>\n\n    <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/components/font-awesome/css/font-awesome.css?c=8a4d\">\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/components/jquery-ui/themes/base/all.css?c=5a1a\">\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/components/jquery-chosen/chosen.css?c=735b\">\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/components/dropzone/dist/basic.css?c=4ce7\">\n    \n  \n    \n\n  <script type=\"text/javascript\" src=\"/components/jquery/jquery.js?c=dd5d\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-blockui/jquery.blockUI.js?c=cfd4\"></script>\n  <script type=\"text/javascript\" src=\"/components/form/src/jquery.form.js?c=f820\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-cookie/jquery.cookie.js?c=c493\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/core.js?c=e638\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/datepicker.js?c=5989\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/widget.js?c=6aa4\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/mouse.js?c=bb11\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/progressbar.js?c=7ba0\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/position.js?c=a204\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/menu.js?c=3a62\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/selectmenu.js?c=4ff4\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-ui/ui/sortable.js?c=728c\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-chosen/chosen.jquery.js?c=b0c3\"></script>\n  <script type=\"text/javascript\" src=\"/components/dropzone/dist/dropzone.js?c=9666\"></script>\n  <script type=\"text/javascript\" src=\"/components/autosize/dist/autosize.js?c=b0d3\"></script>\n  <script type=\"text/javascript\" src=\"/components/jquery-timeago/jquery.timeago.js?c=b574\"></script>\n  <script type=\"text/javascript\" src=\"/components/filereader.js/filereader.js?c=5684\"></script>\n  <script type=\"text/javascript\" src=\"/components/garlicjs/js/garlic.min.js?c=aabb\"></script>\n  <script type=\"text/javascript\" src=\"/components/cmd-ctrl-enter/src/cmd-ctrl-enter.js?c=c5cd\"></script>\n\n    <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/main.css?c=7435\">\n  <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/page.css?c=b186\">\n  <script type=\"text/javascript\" src=\"/js/main.js?c=b59c\"></script>\n  <script type=\"text/javascript\" src=\"/js/page.js?c=7294\"></script>\n\n    \n  \n  \n    \n\n    </head>\n<!--[if lt IE 7 ]> <body class=\"ie6 login\" id=\"index\"> <![endif]-->\n<!--[if IE 7 ]> <body class=\"ie7 login\" id=\"index\"> <![endif]-->\n<!--[if IE 8 ]> <body class=\"ie8 login\" id=\"index\"> <![endif]-->\n<!--[if !IE]>--> <body class=\"login\" id=\"index\"><!--<![endif]-->\n<div id=\"container\">\n    \n\n    <div id=\"full_width_messages\">\n    \n            \n    </div>\n\n    <div id=\"middle\">\n        <div id=\"content\">\n        \n\n\n<script type=\"text/javascript\">\n<!--\nfunction validateForm()\n{\n    if (Validation.isFieldWhitespace(Eventum.getField('email'))) {\n        Validation.errors[Validation.errors.length] = new Option('Ingreso', 'email');\n    }\n    if (Validation.isFieldWhitespace(Eventum.getField('passwd'))) {\n        Validation.errors[Validation.errors.length] = new Option('Contrase\u00f1a', 'passwd');\n    }\n}\n$().ready(function() {\n    Eventum.getField('email').focus();\n});\n//-->\n</script>\n<img src=\"/images/logo.png\" class=\"centerlogo\">\n<form id=\"login_form\" method=\"post\" action=\"login.php\" class=\"validate\" data-validation-function=\"validateForm\">\n<input type=\"hidden\" name=\"cat\" value=\"login\">\n<input type=\"hidden\" name=\"url\" value=\"\">\n\n<div id=\"logo\"></div>\n<h1>Eventum - Ingreso</h1>\n<table>\n            <tr>\n      <td class=\"label\">Ingreso:</td>\n      <td>\n        <input accessKey=\"e\" type=\"text\" name=\"email\" value=\"\" size=\"30\">\n        <i id=\"error_icon_email\" aria-hidden=\"true\"\n   class=\"fa fa-warning error_icon\"\n   title=\"detectada condici\u00f3n de error\"\n></i>\n      </td>\n    </tr>\n    <tr>\n      <td class=\"label\">Contrase\u00f1a:</td>\n      <td>\n        <input accessKey=\"p\" type=\"password\" name=\"passwd\" size=\"20\" maxlength=\"32\">\n        <i id=\"error_icon_passwd\" aria-hidden=\"true\"\n   class=\"fa fa-warning error_icon\"\n   title=\"detectada condici\u00f3n de error\"\n></i>\n      </td>\n    </tr>\n    <tr align=\"center\">\n      <td colspan=\"2\">\n        Introduzca su usuario / contrase\u00f1a y presione Ingreso .      </td>\n    </tr>\n\n    <tr align=\"center\">\n      <td colspan=\"2\" class=\"default_white\" bgcolor=\"#006486\">\n        <label for=\"remember\" accesskey=\"r\">\n          <input type=\"checkbox\" id=\"remember\" name=\"remember\" value=\"1\">\n          <b>Recordar</b>\n        </label>\n      </td>\n    </tr>\n\n    <tr align=\"center\">\n      <td colspan=\"2\">\n        <input type=\"submit\" name=\"Submit\" value=\"Ingreso\">\n      </td>\n    </tr>\n\n    <tr align=\"center\">\n      <td colspan=\"2\">\n        <a href=\"/forgot_password.php\">He Olvidado mi Contrase\u00f1a</a>\n              </td>\n    </tr>\n    <tr>\n      <td colspan=\"2\">\n        <strong>* Se requiere soporte para cookies y javascript en su navegador</strong>\n      </td>\n    </tr>\n    </table>\n</form>\n\n<div class=\"note_box\">\n    NOTE: Para env\u00edo de reportes favor de entrar al siguiente enlace:    <br /><br />\n    <a href=\"http://srv.cuanhospital.local/post.php\">http://srv.cuanhospital.local/post.php</a>\n</div>\n\n\n        </div>\n        <div class=\"clear\"></div>\n    </div>\n\n    \n    \n</div>\n</body>\n</html>\n",
         "datamd5" : "c7f3b62ef30987f09e82769ff82eaf61",
         "datammh3" : -1520623952,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "148.230.156.0/22"
         },
         "host" : [
            "fixed-148-230-158-5"
         ],
         "hostname" : [
            "fixed-148-230-158-5.totalplay.net"
         ],
         "ip" : "148.230.158.5",
         "ipv6" : "false",
         "latitude" : "25.7930",
         "location" : "25.7930,-100.2530",
         "longitude" : "-100.2530",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Linux",
         "osdistribution" : "Ubuntu",
         "osvendor" : "Linux",
         "port" : 447,
         "product" : "HTTP Server",
         "productvendor" : "Apache",
         "productversion" : "2.4.29",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-148-230-158-5.totalplay.net"
         ],
         "seen_date" : "2024-10-13",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "148.230.156.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 187.251.209.13:447 (tcp/http) - last seen on 2024-10-09 at 11:35:13 UTC

    • IP
      187.251.209.13
      Network
      187.251.208.0/20
      Domain(s)
      totalplay.net
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://187.251.209.13:447/ 200

      HTTP Title
      IIS Windows
      Reverse DNS
      fixed-187-251-209-13.totalplay.net
      ASN
      AS22884
      Organization
      TOTAL PLAY TELECOMUNICACIONES SA DE CV
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Microsoft IIS 8.5
      HTTP Component(s)
      Microsoft ASP.NET
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      44738cd4f60fc6685ff58f816c6adee9
      HTTP Header MD5
      5b7288529e20bd61dec0dae03892f5e2
      HTTP Body MD5
      a442bc51ab656bbebca1b2c84cb6f6f4
    • HTTP/1.1 200 OK
      Content-Type: text/html
      Last-Modified: Fri, 23 Dec 2022 20:55:56 GMT
      Accept-Ranges: bytes
      ETag: "9e3fc5f31017d91:0"
      Server: Microsoft-IIS/8.5
      X-Powered-By: ASP.NET
      Date: Wed, 09 Oct 2024 11:34:42 GMT
      Connection: close
      Content-Length: 694
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>IIS Windows</title>
      <style type="text/css">
      <!--
      body {
      	color:#000000;
      	background-color:#0072C6;
      	margin:0;
      }
      
      #container {
      	margin-left:auto;
      	margin-right:auto;
      	text-align:center;
      	}
      
      a img {
      	border:none;
      }
      
      -->
      </style>
      </head>
      <body>
      <div id="container">
      <a href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><img src="iis-85.png" alt="IIS" width="960" height="600" /></a>
      </div>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-10-09T11:35:13.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org",
                  "microsoft.com"
               ],
               "hostname" : [
                  "go.microsoft.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "a442bc51ab656bbebca1b2c84cb6f6f4",
               "bodymmh3" : -776117916,
               "component" : [
                  {
                     "product" : "ASP.NET",
                     "productvendor" : "Microsoft"
                  }
               ],
               "header" : [
                  {
                     "value" : "Fri, 23 Dec 2022 20:55:56 GMT",
                     "name" : "Last-Modified"
                  },
                  {
                     "name" : "ETag",
                     "value" : "9e3fc5f31017d91:0"
                  }
               ],
               "headermd5" : "5b7288529e20bd61dec0dae03892f5e2",
               "headermmh3" : 1672384810,
               "title" : "IIS Windows"
            },
            "length" : 960
         },
         "asn" : "AS22884",
         "city" : "Hermosillo",
         "country" : "MX",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nLast-Modified: Fri, 23 Dec 2022 20:55:56 GMT\r\nAccept-Ranges: bytes\r\nETag: \"9e3fc5f31017d91:0\"\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nDate: Wed, 09 Oct 2024 11:34:42 GMT\r\nConnection: close\r\nContent-Length: 694\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\r\n<title>IIS Windows</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tcolor:#000000;\r\n\tbackground-color:#0072C6;\r\n\tmargin:0;\r\n}\r\n\r\n#container {\r\n\tmargin-left:auto;\r\n\tmargin-right:auto;\r\n\ttext-align:center;\r\n\t}\r\n\r\na img {\r\n\tborder:none;\r\n}\r\n\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id=\"container\">\r\n<a href=\"http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409\"><img src=\"iis-85.png\" alt=\"IIS\" width=\"960\" height=\"600\" /></a>\r\n</div>\r\n</body>\r\n</html>",
         "datamd5" : "44738cd4f60fc6685ff58f816c6adee9",
         "datammh3" : -868654452,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "totalplay.net"
         ],
         "geolocus" : {
            "asn" : "AS22884",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "MX",
            "countryname" : "Mexico",
            "domain" : [
               "gruposalinas.com.mx",
               "totalplay.com.mx",
               "totalplay.net"
            ],
            "isineu" : "false",
            "latitude" : "23.634501",
            "location" : "23.634501,-102.552784",
            "longitude" : "-102.552784",
            "netname" : "MX-TPTE-LACNIC",
            "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
            "subnet" : "187.251.208.0/20"
         },
         "host" : [
            "fixed-187-251-209-13"
         ],
         "hostname" : [
            "fixed-187-251-209-13.totalplay.net"
         ],
         "ip" : "187.251.209.13",
         "ipv6" : "false",
         "latitude" : "28.8411",
         "location" : "28.8411,-111.0403",
         "longitude" : "-111.0403",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TOTAL PLAY TELECOMUNICACIONES SA DE CV",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "osversion" : [
            "Server 2012",
            "8.1"
         ],
         "port" : 447,
         "product" : "IIS",
         "productvendor" : "Microsoft",
         "productversion" : "8.5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "fixed-187-251-209-13.totalplay.net"
         ],
         "seen_date" : "2024-10-09",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "187.251.208.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }