From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: excellent rule archive Date: Mon, 22 Dec 2003 07:37:42 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1072096662.2076.323.camel@grendel> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter Greets all, I figure Bill is too shy to point out all the excellent work he's done, but I thought list members would find it interesting. ;-) Check out Bill's firebrick project: http://www.stearns.org/firebricks/ Firebrick is a set of independent modules that are designed to plug-in to an iptables firewall. Some of the cooler modules: * Filter legal but unallocated source IPs (common in spoof attacks) * Identify probing based on inbound scan patters as well as outbound unreachables * Check/record/drop odd packet sizes (like non-terminal fragments smaller than 512 bytes). * Filter out all loose and strict source route packets * When suspicious patterns are detected, drop and log all traffic from that IP for 30 seconds * Log SSH traffic using non-stand ports (other than 22/TCP) * Record internal servers by monitoring outbound SYN/ACKs There are others, but you get the idea. IMHO there are some extremely useful tweaks up there that people can use. HTH, C