Add: sigma rules (#175)

This commit is contained in:
itiB
2021-11-22 08:45:44 +09:00
committed by GitHub
parent b53342218c
commit 034f9c0957
1086 changed files with 40715 additions and 192 deletions

View File

@@ -171,8 +171,9 @@ fn analysis_file(
continue;
}
let record_info =
EvtxRecordInfo::new((&filepath_disp).to_string(), record_result.unwrap().data);
let data = record_result.unwrap().data;
let data_string = data.to_string();
let record_info = EvtxRecordInfo::new((&filepath_disp).to_string(), data, data_string);
records_per_detect.push(record_info);
}
if records_per_detect.len() == 0 {