NAME

ThreatDetector::Parser - Apache log parser for threat detection

SYNOPSIS

use ThreatDetector::Parser;
my $entry = ThreatDetector::Parser::parse_log_line($line);

DESCRIPTION

Parses lines from an Apache access log and extracts structured request info.

AUTHOR

Jason Hall <jason.kei.hall@gmail.com>