This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Suricata Advanced Detection with Lua Scripts | |
| -- Location: /etc/suricata/lua/http-anomaly.lua | |
| -- Purpose: Complex HTTP anomaly detection using Lua scripting | |
| -- ============================================================================ | |
| -- HTTP Anomaly Detection Script | |
| -- ============================================================================ | |
| function init(args) | |
| local needs = {} |