Returning 10 result(s) out of 283 in 0.070 second(s)

  • 185.61.24.245:81 (tcp/http) - last seen on 2024-11-07 at 03:45:07 UTC

    • IP
      185.61.24.245
      Network
      185.61.24.0/22
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://185.61.24.245:81/ 200

      HTTP Title
      NETSurveillance WEB
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      uc-httpd uc-httpd 1.0.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
      961b4018aac3953bb0fee4680b8ce0cd
      HTTP Header MD5
      00f8773b210b956326e5838899eb930d
      HTTP Body MD5
      b862f48e4bfbff49fe06bf52f836efd2
    • HTTP/1.0 200 OK
      Content-type: text/html
      Server: uc-httpd 1.0.0
      Expires: 0
      
      <!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" />
          <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
          
          <title>NETSurveillance WEB</title>
          
          <!-- m.js -->
      
          <script type="text/javascript" language="JavaScript">
      	if(navigator.userAgent.indexOf('IE') < 0)
      	{
      		var userAgent = navigator.userAgent,   
                      rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                      rFirefox = /(firefox)\/([\w.]+)/,   
                      rOpera = /(opera).+version\/([\w.]+)/,   
                      rChrome = /(chrome)\/([\w.]+)/,   
                      rSafari = /version\/([\w.]+).*(safari)/;
      		var browserMatch = uaMatch(userAgent.toLowerCase());
      		 
      		if(browserMatch.browser!="IE")
      		{
      		     location="Login.htm";
      		}
      		
      	}
      	
      	function uaMatch(ua) {  
                          var match = rMsie.exec(ua);
      		      
                          if (match != null) {  
                              return { browser : "IE", version : match[2] || "0" };  
                         }  
                          var match = rFirefox.exec(ua);  
                         if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                          }  
                          var match = rOpera.exec(ua);  
                          if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                          }  
                         var match = rChrome.exec(ua);  
                         if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                         }  
                          var match = rSafari.exec(ua);  
                          if (match != null) {  
                             return { browser : match[2] || "", version : match[1] || "0" };  
                          }  
                        if (match != null) {  
                              return { browser : "", version : "0" };  
                         }  
                     }  
          </script>
      
          <script type="text/javascript">//m.js
           var ipaddress =document.location.hostname;
      if (ipaddress == "")
      {
      	ipaddress = "10.10.32.192";
      	//ipaddress = "10.10.32.26";
      }
      var hostport=34568;
      var iLanguage=106;
      	var numLanguage;
      	var DownLoadAddr="";
      	</script>
      	<script type="text/javascript" src="m.jsp"></script>
      	<script type="text/javascript" src="config.js"></script>
      
          <!-- 全局变量 -->
      
          <script type="text/javascript">
      var gExitChannel=new Array();
      var gExitSubType=new Array();
      var gexiti;
      var gcid=-1;
      var g_channelNum=4;
      var g_digitalChannel=0;
      var gsld;
      var gslda;
      var gsldb;
      var gsldc;
      var gsldd;
      var gfmu1=0;
      var gfmu2=0;
      var gfmu3=0;
      var g_bRecord=false;
      var g_bRealPlay=false;
      var g_bAudio=false;
      var g_bQS=false;
      var g_bSubQS1=true;
      var g_bSubQS2=true;
      var g_bSubQS3=true;
      var g_bSubQS4=false;
      var g_strSubQS4Name = '';
      var g_bClose=false;
      var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
      var settings = {
      	username:'',
      	ocxlanguage:''
      	}
      var gca=0;
      var gcb=0;
      var gcc=0;
      var gcd=0;
      var gAutoPlayAll=false;
         
      
          </script>
      
          <!-- 颜色滑块 -->
      
          <script type="text/javascript">
      function sldtopos(sld,step){
      	sld.knob.setStyle('left', sld.toPosition(step));
      }
      function setcolorsv(f,v){
      		switch (f)
      		{
      			case 1: gca=v;
      					$('ska').title=v;
      					break;
      			case 2: gcb=v;
      					$('skb').title=v;
      					break;
      			case 3: gcc=v;
      					$('skc').title=v;
      					break;
      			case 4: gcd=v;
      					$('skd').title=v;
      					break;
      		}	
      }
      function getcolors(){
      	var colors="";
      	colors=ocx.GetColor();
      	
      	var t= new Array();
      	if (colors !="")
      	{
      		t=colors.split(',');
      	sldtopos(gslda,parseInt(t[0]));
      	sldtopos(gsldb,parseInt(t[1]));
      	sldtopos(gsldc,parseInt(t[2]));
      	sldtopos(gsldd,parseInt(t[3]));
      	setcolorsv(1,parseInt(t[0]));
      	setcolorsv(2,parseInt(t[1]));
      	setcolorsv(3,parseInt(t[2]));
      	setcolorsv(4,parseInt(t[3]));
      	}
      	else//这里有待选中消息的传递
      	{
      	    
      	    sldtopos(gslda,parseInt(0));
      	sldtopos(gsldb,parseInt(0));
      	sldtopos(gsldc,parseInt(0));
      	sldtopos(gsldd,parseInt(0));
      	setcolorsv(1,parseInt(0));
      	setcolorsv(2,parseInt(0));
      	setcolorsv(3,parseInt(0));
      	setcolorsv(4,parseInt(0));	
      	}
      	
      
      }
      function txreset(step){
      	setcolorsv(1,step);
      	setcolorsv(2,step);
      	setcolorsv(3,step);
      	setcolorsv(4,step);
      	sldtopos(gslda,step);
      	sldtopos(gsldb,step);
      	sldtopos(gsldc,step);
      	sldtopos(gsldd,step);
      	setcolors();
      }
      function setcolors(){
      	ocx.SetColor(0,gca,gcb,gcc,gcd);
      }
          </script>
      
          <!-- 设备通道  -->
      
          <script type="text/javascript">
          function tl(s){
      	var ret;
      	ret=ocx.Translate(s);
      	return ret;
      }//moving here for later function 
      function ca(o,ch)
      {
      var oc;
      	if ($(o).hasClass('cl1')){
      		if (ocx.StartRealPlay(ch,0,0)){
      		    oc=$('c'+ch);
      		    oc.removeClass(oc.className);
      			oc.addClass('cl2');   
      		}
      	}
      	else{
      		if (ocx.StopPlayReal(ch)){
      		   oc=$('c'+ch);
      		    oc.removeClass(oc.className);
      			oc.addClass('cl1');
      		}
      	}
      	
      }
      
      function getcl(){	
          g_digitalChannel=ocx.GetDeviceState(1,0);
      	var t= new Array();
      	var ts=new Array();
      	var titles=new Array();
      		titles[0]=tl('Desktop.LocalRecord');
      		titles[1]=tl('Desktop.ExtStream');
      		titles[2]=tl('Desktop.MainStream');
      		titles[3]=tl('Desktop.StartTalk');
      		titles[4]=tl('WebTitle.DigitalChannel');
      	var shtml="";
      
      	shtml+="<li id='Talk' ><a title='"+titles[3]+"' id='talking' class='noT' href='javascript:;'  onclick='Ontalk()' ></a><span id='logoString' style='margin:0 5px 0 3px;'>NetSurveillance</span></li> "
      	var strsplita=String.fromCharCode(16);
      	var strsplitb=String.fromCharCode(9);
      	var sc;
      	sc=ocx.GetChannelName();	
      	if (sc !=""){
      		sc=sc.substr(0, sc.length-1);
      		t=sc.split(strsplita);
      		g_channelNum=t.length;
      		
      		var htmlReg = /<(\w+)>/;
      		for (var i =0; i<t.length;i++ ){
      			ts=t[i].split(strsplitb);
      			ts[1].replace(htmlReg, "&lt;$1&gt;");  //替换html字符
      // 			if(i>=(g_channelNum-g_digitalChannel))
      // 			{
      // 			    shtml+="<li  ><a title='"+titles[0]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re" + ts[0] + "' class='noRecord' href='javascript:;' onclick='record(this," + ts[0] 
      // 		                      + ")'></a><a title='"+titles[4]+"' id='c" + ts[0] + "' class='cl1' onclick='ca(this," + ts[0] +")' ></a><span id='name"+ts[0]+"'  style='position:absolute;margin:3px 0 0 0;'>" + ts[1] + "</span></li>" //<span style='filter:;'>
      // 			   		
      // 			}
      // 			else
      			{
      			    shtml+="<li ><a title='"+titles[0]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re" + ts[0] + "' class='noRecord' href='javascript:;' onclick='record(this," + ts[0] 
      		                      + ")'></a><a title='"+titles[1]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='subPlay" + ts[0] + "' class='noSubPlay' href='javascript:;' onclick='subPlay(this," + ts[0] 
      		                      + ")'></a><a title='"+titles[2]+"' id='c" + ts[0] + "' class='cl1' onclick='ca(this," + ts[0] +")' ></a><span id='name"+ts[0]+"'  style='position:absolute;white-space :nowrap;margin:3px 0 0 0;'>" + ts[1] + "</span></li>" //<span style='filter:;'>
      			
      			}
      
      			
      		}
      		$("cl").innerHTML=shtml;
      		var ls = $$('#cl li');
      	}
          //m_ocx.ChangeShowWndNum();
      	showExit();
      	showSelectNumb();
      	$('logoString').setText(logoString);//
      }
      function showSelectNumb() {
                 
                  switch(g_channelNum)
                  {
               
                      case 1:
                      {
                          $('xp2').style.display="none" ;
                          $('xp3').style.display="none" ;
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ; 
                          $('xp7').style.display="none" ;                                      
                          break;                
                      }
                      case 2:
                      case 3:
                      case 4:
                      {
                          $('xp3').style.display="none" ;
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ; 
                          $('xp7').style.display="none" ;     
                          break;                
                      }
                      case 5:
                      case 6:
                      case 7:
                      case 8:
                      case 9:
                      {
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ;
                          $('xp7').style.display="none" ;      
                          break;                
                      }                
                      case 10:
                      case 11:
                      case 12:
                      case 13:
                      case 14:
                      case 15:
                      case 16:
                      {
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ;
                          $('xp7').style.display="none" ;      
                          break;                
                      }
                      case 17:
                      case 18:
                      case 19:
                      case 20:
                      case 21:
                      case 22:
                      case 23:
                      case 24:
                      case 25:
                      {
                          $('xp6').style.display="none" ;   
                          $('xp7').style.display="none" ;   
                          break;                
                      }
                      case 26:
                      case 27:
                      case 28:
                      case 29:
                      case 30:
                      case 31:
                      case 32:
                      {
                          $('xp7').style.display="none" ; 
                          break;                
                      }
                      default: break;
                  }    
      }
      function showExit() {
      
      
      	  for(var j=1;j<gexiti+1;j++)
              {     
                  if(gExitSubType[j]==true)
                  {
                  
                          var temp="subPlay"+gExitChannel[j].toString();       
                          $(temp).removeClass($(temp).className);
                          $(temp).addClass('subPlay');            
                  }
                  else
                  {
              
                      var temp="c"+gExitChannel[j].toString();       
                      $(temp).removeClass($(temp).className);
                      $(temp).addClass('cl2');
                  
                  }
                 
              }
              gexiti=0;
      }
      
      
          </script>
      
          <!-- 调整页面大小(待处理) -->
      
          <script type="text/javascript">
      function resizeL(){
                          
                         $('username').setStyle('width',InputName.width);
                         $('username').setStyle('line-height',InputName.height);                   
                         $('password').setStyle('line-height',InputName.height);   
                         $('username').setStyle('height',InputName.height);	
                         $('username').setStyle('margin-top',InputName.marginTop);	                                      
                         $('username').setStyle('margin-right',InputName.marginRight);
                         $('userNameInput').setStyle('margin-top',SpanLoginName.marginTop);		
                         $('password').setStyle('width',InputPassword.width);
                         $('password').setStyle('height',InputPassword.height);
                         $('password').setStyle('margin-top',InputPassword.marginTop);
                         $('password').setStyle('margin-right',InputPassword.marginRight);
                         
                         $('loginBT').setStyle('width',LoginButton.width);
                         $('loginBT').setStyle('height',LoginButton.height);	
                         
                         	    
                         if(1==LogoNumbers)
                         {
                             $("logo1").setStyle('background','none');
                         }  
      
      
      
                                               
      	                wwidth =document.documentElement.clientWidth;
      	                
      	                wheight=document.documentElement.clientHeight;
      	                
      	                $('login').setStyle('width',wwidth);
      	                
      	               $('lm').setStyle('width',wwidth);
      	               
                                 
      	                if(wwidth<=417)
      	                {
      	                    $('lmll').style.width=0;
      	                    $('lmrr').style.width=0;
      	                    $('lml').style.width=0;
      	                    $('lmr').style.widht=0;
      	                    $('lmm').setStyle('width',wwidth);
      	                    
      	                    $('ldl').setStyle('width',0)
      	                    $('ldm').setStyle('width',wwidth);
      	                    $('ldr').setStyle('width',0)
      	                }
      	                else if(wwidth<=1127)
      	               {
      	                    $('lmll').style.width=0;
      	                    $('lmrr').style.width=0;	  	                  
      	                    $('lml').setStyle('width',(wwidth-417)/2+(355-(wwidth-417)/2));
      	                    $('lml').setStyle('margin-left',-(355-(wwidth-417)/2));
      	                    $('lmr').setStyle('width',(wwidth-417)/2);
      	                    $('lmm').setStyle('width',417);
      	                    
      	                    $('ldl').setStyle('width',((wwidth-417)/2)-1)
      	                    $('ldm').setStyle('width',417);
      	                    $('ldr').setStyle('width',(wwidth-(417+(wwidth-417)/2-1)));
      	                    
      	                    
      	                    
      	                
      	                }
      	                else
      	                {	     
                             
                             $('lml').setStyle('margin-left',0);
                                                  
                             $('lml').setStyle('width',355);                       
                             $('lmr').setStyle('width',355);
                             $('lmm').setStyle('width',417);                       
      
                             
      	                   $('ldm').setStyle('width',417);
      	                   var w=(wwidth-(417+355+355))/2;
      	                   $('ldl').setStyle('width',w+355);
      	                   $('ldr').setStyle('width',(wwidth-(417+355+w)));                   
      	                     
      	                    $('lmll').setStyle('width',w);	
      	                    $('lmrr').setStyle('width',w);		                       
      	                }
      }
      var g_Radio=1.25;//1.78
      function  ChangeRadio() {
          if(g_Radio==1.25)
          {
              g_Radio=1.78;            
          }
          else
          {
              g_Radio=1.25;
          }
          resizeM();
          
          
      }
      function resizeM(){
               var mbbw;
      	var mbbh;
      	var wwidth =document.documentElement.clientWidth;
      	var wheight=document.documentElement.clientHeight;
      	if (wheight<600) wheight=600;
      	//ma31,dra24,mc13,pb26
      
      	mbbh=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height-$(pb).getCoordinates().height-5-10;
      	
      	glhight=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;
      	//mcup:349
      	grhight=wheight-349-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;
      	
      	mbbw=mbbh *64/51;
      	mbbw=mbbh *g_Radio;
      	
      	$('mb').setStyle('width', mbbw+(145*2+8));
      	$('mbb').setStyle('width', mbbw);//yzt 0508
      	$('mbb').setStyle('height', mbbh);	
      	$('mbal').setStyle('height', glhight);
      	$('yt3').setStyle('height', grhight);
      	$('backGround').setStyle('height', wheight);	
      	$('dcl').setStyle('height', glhight);
      	$('QS').setStyle('left', screen.width-170);
      	
      	$('ma').setStyle('width', $(mba).getCoordinates().left*2+$(mba).getCoordinates().width+$(mbb).getCoordinates().width+$(mbc).getCoordinates().width+3);
      	$('mc').setStyle('width',$(ma).get
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:45:07.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "ip" : [
                  "10.10.32.26",
                  "10.10.32.192"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "b862f48e4bfbff49fe06bf52f836efd2",
               "bodymmh3" : -27767373,
               "headermd5" : "00f8773b210b956326e5838899eb930d",
               "headermmh3" : 1955290257,
               "title" : "NETSurveillance WEB"
            },
            "length" : 16384
         },
         "asn" : "AS15774",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.0 200 OK\nContent-type: text/html\nServer: uc-httpd 1.0.0\nExpires: 0\n\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    <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"m.css\" />\r\n    \r\n    <title>NETSurveillance WEB</title>\r\n    \r\n    <!-- m.js -->\r\n\r\n    <script type=\"text/javascript\" language=\"JavaScript\">\r\n\tif(navigator.userAgent.indexOf('IE') < 0)\r\n\t{\r\n\t\tvar userAgent = navigator.userAgent,   \r\n                rMsie = /(msie\\s|trident.*rv:)([\\w.]+)/,   \r\n                rFirefox = /(firefox)\\/([\\w.]+)/,   \r\n                rOpera = /(opera).+version\\/([\\w.]+)/,   \r\n                rChrome = /(chrome)\\/([\\w.]+)/,   \r\n                rSafari = /version\\/([\\w.]+).*(safari)/;\r\n\t\tvar browserMatch = uaMatch(userAgent.toLowerCase());\r\n\t\t \r\n\t\tif(browserMatch.browser!=\"IE\")\r\n\t\t{\r\n\t\t     location=\"Login.htm\";\r\n\t\t}\r\n\t\t\r\n\t}\r\n\t\r\n\tfunction uaMatch(ua) {  \r\n                    var match = rMsie.exec(ua);\r\n\t\t      \r\n                    if (match != null) {  \r\n                        return { browser : \"IE\", version : match[2] || \"0\" };  \r\n                   }  \r\n                    var match = rFirefox.exec(ua);  \r\n                   if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                    }  \r\n                    var match = rOpera.exec(ua);  \r\n                    if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                    }  \r\n                   var match = rChrome.exec(ua);  \r\n                   if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                   }  \r\n                    var match = rSafari.exec(ua);  \r\n                    if (match != null) {  \r\n                       return { browser : match[2] || \"\", version : match[1] || \"0\" };  \r\n                    }  \r\n                  if (match != null) {  \r\n                        return { browser : \"\", version : \"0\" };  \r\n                   }  \r\n               }  \r\n    </script>\r\n\r\n    <script type=\"text/javascript\">//m.js\r\n     var ipaddress =document.location.hostname;\r\nif (ipaddress == \"\")\r\n{\r\n\tipaddress = \"10.10.32.192\";\r\n\t//ipaddress = \"10.10.32.26\";\r\n}\r\nvar hostport=34568;\r\nvar iLanguage=106;\r\n\tvar numLanguage;\r\n\tvar DownLoadAddr=\"\";\r\n\t</script>\r\n\t<script type=\"text/javascript\" src=\"m.jsp\"></script>\r\n\t<script type=\"text/javascript\" src=\"config.js\"></script>\r\n\r\n    <!-- \u5168\u5c40\u53d8\u91cf -->\r\n\r\n    <script type=\"text/javascript\">\r\nvar gExitChannel=new Array();\r\nvar gExitSubType=new Array();\r\nvar gexiti;\r\nvar gcid=-1;\r\nvar g_channelNum=4;\r\nvar g_digitalChannel=0;\r\nvar gsld;\r\nvar gslda;\r\nvar gsldb;\r\nvar gsldc;\r\nvar gsldd;\r\nvar gfmu1=0;\r\nvar gfmu2=0;\r\nvar gfmu3=0;\r\nvar g_bRecord=false;\r\nvar g_bRealPlay=false;\r\nvar g_bAudio=false;\r\nvar g_bQS=false;\r\nvar g_bSubQS1=true;\r\nvar g_bSubQS2=true;\r\nvar g_bSubQS3=true;\r\nvar g_bSubQS4=false;\r\nvar g_strSubQS4Name = '';\r\nvar g_bClose=false;\r\nvar gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});\r\nvar settings = {\r\n\tusername:'',\r\n\tocxlanguage:''\r\n\t}\r\nvar gca=0;\r\nvar gcb=0;\r\nvar gcc=0;\r\nvar gcd=0;\r\nvar gAutoPlayAll=false;\r\n   \r\n\r\n    </script>\r\n\r\n    <!-- \u989c\u8272\u6ed1\u5757 -->\r\n\r\n    <script type=\"text/javascript\">\r\nfunction sldtopos(sld,step){\r\n\tsld.knob.setStyle('left', sld.toPosition(step));\r\n}\r\nfunction setcolorsv(f,v){\r\n\t\tswitch (f)\r\n\t\t{\r\n\t\t\tcase 1: gca=v;\r\n\t\t\t\t\t$('ska').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 2: gcb=v;\r\n\t\t\t\t\t$('skb').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 3: gcc=v;\r\n\t\t\t\t\t$('skc').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 4: gcd=v;\r\n\t\t\t\t\t$('skd').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t}\t\r\n}\r\nfunction getcolors(){\r\n\tvar colors=\"\";\r\n\tcolors=ocx.GetColor();\r\n\t\r\n\tvar t= new Array();\r\n\tif (colors !=\"\")\r\n\t{\r\n\t\tt=colors.split(',');\r\n\tsldtopos(gslda,parseInt(t[0]));\r\n\tsldtopos(gsldb,parseInt(t[1]));\r\n\tsldtopos(gsldc,parseInt(t[2]));\r\n\tsldtopos(gsldd,parseInt(t[3]));\r\n\tsetcolorsv(1,parseInt(t[0]));\r\n\tsetcolorsv(2,parseInt(t[1]));\r\n\tsetcolorsv(3,parseInt(t[2]));\r\n\tsetcolorsv(4,parseInt(t[3]));\r\n\t}\r\n\telse//\u8fd9\u91cc\u6709\u5f85\u9009\u4e2d\u6d88\u606f\u7684\u4f20\u9012\r\n\t{\r\n\t    \r\n\t    sldtopos(gslda,parseInt(0));\r\n\tsldtopos(gsldb,parseInt(0));\r\n\tsldtopos(gsldc,parseInt(0));\r\n\tsldtopos(gsldd,parseInt(0));\r\n\tsetcolorsv(1,parseInt(0));\r\n\tsetcolorsv(2,parseInt(0));\r\n\tsetcolorsv(3,parseInt(0));\r\n\tsetcolorsv(4,parseInt(0));\t\r\n\t}\r\n\t\r\n\r\n}\r\nfunction txreset(step){\r\n\tsetcolorsv(1,step);\r\n\tsetcolorsv(2,step);\r\n\tsetcolorsv(3,step);\r\n\tsetcolorsv(4,step);\r\n\tsldtopos(gslda,step);\r\n\tsldtopos(gsldb,step);\r\n\tsldtopos(gsldc,step);\r\n\tsldtopos(gsldd,step);\r\n\tsetcolors();\r\n}\r\nfunction setcolors(){\r\n\tocx.SetColor(0,gca,gcb,gcc,gcd);\r\n}\r\n    </script>\r\n\r\n    <!-- \u8bbe\u5907\u901a\u9053  -->\r\n\r\n    <script type=\"text/javascript\">\r\n    function tl(s){\r\n\tvar ret;\r\n\tret=ocx.Translate(s);\r\n\treturn ret;\r\n}//moving here for later function \r\nfunction ca(o,ch)\r\n{\r\nvar oc;\r\n\tif ($(o).hasClass('cl1')){\r\n\t\tif (ocx.StartRealPlay(ch,0,0)){\r\n\t\t    oc=$('c'+ch);\r\n\t\t    oc.removeClass(oc.className);\r\n\t\t\toc.addClass('cl2');   \r\n\t\t}\r\n\t}\r\n\telse{\r\n\t\tif (ocx.StopPlayReal(ch)){\r\n\t\t   oc=$('c'+ch);\r\n\t\t    oc.removeClass(oc.className);\r\n\t\t\toc.addClass('cl1');\r\n\t\t}\r\n\t}\r\n\t\r\n}\r\n\r\nfunction getcl(){\t\r\n    g_digitalChannel=ocx.GetDeviceState(1,0);\r\n\tvar t= new Array();\r\n\tvar ts=new Array();\r\n\tvar titles=new Array();\r\n\t\ttitles[0]=tl('Desktop.LocalRecord');\r\n\t\ttitles[1]=tl('Desktop.ExtStream');\r\n\t\ttitles[2]=tl('Desktop.MainStream');\r\n\t\ttitles[3]=tl('Desktop.StartTalk');\r\n\t\ttitles[4]=tl('WebTitle.DigitalChannel');\r\n\tvar shtml=\"\";\r\n\r\n\tshtml+=\"<li id='Talk' ><a title='\"+titles[3]+\"' id='talking' class='noT' href='javascript:;'  onclick='Ontalk()' ></a><span id='logoString' style='margin:0 5px 0 3px;'>NetSurveillance</span></li> \"\r\n\tvar strsplita=String.fromCharCode(16);\r\n\tvar strsplitb=String.fromCharCode(9);\r\n\tvar sc;\r\n\tsc=ocx.GetChannelName();\t\r\n\tif (sc !=\"\"){\r\n\t\tsc=sc.substr(0, sc.length-1);\r\n\t\tt=sc.split(strsplita);\r\n\t\tg_channelNum=t.length;\r\n\t\t\r\n\t\tvar htmlReg = /<(\\w+)>/;\r\n\t\tfor (var i =0; i<t.length;i++ ){\r\n\t\t\tts=t[i].split(strsplitb);\r\n\t\t\tts[1].replace(htmlReg, \"&lt;$1&gt;\");  //\u66ff\u6362html\u5b57\u7b26\r\n// \t\t\tif(i>=(g_channelNum-g_digitalChannel))\r\n// \t\t\t{\r\n// \t\t\t    shtml+=\"<li  ><a title='\"+titles[0]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re\" + ts[0] + \"' class='noRecord' href='javascript:;' onclick='record(this,\" + ts[0] \r\n// \t\t                      + \")'></a><a title='\"+titles[4]+\"' id='c\" + ts[0] + \"' class='cl1' onclick='ca(this,\" + ts[0] +\")' ></a><span id='name\"+ts[0]+\"'  style='position:absolute;margin:3px 0 0 0;'>\" + ts[1] + \"</span></li>\" //<span style='filter:;'>\r\n// \t\t\t   \t\t\r\n// \t\t\t}\r\n// \t\t\telse\r\n\t\t\t{\r\n\t\t\t    shtml+=\"<li ><a title='\"+titles[0]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re\" + ts[0] + \"' class='noRecord' href='javascript:;' onclick='record(this,\" + ts[0] \r\n\t\t                      + \")'></a><a title='\"+titles[1]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='subPlay\" + ts[0] + \"' class='noSubPlay' href='javascript:;' onclick='subPlay(this,\" + ts[0] \r\n\t\t                      + \")'></a><a title='\"+titles[2]+\"' id='c\" + ts[0] + \"' class='cl1' onclick='ca(this,\" + ts[0] +\")' ></a><span id='name\"+ts[0]+\"'  style='position:absolute;white-space :nowrap;margin:3px 0 0 0;'>\" + ts[1] + \"</span></li>\" //<span style='filter:;'>\r\n\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t\r\n\t\t}\r\n\t\t$(\"cl\").innerHTML=shtml;\r\n\t\tvar ls = $$('#cl li');\r\n\t}\r\n    //m_ocx.ChangeShowWndNum();\r\n\tshowExit();\r\n\tshowSelectNumb();\r\n\t$('logoString').setText(logoString);//\r\n}\r\nfunction showSelectNumb() {\r\n           \r\n            switch(g_channelNum)\r\n            {\r\n         \r\n                case 1:\r\n                {\r\n                    $('xp2').style.display=\"none\" ;\r\n                    $('xp3').style.display=\"none\" ;\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ; \r\n                    $('xp7').style.display=\"none\" ;                                      \r\n                    break;                \r\n                }\r\n                case 2:\r\n                case 3:\r\n                case 4:\r\n                {\r\n                    $('xp3').style.display=\"none\" ;\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ; \r\n                    $('xp7').style.display=\"none\" ;     \r\n                    break;                \r\n                }\r\n                case 5:\r\n                case 6:\r\n                case 7:\r\n                case 8:\r\n                case 9:\r\n                {\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ;\r\n                    $('xp7').style.display=\"none\" ;      \r\n                    break;                \r\n                }                \r\n                case 10:\r\n                case 11:\r\n                case 12:\r\n                case 13:\r\n                case 14:\r\n                case 15:\r\n                case 16:\r\n                {\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ;\r\n                    $('xp7').style.display=\"none\" ;      \r\n                    break;                \r\n                }\r\n                case 17:\r\n                case 18:\r\n                case 19:\r\n                case 20:\r\n                case 21:\r\n                case 22:\r\n                case 23:\r\n                case 24:\r\n                case 25:\r\n                {\r\n                    $('xp6').style.display=\"none\" ;   \r\n                    $('xp7').style.display=\"none\" ;   \r\n                    break;                \r\n                }\r\n                case 26:\r\n                case 27:\r\n                case 28:\r\n                case 29:\r\n                case 30:\r\n                case 31:\r\n                case 32:\r\n                {\r\n                    $('xp7').style.display=\"none\" ; \r\n                    break;                \r\n                }\r\n                default: break;\r\n            }    \r\n}\r\nfunction showExit() {\r\n\r\n\r\n\t  for(var j=1;j<gexiti+1;j++)\r\n        {     \r\n            if(gExitSubType[j]==true)\r\n            {\r\n            \r\n                    var temp=\"subPlay\"+gExitChannel[j].toString();       \r\n                    $(temp).removeClass($(temp).className);\r\n                    $(temp).addClass('subPlay');            \r\n            }\r\n            else\r\n            {\r\n        \r\n                var temp=\"c\"+gExitChannel[j].toString();       \r\n                $(temp).removeClass($(temp).className);\r\n                $(temp).addClass('cl2');\r\n            \r\n            }\r\n           \r\n        }\r\n        gexiti=0;\r\n}\r\n\r\n\r\n    </script>\r\n\r\n    <!-- \u8c03\u6574\u9875\u9762\u5927\u5c0f\uff08\u5f85\u5904\u7406\uff09 -->\r\n\r\n    <script type=\"text/javascript\">\r\nfunction resizeL(){\r\n                    \r\n                   $('username').setStyle('width',InputName.width);\r\n                   $('username').setStyle('line-height',InputName.height);                   \r\n                   $('password').setStyle('line-height',InputName.height);   \r\n                   $('username').setStyle('height',InputName.height);\t\r\n                   $('username').setStyle('margin-top',InputName.marginTop);\t                                      \r\n                   $('username').setStyle('margin-right',InputName.marginRight);\r\n                   $('userNameInput').setStyle('margin-top',SpanLoginName.marginTop);\t\t\r\n                   $('password').setStyle('width',InputPassword.width);\r\n                   $('password').setStyle('height',InputPassword.height);\r\n                   $('password').setStyle('margin-top',InputPassword.marginTop);\r\n                   $('password').setStyle('margin-right',InputPassword.marginRight);\r\n                   \r\n                   $('loginBT').setStyle('width',LoginButton.width);\r\n                   $('loginBT').setStyle('height',LoginButton.height);\t\r\n                   \r\n                   \t    \r\n                   if(1==LogoNumbers)\r\n                   {\r\n                       $(\"logo1\").setStyle('background','none');\r\n                   }  \r\n\r\n\r\n\r\n                                         \r\n\t                wwidth =document.documentElement.clientWidth;\r\n\t                \r\n\t                wheight=document.documentElement.clientHeight;\r\n\t                \r\n\t                $('login').setStyle('width',wwidth);\r\n\t                \r\n\t               $('lm').setStyle('width',wwidth);\r\n\t               \r\n                           \r\n\t                if(wwidth<=417)\r\n\t                {\r\n\t                    $('lmll').style.width=0;\r\n\t                    $('lmrr').style.width=0;\r\n\t                    $('lml').style.width=0;\r\n\t                    $('lmr').style.widht=0;\r\n\t                    $('lmm').setStyle('width',wwidth);\r\n\t                    \r\n\t                    $('ldl').setStyle('width',0)\r\n\t                    $('ldm').setStyle('width',wwidth);\r\n\t                    $('ldr').setStyle('width',0)\r\n\t                }\r\n\t                else if(wwidth<=1127)\r\n\t               {\r\n\t                    $('lmll').style.width=0;\r\n\t                    $('lmrr').style.width=0;\t  \t                  \r\n\t                    $('lml').setStyle('width',(wwidth-417)/2+(355-(wwidth-417)/2));\r\n\t                    $('lml').setStyle('margin-left',-(355-(wwidth-417)/2));\r\n\t                    $('lmr').setStyle('width',(wwidth-417)/2);\r\n\t                    $('lmm').setStyle('width',417);\r\n\t                    \r\n\t                    $('ldl').setStyle('width',((wwidth-417)/2)-1)\r\n\t                    $('ldm').setStyle('width',417);\r\n\t                    $('ldr').setStyle('width',(wwidth-(417+(wwidth-417)/2-1)));\r\n\t                    \r\n\t                    \r\n\t                    \r\n\t                \r\n\t                }\r\n\t                else\r\n\t                {\t     \r\n                       \r\n                       $('lml').setStyle('margin-left',0);\r\n                                            \r\n                       $('lml').setStyle('width',355);                       \r\n                       $('lmr').setStyle('width',355);\r\n                       $('lmm').setStyle('width',417);                       \r\n\r\n                       \r\n\t                   $('ldm').setStyle('width',417);\r\n\t                   var w=(wwidth-(417+355+355))/2;\r\n\t                   $('ldl').setStyle('width',w+355);\r\n\t                   $('ldr').setStyle('width',(wwidth-(417+355+w)));                   \r\n\t                     \r\n\t                    $('lmll').setStyle('width',w);\t\r\n\t                    $('lmrr').setStyle('width',w);\t\t                       \r\n\t                }\r\n}\r\nvar g_Radio=1.25;//1.78\r\nfunction  ChangeRadio() {\r\n    if(g_Radio==1.25)\r\n    {\r\n        g_Radio=1.78;            \r\n    }\r\n    else\r\n    {\r\n        g_Radio=1.25;\r\n    }\r\n    resizeM();\r\n    \r\n    \r\n}\r\nfunction resizeM(){\r\n         var mbbw;\r\n\tvar mbbh;\r\n\tvar wwidth =document.documentElement.clientWidth;\r\n\tvar wheight=document.documentElement.clientHeight;\r\n\tif (wheight<600) wheight=600;\r\n\t//ma31,dra24,mc13,pb26\r\n\r\n\tmbbh=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height-$(pb).getCoordinates().height-5-10;\r\n\t\r\n\tglhight=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;\r\n\t//mcup:349\r\n\tgrhight=wheight-349-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;\r\n\t\r\n\tmbbw=mbbh *64/51;\r\n\tmbbw=mbbh *g_Radio;\r\n\t\r\n\t$('mb').setStyle('width', mbbw+(145*2+8));\r\n\t$('mbb').setStyle('width', mbbw);//yzt 0508\r\n\t$('mbb').setStyle('height', mbbh);\t\r\n\t$('mbal').setStyle('height', glhight);\r\n\t$('yt3').setStyle('height', grhight);\r\n\t$('backGround').setStyle('height', wheight);\t\r\n\t$('dcl').setStyle('height', glhight);\r\n\t$('QS').setStyle('left', screen.width-170);\r\n\t\r\n\t$('ma').setStyle('width', $(mba).getCoordinates().left*2+$(mba).getCoordinates().width+$(mbb).getCoordinates().width+$(mbc).getCoordinates().width+3);\r\n\t$('mc').setStyle('width',$(ma).get",
         "datamd5" : "961b4018aac3953bb0fee4680b8ce0cd",
         "datammh3" : -1650364129,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "ip" : "185.61.24.245",
         "ipv6" : "false",
         "latitude" : "55.7386",
         "location" : "55.7386,37.6068",
         "longitude" : "37.6068",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "uc-httpd",
         "productvendor" : "uc-httpd",
         "productversion" : "1.0.0",
         "protocol" : "http",
         "protocolversion" : "1.0",
         "reason" : "OK",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "185.61.24.0/22",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 185.61.24.245:81 (tcp/http) - last seen on 2024-11-07 at 03:44:55 UTC

    • IP
      185.61.24.245
      Network
      185.61.24.0/22
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://185.61.24.245:81/ 200

      HTTP Title
      NETSurveillance WEB
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      uc-httpd uc-httpd 1.0.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
      961b4018aac3953bb0fee4680b8ce0cd
      HTTP Header MD5
      00f8773b210b956326e5838899eb930d
      HTTP Body MD5
      b862f48e4bfbff49fe06bf52f836efd2
    • HTTP/1.0 200 OK
      Content-type: text/html
      Server: uc-httpd 1.0.0
      Expires: 0
      
      <!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" />
          <link rel="stylesheet" type="text/css" media="screen" href="m.css" />
          
          <title>NETSurveillance WEB</title>
          
          <!-- m.js -->
      
          <script type="text/javascript" language="JavaScript">
      	if(navigator.userAgent.indexOf('IE') < 0)
      	{
      		var userAgent = navigator.userAgent,   
                      rMsie = /(msie\s|trident.*rv:)([\w.]+)/,   
                      rFirefox = /(firefox)\/([\w.]+)/,   
                      rOpera = /(opera).+version\/([\w.]+)/,   
                      rChrome = /(chrome)\/([\w.]+)/,   
                      rSafari = /version\/([\w.]+).*(safari)/;
      		var browserMatch = uaMatch(userAgent.toLowerCase());
      		 
      		if(browserMatch.browser!="IE")
      		{
      		     location="Login.htm";
      		}
      		
      	}
      	
      	function uaMatch(ua) {  
                          var match = rMsie.exec(ua);
      		      
                          if (match != null) {  
                              return { browser : "IE", version : match[2] || "0" };  
                         }  
                          var match = rFirefox.exec(ua);  
                         if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                          }  
                          var match = rOpera.exec(ua);  
                          if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                          }  
                         var match = rChrome.exec(ua);  
                         if (match != null) {  
                             return { browser : match[1] || "", version : match[2] || "0" };  
                         }  
                          var match = rSafari.exec(ua);  
                          if (match != null) {  
                             return { browser : match[2] || "", version : match[1] || "0" };  
                          }  
                        if (match != null) {  
                              return { browser : "", version : "0" };  
                         }  
                     }  
          </script>
      
          <script type="text/javascript">//m.js
           var ipaddress =document.location.hostname;
      if (ipaddress == "")
      {
      	ipaddress = "10.10.32.192";
      	//ipaddress = "10.10.32.26";
      }
      var hostport=34568;
      var iLanguage=106;
      	var numLanguage;
      	var DownLoadAddr="";
      	</script>
      	<script type="text/javascript" src="m.jsp"></script>
      	<script type="text/javascript" src="config.js"></script>
      
          <!-- 全局变量 -->
      
          <script type="text/javascript">
      var gExitChannel=new Array();
      var gExitSubType=new Array();
      var gexiti;
      var gcid=-1;
      var g_channelNum=4;
      var g_digitalChannel=0;
      var gsld;
      var gslda;
      var gsldb;
      var gsldc;
      var gsldd;
      var gfmu1=0;
      var gfmu2=0;
      var gfmu3=0;
      var g_bRecord=false;
      var g_bRealPlay=false;
      var g_bAudio=false;
      var g_bQS=false;
      var g_bSubQS1=true;
      var g_bSubQS2=true;
      var g_bSubQS3=true;
      var g_bSubQS4=false;
      var g_strSubQS4Name = '';
      var g_bClose=false;
      var gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});
      var settings = {
      	username:'',
      	ocxlanguage:''
      	}
      var gca=0;
      var gcb=0;
      var gcc=0;
      var gcd=0;
      var gAutoPlayAll=false;
         
      
          </script>
      
          <!-- 颜色滑块 -->
      
          <script type="text/javascript">
      function sldtopos(sld,step){
      	sld.knob.setStyle('left', sld.toPosition(step));
      }
      function setcolorsv(f,v){
      		switch (f)
      		{
      			case 1: gca=v;
      					$('ska').title=v;
      					break;
      			case 2: gcb=v;
      					$('skb').title=v;
      					break;
      			case 3: gcc=v;
      					$('skc').title=v;
      					break;
      			case 4: gcd=v;
      					$('skd').title=v;
      					break;
      		}	
      }
      function getcolors(){
      	var colors="";
      	colors=ocx.GetColor();
      	
      	var t= new Array();
      	if (colors !="")
      	{
      		t=colors.split(',');
      	sldtopos(gslda,parseInt(t[0]));
      	sldtopos(gsldb,parseInt(t[1]));
      	sldtopos(gsldc,parseInt(t[2]));
      	sldtopos(gsldd,parseInt(t[3]));
      	setcolorsv(1,parseInt(t[0]));
      	setcolorsv(2,parseInt(t[1]));
      	setcolorsv(3,parseInt(t[2]));
      	setcolorsv(4,parseInt(t[3]));
      	}
      	else//这里有待选中消息的传递
      	{
      	    
      	    sldtopos(gslda,parseInt(0));
      	sldtopos(gsldb,parseInt(0));
      	sldtopos(gsldc,parseInt(0));
      	sldtopos(gsldd,parseInt(0));
      	setcolorsv(1,parseInt(0));
      	setcolorsv(2,parseInt(0));
      	setcolorsv(3,parseInt(0));
      	setcolorsv(4,parseInt(0));	
      	}
      	
      
      }
      function txreset(step){
      	setcolorsv(1,step);
      	setcolorsv(2,step);
      	setcolorsv(3,step);
      	setcolorsv(4,step);
      	sldtopos(gslda,step);
      	sldtopos(gsldb,step);
      	sldtopos(gsldc,step);
      	sldtopos(gsldd,step);
      	setcolors();
      }
      function setcolors(){
      	ocx.SetColor(0,gca,gcb,gcc,gcd);
      }
          </script>
      
          <!-- 设备通道  -->
      
          <script type="text/javascript">
          function tl(s){
      	var ret;
      	ret=ocx.Translate(s);
      	return ret;
      }//moving here for later function 
      function ca(o,ch)
      {
      var oc;
      	if ($(o).hasClass('cl1')){
      		if (ocx.StartRealPlay(ch,0,0)){
      		    oc=$('c'+ch);
      		    oc.removeClass(oc.className);
      			oc.addClass('cl2');   
      		}
      	}
      	else{
      		if (ocx.StopPlayReal(ch)){
      		   oc=$('c'+ch);
      		    oc.removeClass(oc.className);
      			oc.addClass('cl1');
      		}
      	}
      	
      }
      
      function getcl(){	
          g_digitalChannel=ocx.GetDeviceState(1,0);
      	var t= new Array();
      	var ts=new Array();
      	var titles=new Array();
      		titles[0]=tl('Desktop.LocalRecord');
      		titles[1]=tl('Desktop.ExtStream');
      		titles[2]=tl('Desktop.MainStream');
      		titles[3]=tl('Desktop.StartTalk');
      		titles[4]=tl('WebTitle.DigitalChannel');
      	var shtml="";
      
      	shtml+="<li id='Talk' ><a title='"+titles[3]+"' id='talking' class='noT' href='javascript:;'  onclick='Ontalk()' ></a><span id='logoString' style='margin:0 5px 0 3px;'>NetSurveillance</span></li> "
      	var strsplita=String.fromCharCode(16);
      	var strsplitb=String.fromCharCode(9);
      	var sc;
      	sc=ocx.GetChannelName();	
      	if (sc !=""){
      		sc=sc.substr(0, sc.length-1);
      		t=sc.split(strsplita);
      		g_channelNum=t.length;
      		
      		var htmlReg = /<(\w+)>/;
      		for (var i =0; i<t.length;i++ ){
      			ts=t[i].split(strsplitb);
      			ts[1].replace(htmlReg, "&lt;$1&gt;");  //替换html字符
      // 			if(i>=(g_channelNum-g_digitalChannel))
      // 			{
      // 			    shtml+="<li  ><a title='"+titles[0]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re" + ts[0] + "' class='noRecord' href='javascript:;' onclick='record(this," + ts[0] 
      // 		                      + ")'></a><a title='"+titles[4]+"' id='c" + ts[0] + "' class='cl1' onclick='ca(this," + ts[0] +")' ></a><span id='name"+ts[0]+"'  style='position:absolute;margin:3px 0 0 0;'>" + ts[1] + "</span></li>" //<span style='filter:;'>
      // 			   		
      // 			}
      // 			else
      			{
      			    shtml+="<li ><a title='"+titles[0]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re" + ts[0] + "' class='noRecord' href='javascript:;' onclick='record(this," + ts[0] 
      		                      + ")'></a><a title='"+titles[1]+"' style='width:25px;margin:0,0,0,0px;outline:none;' id='subPlay" + ts[0] + "' class='noSubPlay' href='javascript:;' onclick='subPlay(this," + ts[0] 
      		                      + ")'></a><a title='"+titles[2]+"' id='c" + ts[0] + "' class='cl1' onclick='ca(this," + ts[0] +")' ></a><span id='name"+ts[0]+"'  style='position:absolute;white-space :nowrap;margin:3px 0 0 0;'>" + ts[1] + "</span></li>" //<span style='filter:;'>
      			
      			}
      
      			
      		}
      		$("cl").innerHTML=shtml;
      		var ls = $$('#cl li');
      	}
          //m_ocx.ChangeShowWndNum();
      	showExit();
      	showSelectNumb();
      	$('logoString').setText(logoString);//
      }
      function showSelectNumb() {
                 
                  switch(g_channelNum)
                  {
               
                      case 1:
                      {
                          $('xp2').style.display="none" ;
                          $('xp3').style.display="none" ;
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ; 
                          $('xp7').style.display="none" ;                                      
                          break;                
                      }
                      case 2:
                      case 3:
                      case 4:
                      {
                          $('xp3').style.display="none" ;
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ; 
                          $('xp7').style.display="none" ;     
                          break;                
                      }
                      case 5:
                      case 6:
                      case 7:
                      case 8:
                      case 9:
                      {
                          $('xp4').style.display="none" ;
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ;
                          $('xp7').style.display="none" ;      
                          break;                
                      }                
                      case 10:
                      case 11:
                      case 12:
                      case 13:
                      case 14:
                      case 15:
                      case 16:
                      {
                          $('xp5').style.display="none" ;
                          $('xp6').style.display="none" ;
                          $('xp7').style.display="none" ;      
                          break;                
                      }
                      case 17:
                      case 18:
                      case 19:
                      case 20:
                      case 21:
                      case 22:
                      case 23:
                      case 24:
                      case 25:
                      {
                          $('xp6').style.display="none" ;   
                          $('xp7').style.display="none" ;   
                          break;                
                      }
                      case 26:
                      case 27:
                      case 28:
                      case 29:
                      case 30:
                      case 31:
                      case 32:
                      {
                          $('xp7').style.display="none" ; 
                          break;                
                      }
                      default: break;
                  }    
      }
      function showExit() {
      
      
      	  for(var j=1;j<gexiti+1;j++)
              {     
                  if(gExitSubType[j]==true)
                  {
                  
                          var temp="subPlay"+gExitChannel[j].toString();       
                          $(temp).removeClass($(temp).className);
                          $(temp).addClass('subPlay');            
                  }
                  else
                  {
              
                      var temp="c"+gExitChannel[j].toString();       
                      $(temp).removeClass($(temp).className);
                      $(temp).addClass('cl2');
                  
                  }
                 
              }
              gexiti=0;
      }
      
      
          </script>
      
          <!-- 调整页面大小(待处理) -->
      
          <script type="text/javascript">
      function resizeL(){
                          
                         $('username').setStyle('width',InputName.width);
                         $('username').setStyle('line-height',InputName.height);                   
                         $('password').setStyle('line-height',InputName.height);   
                         $('username').setStyle('height',InputName.height);	
                         $('username').setStyle('margin-top',InputName.marginTop);	                                      
                         $('username').setStyle('margin-right',InputName.marginRight);
                         $('userNameInput').setStyle('margin-top',SpanLoginName.marginTop);		
                         $('password').setStyle('width',InputPassword.width);
                         $('password').setStyle('height',InputPassword.height);
                         $('password').setStyle('margin-top',InputPassword.marginTop);
                         $('password').setStyle('margin-right',InputPassword.marginRight);
                         
                         $('loginBT').setStyle('width',LoginButton.width);
                         $('loginBT').setStyle('height',LoginButton.height);	
                         
                         	    
                         if(1==LogoNumbers)
                         {
                             $("logo1").setStyle('background','none');
                         }  
      
      
      
                                               
      	                wwidth =document.documentElement.clientWidth;
      	                
      	                wheight=document.documentElement.clientHeight;
      	                
      	                $('login').setStyle('width',wwidth);
      	                
      	               $('lm').setStyle('width',wwidth);
      	               
                                 
      	                if(wwidth<=417)
      	                {
      	                    $('lmll').style.width=0;
      	                    $('lmrr').style.width=0;
      	                    $('lml').style.width=0;
      	                    $('lmr').style.widht=0;
      	                    $('lmm').setStyle('width',wwidth);
      	                    
      	                    $('ldl').setStyle('width',0)
      	                    $('ldm').setStyle('width',wwidth);
      	                    $('ldr').setStyle('width',0)
      	                }
      	                else if(wwidth<=1127)
      	               {
      	                    $('lmll').style.width=0;
      	                    $('lmrr').style.width=0;	  	                  
      	                    $('lml').setStyle('width',(wwidth-417)/2+(355-(wwidth-417)/2));
      	                    $('lml').setStyle('margin-left',-(355-(wwidth-417)/2));
      	                    $('lmr').setStyle('width',(wwidth-417)/2);
      	                    $('lmm').setStyle('width',417);
      	                    
      	                    $('ldl').setStyle('width',((wwidth-417)/2)-1)
      	                    $('ldm').setStyle('width',417);
      	                    $('ldr').setStyle('width',(wwidth-(417+(wwidth-417)/2-1)));
      	                    
      	                    
      	                    
      	                
      	                }
      	                else
      	                {	     
                             
                             $('lml').setStyle('margin-left',0);
                                                  
                             $('lml').setStyle('width',355);                       
                             $('lmr').setStyle('width',355);
                             $('lmm').setStyle('width',417);                       
      
                             
      	                   $('ldm').setStyle('width',417);
      	                   var w=(wwidth-(417+355+355))/2;
      	                   $('ldl').setStyle('width',w+355);
      	                   $('ldr').setStyle('width',(wwidth-(417+355+w)));                   
      	                     
      	                    $('lmll').setStyle('width',w);	
      	                    $('lmrr').setStyle('width',w);		                       
      	                }
      }
      var g_Radio=1.25;//1.78
      function  ChangeRadio() {
          if(g_Radio==1.25)
          {
              g_Radio=1.78;            
          }
          else
          {
              g_Radio=1.25;
          }
          resizeM();
          
          
      }
      function resizeM(){
               var mbbw;
      	var mbbh;
      	var wwidth =document.documentElement.clientWidth;
      	var wheight=document.documentElement.clientHeight;
      	if (wheight<600) wheight=600;
      	//ma31,dra24,mc13,pb26
      
      	mbbh=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height-$(pb).getCoordinates().height-5-10;
      	
      	glhight=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;
      	//mcup:349
      	grhight=wheight-349-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;
      	
      	mbbw=mbbh *64/51;
      	mbbw=mbbh *g_Radio;
      	
      	$('mb').setStyle('width', mbbw+(145*2+8));
      	$('mbb').setStyle('width', mbbw);//yzt 0508
      	$('mbb').setStyle('height', mbbh);	
      	$('mbal').setStyle('height', glhight);
      	$('yt3').setStyle('height', grhight);
      	$('backGround').setStyle('height', wheight);	
      	$('dcl').setStyle('height', glhight);
      	$('QS').setStyle('left', screen.width-170);
      	
      	$('ma').setStyle('width', $(mba).getCoordinates().left*2+$(mba).getCoordinates().width+$(mbb).getCoordinates().width+$(mbc).getCoordinates().width+3);
      	$('mc').setStyle('width',$(ma).get
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:44:55.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org"
               ],
               "hostname" : [
                  "www.w3.org"
               ],
               "ip" : [
                  "10.10.32.26",
                  "10.10.32.192"
               ],
               "url" : [
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "b862f48e4bfbff49fe06bf52f836efd2",
               "bodymmh3" : -27767373,
               "headermd5" : "00f8773b210b956326e5838899eb930d",
               "headermmh3" : 1955290257,
               "title" : "NETSurveillance WEB"
            },
            "length" : 16384
         },
         "asn" : "AS15774",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.0 200 OK\nContent-type: text/html\nServer: uc-httpd 1.0.0\nExpires: 0\n\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    <link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"m.css\" />\r\n    \r\n    <title>NETSurveillance WEB</title>\r\n    \r\n    <!-- m.js -->\r\n\r\n    <script type=\"text/javascript\" language=\"JavaScript\">\r\n\tif(navigator.userAgent.indexOf('IE') < 0)\r\n\t{\r\n\t\tvar userAgent = navigator.userAgent,   \r\n                rMsie = /(msie\\s|trident.*rv:)([\\w.]+)/,   \r\n                rFirefox = /(firefox)\\/([\\w.]+)/,   \r\n                rOpera = /(opera).+version\\/([\\w.]+)/,   \r\n                rChrome = /(chrome)\\/([\\w.]+)/,   \r\n                rSafari = /version\\/([\\w.]+).*(safari)/;\r\n\t\tvar browserMatch = uaMatch(userAgent.toLowerCase());\r\n\t\t \r\n\t\tif(browserMatch.browser!=\"IE\")\r\n\t\t{\r\n\t\t     location=\"Login.htm\";\r\n\t\t}\r\n\t\t\r\n\t}\r\n\t\r\n\tfunction uaMatch(ua) {  \r\n                    var match = rMsie.exec(ua);\r\n\t\t      \r\n                    if (match != null) {  \r\n                        return { browser : \"IE\", version : match[2] || \"0\" };  \r\n                   }  \r\n                    var match = rFirefox.exec(ua);  \r\n                   if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                    }  \r\n                    var match = rOpera.exec(ua);  \r\n                    if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                    }  \r\n                   var match = rChrome.exec(ua);  \r\n                   if (match != null) {  \r\n                       return { browser : match[1] || \"\", version : match[2] || \"0\" };  \r\n                   }  \r\n                    var match = rSafari.exec(ua);  \r\n                    if (match != null) {  \r\n                       return { browser : match[2] || \"\", version : match[1] || \"0\" };  \r\n                    }  \r\n                  if (match != null) {  \r\n                        return { browser : \"\", version : \"0\" };  \r\n                   }  \r\n               }  \r\n    </script>\r\n\r\n    <script type=\"text/javascript\">//m.js\r\n     var ipaddress =document.location.hostname;\r\nif (ipaddress == \"\")\r\n{\r\n\tipaddress = \"10.10.32.192\";\r\n\t//ipaddress = \"10.10.32.26\";\r\n}\r\nvar hostport=34568;\r\nvar iLanguage=106;\r\n\tvar numLanguage;\r\n\tvar DownLoadAddr=\"\";\r\n\t</script>\r\n\t<script type=\"text/javascript\" src=\"m.jsp\"></script>\r\n\t<script type=\"text/javascript\" src=\"config.js\"></script>\r\n\r\n    <!-- \u5168\u5c40\u53d8\u91cf -->\r\n\r\n    <script type=\"text/javascript\">\r\nvar gExitChannel=new Array();\r\nvar gExitSubType=new Array();\r\nvar gexiti;\r\nvar gcid=-1;\r\nvar g_channelNum=4;\r\nvar g_digitalChannel=0;\r\nvar gsld;\r\nvar gslda;\r\nvar gsldb;\r\nvar gsldc;\r\nvar gsldd;\r\nvar gfmu1=0;\r\nvar gfmu2=0;\r\nvar gfmu3=0;\r\nvar g_bRecord=false;\r\nvar g_bRealPlay=false;\r\nvar g_bAudio=false;\r\nvar g_bQS=false;\r\nvar g_bSubQS1=true;\r\nvar g_bSubQS2=true;\r\nvar g_bSubQS3=true;\r\nvar g_bSubQS4=false;\r\nvar g_strSubQS4Name = '';\r\nvar g_bClose=false;\r\nvar gHashCookie = new Hash.Cookie('NetSuveillanceWebCookie',{duration: 30});\r\nvar settings = {\r\n\tusername:'',\r\n\tocxlanguage:''\r\n\t}\r\nvar gca=0;\r\nvar gcb=0;\r\nvar gcc=0;\r\nvar gcd=0;\r\nvar gAutoPlayAll=false;\r\n   \r\n\r\n    </script>\r\n\r\n    <!-- \u989c\u8272\u6ed1\u5757 -->\r\n\r\n    <script type=\"text/javascript\">\r\nfunction sldtopos(sld,step){\r\n\tsld.knob.setStyle('left', sld.toPosition(step));\r\n}\r\nfunction setcolorsv(f,v){\r\n\t\tswitch (f)\r\n\t\t{\r\n\t\t\tcase 1: gca=v;\r\n\t\t\t\t\t$('ska').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 2: gcb=v;\r\n\t\t\t\t\t$('skb').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 3: gcc=v;\r\n\t\t\t\t\t$('skc').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t\tcase 4: gcd=v;\r\n\t\t\t\t\t$('skd').title=v;\r\n\t\t\t\t\tbreak;\r\n\t\t}\t\r\n}\r\nfunction getcolors(){\r\n\tvar colors=\"\";\r\n\tcolors=ocx.GetColor();\r\n\t\r\n\tvar t= new Array();\r\n\tif (colors !=\"\")\r\n\t{\r\n\t\tt=colors.split(',');\r\n\tsldtopos(gslda,parseInt(t[0]));\r\n\tsldtopos(gsldb,parseInt(t[1]));\r\n\tsldtopos(gsldc,parseInt(t[2]));\r\n\tsldtopos(gsldd,parseInt(t[3]));\r\n\tsetcolorsv(1,parseInt(t[0]));\r\n\tsetcolorsv(2,parseInt(t[1]));\r\n\tsetcolorsv(3,parseInt(t[2]));\r\n\tsetcolorsv(4,parseInt(t[3]));\r\n\t}\r\n\telse//\u8fd9\u91cc\u6709\u5f85\u9009\u4e2d\u6d88\u606f\u7684\u4f20\u9012\r\n\t{\r\n\t    \r\n\t    sldtopos(gslda,parseInt(0));\r\n\tsldtopos(gsldb,parseInt(0));\r\n\tsldtopos(gsldc,parseInt(0));\r\n\tsldtopos(gsldd,parseInt(0));\r\n\tsetcolorsv(1,parseInt(0));\r\n\tsetcolorsv(2,parseInt(0));\r\n\tsetcolorsv(3,parseInt(0));\r\n\tsetcolorsv(4,parseInt(0));\t\r\n\t}\r\n\t\r\n\r\n}\r\nfunction txreset(step){\r\n\tsetcolorsv(1,step);\r\n\tsetcolorsv(2,step);\r\n\tsetcolorsv(3,step);\r\n\tsetcolorsv(4,step);\r\n\tsldtopos(gslda,step);\r\n\tsldtopos(gsldb,step);\r\n\tsldtopos(gsldc,step);\r\n\tsldtopos(gsldd,step);\r\n\tsetcolors();\r\n}\r\nfunction setcolors(){\r\n\tocx.SetColor(0,gca,gcb,gcc,gcd);\r\n}\r\n    </script>\r\n\r\n    <!-- \u8bbe\u5907\u901a\u9053  -->\r\n\r\n    <script type=\"text/javascript\">\r\n    function tl(s){\r\n\tvar ret;\r\n\tret=ocx.Translate(s);\r\n\treturn ret;\r\n}//moving here for later function \r\nfunction ca(o,ch)\r\n{\r\nvar oc;\r\n\tif ($(o).hasClass('cl1')){\r\n\t\tif (ocx.StartRealPlay(ch,0,0)){\r\n\t\t    oc=$('c'+ch);\r\n\t\t    oc.removeClass(oc.className);\r\n\t\t\toc.addClass('cl2');   \r\n\t\t}\r\n\t}\r\n\telse{\r\n\t\tif (ocx.StopPlayReal(ch)){\r\n\t\t   oc=$('c'+ch);\r\n\t\t    oc.removeClass(oc.className);\r\n\t\t\toc.addClass('cl1');\r\n\t\t}\r\n\t}\r\n\t\r\n}\r\n\r\nfunction getcl(){\t\r\n    g_digitalChannel=ocx.GetDeviceState(1,0);\r\n\tvar t= new Array();\r\n\tvar ts=new Array();\r\n\tvar titles=new Array();\r\n\t\ttitles[0]=tl('Desktop.LocalRecord');\r\n\t\ttitles[1]=tl('Desktop.ExtStream');\r\n\t\ttitles[2]=tl('Desktop.MainStream');\r\n\t\ttitles[3]=tl('Desktop.StartTalk');\r\n\t\ttitles[4]=tl('WebTitle.DigitalChannel');\r\n\tvar shtml=\"\";\r\n\r\n\tshtml+=\"<li id='Talk' ><a title='\"+titles[3]+\"' id='talking' class='noT' href='javascript:;'  onclick='Ontalk()' ></a><span id='logoString' style='margin:0 5px 0 3px;'>NetSurveillance</span></li> \"\r\n\tvar strsplita=String.fromCharCode(16);\r\n\tvar strsplitb=String.fromCharCode(9);\r\n\tvar sc;\r\n\tsc=ocx.GetChannelName();\t\r\n\tif (sc !=\"\"){\r\n\t\tsc=sc.substr(0, sc.length-1);\r\n\t\tt=sc.split(strsplita);\r\n\t\tg_channelNum=t.length;\r\n\t\t\r\n\t\tvar htmlReg = /<(\\w+)>/;\r\n\t\tfor (var i =0; i<t.length;i++ ){\r\n\t\t\tts=t[i].split(strsplitb);\r\n\t\t\tts[1].replace(htmlReg, \"&lt;$1&gt;\");  //\u66ff\u6362html\u5b57\u7b26\r\n// \t\t\tif(i>=(g_channelNum-g_digitalChannel))\r\n// \t\t\t{\r\n// \t\t\t    shtml+=\"<li  ><a title='\"+titles[0]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re\" + ts[0] + \"' class='noRecord' href='javascript:;' onclick='record(this,\" + ts[0] \r\n// \t\t                      + \")'></a><a title='\"+titles[4]+\"' id='c\" + ts[0] + \"' class='cl1' onclick='ca(this,\" + ts[0] +\")' ></a><span id='name\"+ts[0]+\"'  style='position:absolute;margin:3px 0 0 0;'>\" + ts[1] + \"</span></li>\" //<span style='filter:;'>\r\n// \t\t\t   \t\t\r\n// \t\t\t}\r\n// \t\t\telse\r\n\t\t\t{\r\n\t\t\t    shtml+=\"<li ><a title='\"+titles[0]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='re\" + ts[0] + \"' class='noRecord' href='javascript:;' onclick='record(this,\" + ts[0] \r\n\t\t                      + \")'></a><a title='\"+titles[1]+\"' style='width:25px;margin:0,0,0,0px;outline:none;' id='subPlay\" + ts[0] + \"' class='noSubPlay' href='javascript:;' onclick='subPlay(this,\" + ts[0] \r\n\t\t                      + \")'></a><a title='\"+titles[2]+\"' id='c\" + ts[0] + \"' class='cl1' onclick='ca(this,\" + ts[0] +\")' ></a><span id='name\"+ts[0]+\"'  style='position:absolute;white-space :nowrap;margin:3px 0 0 0;'>\" + ts[1] + \"</span></li>\" //<span style='filter:;'>\r\n\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t\r\n\t\t}\r\n\t\t$(\"cl\").innerHTML=shtml;\r\n\t\tvar ls = $$('#cl li');\r\n\t}\r\n    //m_ocx.ChangeShowWndNum();\r\n\tshowExit();\r\n\tshowSelectNumb();\r\n\t$('logoString').setText(logoString);//\r\n}\r\nfunction showSelectNumb() {\r\n           \r\n            switch(g_channelNum)\r\n            {\r\n         \r\n                case 1:\r\n                {\r\n                    $('xp2').style.display=\"none\" ;\r\n                    $('xp3').style.display=\"none\" ;\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ; \r\n                    $('xp7').style.display=\"none\" ;                                      \r\n                    break;                \r\n                }\r\n                case 2:\r\n                case 3:\r\n                case 4:\r\n                {\r\n                    $('xp3').style.display=\"none\" ;\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ; \r\n                    $('xp7').style.display=\"none\" ;     \r\n                    break;                \r\n                }\r\n                case 5:\r\n                case 6:\r\n                case 7:\r\n                case 8:\r\n                case 9:\r\n                {\r\n                    $('xp4').style.display=\"none\" ;\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ;\r\n                    $('xp7').style.display=\"none\" ;      \r\n                    break;                \r\n                }                \r\n                case 10:\r\n                case 11:\r\n                case 12:\r\n                case 13:\r\n                case 14:\r\n                case 15:\r\n                case 16:\r\n                {\r\n                    $('xp5').style.display=\"none\" ;\r\n                    $('xp6').style.display=\"none\" ;\r\n                    $('xp7').style.display=\"none\" ;      \r\n                    break;                \r\n                }\r\n                case 17:\r\n                case 18:\r\n                case 19:\r\n                case 20:\r\n                case 21:\r\n                case 22:\r\n                case 23:\r\n                case 24:\r\n                case 25:\r\n                {\r\n                    $('xp6').style.display=\"none\" ;   \r\n                    $('xp7').style.display=\"none\" ;   \r\n                    break;                \r\n                }\r\n                case 26:\r\n                case 27:\r\n                case 28:\r\n                case 29:\r\n                case 30:\r\n                case 31:\r\n                case 32:\r\n                {\r\n                    $('xp7').style.display=\"none\" ; \r\n                    break;                \r\n                }\r\n                default: break;\r\n            }    \r\n}\r\nfunction showExit() {\r\n\r\n\r\n\t  for(var j=1;j<gexiti+1;j++)\r\n        {     \r\n            if(gExitSubType[j]==true)\r\n            {\r\n            \r\n                    var temp=\"subPlay\"+gExitChannel[j].toString();       \r\n                    $(temp).removeClass($(temp).className);\r\n                    $(temp).addClass('subPlay');            \r\n            }\r\n            else\r\n            {\r\n        \r\n                var temp=\"c\"+gExitChannel[j].toString();       \r\n                $(temp).removeClass($(temp).className);\r\n                $(temp).addClass('cl2');\r\n            \r\n            }\r\n           \r\n        }\r\n        gexiti=0;\r\n}\r\n\r\n\r\n    </script>\r\n\r\n    <!-- \u8c03\u6574\u9875\u9762\u5927\u5c0f\uff08\u5f85\u5904\u7406\uff09 -->\r\n\r\n    <script type=\"text/javascript\">\r\nfunction resizeL(){\r\n                    \r\n                   $('username').setStyle('width',InputName.width);\r\n                   $('username').setStyle('line-height',InputName.height);                   \r\n                   $('password').setStyle('line-height',InputName.height);   \r\n                   $('username').setStyle('height',InputName.height);\t\r\n                   $('username').setStyle('margin-top',InputName.marginTop);\t                                      \r\n                   $('username').setStyle('margin-right',InputName.marginRight);\r\n                   $('userNameInput').setStyle('margin-top',SpanLoginName.marginTop);\t\t\r\n                   $('password').setStyle('width',InputPassword.width);\r\n                   $('password').setStyle('height',InputPassword.height);\r\n                   $('password').setStyle('margin-top',InputPassword.marginTop);\r\n                   $('password').setStyle('margin-right',InputPassword.marginRight);\r\n                   \r\n                   $('loginBT').setStyle('width',LoginButton.width);\r\n                   $('loginBT').setStyle('height',LoginButton.height);\t\r\n                   \r\n                   \t    \r\n                   if(1==LogoNumbers)\r\n                   {\r\n                       $(\"logo1\").setStyle('background','none');\r\n                   }  \r\n\r\n\r\n\r\n                                         \r\n\t                wwidth =document.documentElement.clientWidth;\r\n\t                \r\n\t                wheight=document.documentElement.clientHeight;\r\n\t                \r\n\t                $('login').setStyle('width',wwidth);\r\n\t                \r\n\t               $('lm').setStyle('width',wwidth);\r\n\t               \r\n                           \r\n\t                if(wwidth<=417)\r\n\t                {\r\n\t                    $('lmll').style.width=0;\r\n\t                    $('lmrr').style.width=0;\r\n\t                    $('lml').style.width=0;\r\n\t                    $('lmr').style.widht=0;\r\n\t                    $('lmm').setStyle('width',wwidth);\r\n\t                    \r\n\t                    $('ldl').setStyle('width',0)\r\n\t                    $('ldm').setStyle('width',wwidth);\r\n\t                    $('ldr').setStyle('width',0)\r\n\t                }\r\n\t                else if(wwidth<=1127)\r\n\t               {\r\n\t                    $('lmll').style.width=0;\r\n\t                    $('lmrr').style.width=0;\t  \t                  \r\n\t                    $('lml').setStyle('width',(wwidth-417)/2+(355-(wwidth-417)/2));\r\n\t                    $('lml').setStyle('margin-left',-(355-(wwidth-417)/2));\r\n\t                    $('lmr').setStyle('width',(wwidth-417)/2);\r\n\t                    $('lmm').setStyle('width',417);\r\n\t                    \r\n\t                    $('ldl').setStyle('width',((wwidth-417)/2)-1)\r\n\t                    $('ldm').setStyle('width',417);\r\n\t                    $('ldr').setStyle('width',(wwidth-(417+(wwidth-417)/2-1)));\r\n\t                    \r\n\t                    \r\n\t                    \r\n\t                \r\n\t                }\r\n\t                else\r\n\t                {\t     \r\n                       \r\n                       $('lml').setStyle('margin-left',0);\r\n                                            \r\n                       $('lml').setStyle('width',355);                       \r\n                       $('lmr').setStyle('width',355);\r\n                       $('lmm').setStyle('width',417);                       \r\n\r\n                       \r\n\t                   $('ldm').setStyle('width',417);\r\n\t                   var w=(wwidth-(417+355+355))/2;\r\n\t                   $('ldl').setStyle('width',w+355);\r\n\t                   $('ldr').setStyle('width',(wwidth-(417+355+w)));                   \r\n\t                     \r\n\t                    $('lmll').setStyle('width',w);\t\r\n\t                    $('lmrr').setStyle('width',w);\t\t                       \r\n\t                }\r\n}\r\nvar g_Radio=1.25;//1.78\r\nfunction  ChangeRadio() {\r\n    if(g_Radio==1.25)\r\n    {\r\n        g_Radio=1.78;            \r\n    }\r\n    else\r\n    {\r\n        g_Radio=1.25;\r\n    }\r\n    resizeM();\r\n    \r\n    \r\n}\r\nfunction resizeM(){\r\n         var mbbw;\r\n\tvar mbbh;\r\n\tvar wwidth =document.documentElement.clientWidth;\r\n\tvar wheight=document.documentElement.clientHeight;\r\n\tif (wheight<600) wheight=600;\r\n\t//ma31,dra24,mc13,pb26\r\n\r\n\tmbbh=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height-$(pb).getCoordinates().height-5-10;\r\n\t\r\n\tglhight=wheight-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;\r\n\t//mcup:349\r\n\tgrhight=wheight-349-$(ma).getCoordinates().height-$(dra).getCoordinates().height-$(mc).getCoordinates().height+5-10;\r\n\t\r\n\tmbbw=mbbh *64/51;\r\n\tmbbw=mbbh *g_Radio;\r\n\t\r\n\t$('mb').setStyle('width', mbbw+(145*2+8));\r\n\t$('mbb').setStyle('width', mbbw);//yzt 0508\r\n\t$('mbb').setStyle('height', mbbh);\t\r\n\t$('mbal').setStyle('height', glhight);\r\n\t$('yt3').setStyle('height', grhight);\r\n\t$('backGround').setStyle('height', wheight);\t\r\n\t$('dcl').setStyle('height', glhight);\r\n\t$('QS').setStyle('left', screen.width-170);\r\n\t\r\n\t$('ma').setStyle('width', $(mba).getCoordinates().left*2+$(mba).getCoordinates().width+$(mbb).getCoordinates().width+$(mbc).getCoordinates().width+3);\r\n\t$('mc').setStyle('width',$(ma).get",
         "datamd5" : "961b4018aac3953bb0fee4680b8ce0cd",
         "datammh3" : -1650364129,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "ip" : "185.61.24.245",
         "ipv6" : "false",
         "latitude" : "55.7386",
         "location" : "55.7386,37.6068",
         "longitude" : "37.6068",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "uc-httpd",
         "productvendor" : "uc-httpd",
         "productversion" : "1.0.0",
         "protocol" : "http",
         "protocolversion" : "1.0",
         "reason" : "OK",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "185.61.24.0/22",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.20.126:81 (tcp/http) - last seen on 2024-11-07 at 03:39:07 UTC

    • IP
      188.168.20.126
      Network
      188.168.0.0/19
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.20.126:81/ 405

      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Genivia gSOAP 2.8
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      e32bfe55f7db23f5c138649f6643cf81
      HTTP Header MD5
      a070ed7323200437c6195df3b05153af
      HTTP Body MD5
      faaee4ade0b2e9ecc8fcf70899a0f603
    • HTTP/1.1 405 Method Not Allowed
      Server: gSOAP/2.8
      Content-Type: text/xml; charset=utf-8
      Content-Length: 3420
      Connection: close
      
      <?xml version="1.0" encoding="UTF-8"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:xmime="http://tempuri.org/xmime.xsd" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:tt-ext="http://www.placeholder.org/ver10/tmp/schema" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrf-r="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns10="http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding" xmlns:ns11="http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding" xmlns:ns12="http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding" xmlns:ns13="http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding" xmlns:tan="http://www.onvif.org/ver20/analytics/wsdl" xmlns:ns2="http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding" xmlns:dn="http://www.onvif.org/ver10/network/wsdl" xmlns:ns3="http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding" xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:ns4="http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding" xmlns:ns5="http://www.onvif.org/ver10/events/wsdl/EventBinding" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:ns6="http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding" xmlns:ns7="http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding" xmlns:ns8="http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:ns9="http://www.onvif.org/ver10/events/wsdl/PullPointBinding" xmlns:tae="http://www.onvif.org/ver10/actionengine/wsdl" xmlns:tand="http://www.onvif.org/ver10/analyticsdevice/wsdl" xmlns:tdisp="http://www.onvif.org/ver10/display/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:text="http://www.placeholder.org/ver10/tmp/wsdl" xmlns:timg10="http://www.onvif.org/ver10/imaging/wsdl" xmlns:timg20="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz10="http://www.onvif.org/ver10/ptz/wsdl" xmlns:tptz20="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trecv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trt20="http://www.onvif.org/ver20/media/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tnshik="http://www.onvif.org/ver10/topics"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:39:07.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "oasis-open.org",
                  "xmlsoap.org",
                  "tempuri.org",
                  "w3.org",
                  "onvif.org",
                  "placeholder.org"
               ],
               "hostname" : [
                  "docs.oasis-open.org",
                  "schemas.xmlsoap.org",
                  "tempuri.org",
                  "www.onvif.org",
                  "www.placeholder.org",
                  "www.w3.org"
               ],
               "url" : [
                  "http://docs.oasis-open.org/wsn/b-2",
                  "http://docs.oasis-open.org/wsn/t-1",
                  "http://docs.oasis-open.org/wsrf/bf-2",
                  "http://docs.oasis-open.org/wsrf/r-2",
                  "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
                  "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                  "http://schemas.xmlsoap.org/ws/2004/08/addressing",
                  "http://schemas.xmlsoap.org/ws/2005/04/discovery",
                  "http://tempuri.org/xmime.xsd",
                  "http://www.onvif.org/ver10/actionengine/wsdl",
                  "http://www.onvif.org/ver10/analyticsdevice/wsdl",
                  "http://www.onvif.org/ver10/device/wsdl",
                  "http://www.onvif.org/ver10/deviceIO/wsdl",
                  "http://www.onvif.org/ver10/display/wsdl",
                  "http://www.onvif.org/ver10/error",
                  "http://www.onvif.org/ver10/events/wsdl",
                  "http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding",
                  "http://www.onvif.org/ver10/events/wsdl/EventBinding",
                  "http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PullPointBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding",
                  "http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding",
                  "http://www.onvif.org/ver10/imaging/wsdl",
                  "http://www.onvif.org/ver10/media/wsdl",
                  "http://www.onvif.org/ver10/network/wsdl",
                  "http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding",
                  "http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding",
                  "http://www.onvif.org/ver10/ptz/wsdl",
                  "http://www.onvif.org/ver10/receiver/wsdl",
                  "http://www.onvif.org/ver10/recording/wsdl",
                  "http://www.onvif.org/ver10/replay/wsdl",
                  "http://www.onvif.org/ver10/schema",
                  "http://www.onvif.org/ver10/search/wsdl",
                  "http://www.onvif.org/ver10/topics",
                  "http://www.onvif.org/ver20/analytics/wsdl",
                  "http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding",
                  "http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding",
                  "http://www.onvif.org/ver20/imaging/wsdl",
                  "http://www.onvif.org/ver20/media/wsdl",
                  "http://www.onvif.org/ver20/ptz/wsdl",
                  "http://www.placeholder.org/ver10/tmp/schema",
                  "http://www.placeholder.org/ver10/tmp/wsdl",
                  "http://www.w3.org/2000/09/xmldsig",
                  "http://www.w3.org/2001/04/xmlenc",
                  "http://www.w3.org/2001/10/xml-exc-c14n",
                  "http://www.w3.org/2001/XMLSchema",
                  "http://www.w3.org/2001/XMLSchema-instance",
                  "http://www.w3.org/2003/05/soap-encoding",
                  "http://www.w3.org/2003/05/soap-envelope",
                  "http://www.w3.org/2004/08/xop/include",
                  "http://www.w3.org/2005/08/addressing"
               ]
            },
            "http" : {
               "bodymd5" : "faaee4ade0b2e9ecc8fcf70899a0f603",
               "bodymmh3" : -2106959362,
               "headermd5" : "a070ed7323200437c6195df3b05153af",
               "headermmh3" : 1777442096
            },
            "length" : 3554
         },
         "asn" : "AS15774",
         "city" : "Irkutsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 405 Method Not Allowed\r\nServer: gSOAP/2.8\r\nContent-Type: text/xml; charset=utf-8\r\nContent-Length: 3420\r\nConnection: close\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:SOAP-ENC=\"http://www.w3.org/2003/05/soap-encoding\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:wsa5=\"http://www.w3.org/2005/08/addressing\" xmlns:c14n=\"http://www.w3.org/2001/10/xml-exc-c14n#\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:xenc=\"http://www.w3.org/2001/04/xmlenc#\" xmlns:ds=\"http://www.w3.org/2000/09/xmldsig#\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/08/addressing\" xmlns:xmime=\"http://tempuri.org/xmime.xsd\" xmlns:xop=\"http://www.w3.org/2004/08/xop/include\" xmlns:wsrf-bf=\"http://docs.oasis-open.org/wsrf/bf-2\" xmlns:tt-ext=\"http://www.placeholder.org/ver10/tmp/schema\" xmlns:tt=\"http://www.onvif.org/ver10/schema\" xmlns:wstop=\"http://docs.oasis-open.org/wsn/t-1\" xmlns:wsrf-r=\"http://docs.oasis-open.org/wsrf/r-2\" xmlns:ns10=\"http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding\" xmlns:ns11=\"http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding\" xmlns:ns12=\"http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding\" xmlns:ns13=\"http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding\" xmlns:tan=\"http://www.onvif.org/ver20/analytics/wsdl\" xmlns:ns2=\"http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding\" xmlns:dn=\"http://www.onvif.org/ver10/network/wsdl\" xmlns:ns3=\"http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding\" xmlns:d=\"http://schemas.xmlsoap.org/ws/2005/04/discovery\" xmlns:ns4=\"http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding\" xmlns:ns5=\"http://www.onvif.org/ver10/events/wsdl/EventBinding\" xmlns:tev=\"http://www.onvif.org/ver10/events/wsdl\" xmlns:ns6=\"http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding\" xmlns:ns7=\"http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding\" xmlns:ns8=\"http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding\" xmlns:wsnt=\"http://docs.oasis-open.org/wsn/b-2\" xmlns:ns9=\"http://www.onvif.org/ver10/events/wsdl/PullPointBinding\" xmlns:tae=\"http://www.onvif.org/ver10/actionengine/wsdl\" xmlns:tand=\"http://www.onvif.org/ver10/analyticsdevice/wsdl\" xmlns:tdisp=\"http://www.onvif.org/ver10/display/wsdl\" xmlns:tds=\"http://www.onvif.org/ver10/device/wsdl\" xmlns:text=\"http://www.placeholder.org/ver10/tmp/wsdl\" xmlns:timg10=\"http://www.onvif.org/ver10/imaging/wsdl\" xmlns:timg20=\"http://www.onvif.org/ver20/imaging/wsdl\" xmlns:tmd=\"http://www.onvif.org/ver10/deviceIO/wsdl\" xmlns:tptz10=\"http://www.onvif.org/ver10/ptz/wsdl\" xmlns:tptz20=\"http://www.onvif.org/ver20/ptz/wsdl\" xmlns:trc=\"http://www.onvif.org/ver10/recording/wsdl\" xmlns:trecv=\"http://www.onvif.org/ver10/receiver/wsdl\" xmlns:trp=\"http://www.onvif.org/ver10/replay/wsdl\" xmlns:trt=\"http://www.onvif.org/ver10/media/wsdl\" xmlns:trt20=\"http://www.onvif.org/ver20/media/wsdl\" xmlns:tse=\"http://www.onvif.org/ver10/search/wsdl\" xmlns:ter=\"http://www.onvif.org/ver10/error\" xmlns:tns1=\"http://www.onvif.org/ver10/topics\" xmlns:tnshik=\"http://www.onvif.org/ver10/topics\"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>\r\n",
         "datamd5" : "e32bfe55f7db23f5c138649f6643cf81",
         "datammh3" : -1887704787,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "TTK-RTL-POOL1",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.16.0/20"
         },
         "ip" : "188.168.20.126",
         "ipv6" : "false",
         "latitude" : "52.2984",
         "location" : "52.2984,104.2903",
         "longitude" : "104.2903",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "gSOAP",
         "productvendor" : "Genivia",
         "productversion" : "2.8",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Method Not Allowed",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 405,
         "subnet" : "188.168.0.0/19",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.20.126:81 (tcp/http) - last seen on 2024-11-07 at 03:31:53 UTC

    • IP
      188.168.20.126
      Network
      188.168.0.0/19
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.20.126:81/ 405

      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Genivia gSOAP 2.8
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      e32bfe55f7db23f5c138649f6643cf81
      HTTP Header MD5
      a070ed7323200437c6195df3b05153af
      HTTP Body MD5
      faaee4ade0b2e9ecc8fcf70899a0f603
    • HTTP/1.1 405 Method Not Allowed
      Server: gSOAP/2.8
      Content-Type: text/xml; charset=utf-8
      Content-Length: 3420
      Connection: close
      
      <?xml version="1.0" encoding="UTF-8"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:xmime="http://tempuri.org/xmime.xsd" xmlns:xop="http://www.w3.org/2004/08/xop/include" xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:tt-ext="http://www.placeholder.org/ver10/tmp/schema" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:wsrf-r="http://docs.oasis-open.org/wsrf/r-2" xmlns:ns10="http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding" xmlns:ns11="http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding" xmlns:ns12="http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding" xmlns:ns13="http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding" xmlns:tan="http://www.onvif.org/ver20/analytics/wsdl" xmlns:ns2="http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding" xmlns:dn="http://www.onvif.org/ver10/network/wsdl" xmlns:ns3="http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding" xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery" xmlns:ns4="http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding" xmlns:ns5="http://www.onvif.org/ver10/events/wsdl/EventBinding" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:ns6="http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding" xmlns:ns7="http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding" xmlns:ns8="http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:ns9="http://www.onvif.org/ver10/events/wsdl/PullPointBinding" xmlns:tae="http://www.onvif.org/ver10/actionengine/wsdl" xmlns:tand="http://www.onvif.org/ver10/analyticsdevice/wsdl" xmlns:tdisp="http://www.onvif.org/ver10/display/wsdl" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:text="http://www.placeholder.org/ver10/tmp/wsdl" xmlns:timg10="http://www.onvif.org/ver10/imaging/wsdl" xmlns:timg20="http://www.onvif.org/ver20/imaging/wsdl" xmlns:tmd="http://www.onvif.org/ver10/deviceIO/wsdl" xmlns:tptz10="http://www.onvif.org/ver10/ptz/wsdl" xmlns:tptz20="http://www.onvif.org/ver20/ptz/wsdl" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" xmlns:trecv="http://www.onvif.org/ver10/receiver/wsdl" xmlns:trp="http://www.onvif.org/ver10/replay/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:trt20="http://www.onvif.org/ver20/media/wsdl" xmlns:tse="http://www.onvif.org/ver10/search/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tnshik="http://www.onvif.org/ver10/topics"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:31:53.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "xmlsoap.org",
                  "tempuri.org",
                  "oasis-open.org",
                  "w3.org",
                  "onvif.org",
                  "placeholder.org"
               ],
               "hostname" : [
                  "docs.oasis-open.org",
                  "schemas.xmlsoap.org",
                  "tempuri.org",
                  "www.onvif.org",
                  "www.placeholder.org",
                  "www.w3.org"
               ],
               "url" : [
                  "http://docs.oasis-open.org/wsn/b-2",
                  "http://docs.oasis-open.org/wsn/t-1",
                  "http://docs.oasis-open.org/wsrf/bf-2",
                  "http://docs.oasis-open.org/wsrf/r-2",
                  "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
                  "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd",
                  "http://schemas.xmlsoap.org/ws/2004/08/addressing",
                  "http://schemas.xmlsoap.org/ws/2005/04/discovery",
                  "http://tempuri.org/xmime.xsd",
                  "http://www.onvif.org/ver10/actionengine/wsdl",
                  "http://www.onvif.org/ver10/analyticsdevice/wsdl",
                  "http://www.onvif.org/ver10/device/wsdl",
                  "http://www.onvif.org/ver10/deviceIO/wsdl",
                  "http://www.onvif.org/ver10/display/wsdl",
                  "http://www.onvif.org/ver10/error",
                  "http://www.onvif.org/ver10/events/wsdl",
                  "http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding",
                  "http://www.onvif.org/ver10/events/wsdl/EventBinding",
                  "http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PullPointBinding",
                  "http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding",
                  "http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding",
                  "http://www.onvif.org/ver10/imaging/wsdl",
                  "http://www.onvif.org/ver10/media/wsdl",
                  "http://www.onvif.org/ver10/network/wsdl",
                  "http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding",
                  "http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding",
                  "http://www.onvif.org/ver10/ptz/wsdl",
                  "http://www.onvif.org/ver10/receiver/wsdl",
                  "http://www.onvif.org/ver10/recording/wsdl",
                  "http://www.onvif.org/ver10/replay/wsdl",
                  "http://www.onvif.org/ver10/schema",
                  "http://www.onvif.org/ver10/search/wsdl",
                  "http://www.onvif.org/ver10/topics",
                  "http://www.onvif.org/ver20/analytics/wsdl",
                  "http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding",
                  "http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding",
                  "http://www.onvif.org/ver20/imaging/wsdl",
                  "http://www.onvif.org/ver20/media/wsdl",
                  "http://www.onvif.org/ver20/ptz/wsdl",
                  "http://www.placeholder.org/ver10/tmp/schema",
                  "http://www.placeholder.org/ver10/tmp/wsdl",
                  "http://www.w3.org/2000/09/xmldsig",
                  "http://www.w3.org/2001/04/xmlenc",
                  "http://www.w3.org/2001/10/xml-exc-c14n",
                  "http://www.w3.org/2001/XMLSchema",
                  "http://www.w3.org/2001/XMLSchema-instance",
                  "http://www.w3.org/2003/05/soap-encoding",
                  "http://www.w3.org/2003/05/soap-envelope",
                  "http://www.w3.org/2004/08/xop/include",
                  "http://www.w3.org/2005/08/addressing"
               ]
            },
            "http" : {
               "bodymd5" : "faaee4ade0b2e9ecc8fcf70899a0f603",
               "bodymmh3" : -2106959362,
               "headermd5" : "a070ed7323200437c6195df3b05153af",
               "headermmh3" : 1777442096
            },
            "length" : 3554
         },
         "asn" : "AS15774",
         "city" : "Irkutsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 405 Method Not Allowed\r\nServer: gSOAP/2.8\r\nContent-Type: text/xml; charset=utf-8\r\nContent-Length: 3420\r\nConnection: close\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://www.w3.org/2003/05/soap-envelope\" xmlns:SOAP-ENC=\"http://www.w3.org/2003/05/soap-encoding\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:wsa5=\"http://www.w3.org/2005/08/addressing\" xmlns:c14n=\"http://www.w3.org/2001/10/xml-exc-c14n#\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:xenc=\"http://www.w3.org/2001/04/xmlenc#\" xmlns:ds=\"http://www.w3.org/2000/09/xmldsig#\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/08/addressing\" xmlns:xmime=\"http://tempuri.org/xmime.xsd\" xmlns:xop=\"http://www.w3.org/2004/08/xop/include\" xmlns:wsrf-bf=\"http://docs.oasis-open.org/wsrf/bf-2\" xmlns:tt-ext=\"http://www.placeholder.org/ver10/tmp/schema\" xmlns:tt=\"http://www.onvif.org/ver10/schema\" xmlns:wstop=\"http://docs.oasis-open.org/wsn/t-1\" xmlns:wsrf-r=\"http://docs.oasis-open.org/wsrf/r-2\" xmlns:ns10=\"http://www.onvif.org/ver10/events/wsdl/CreatePullPointBinding\" xmlns:ns11=\"http://www.onvif.org/ver10/events/wsdl/PausableSubscriptionManagerBinding\" xmlns:ns12=\"http://www.onvif.org/ver20/analytics/wsdl/RuleEngineBinding\" xmlns:ns13=\"http://www.onvif.org/ver20/analytics/wsdl/AnalyticsEngineBinding\" xmlns:tan=\"http://www.onvif.org/ver20/analytics/wsdl\" xmlns:ns2=\"http://www.onvif.org/ver10/network/wsdl/RemoteDiscoveryBinding\" xmlns:dn=\"http://www.onvif.org/ver10/network/wsdl\" xmlns:ns3=\"http://www.onvif.org/ver10/network/wsdl/DiscoveryLookupBinding\" xmlns:d=\"http://schemas.xmlsoap.org/ws/2005/04/discovery\" xmlns:ns4=\"http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding\" xmlns:ns5=\"http://www.onvif.org/ver10/events/wsdl/EventBinding\" xmlns:tev=\"http://www.onvif.org/ver10/events/wsdl\" xmlns:ns6=\"http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding\" xmlns:ns7=\"http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding\" xmlns:ns8=\"http://www.onvif.org/ver10/events/wsdl/NotificationConsumerBinding\" xmlns:wsnt=\"http://docs.oasis-open.org/wsn/b-2\" xmlns:ns9=\"http://www.onvif.org/ver10/events/wsdl/PullPointBinding\" xmlns:tae=\"http://www.onvif.org/ver10/actionengine/wsdl\" xmlns:tand=\"http://www.onvif.org/ver10/analyticsdevice/wsdl\" xmlns:tdisp=\"http://www.onvif.org/ver10/display/wsdl\" xmlns:tds=\"http://www.onvif.org/ver10/device/wsdl\" xmlns:text=\"http://www.placeholder.org/ver10/tmp/wsdl\" xmlns:timg10=\"http://www.onvif.org/ver10/imaging/wsdl\" xmlns:timg20=\"http://www.onvif.org/ver20/imaging/wsdl\" xmlns:tmd=\"http://www.onvif.org/ver10/deviceIO/wsdl\" xmlns:tptz10=\"http://www.onvif.org/ver10/ptz/wsdl\" xmlns:tptz20=\"http://www.onvif.org/ver20/ptz/wsdl\" xmlns:trc=\"http://www.onvif.org/ver10/recording/wsdl\" xmlns:trecv=\"http://www.onvif.org/ver10/receiver/wsdl\" xmlns:trp=\"http://www.onvif.org/ver10/replay/wsdl\" xmlns:trt=\"http://www.onvif.org/ver10/media/wsdl\" xmlns:trt20=\"http://www.onvif.org/ver20/media/wsdl\" xmlns:tse=\"http://www.onvif.org/ver10/search/wsdl\" xmlns:ter=\"http://www.onvif.org/ver10/error\" xmlns:tns1=\"http://www.onvif.org/ver10/topics\" xmlns:tnshik=\"http://www.onvif.org/ver10/topics\"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>\r\n",
         "datamd5" : "e32bfe55f7db23f5c138649f6643cf81",
         "datammh3" : -1887704787,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "TTK-RTL-POOL1",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.16.0/20"
         },
         "ip" : "188.168.20.126",
         "ipv6" : "false",
         "latitude" : "52.2984",
         "location" : "52.2984,104.2903",
         "longitude" : "104.2903",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "gSOAP",
         "productvendor" : "Genivia",
         "productversion" : "2.8",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Method Not Allowed",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 405,
         "subnet" : "188.168.0.0/19",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.244.191.65:81 (tcp/http) - last seen on 2024-11-06 at 22:28:39 UTC

    • IP
      188.244.191.65
      Network
      188.244.128.0/18
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.244.191.65:81/ 200

      HTTP Title
      index
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      HTTP Component(s)
      jQuery jQuery 1.7.1
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      3171e820736ced837807ca9e257bebee
      HTTP Header MD5
      5bcf6bc83e8007dd47f62355350f1ad4
      HTTP Body MD5
      671c6a899805e238402b091a878c3d50
    • HTTP/1.1 200 OK
      Date: Thu, 07 Nov 2024 07:24:00 GMT
      Server: App-webs/
      ETag: "81d-67a-51340b03"
      Content-Length: 1658
      Content-Type: text/html
      Connection: close
      Last-Modified: Mon, 04 Mar 2013 02:46:27 GMT
      
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>index</title>
      <script type="text/javascript" src="doc/script/jquery-1.7.1.min.js"></script>
      <script type="text/javascript" src="doc/script/jquery.cookie.js"></script>
      <script language="JavaScript"> 
      if (navigator.appName == 'Netscape' || navigator.appName == "Opera")
      {
          var sysLanguage= navigator.language.toLowerCase();
      }
      else
      {
          var sysLanguage= navigator.browserLanguage.toLowerCase();
      }
      var szLanguage = sysLanguage.substring(0,2);
      if(szLanguage == "zh") {  //中文需要区分简体和繁体   
      	var arSysLan = sysLanguage.split("-");
          if (arSysLan.length === 2) {
      		var szLanguage = arSysLan[0].toLowerCase() + "_" + arSysLan[1].toUpperCase();
      		if(arSysLan[1].toLowerCase() === "cn") {
      			$.cookie('language', 'zh');
      		} else {
      			$.cookie('language', szLanguage);
      		}
      	}
      } else {
          $.cookie('language', szLanguage);
      }
      /*var arSysLan = sysLanguage.split("-");
      if (arSysLan.length === 2) {
      	var szLanguage = arSysLan[0].toLowerCase() + "_" + arSysLan[1].toUpperCase();
      	if (arSysLan[0].toLowerCase() === "zh") { // 在支持繁体中文前,zh_HK和zh_TW都显示zh_CN
      		szLanguage = "zh_CN";
      	}
      	$.cookie('language', szLanguage);
      } else {
      	//alert("The system language is not supported!");
      }*/
      self.moveTo(0,0);   //使其IE窗口最大化
      self.resizeTo(screen.availWidth,screen.availHeight);
      $.cookie('updateTips', 'true');
      
      window.location.href = "doc/page/login.asp";
      </script> 
      </head>
      <body>
      <table cellspacing="0" cellpadding="0">
        <tr>
          <td></td>
        </tr>
      </table>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T22:28:39.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "671c6a899805e238402b091a878c3d50",
               "bodymmh3" : -807232202,
               "component" : [
                  {
                     "productvendor" : "jQuery",
                     "productversion" : "1.7.1",
                     "product" : "jQuery"
                  }
               ],
               "header" : [
                  {
                     "value" : "81d-67a-51340b03",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Mon, 04 Mar 2013 02:46:27 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "5bcf6bc83e8007dd47f62355350f1ad4",
               "headermmh3" : -692591398,
               "title" : "index"
            },
            "length" : 1871
         },
         "asn" : "AS15774",
         "city" : "Solikamsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Thu, 07 Nov 2024 07:24:00 GMT\r\nServer: App-webs/\r\nETag: \"81d-67a-51340b03\"\r\nContent-Length: 1658\r\nContent-Type: text/html\r\nConnection: close\r\nLast-Modified: Mon, 04 Mar 2013 02:46:27 GMT\r\n\r\n\ufeff<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>index</title>\r\n<script type=\"text/javascript\" src=\"doc/script/jquery-1.7.1.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"doc/script/jquery.cookie.js\"></script>\r\n<script language=\"JavaScript\"> \r\nif (navigator.appName == 'Netscape' || navigator.appName == \"Opera\")\r\n{\r\n    var sysLanguage= navigator.language.toLowerCase();\r\n}\r\nelse\r\n{\r\n    var sysLanguage= navigator.browserLanguage.toLowerCase();\r\n}\r\nvar szLanguage = sysLanguage.substring(0,2);\r\nif(szLanguage == \"zh\") {  //\u4e2d\u6587\u9700\u8981\u533a\u5206\u7b80\u4f53\u548c\u7e41\u4f53   \r\n\tvar arSysLan = sysLanguage.split(\"-\");\r\n    if (arSysLan.length === 2) {\r\n\t\tvar szLanguage = arSysLan[0].toLowerCase() + \"_\" + arSysLan[1].toUpperCase();\r\n\t\tif(arSysLan[1].toLowerCase() === \"cn\") {\r\n\t\t\t$.cookie('language', 'zh');\r\n\t\t} else {\r\n\t\t\t$.cookie('language', szLanguage);\r\n\t\t}\r\n\t}\r\n} else {\r\n    $.cookie('language', szLanguage);\r\n}\r\n/*var arSysLan = sysLanguage.split(\"-\");\r\nif (arSysLan.length === 2) {\r\n\tvar szLanguage = arSysLan[0].toLowerCase() + \"_\" + arSysLan[1].toUpperCase();\r\n\tif (arSysLan[0].toLowerCase() === \"zh\") { // \u5728\u652f\u6301\u7e41\u4f53\u4e2d\u6587\u524d\uff0czh_HK\u548czh_TW\u90fd\u663e\u793azh_CN\r\n\t\tszLanguage = \"zh_CN\";\r\n\t}\r\n\t$.cookie('language', szLanguage);\r\n} else {\r\n\t//alert(\"The system language is not supported!\");\r\n}*/\r\nself.moveTo(0,0);   //\u4f7f\u5176IE\u7a97\u53e3\u6700\u5927\u5316\r\nself.resizeTo(screen.availWidth,screen.availHeight);\r\n$.cookie('updateTips', 'true');\r\n\r\nwindow.location.href = \"doc/page/login.asp\";\r\n</script> \r\n</head>\r\n<body>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr>\r\n    <td></td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>",
         "datamd5" : "3171e820736ced837807ca9e257bebee",
         "datammh3" : -1588192240,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "BTTC-RTL-POOL-YAKUTSK-2",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.244.188.0/22"
         },
         "ip" : "188.244.191.65",
         "ipv6" : "false",
         "latitude" : "59.6669",
         "location" : "59.6669,56.7427",
         "longitude" : "56.7427",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "188.244.128.0/18",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.244.191.65:81 (tcp/http) - last seen on 2024-11-06 at 22:25:55 UTC

    • IP
      188.244.191.65
      Network
      188.244.128.0/18
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.244.191.65:81/ 200

      HTTP Title
      index
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      HTTP Component(s)
      jQuery jQuery 1.7.1
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      3171e820736ced837807ca9e257bebee
      HTTP Header MD5
      5bcf6bc83e8007dd47f62355350f1ad4
      HTTP Body MD5
      671c6a899805e238402b091a878c3d50
    • HTTP/1.1 200 OK
      Date: Thu, 07 Nov 2024 07:21:16 GMT
      Server: App-webs/
      ETag: "81d-67a-51340b03"
      Content-Length: 1658
      Content-Type: text/html
      Connection: close
      Last-Modified: Mon, 04 Mar 2013 02:46:27 GMT
      
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>index</title>
      <script type="text/javascript" src="doc/script/jquery-1.7.1.min.js"></script>
      <script type="text/javascript" src="doc/script/jquery.cookie.js"></script>
      <script language="JavaScript"> 
      if (navigator.appName == 'Netscape' || navigator.appName == "Opera")
      {
          var sysLanguage= navigator.language.toLowerCase();
      }
      else
      {
          var sysLanguage= navigator.browserLanguage.toLowerCase();
      }
      var szLanguage = sysLanguage.substring(0,2);
      if(szLanguage == "zh") {  //中文需要区分简体和繁体   
      	var arSysLan = sysLanguage.split("-");
          if (arSysLan.length === 2) {
      		var szLanguage = arSysLan[0].toLowerCase() + "_" + arSysLan[1].toUpperCase();
      		if(arSysLan[1].toLowerCase() === "cn") {
      			$.cookie('language', 'zh');
      		} else {
      			$.cookie('language', szLanguage);
      		}
      	}
      } else {
          $.cookie('language', szLanguage);
      }
      /*var arSysLan = sysLanguage.split("-");
      if (arSysLan.length === 2) {
      	var szLanguage = arSysLan[0].toLowerCase() + "_" + arSysLan[1].toUpperCase();
      	if (arSysLan[0].toLowerCase() === "zh") { // 在支持繁体中文前,zh_HK和zh_TW都显示zh_CN
      		szLanguage = "zh_CN";
      	}
      	$.cookie('language', szLanguage);
      } else {
      	//alert("The system language is not supported!");
      }*/
      self.moveTo(0,0);   //使其IE窗口最大化
      self.resizeTo(screen.availWidth,screen.availHeight);
      $.cookie('updateTips', 'true');
      
      window.location.href = "doc/page/login.asp";
      </script> 
      </head>
      <body>
      <table cellspacing="0" cellpadding="0">
        <tr>
          <td></td>
        </tr>
      </table>
      </body>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T22:25:55.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "671c6a899805e238402b091a878c3d50",
               "bodymmh3" : -807232202,
               "component" : [
                  {
                     "productversion" : "1.7.1",
                     "productvendor" : "jQuery",
                     "product" : "jQuery"
                  }
               ],
               "header" : [
                  {
                     "value" : "81d-67a-51340b03",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Mon, 04 Mar 2013 02:46:27 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "5bcf6bc83e8007dd47f62355350f1ad4",
               "headermmh3" : -820299362,
               "title" : "index"
            },
            "length" : 1871
         },
         "asn" : "AS15774",
         "city" : "Solikamsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Thu, 07 Nov 2024 07:21:16 GMT\r\nServer: App-webs/\r\nETag: \"81d-67a-51340b03\"\r\nContent-Length: 1658\r\nContent-Type: text/html\r\nConnection: close\r\nLast-Modified: Mon, 04 Mar 2013 02:46:27 GMT\r\n\r\n\ufeff<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>index</title>\r\n<script type=\"text/javascript\" src=\"doc/script/jquery-1.7.1.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"doc/script/jquery.cookie.js\"></script>\r\n<script language=\"JavaScript\"> \r\nif (navigator.appName == 'Netscape' || navigator.appName == \"Opera\")\r\n{\r\n    var sysLanguage= navigator.language.toLowerCase();\r\n}\r\nelse\r\n{\r\n    var sysLanguage= navigator.browserLanguage.toLowerCase();\r\n}\r\nvar szLanguage = sysLanguage.substring(0,2);\r\nif(szLanguage == \"zh\") {  //\u4e2d\u6587\u9700\u8981\u533a\u5206\u7b80\u4f53\u548c\u7e41\u4f53   \r\n\tvar arSysLan = sysLanguage.split(\"-\");\r\n    if (arSysLan.length === 2) {\r\n\t\tvar szLanguage = arSysLan[0].toLowerCase() + \"_\" + arSysLan[1].toUpperCase();\r\n\t\tif(arSysLan[1].toLowerCase() === \"cn\") {\r\n\t\t\t$.cookie('language', 'zh');\r\n\t\t} else {\r\n\t\t\t$.cookie('language', szLanguage);\r\n\t\t}\r\n\t}\r\n} else {\r\n    $.cookie('language', szLanguage);\r\n}\r\n/*var arSysLan = sysLanguage.split(\"-\");\r\nif (arSysLan.length === 2) {\r\n\tvar szLanguage = arSysLan[0].toLowerCase() + \"_\" + arSysLan[1].toUpperCase();\r\n\tif (arSysLan[0].toLowerCase() === \"zh\") { // \u5728\u652f\u6301\u7e41\u4f53\u4e2d\u6587\u524d\uff0czh_HK\u548czh_TW\u90fd\u663e\u793azh_CN\r\n\t\tszLanguage = \"zh_CN\";\r\n\t}\r\n\t$.cookie('language', szLanguage);\r\n} else {\r\n\t//alert(\"The system language is not supported!\");\r\n}*/\r\nself.moveTo(0,0);   //\u4f7f\u5176IE\u7a97\u53e3\u6700\u5927\u5316\r\nself.resizeTo(screen.availWidth,screen.availHeight);\r\n$.cookie('updateTips', 'true');\r\n\r\nwindow.location.href = \"doc/page/login.asp\";\r\n</script> \r\n</head>\r\n<body>\r\n<table cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr>\r\n    <td></td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>",
         "datamd5" : "3171e820736ced837807ca9e257bebee",
         "datammh3" : -1588192240,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "BTTC-RTL-POOL-YAKUTSK-2",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.244.188.0/22"
         },
         "ip" : "188.244.191.65",
         "ipv6" : "false",
         "latitude" : "59.6669",
         "location" : "59.6669,56.7427",
         "longitude" : "56.7427",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "188.244.128.0/18",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.22.210:81 (tcp/http) - last seen on 2024-11-06 at 22:17:17 UTC

    • IP
      188.168.22.210
      Network
      188.168.0.0/19
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.22.210:81/ 200

      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      WebServer WebServer
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      343fa141e23a8d839583eca5a590a9f8
      HTTP Header MD5
      eb46c76e7233466dd385759630cc3145
      HTTP Body MD5
      e782363bf30a24998b387c471c0caf7f
      Favicon MD5
      89b932fcc47cf4ca3faadb0cfdef89cf
      Favicon MMH3
      999357577
    • HTTP/1.1 200 OK
      Date: Mon, 05 Jan 1970 18:49:27 GMT
      Server: webserver
      X-Frame-Options: SAMEORIGIN
      ETag: "36b-258-636874cf"
      Content-Length: 600
      Content-Type: text/html
      Connection: close
      Last-Modified: Mon, 07 Nov 2022 03:00:31 GMT
      
      <!doctype html>
      <html>
      <head>
      	<title></title>
      	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      	<meta http-equiv="X-UA-Compatible" content="IE=edge" >
      	<meta http-equiv="Pragma" content="no-cache" />
      	<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
      	<meta http-equiv="Expires" content="0" />
          <!-- 去除edge下将数字处理成电话的错误 -->
          <meta name="format-detection" content="telephone=no">
      </head>
      <body>
      </body>
      <script>
      	window.location.href = "/doc/page/login.asp?_" + (new Date()).getTime();
      </script>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T22:17:17.000Z",
         "app" : {
            "favicon" : {
               "image" : "AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkJCSYJCQksmQkJL/kJCS/5CQkv+QkJL/kJCS/5CQkv+QkJL/kJCS/5CQkv+QkJL/kJCS25CQknIAAAAAkpKUb6Cgov/ExMr/0tLY/9LS2P/S0tj/0tLY/9LS2P/S0tj/0tLY/9LS2P/S0tj/0tLY/8nJzv+np6r/kpKUkJWVlti/v8D/xsbI/8bGyP/CwsT/jo6Q/11dXv8vLy//KCgp/1FRUv+OjpD/wMDC/8bGyP/Gxsj/xcXH/5iYmf+YmJn/x8fI/8fHyP/Dw8T/aGhp/xISEv8HBwf/FxcV/x4eHP8JCQn/CAgI/z09Pf/CwsL/x8fI/8fHyP+goKH/m5ud/8jIyf/IyMn/kJCQ/xEREf8YGBf/R0dG/2BgZf9/fYT/pqaj/1paVf8CAgL/X19g/8jIyf/IyMn/o6Ol/5+fof/Kysv/w8PD/yEgIf8XFxf/NDQ0/ygpLP8SECj/Cwk5/0VEdP+rqLT/b3Fs/wAAAP+jo6T/ysrL/6enqP+ioqT/zMzN/4ODhP8TExP/IiIi/wwNDf8AAAD/AAAm/ywpcP8rKW//JiNp/5eWnP8sLCn/OTk6/8zMzf+pqav/pqao/8/Pz/9ZWVn/Ghoa/xUUE/8mIA7/FxQQ/wAAMP9xbb3/jYnQ/wsLTP9CQWP/UFBK/wUFBf/Pz8//ra2v/6urrf/T09T/XV1d/xsbHv8iHxL/s5tV/0E4H/9wY0L/LSg1/wICPv8AADD/Hx5C/0pKRv8HBwb/09PU/7KytP+vr7H/3t7f/4iIif8nJyv/FhQL/8etXf+mkU7/V04y/y0pF/8AAAD/AAAM/ycmNP80NDP/Kysr/97e3/+3t7n/srK0/+Pj5P/Fxcb/SkpL/wMFBf+WgkT/07Vj/6+WUv9HPSH/BQQA/wUFBf82Njb/FRUU/4qKi//j4+T/u7u8/7a2uP/o6Or/6Ojq/4+Pj/84ODv/AAAA/415Qf+xmFT/SD4i/wYFBf8dHR3/JiYm/ysrK//l5ef/6Ojq/7+/wf+5ubz/7u7w/+7u8P/p6ev/l5eY/z9AQf8JCw7/AAAC/wcHCP8XFxf/Hx8f/0tLTP/f3+D/7u7w/+7u8P/CwsX/vLy/2+vr7f/z8/X/8/P1//Pz9f/ExMb/hYWG/0xMTv8/QUH/aGho/6Ojpf/z8/X/8/P1//Pz9f/y8vT/wMDD/7+/wXLNzc//7u7x//b2+f/29vn/9vb5//b2+f/29vn/9vb5//b2+f/29vn/9vb5//b2+f/x8fT/1NTX/7+/wZAAAAAAwcHDcsHBw9vBwcP/wcHD/8HBw//BwcP/wcHD/8HBw//BwcP/wcHD/8HBw//BwcP/wcHD6sHBw4EAAAAAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAEAAA==",
               "imagemd5" : "89b932fcc47cf4ca3faadb0cfdef89cf",
               "imagemmh3" : 999357577,
               "length" : 1150,
               "url" : "/favicon.ico"
            },
            "http" : {
               "bodymd5" : "e782363bf30a24998b387c471c0caf7f",
               "bodymmh3" : -278967063,
               "header" : [
                  {
                     "value" : "36b-258-636874cf",
                     "name" : "ETag"
                  },
                  {
                     "name" : "Last-Modified",
                     "value" : "Mon, 07 Nov 2022 03:00:31 GMT"
                  }
               ],
               "headermd5" : "eb46c76e7233466dd385759630cc3145",
               "headermmh3" : -1520767498
            },
            "length" : 841
         },
         "asn" : "AS15774",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Mon, 05 Jan 1970 18:49:27 GMT\r\nServer: webserver\r\nX-Frame-Options: SAMEORIGIN\r\nETag: \"36b-258-636874cf\"\r\nContent-Length: 600\r\nContent-Type: text/html\r\nConnection: close\r\nLast-Modified: Mon, 07 Nov 2022 03:00:31 GMT\r\n\r\n\ufeff<!doctype html>\r\n<html>\r\n<head>\r\n\t<title></title>\r\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" >\r\n\t<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n\t<meta http-equiv=\"Cache-Control\" content=\"no-cache, must-revalidate\" />\r\n\t<meta http-equiv=\"Expires\" content=\"0\" />\r\n    <!-- \u53bb\u9664edge\u4e0b\u5c06\u6570\u5b57\u5904\u7406\u6210\u7535\u8bdd\u7684\u9519\u8bef -->\r\n    <meta name=\"format-detection\" content=\"telephone=no\">\r\n</head>\r\n<body>\r\n</body>\r\n<script>\r\n\twindow.location.href = \"/doc/page/login.asp?_\" + (new Date()).getTime();\r\n</script>\r\n</html>",
         "datamd5" : "343fa141e23a8d839583eca5a590a9f8",
         "datammh3" : -1205780756,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "TTK-RTL-POOL1",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.16.0/20"
         },
         "ip" : "188.168.22.210",
         "ipv6" : "false",
         "latitude" : "55.7386",
         "location" : "55.7386,37.6068",
         "longitude" : "37.6068",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "WebServer",
         "productvendor" : "WebServer",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "188.168.0.0/19",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.22.210:81 (tcp/http) - last seen on 2024-11-06 at 20:49:30 UTC

    • IP
      188.168.22.210
      Network
      188.168.0.0/19
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.22.210:81/ 200

      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      WebServer WebServer
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      343fa141e23a8d839583eca5a590a9f8
      HTTP Header MD5
      eb46c76e7233466dd385759630cc3145
      HTTP Body MD5
      e782363bf30a24998b387c471c0caf7f
    • HTTP/1.1 200 OK
      Date: Mon, 05 Jan 1970 18:49:27 GMT
      Server: webserver
      X-Frame-Options: SAMEORIGIN
      ETag: "36b-258-636874cf"
      Content-Length: 600
      Content-Type: text/html
      Connection: close
      Last-Modified: Mon, 07 Nov 2022 03:00:31 GMT
      
      <!doctype html>
      <html>
      <head>
      	<title></title>
      	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      	<meta http-equiv="X-UA-Compatible" content="IE=edge" >
      	<meta http-equiv="Pragma" content="no-cache" />
      	<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
      	<meta http-equiv="Expires" content="0" />
          <!-- 去除edge下将数字处理成电话的错误 -->
          <meta name="format-detection" content="telephone=no">
      </head>
      <body>
      </body>
      <script>
      	window.location.href = "/doc/page/login.asp?_" + (new Date()).getTime();
      </script>
      </html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T20:49:30.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "e782363bf30a24998b387c471c0caf7f",
               "bodymmh3" : -278967063,
               "header" : [
                  {
                     "value" : "36b-258-636874cf",
                     "name" : "ETag"
                  },
                  {
                     "value" : "Mon, 07 Nov 2022 03:00:31 GMT",
                     "name" : "Last-Modified"
                  }
               ],
               "headermd5" : "eb46c76e7233466dd385759630cc3145",
               "headermmh3" : -1520767498
            },
            "length" : 841
         },
         "asn" : "AS15774",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nDate: Mon, 05 Jan 1970 18:49:27 GMT\r\nServer: webserver\r\nX-Frame-Options: SAMEORIGIN\r\nETag: \"36b-258-636874cf\"\r\nContent-Length: 600\r\nContent-Type: text/html\r\nConnection: close\r\nLast-Modified: Mon, 07 Nov 2022 03:00:31 GMT\r\n\r\n\ufeff<!doctype html>\r\n<html>\r\n<head>\r\n\t<title></title>\r\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" >\r\n\t<meta http-equiv=\"Pragma\" content=\"no-cache\" />\r\n\t<meta http-equiv=\"Cache-Control\" content=\"no-cache, must-revalidate\" />\r\n\t<meta http-equiv=\"Expires\" content=\"0\" />\r\n    <!-- \u53bb\u9664edge\u4e0b\u5c06\u6570\u5b57\u5904\u7406\u6210\u7535\u8bdd\u7684\u9519\u8bef -->\r\n    <meta name=\"format-detection\" content=\"telephone=no\">\r\n</head>\r\n<body>\r\n</body>\r\n<script>\r\n\twindow.location.href = \"/doc/page/login.asp?_\" + (new Date()).getTime();\r\n</script>\r\n</html>",
         "datamd5" : "343fa141e23a8d839583eca5a590a9f8",
         "datammh3" : -1205780756,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "TTK-RTL-POOL1",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.16.0/20"
         },
         "ip" : "188.168.22.210",
         "ipv6" : "false",
         "latitude" : "55.7386",
         "location" : "55.7386,37.6068",
         "longitude" : "37.6068",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "product" : "WebServer",
         "productvendor" : "WebServer",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "188.168.0.0/19",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.159.22:81 (tcp/http) - last seen on 2024-11-06 at 07:51:54 UTC

    • IP
      188.168.159.22
      Network
      188.168.144.0/20
      Domain(s)
      ttk.ru
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.159.22:81/ 200

      Reverse DNS
      22.159.168.188.retail.ttk.ru
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      f75e1c55ea009af0b03243f6bd459c47
      HTTP Header MD5
      21a473c98e8c459caf89752707cc0021
      HTTP Body MD5
      a20a0f124a14f27bb507358df335a05a
    • HTTP/1.1 200 OK
      Content-Type:text/html 
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE html><html><head><title></title><META http-equiv="Content-Type" content="text/html;charset=utf-8"><META http-equiv="Pragma" content="no-cache"><META http-equiv="Cache-Control" content="no-cache"><META http-equiv="Expires" content="0"><style type="text/css">html, body{height: 100%;margin: 0px;overflow: hidden;}</style><script type="text/javascript">function release(){document.frames['banner'].release();}</script></head><body><iframe name="banner" id="banner" hideFocus="hideFocus" marginwidth="0" marginheight="0" src=" ../index.htm?clientIpAddr=<srcip>&IsRemote=1" frameborder="0" width="100%" height="100%"></iframe></body></html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T07:51:54.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "a20a0f124a14f27bb507358df335a05a",
               "bodymmh3" : -994148239,
               "headermd5" : "21a473c98e8c459caf89752707cc0021",
               "headermmh3" : 1213748903
            },
            "length" : 715
         },
         "asn" : "AS15774",
         "city" : "Irkutsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type:text/html \nX-Frame-Options: SAMEORIGIN\n\n<!DOCTYPE html><html><head><title></title><META http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"><META http-equiv=\"Pragma\" content=\"no-cache\"><META http-equiv=\"Cache-Control\" content=\"no-cache\"><META http-equiv=\"Expires\" content=\"0\"><style type=\"text/css\">html, body{height: 100%;margin: 0px;overflow: hidden;}</style><script type=\"text/javascript\">function release(){document.frames['banner'].release();}</script></head><body><iframe name=\"banner\" id=\"banner\" hideFocus=\"hideFocus\" marginwidth=\"0\" marginheight=\"0\" src=\" ../index.htm?clientIpAddr=<srcip>&IsRemote=1\" frameborder=\"0\" width=\"100%\" height=\"100%\"></iframe></body></html>",
         "datamd5" : "f75e1c55ea009af0b03243f6bd459c47",
         "datammh3" : 439012547,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "ttk.ru"
         ],
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "BAYKAL_TTK-RTL-POOL4",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.144.0/20"
         },
         "host" : [
            22
         ],
         "hostname" : [
            "22.159.168.188.retail.ttk.ru"
         ],
         "ip" : "188.168.159.22",
         "ipv6" : "false",
         "latitude" : "52.2984",
         "location" : "52.2984,104.2903",
         "longitude" : "104.2903",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "22.159.168.188.retail.ttk.ru"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "159.168.188.retail.ttk.ru",
            "retail.ttk.ru",
            "188.retail.ttk.ru",
            "168.188.retail.ttk.ru"
         ],
         "subnet" : "188.168.144.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "ru"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 188.168.159.22:81 (tcp/http) - last seen on 2024-11-06 at 07:46:26 UTC

    • IP
      188.168.159.22
      Network
      188.168.144.0/20
      Domain(s)
      ttk.ru
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://188.168.159.22:81/ 200

      Reverse DNS
      22.159.168.188.retail.ttk.ru
      ASN
      AS15774
      Organization
      Limited Liability Company TTK-Svyaz
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      f75e1c55ea009af0b03243f6bd459c47
      HTTP Header MD5
      21a473c98e8c459caf89752707cc0021
      HTTP Body MD5
      a20a0f124a14f27bb507358df335a05a
    • HTTP/1.1 200 OK
      Content-Type:text/html 
      X-Frame-Options: SAMEORIGIN
      
      <!DOCTYPE html><html><head><title></title><META http-equiv="Content-Type" content="text/html;charset=utf-8"><META http-equiv="Pragma" content="no-cache"><META http-equiv="Cache-Control" content="no-cache"><META http-equiv="Expires" content="0"><style type="text/css">html, body{height: 100%;margin: 0px;overflow: hidden;}</style><script type="text/javascript">function release(){document.frames['banner'].release();}</script></head><body><iframe name="banner" id="banner" hideFocus="hideFocus" marginwidth="0" marginheight="0" src=" ../index.htm?clientIpAddr=<srcip>&IsRemote=1" frameborder="0" width="100%" height="100%"></iframe></body></html>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-06T07:46:26.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "a20a0f124a14f27bb507358df335a05a",
               "bodymmh3" : -994148239,
               "headermd5" : "21a473c98e8c459caf89752707cc0021",
               "headermmh3" : 1213748903
            },
            "length" : 715
         },
         "asn" : "AS15774",
         "city" : "Irkutsk",
         "country" : "RU",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nContent-Type:text/html \nX-Frame-Options: SAMEORIGIN\n\n<!DOCTYPE html><html><head><title></title><META http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"><META http-equiv=\"Pragma\" content=\"no-cache\"><META http-equiv=\"Cache-Control\" content=\"no-cache\"><META http-equiv=\"Expires\" content=\"0\"><style type=\"text/css\">html, body{height: 100%;margin: 0px;overflow: hidden;}</style><script type=\"text/javascript\">function release(){document.frames['banner'].release();}</script></head><body><iframe name=\"banner\" id=\"banner\" hideFocus=\"hideFocus\" marginwidth=\"0\" marginheight=\"0\" src=\" ../index.htm?clientIpAddr=<srcip>&IsRemote=1\" frameborder=\"0\" width=\"100%\" height=\"100%\"></iframe></body></html>",
         "datamd5" : "f75e1c55ea009af0b03243f6bd459c47",
         "datammh3" : 439012547,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "ttk.ru"
         ],
         "geolocus" : {
            "asn" : "AS15774",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "RU",
            "countryname" : "Russia",
            "domain" : [
               "ttk.ru"
            ],
            "isineu" : "false",
            "latitude" : "61.52401",
            "location" : "61.52401,105.318756",
            "longitude" : "105.318756",
            "netname" : "BAYKAL_TTK-RTL-POOL4",
            "organization" : "TTK-Retail route object",
            "subnet" : "188.168.144.0/20"
         },
         "host" : [
            22
         ],
         "hostname" : [
            "22.159.168.188.retail.ttk.ru"
         ],
         "ip" : "188.168.159.22",
         "ipv6" : "false",
         "latitude" : "52.2984",
         "location" : "52.2984,104.2903",
         "longitude" : "104.2903",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Limited Liability Company TTK-Svyaz",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 81,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "22.159.168.188.retail.ttk.ru"
         ],
         "seen_date" : "2024-11-06",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "159.168.188.retail.ttk.ru",
            "168.188.retail.ttk.ru",
            "188.retail.ttk.ru",
            "retail.ttk.ru"
         ],
         "subnet" : "188.168.144.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "ru"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }