Snort - the de facto standard for intrusion detection/prevention
next up previous contents
Next: regex Up: ftpbounce Previous: Format   Contents

Example

alert tcp $EXTERNAL_NET any -> $HOME_NET 21 (msg:"FTP PORT bounce attempt"; \
flow:to_server,established; content:"PORT"; nocase; ftpbounce; pcre:"/^PORT/smi";\
classtype:misc-attack; sid:3441; rev:1;)



Steven Sturges 2006-12-08