-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
163 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
TheHive is a scalable 3-in-1 open source and free security incident response platform designed to make life easier for SOCs, CSIRTs, CERTs and any information security practitioner dealing with security incidents that need to be investigated and acted upon swiftly. | ||
|
||
## Hardware Pre-requisites | ||
|
||
TheHive uses ElasticSearch to store data. Both software use a Java VM. We recommend using a virtual machine with 8vCPU, 8 | ||
GB of RAM and 60 GB of disk. You can also use a physical machine with similar specifications. | ||
|
||
## What's New? | ||
|
||
- [Changelog](/CHANGELOG.md) | ||
- [Migration guide](migration-guide.md) | ||
|
||
## Installation Guides | ||
|
||
TheHive can be installed using: | ||
- An [RPM package](installation/rpm-guide.md) | ||
- A [DEB package](installation/deb-guide.md) | ||
- [Docker](installation/docker-guide.md) | ||
- [Binary](installation/binary-guide.md) | ||
- [Ansible script](https://github.com/drewstinnett/ansible-thehive) contributed by | ||
[@drewstinnett](https://github.com/drewstinnett) | ||
|
||
TheHive can also be [built from sources](installation/build-guide.md). | ||
|
||
## Administration Guides | ||
|
||
- [Administrator's guide](admin/admin-guide.md) | ||
- [Configuration guide](admin/configuration.md) | ||
- [Updating](admin/updating.md) | ||
- [Backup & Restore](admin/backup-restore.md) | ||
|
||
## Developer Guides | ||
|
||
- [API documentation](api/README.md) | ||
|
||
## Other | ||
- [FAQ](FAQ.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Installing TheHive Using an RPM Package | ||
|
||
TheHive's RPM packages are published on our Bintray repository. All packages are PGP signed using the key which ID is [562CBC1C](/PGP-PUBLIC-KEY). The key's fingerprint is: | ||
|
||
```0CD5 AC59 DE5C 5A8E 0EE1 3849 3D99 BB18 562C BC1C``` | ||
|
||
To intall TheHive from an RPM package, you'll need to begin by installing the RPM release package using the following command: | ||
``` | ||
yum install install https://dl.bintray.com/cert-bdf/rpm/thehive-project-release-1.0.0-3.noarch.rpm | ||
``` | ||
This will install TheHive Project's repository in `/etc/yum.repos.d/thehive-rpm.repo` and the GPG public key `in | ||
/etc/pki/rpm-gpg/GPG-TheHive-Project`. | ||
|
||
Once done, you will able to install TheHive package using yum: | ||
``` | ||
yum install thehive | ||
``` | ||
|
||
One installed, you should [install ElasticSearch](elasticsearch-guide.md) and [configure TheHive](../admin/configuration.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "2.11.1" | ||
version in ThisBuild := "2.11.2" |