1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: prelude-lml
Section: admin
Priority: extra
Maintainer: Mickael Profeta <profeta@debian.org>
Build-Depends: debhelper (>> 3.0.0), libprelude-dev (>> 0.9.7), libpcre3-dev, libgnutls-dev(>= 1.2.9)
Standards-Version: 3.6.2.1
Package: prelude-lml
Architecture: any
Depends: ${shlibs:Depends}
Description: Hybrid Intrusion Detection System [ Log Monitoring Lackey ]
Prelude is a general-purpose hybrid intrusion detection system.
Its goals are performance and modularity. It is divided in several
parts :
- The Prelude NIDS sensor, responsible for real time packet capture
and analysis, featuring a signature engine, plugins for protocol
analysis, and intrusion detection plugins.
- The Prelude report server, collecting data from Prelude sensors,
and generating user-readable reports.
.
This package provides the Prelude Log Monitoring Lackey, which tries to
match configured patterns against your logfiles and to emit alert when
one of the pattern is matched.
|