Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Doug Burks edited this page Apr 15, 2016 · 24 revisions

Security Onion uses OSSEC as a Host Intrusion Detection System (HIDS). OSSEC is monitoring and defending Security Onion itself and you can add OSSEC agents to monitor other hosts on your network as well.

Additionally, you may want to:

For more information about OSSEC, please see:
http://ossec.net

Active Response

Sometimes, OSSEC may recognize legitimate activity as potentially malicious, and engage in Active Response to block a connection. This may result in unintended consequences and/or blacklisting of trusted IPs. You can whitelist your IP address and change other settings in /var/ossec/etc/ossec.conf to prevent this from occurring:

<global>
<white_list>desired_ip</white_list>
</global>

Adding Agents

The OSSEC agent is cross platform and you can download agents for Windows/Unix/Linux/FreeBSD from the OSSEC website. Once you've installed the OSSEC agent on the host(s) to be monitored, then perform the steps defined here:

http://ossec-docs.readthedocs.org/en/latest/manual/agent/agent-management.html#managing-agents

You may need to run so-allow to allow traffic from the IP address of your OSSEC agent(s).

Automated Deployment

Many individuals require or prefer the ability to automatically deploy OSSEC agents on endpoint machines. Although this is currently untested and unsupported, Auto-OSSEC provides a method for achieving this goal.

For more information, please see: https://github.com/binarydefense/auto-ossec

Clone this wiki locally