1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: prelude-lml
Section: admin
Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
Uploaders: Thomas Andrejak <thomas.andrejak@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libev-dev,
libprelude-dev (>=5.2.0),
prelude-utils (>=5.2.0),
libpcre3-dev,
libicu-dev,
pkg-config,
Standards-Version: 4.5.1
Homepage: https://www.prelude-siem.org/
Vcs-Browser: https://salsa.debian.org/totol-guest/prelude-lml
Vcs-Git: https://salsa.debian.org/totol-guest/prelude-lml.git
Package: prelude-lml
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, prelude-lml-rules (>=5.2.0-1)
Recommends: system-log-daemon
Description: Security Information and Events Management System [ Log Agent ]
The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part
of the Prelude SIEM suite. It can act as a centralized log collector for local
or remote systems, or as a simple log analyzer (such as swatch). It can run as
a network server listening on a syslog port or analyze log files. It supports
logfiles in the BSD syslog format and is able to analyze any logfile by using
the PCRE library. It can apply logfile-specific analysis through plugins such
as PAX. It can send an alert to the Prelude Manager when a suspicious log entry
is detected.
|