mirror of
https://github.com/OISF/suricata.git
synced 2026-02-18 18:18:04 -05:00
6 lines
446 B
Text
6 lines
446 B
Text
# FTP app-layer event rules
|
|
#
|
|
# SID range start: 2232000
|
|
|
|
alert ftp any any -> any any (msg:"SURICATA FTP Request command too long"; flow:to_server; app-layer-event:ftp.request_command_too_long; classtype:protocol-command-decode; sid:2232000; rev:1;)
|
|
alert ftp any any -> any any (msg:"SURICATA FTP Response command too long"; flow:to_client; app-layer-event:ftp.response_command_too_long; classtype:protocol-command-decode; sid:2232001; rev:1;)
|