Name : prelude
| |
Version : 0.4.2
| Vendor : MandrakeSoft
|
Release : 7mdk
| Date : 2002-06-16 15:04:23
|
Group : Networking/Other
| Source RPM : prelude-0.4.2-7mdk.src.rpm
|
Size : 0.42 MB
| |
Packager : Geoffrey Lee < snailtalk_mandrakesoft_com>
| |
Summary : An Hybrid Intrusion Detection System
|
Description :
Prelude is an Hybrid Intrusion Detection System, written entirely from scratch, in C.
Prelude is divided in several parts: * The Prelude NIDS sensor, responsible for real time packet capture and analysis :
- The signature engine, designed to be completly generic and evolutionary. It is currently able to read Snort rulesets. By simply adding parser, it should permit to load rulesets from any NIDS easily.
- The protocol plugins, which can handle packets at a higher level than prelude does, ie: you got a tcp packet, and a Protocol plugin detect that packet data contain an ssh header, so it will decode the ssh header, and ask to the associated Detection plugin to analyze the decoded header.
- A set of detection plugins whose job is to analyze the data they are interested in (they register the protocol they are interested in at initialization time), and will eventually emit a security warning. Detection plugin should only be used for complex intrusion detection that can\'t be done using the signature engine.
* A report server, which sensors contact in order to report an alert, that generates user readable report using plugins.
- The reporting plugins, whose job is to decode the reports issued by the Detection plugin, and translate them in a user readable form (eg: syslog report, html report, etc).
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/9.1/i586/Mandrake/RPMS |