session_start();
$title="Slide 5";
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
Analyzing the Ant Bed
Identify data sources and gather data
Organize data in database
Analyze data for patterns using
- rules of behavior
- visualization
- data mining
Enhance data in database from analysis
Visualize and report results to stakeholders
Use the above to prepare for next attack
| } include("$incpath/footer.php"); ?>