add sysmon
This commit is contained in:
@@ -3,8 +3,8 @@ extern crate quick_xml;
|
||||
use crate::detections::application;
|
||||
use crate::detections::common;
|
||||
use crate::detections::security;
|
||||
use crate::detections::system;
|
||||
use crate::detections::sysmon;
|
||||
use crate::detections::system;
|
||||
use crate::models::event;
|
||||
use evtx::EvtxParser;
|
||||
use quick_xml::de::DeError;
|
||||
|
||||
@@ -2,5 +2,5 @@ mod application;
|
||||
mod common;
|
||||
pub mod detection;
|
||||
mod security;
|
||||
mod system;
|
||||
mod sysmon;
|
||||
mod system;
|
||||
|
||||
Reference in New Issue
Block a user