NAME
ThreatDetector::Handlers::MethodAbuse - Handler for abuse of uncommon or dangerous HTTP methods
SYNOPSIS
use ThreatDetector::Handlers::MethodAbuse qw(handle_http_method);
handle_http_method($entry);
DESCRIPTION
Prints a JSON alert when a request uses suspicious HTTP methods such as PUT, DELETE, TRACE, or CONNECT. These methods are rarely needed in normal web traffic and are often associated with probing or misuse.
AUTHOR
Jason Hall <jason.kei.hall@gmail.com>