session_start();
$title="Slide 4";
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
The Ant Bed
49 phishing servers
mostly found by Websense
with routing paths to each
Looks like an ant bed.
For each ant we know:
- address
- domain name where reverse DNS work
- routing
- likely geographical location
- performance
| } include("$incpath/footer.php"); ?>