forensicnomicon-data 1.2.0

Detection knowledge for the ForensicNomicon: the artifact descriptor catalog (the global CATALOG) and evidence/volatility lookups. The fast-moving data layer atop forensicnomicon-core.
Documentation
//! Auto-generated artifact descriptor modules from the mass-import ingest pipeline.
//!
//! Each module was produced by `cargo run -p ingest -- --source <name>` and contains
//! `ArtifactDescriptor` statics ready for inclusion in `CATALOG_ENTRIES`.
//!
//! Total generated statics (deduplicated):
//!
//! | Source      | Count |
//! |-------------|-------|
//! | browsers    |    37 |
//! | dfir_scripts|   404 |
//! | evtx        |   995 |
//! | fa          |  2545 |
//! | kape        |  2422 |
//! | nirsoft     |    22 |
//! | regedit     |    44 |
//! | velociraptor|   122 |
//! | **Total**   |**6187**|

pub(super) mod browsers_generated;
pub(super) mod dfir_scripts_generated;
pub(super) mod evtx_generated;
pub(super) mod fa_generated;
pub(super) mod kape_generated;
pub(super) mod nirsoft_generated;
pub(super) mod regedit_generated;
pub(super) mod velociraptor_generated;