From 3ef2845d8971c9ece0b87407980408ed0c32c45c Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Sun, 7 Aug 2022 00:07:47 +0900 Subject: [PATCH] removed %MitreAttack% --- src/detections/detection.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/detections/detection.rs b/src/detections/detection.rs index 9dd8b065..b8a76d41 100644 --- a/src/detections/detection.rs +++ b/src/detections/detection.rs @@ -275,9 +275,6 @@ impl Detection { "%EventID%" => { profile_converter.insert("%EventID%".to_string(), eid.to_owned()); } - "%MitreAttack%" => { - profile_converter.insert("%MitreAttack%".to_string(), tag_info.join(" : ")); - } "%RecordID%" => { profile_converter.insert( "%RecordID%".to_string(), @@ -386,9 +383,6 @@ impl Detection { "%EventID%" => { profile_converter.insert("%EventID%".to_string(), "-".to_owned()); } - "%MitreAttack%" => { - profile_converter.insert("%MitreAttack%".to_owned(), tag_info.join(" : ")); - } "%RecordID%" => { profile_converter.insert("%RecordID%".to_string(), "".to_owned()); }