|
| 1 | +========= |
| 2 | +Downloads |
| 3 | +========= |
| 4 | + |
| 5 | + |
| 6 | ++--------------+-----------------------------------------------+-------+ |
| 7 | +| latest development snapshots | |
| 8 | ++==============+===============================================+=======+ |
| 9 | +| server/agent | https://github.com/ossec/ossec-hids | |
| 10 | ++--------------+-----------------------------------------------+-------+ |
| 11 | +| web ui | https://github.com/ossec/ossec-wui | |
| 12 | ++--------------+-----------------------------------------------+-------+ |
| 13 | +| docs | https://github.com/ossec/ossec-docs | |
| 14 | ++--------------+-----------------------------------------------+-------+ |
| 15 | +| Latest Stable Release (2.8.1) | |
| 16 | ++--------------+-----------------------------------------------+-------+ |
| 17 | +| Server/Agent | https://github.com/ossec/ossec-hids | CRC | |
| 18 | ++--------------+-----------------------------------------------+-------+ |
| 19 | +| Agent Windows| https://github.com/ossec/ossec-wui | CRC | |
| 20 | ++--------------+-----------------------------------------------+-------+ |
| 21 | +| Virtual Appl | https://github.com/ossec/ossec-docs | CRC | |
| 22 | ++--------------+-----------------------------------------------+-------+ |
| 23 | + |
| 24 | +RPMs for RHEL, CentOS, Fedora and others |
| 25 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 26 | + |
| 27 | +Available in the `AtomiCorp repository <http://www5.atomicorp.com/channels/ossec/>`_. |
| 28 | + |
| 29 | ++-------------------------------------------------------------------------------------------+ |
| 30 | +| CentOS | |
| 31 | ++==============+============================================================================+ |
| 32 | +| el5 | `i386 <http://www5.atomicorp.com/channels/ossec/centos/5/i386/RPMS/>`_ | |
| 33 | ++--------------+----------------------------------------------------------------------------+ |
| 34 | +| el5 | `x86_64 <http://www5.atomicorp.com/channels/ossec/centos/5/x86_64/RPMS/>`_ | |
| 35 | ++--------------+----------------------------------------------------------------------------+ |
| 36 | +| el6 | `i386 <http://www5.atomicorp.com/channels/ossec/centos/5/i386/RPMS/>`_ | |
| 37 | ++--------------+----------------------------------------------------------------------------+ |
| 38 | +| el6 | `x86_64 <http://www5.atomicorp.com/channels/ossec/centos/6/x86_64/RPMS/>`_ | |
| 39 | ++--------------+----------------------------------------------------------------------------+ |
| 40 | + |
| 41 | ++-------------------------------------------------------------------------------------------+ |
| 42 | +| Fedora | |
| 43 | ++==============+============================================================================+ |
| 44 | +| el5 | `i386 <http://www5.atomicorp.com/channels/ossec/fedora/20/i386/RPMS/>`_ | |
| 45 | ++--------------+----------------------------------------------------------------------------+ |
| 46 | +| el5 | `x86_64 <http://www5.atomicorp.com/channels/ossec/fedora/5/x86_64/RPMS/>`_ | |
| 47 | ++--------------+----------------------------------------------------------------------------+ |
| 48 | +| el6 | `i386 <http://www5.atomicorp.com/channels/ossec/fedora/5/i386/RPMS/>`_ | |
| 49 | ++--------------+----------------------------------------------------------------------------+ |
| 50 | +| el6 | `x86_64 <http://www5.atomicorp.com/channels/ossec/fedora/6/x86_64/RPMS/>`_ | |
| 51 | ++--------------+----------------------------------------------------------------------------+ |
| 52 | +| All | `6 - 20 <http://www5.atomicorp.com/channels/ossec/fedora/>`_ | |
| 53 | ++--------------+----------------------------------------------------------------------------+ |
| 54 | + |
| 55 | +DEBs for Debian Wheezy, Jessie and Sid |
| 56 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 57 | + |
| 58 | +Available in the `AlienVault repository <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/>`_. |
| 59 | + |
| 60 | + |
| 61 | ++-------------------------------------------------------------------------------------------+ |
| 62 | +| Debian | |
| 63 | ++==============+============================================================================+ |
| 64 | +| OSSEC Server | `Wheezy, Jessie, Sid <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/ossec-hids/>`_ | |
| 65 | ++--------------+----------------------------------------------------------------------------+ |
| 66 | +| OSSEC Agent | `Wheezy, Jessie, Sid <http://ossec.alienvault.com/repos/apt/debian/pool/main/o/ossec-hids-agent/>`_ | |
| 67 | ++--------------+----------------------------------------------------------------------------+ |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +RPM Installation |
| 72 | +================ |
| 73 | + |
| 74 | +To install with yum do the following: |
| 75 | + |
| 76 | +.. code:: console |
| 77 | +
|
| 78 | + # wget -q -O – https://www.atomicorp.com/installers/atomic | sh |
| 79 | + # yum install ossec-hids ossec-hids-server (or ossec-hids-client for the agent) |
| 80 | +
|
| 81 | +
|
| 82 | +DEB Installation |
| 83 | +================ |
| 84 | + |
| 85 | +To install with apt-get do the following: |
| 86 | + |
| 87 | +.. code:: console |
| 88 | +
|
| 89 | + # wget -O – http://ossec.alienvault.com/repos/apt/conf/ossec-key.gpg.key | apt-key add – |
| 90 | + # echo “deb http://ossec.alienvault.com/repos/apt/debian wheezy main” >> /etc/apt/sources.list |
| 91 | + (change wheezy for your Debian distribution) |
| 92 | + # apt-get update |
| 93 | + # apt-get install ossec-hids (or ossec-hids-agent) |
| 94 | +
|
| 95 | +PGP key |
| 96 | +======= |
| 97 | + |
| 98 | +Before you install any package from our project, we recommend that you |
| 99 | +verify it using our PGP key. Follow these two steps if you are not used |
| 100 | +to using gpg. You first need to import our public key: |
| 101 | + |
| 102 | +.. code:: console |
| 103 | +
|
| 104 | + ossec-test# wget http://www.ossec.net/files/OSSEC-PGP-KEY.asc |
| 105 | + ossec-test# gpg –import OSSEC-PGP-KEY.asc |
| 106 | +
|
| 107 | +And then verify each file against its signature: |
| 108 | + |
| 109 | +.. code:: console |
| 110 | +
|
| 111 | + ossec-test# gpg –verify file.sig file |
| 112 | +
|
| 113 | +You should get the following result: |
| 114 | + |
| 115 | + |
| 116 | +.. code:: console |
| 117 | +
|
| 118 | + gpg: Signature made Tue 19 Jul 2011 03:13:58 PM BRT using RSA key ID A3901351 |
| 119 | + gpg: Good signature from “Daniel B. Cid ” |
| 120 | + Primary key fingerprint: 6F11 9E06 487A AF17 C84C E48A 456B 17CF A390 1351 |
| 121 | +
|
| 122 | +Note that the key expiration date was changed lately. If you get an |
| 123 | +warning saying “gpg: Note: This key has expired!”, make sure to update |
| 124 | +the key and run the “import” command again (as specified above). |
| 125 | + |
| 126 | +Contribute back! |
| 127 | +---------------- |
| 128 | + |
| 129 | +If you find ossec useful and would like to contribute back to the |
| 130 | +community, please contact us. We have a lot of work to do and any help |
| 131 | +is appreciated. |
0 commit comments