Slashdot Mirror


An Open Source Security Triple Play

Marcus Maciel writes to tell that Linux.com's Joe Barr recently took a look at OSSEC-HIDS, an open source host intrusion detection system. From the article: "According the OOSEC-HIDS Web site, it's more than a host intrusion detection system (IDS). It's also a security event manager and a security information manager, which makes it the security equivalent of a hat trick in hockey, a triple-play in baseball, or a rare triple-double in basketball. OSSEC-HIDS runs on both Windows and Linux/Unix. You can download the latest version along with the project's PGP public key, so you can verify the download." Linux.com and Slashdot are both owned by OSTG.

1 of 65 comments (clear)

  1. OSSEC is great by Darkael · · Score: 5, Informative

    Here is a list of what OSSEC can do if you are too lazy to RTFA:
    - Log Analysis, with a powerful xml-based rules system
    - File integrity checker
    - Rootkit detection
    - Active response (automatically ban hosts on critical alerts)
    - Mail reporting
    - Server/clients or local installation

    It's GPL and runs on many *nix OS. I've tried OSSEC for a few months to monitor a few servers and I must say I'm pretty impressed with it. Its log analysis system is powerful and easy to understand. I've met a few false positives, but you can easily define your own rules to ignore some events. The project is a bit young, but development is very active. Definitely worth trying if you are interested in Unix security.