Add: sigma rules (#175)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user