Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hereLinuxIPS into develop
  • Loading branch information
tahifahimi committed Feb 28, 2024
2 parents 7409d01 + 8273de1 commit 2bae77e
Show file tree
Hide file tree
Showing 42 changed files with 1,734 additions and 1,229 deletions.
8 changes: 8 additions & 0 deletions config/slips.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ export_labeled_flows = no
# export_format can be tsv or json. this parameter is ignored if export_labeled_flows is set to no
export_format = json

# These are the IPs that we see the majority of traffic going out of from.
# for example, this can be your own IP or some computer you’re monitoring
# when using slips on an interface, this client IP is automatically set as
# your own IP and is used to improve detections
# it would be useful to specify it when analyzing pcaps or zeek logs
#client_ips = [10.0.0.1, 172.16.0.9, 172.217.171.238]
client_ips = []

#####################
# [2] Configuration for the detections
[detection]
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ The main limitation of running Slips in a Docker is that every time the containe

First, you need to check which image is suitable for your architecture.

<img src="https://raw.githubusercontent.com/stratosphereips/StratosphereLinuxIPS/develop/docs/images/docker_images.png" width="850px"
<img src="https://raw.githubusercontent.com/stratosphereips/StratosphereLinuxIPS/develop/docs/images/docker_images.png" width="850px">


Before building the docker locally from the Dockerfile, first you should clone Slips repo or download the code directly:
Expand Down
Loading

0 comments on commit 2bae77e

Please sign in to comment.