NAME
ThreatDetector::Handlers::LoginBruteForce - Handler for login brute-force attempts
SYNOPSIS
use ThreatDetector::Handlers::LoginBruteForce qw(handle_login_bruteforce);
handle_login_bruteforce($entry);
DESCRIPTION
Prints a JSON alert for suspected brute-force login attempts. Typically used in conjunction with logic that detects rapid repeated login attempts from the same IP or URI pattern (e.g., `/login`, `/admin`).
AUTHOR
Jason Hall <jason.kei.hall@gmail.com>