NAME

ThreatDetector::Handlers::SQLInjection - Handler for SQL injection attempts

SYNOPSIS

use ThreatDetector::Handlers::SQLInjection qw(handle_sql_injection);

handle_sql_injection($entry);

DESCRIPTION

Emits a JSON-formatted alert when a request appears to contain SQL injection payloads. Common indicators include suspicious keywords (e.g., `SELECT`, `UNION`), tautologies, comment markers, or known SQLi functions.

AUTHOR

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