NAME
ThreatDetector::Handlers::CommandInjection - Handler for command injection/RFI/LFI attempts
SYNOPSIS
use ThreatDetector::Handlers::CommandInjection qw(handle_command_injection);
handle_command_injection($entry);
DESCRIPTION
Prints a JSON alert for requests that appear to contain command injection or remote/local file inclusion attempts. These are serious indicators of active exploitation attempts.
AUTHOR
Jason Hall <jason.kei.hall@gmail.com>