NAME
ThreatDetector::Handlers::ClientError - Handler for HTTP 4xx client errors
SYNOPSIS
use ThreatDetector::Handlers::ClientError qw(handle_client_error);
handle_client_error($entry);
DESCRIPTION
Prints a JSON alert for any Apache log entry resulting in a 4xx client error. Useful for tracking broken links, unauthorized access, or misconfigured bots.
AUTHOR
Jason Hall <jason.kei.hall@gmail.com>