Merge branch 'feature/sysmon3' of https://github.com/YamatoSecurity/YamatoEventAnalyzer into feature/sysmon3
This commit is contained in:
@@ -51,7 +51,7 @@ impl Detection {
|
||||
&application.detection(event_id, &event.system, event_data);
|
||||
} else if channel == "Microsoft-Windows-PowerShell/Operational" {
|
||||
&powershell.detection(event_id, &event.system, event_data);
|
||||
} else if channel == "Microsoft-Windows-Sysmon/Operational" {
|
||||
} else if channel == "Microsoft-Windows-AppLocker/EXE and DLL" {
|
||||
&sysmon.detection(event_id, &event.system, event_data);
|
||||
} else if channel == "Microsoft-Windows-Applocker/Operational" {
|
||||
&applocker.detection(event_id, &event.system, event_data);
|
||||
|
||||
Reference in New Issue
Block a user