removed %MitreAttack%

This commit is contained in:
DastInDark
2022-08-07 00:07:47 +09:00
parent b58ddcdfe6
commit 3ef2845d89

View File

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