session_start();
$title="Broker Perspective: The Perils";
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
Broker Perspective: the Perils
Fire, flood and earthquake
vs. virus, hack, and external connectivity
What are the "insurable" cyber risks?
First party loss
- Lost, damaged, or corrupted data
- Loss of income
- Extra operating expense
- Extortion
Third party loss
- Content Injury
- Failure to deliver services
- Other network liabilities: spread of virus, host DDS, HIPAA, GLBA, Sarbanes-Oxley
| } include("$incpath/footer.php"); ?>