NAME
ThreatDetector - Modular Apache log threat detection toolkit
SYNOPSIS
use ThreatDetector;
my $entry = ThreatDetector::Parser::parse_log_line($line);
DESCRIPTION
ThreatDetector is a modular Perl framework for parsing Apache logs and detecting security threats using specialized handlers and classifiers.
MODULES
ThreatDetector::Parser - Parses Apache logs
ThreatDetector::Classifier - Detects threats using multiple strategies
ThreatDetector::Dispatcher - Routes parsed data to handlers
ThreatDetector::Reporter - Outputs or logs threats
AUTHOR
Jason Hall <jason.kei.hall@gmail.com>
LICENSE
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.