mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
5db5ae58ad
Samhain is a host-based Intrusion Detection System and integrity checker with advanced features such as centralized logging, MySQL/PostgreSQL support, and rootkit detection. PR: ports/46982 Submitted by: David Thiel <lx@redundancy.redundancy.org>
11 lines
564 B
Plaintext
11 lines
564 B
Plaintext
Samhain is an open source file integrity and host-based intrusion
|
|
detection system for Linux and Unix. It can run as a daemon process,
|
|
and and thus can remember file changes - contrary to a tool that runs
|
|
from cron, if a file is modified you will get only one report, while
|
|
subsequent checks of that file will ignore the modification as it is
|
|
already reported (unless the file is modified again).
|
|
|
|
Samhain can optionally be used as client/server system to provide
|
|
centralized monitoring for multiple host. Logging to a (MySQL or
|
|
PostgreSQL) database is supported.
|