session_start();
$title="Slide 14";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Phishing Data Sources
Lists of phishing servers and targets from Anti-Phishing Working Group (APWG)
Topology and performance data and visualization by InternetPerils
| } include("$incpath/footer.php"); ?>