hunt-correlate 0.2.5

Correlation rules, watch mode, and IOC matching for clawdstrike hunt
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(test, allow(clippy::expect_used, clippy::unwrap_used))]

//! Hunt Correlate — correlation rules, watch mode, and IOC matching for clawdstrike hunt.

pub mod engine;
pub mod error;
pub mod ioc;
pub mod report;
pub mod rules;
pub mod watch;