skill-veil-core 0.1.3

Core library for skill-veil behavioral analysis
Documentation
1
2
3
4
5
6
7
8
9
pub(super) mod classify;
mod model;
mod signals;

pub(crate) use self::classify::{contains_internal_network_target, looks_like_bind_all};
pub(crate) use self::signals::{
    contains_internal_network_action, contains_ssrf_like_fetch_line,
    looks_like_local_control_plane_reference, looks_like_local_dev_reference,
};