Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Oct 22, 2024
1 parent 69a7c8e commit 9712d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip3 install -r requirements.txt
##### command for extracting max accumulated threat level for all timewindows from an alert.json

```
python3 -m scripts.max_accumulated_score_extractor_for_slips alerts.json <host_ip>
python3 -m scripts.max_accumulated_score_extractor_for_slips alerts.json <host_ip> <used_slips_threshold>
```


Expand All @@ -53,6 +53,8 @@ python3 -m scripts.slips_metrics_getter
python3 -m scripts.slips_metrics_getter -p
```

Note: To print and plot the metrics, scripts/extracted_scores/extracted_levels.py must t be updated using the
max_accumulated_score_extractor_for_slips.py script

##### command for extracting ground truth labels from a conn.log.labeled file
note: we only extract the labels per timewindow per ip
Expand Down

0 comments on commit 9712d06

Please sign in to comment.