clawdstrike-ocsf 0.2.5

OCSF v1.4.0 compliant event types and converters for ClawdStrike
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! OCSF object types embedded within event classes.

pub mod actor;
pub mod attack;
pub mod evidence;
pub mod file;
pub mod finding_info;
pub mod metadata;
pub mod network_endpoint;
pub mod observable;
pub mod process;
pub mod resource;