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