Skip to content

Commit

Permalink
Implementation added
Browse files Browse the repository at this point in the history
  • Loading branch information
nishikawaakira committed Nov 27, 2020
1 parent 4c7e938 commit 66a236b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/detections/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ impl System {
return;
}

println!("Date : {}", system_time);
println!("Message : System Log Clear");
println!("Results : The System log was cleared.");
}
Expand All @@ -109,6 +110,7 @@ impl System {

if let Some(_param1) = event_data.get("param1") {
if _param1 == "Windows Event Log" {
println!("Date : {}", system_time);
println!("Service name : {}", _param1);
if let Some(_param2) = event_data.get("param2") {
if _param2 == "disabled" {
Expand Down

0 comments on commit 66a236b

Please sign in to comment.