Snort - the de facto standard for intrusion detection/prevention
next up previous contents
Next: DCE/RPC Up: SSH Previous: Configuration   Contents

Examples/Default Configuration from snort.conf

Looks for attacks on SSH server port 22. Alerts at 19600 bytes within 20 encrypted packets for the Gobbles/CRC32 exploits.

preprocessor ssh: server_ports { 22 } \
                  max_client_bytes 19600 \
                  max_encrypted_packets 20



Steven Sturges 2008-04-01