//! forensic-catalog — static indicator tables for forensic analysis.
//!
//! Provides zero-dependency, `std`-only lookup functions and constants covering:
//! suspicious network ports, trusted/suspicious filesystem paths, persistence
//! registry keys and paths, Living-Off-the-Land binaries (LOLBins), process
//! masquerading targets, malicious command patterns, and anti-forensics indicators.
pub use artifact as catalog;