Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a good Host-based IDS solution for Linux (one that inspects system calls, OS files, CPU usage etc.,,, network traffic inspection is not relevant for this case).

Since I am using it for research purposes I need it to give as an output not only alerts, but also some quantitative measure of the risk to the system (such as anomaly rate) .

Does anyone have an idea of an existing IDS (Maybe OSSEC will do the job)?

If not - do you have an idea how to build such an HIDS? (if you know one for windows that would also be good...)

Thanks

share|improve this question
SELinux isn't a HIDS but it provides a number of functions such as alerting upon security event. You may also want to look at SWATCH and LIDS I'm sure you can get most of the functionality you want from some combination of those, though in my experience there's no great linux HIDS out there. – secumind Jun 7 '12 at 23:27

closed as not constructive by Mat, nikoshr, spajce, Johan, Soner Gönül Mar 17 at 18:10

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.