Skip to content

OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.

License

Notifications You must be signed in to change notification settings

santiago-bassett/ossec-hids

This branch is 1997 commits behind ossec/ossec-hids:master.

Folders and files

NameName
Last commit message
Last commit date
May 13, 2015
Aug 12, 2015
Jul 21, 2014
Jun 25, 2015
Jun 25, 2015
Oct 18, 2014
Apr 25, 2015
Apr 23, 2014
Apr 23, 2014
Aug 12, 2015
Apr 11, 2015
Mar 28, 2013
Jul 15, 2015
Feb 19, 2015

Repository files navigation

OSSEC v2.8 Copyright (C) 2014 Trend Micro Inc.

Information about OSSEC

OSSEC is a full platform to monitor and control your systems. It mixes together all the aspects of HIDS (host-based intrusion detection), log monitoring and SIM/SIEM together in a simple, powerful and open source solution.

Visit our website for the latest information. www.ossec.net

Current Releases

The current stable releases are available on the ossec website.

  • Releases can be downloaded from: Downloads
  • Release documentation is available at: docs

Development

The development version is hosted on GitHub and just a simple git clone away.

Build Status Coverity Scan Build Status

Quick install

$ (ossec_version="2.8.2" ; ossec_checksum="a0f403270f388fbc6a0a4fd46791b1371f5597ec" ; cd /tmp/ && wget https://github.com/ossec/ossec-hids/archive/${ossec_version}.tar.gz && mv ${ossec_version}.tar.gz ossec-hids-${ossec_version}.tar.gz && checksum=$(sha1sum ossec-hids-${ossec_version}.tar.gz | cut -d" " -f1); if [ $checksum == $ossec_checksum ]; then tar xfz ossec-hids-${ossec_version}.tar.gz && cd ossec-hids-${ossec_version} && sudo ./install.sh ; else "Wrong checksum. Download again or check if file has been tampered with."; fi)

Then follow the prompts. You should still Read the Documentation here.

Credits and Thanks

  • OSSEC comes with a modified version of zlib and a small part of openssl (sha1 and blowfish libraries)
  • This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/).
  • This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)
  • This product include software developed by the zlib project (Jean-loup Gailly and Mark Adler).
  • This product include software developed by the cJSON project (Dave Gamble)

About

OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.

http://ossec.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.5%
  • Shell 6.4%
  • Perl 4.0%
  • Makefile 1.8%
  • C++ 1.1%
  • NSIS 0.7%
  • Other 0.5%