-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 changed file
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# RHIDS | ||
[![Build Status](https://travis-ci.org/amrabed/rhids.svg)](https://travis-ci.org/amrabed/rhids) | ||
|
||
Host-based Intrusion Detection System for Linux Containers<a href="#footnote" id="ref"><sup>*</sup></a> | ||
|
||
To use `rhids`, please make sure you have [`strace-docker`](https://github.com/amrabed/strace-docker) installed. `rhids` depends on [`strace-docker`](https://github.com/amrabed/strace-docker) for collecting system calls from running containers. | ||
|
||
## Usage | ||
### Basic install | ||
git clone https://github.com/amrabed/rhids && sudo ./rhids/install | ||
sudo rhids -h | ||
### Using Docker | ||
docker run -it -v /var/log/strace-docker:/var/log/strace-docker amrabed/rhids | ||
|
||
|
||
<a id="footnote" href="ref"><sup>*</sup></a> Implemented as part of my Ph.D. dissertation research. See [this paper](https://arxiv.org/abs/1611.03056) for more details |