changed classtype

pull/61/head
Christophe Vandeplas 2012-06-22 11:49:02 +02:00
parent 3996edca45
commit 8c313bc054
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ class EventsController extends AppController {
);
$items = $this->Attribute->find('all', $params);
$classtype = 'targeted-attack';
$classtype = 'trojan-activity';
foreach ($items as &$item) {
# proto src_ip src_port direction dst_ip dst_port msg rule_content tag sid rev
$rule_format_msg = 'msg: "CyDefSIG %s, Event '.$item['Event']['id'].', '.$item['Event']['risk'].'"';