From bebb77735341e7143b42455f0f9ec1621842aa8c Mon Sep 17 00:00:00 2001 From: kazuminn Date: Sun, 1 Nov 2020 16:14:14 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=91=98=E3=81=95=E3=82=8C=E3=81=9F?= =?UTF-8?q?=E3=81=A8=E3=81=93=E3=82=8D=E3=82=92=E7=9B=B4=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/detections/detection.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detections/detection.rs b/src/detections/detection.rs index d19722d3..0c3ce7cc 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -51,9 +51,9 @@ 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-AppLocker/EXE and DLL" { + } else if channel == "Microsoft-Windows-Sysmon/Operational" { &sysmon.detection(event_id, &event.system, event_data); - } else if channel == "Microsoft-Windows-Applocker/Operational" { + } else if channel == "Microsoft-Windows-AppLocker/EXE and DLL" { &applocker.detection(event_id, &event.system, event_data); } else { //&other.detection();