Beispiel #1
0
     Output_results(null, __FUNCTION__, __LINE__);
     continue;
 }
 if ($GLOBALS["WebFilteringRansomware"] == 1) {
     if (Ranswomare($GLOBALS["LOG_AR"])) {
         continue;
     }
 }
 $ToUfdbKey = md5(serialize($GLOBALS["LOG_AR"]));
 if ($GLOBALS["DebugLoop"]) {
     events("{$DEBUGHOSTNAME} Is Blacklisted [{$ToUfdbKey}]?" . __LINE__);
 }
 if ($GLOBALS["DEBUG_BLACKLIST"]) {
     events("{$URI},{$IP},{$userid},{$ToUfdbKey}");
 }
 if (BlacklistedBase($URI, $IP, $userid, $PROTO)) {
     continue;
 }
 if ($GLOBALS["DebugLoop"]) {
     events("{$DEBUGHOSTNAME} Is Unlocked ?" . __LINE__);
 }
 if (Unlocked($URI, $IP, $userid)) {
     continue;
 }
 if ($GLOBALS["PHISHTANK"] == 1) {
     if ($GLOBALS["DebugLoop"]) {
         events("{$DEBUGHOSTNAME} Is PHISHTANK ?" . __LINE__);
     }
     if (Phistank($GLOBALS["LOG_AR"])) {
         continue;
     }
Beispiel #2
0
	
	if($GLOBALS["EnableUfdbGuard"]==1){
		if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME: WhitelistedBase ? ".__LINE__);}
		if(WhitelistedBase($URI)){
			if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME: StreamCache ? ".__LINE__);}
			if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "StreamCache($IP..) ".__LINE__);}
			if(StreamCache($PROTO,$ToVideoCache,$URI,$IP,$userid)){continue;}
			if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "HyperCacheRules ?".__LINE__);}
			if(HyperCacheRules($PROTO,$ToVideoCache,$URI,$IP,$userid,$DEBUGHOSTNAME)){continue;}
			if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME: $ OUPTUT NULL $ ".__LINE__);}
			Output_results(null);
			continue;
		}
		
		if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME Is Blacklisted ?".__LINE__);}
		if(BlacklistedBase($URI,$IP,$userid)){continue;}
		
		if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME Is Unlocked ?".__LINE__);}
		if(Unlocked($URI,$IP,$userid)){
			if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "StreamCache($IP..) ".__LINE__);}
			if(StreamCache($PROTO,$ToVideoCache,$URI,$IP,$userid)){continue;}
			continue;
		}
		if($GLOBALS["DebugLoop"]){events( "To ufdb ?".__LINE__);}
		if(UfdbBlackList($ToUfdb)){continue;}
	}
	
	if($GLOBALS["DebugLoop"]){events( "GoogleSafeBrowsing ?".__LINE__);}
	if(GoogleSafeBrowsing($URI,$PROTO,$H["host"],$IP,$userid)){continue;}