Security module Implemented without 4674

This commit is contained in:
Your Name
2020-10-04 18:37:05 +09:00
parent d883def462
commit ca56063f12
3 changed files with 330 additions and 94 deletions

View File

@@ -38,7 +38,7 @@ impl Detection {
&common.detection(&event.system, &event_data);
//&common.detection(&event.system, &event_data);
if channel == "Security" {
&security.detection(event_id, &event.system, event_data);
&security.detection(event_id, &event.system, &event.user_data, event_data);
} else if channel == "System" {
&system.detection(event_id, &event.system, event_data);
} else if channel == "Application" {