From owner-freebsd-security@FreeBSD.ORG Tue Oct 19 12:47:10 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E681F16A4CE for ; Tue, 19 Oct 2004 12:47:10 +0000 (GMT) Received: from t-rex.incirlik.af.mil (t-rex.incirlik.af.mil [132.27.151.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E276C43D3F for ; Tue, 19 Oct 2004 12:47:07 +0000 (GMT) (envelope-from Ozgur.Ozdemircili@izmir.af.mil) Received: from t-rex.incirlik.af.mil (root@localhost) by t-rex.incirlik.af.mil with ESMTP id i9JCl4213149 for ; Tue, 19 Oct 2004 15:47:04 +0300 (EEST) Received: from inc-svr-navieg.incirlik.usafe.ds.af.mil (inc-svr-navieg.incirlik.af.mil [132.27.152.16]) by t-rex.incirlik.af.mil with SMTP id i9JCl3A13140 for ; Tue, 19 Oct 2004 15:47:04 +0300 (EEST) Received: from izm-exch-01.incirlik.usafe.ds.af.mil ([132.27.180.200]) id M2004101915470207685 ; Tue, 19 Oct 2004 15:47:03 +0300 Received: by izm-exch-01.incirlik.usafe.ds.af.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Oct 2004 15:47:03 +0300 Message-ID: <7373DB1CFB205549B6A952E10BE0E69075A373@izm-exch-01.incirlik.usafe.ds.af.mil> From: Ozdemircili Ozgur NMI Civ TR 425 ABS/SGST To: "'Tomas Pluskal'" Date: Tue, 19 Oct 2004 15:46:52 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain cc: "'freebsd-security@freebsd.org'" Subject: RE: intrusion detection system X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 12:47:11 -0000 Great job Thomas, I am reading and at the same time making a news out of it for the Turkish FreeBSD scene ;). By the way I have discovered the relation where you got all your "inspiration" for your project ;P Legos of course. Keep up the good work. Ozgur Ozdemircili 425 SG M.A.S DSN: 675-3236 -----Original Message----- From: owner-freebsd-security@freebsd.org [mailto:owner-freebsd-security@freebsd.org] On Behalf Of Tomas Pluskal Sent: Monday, October 18, 2004 4:19 PM To: freebsd-security@freebsd.org; freebsd-hackers@freebsd.org Subject: intrusion detection system Hello to all, I have implemented a new type of intrusion detection system for my Master thesis. I would like to announce this information, in case anyone would be interested in this research. The IDS system is designed as a kernel module for FreeBSD 5.2. It is inspired by the SpamAssassin program, which detects spam by applying a set of tests to every email message and counting a sum of point score generated by each test. My IDS system applies a set of tests to every running process in the OS and counts its score generated by the tests. Therefore, the purpose of the IDS is not to monitor the network traffic, but rather to monitor the process activity. The current system status is a "working prototype" - it is more a research than a real IDS. If you are interested in this, please read the details here: http://plusik.pohoda.cz/thesis/ Thanks, Tomas _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"