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()); }