Open srini38 opened 11 months ago
Hello @srini38 So, this tutorial is using an older version of slips, now in v1.0.7 we changed the ensembling of alerts which means that, evidence that used to trigger an alert before, won't necessary trigger one now.
the colored alerts you're seeing in the expected behaviour is an alert. and now in v1.0.7 slips doesn't think that the generated evidence are enough to trigger an alert
However, you can still see the generated evidence by checking the output directory, which is output/RAT06_Saefko.pcap_2023-11-12_00:31:49/alerts.log
in your case above. but it changes every run.
let me know if you managed to do so annd I'll update the docs with the used slips version in the tutorial to avoid any confusion.
Hello @AlyaGomaa
Thank you for your response. Post checking out git commit 42a2111050d0101580bca27bd7e042bdf57c9f2a, I was able to reproduce the output of https://raw.githubusercontent.com/stratosphereips/StratosphereLinuxIPS/develop/docs/images/slips.gif using https://mcfp.felk.cvut.cz/publicDatasets/CTU-Malware-Capture-Botnet-25-1/2013-11-06_capture-win6.pcap
I am trying to test the flowmldetection module using the pre-trained model model.bin and scaler.bin. Please let me know if there are any pcaps that I could use to get flowmldetection module to detect and log alerts? Tried using RAT06_Saefko.pcap and slips in -e 3 mode, but could not see any ML based alerts.
hey good to hear!
unfortunately, i don't know of any pcap that triggers this evidence at the moment. but will check with @eldraco and get back to you, maybe we can create a PCAP to trigger this evidence specifically.
Describe the bug
Tried using the RAT06-Saefko test as described in https://stratospherelinuxips.readthedocs.io/en/develop/slips_in_action.html both using Slips 1.0.7 docker and Slips 1.07 normal install. Basically the Evidence thread does not report any malicious/infection. Also see "Killing modules that took more than 15.0 mins to finish." message both in docker and in host/local mode runs.
To Reproduce Steps to reproduce the behavior: Shared in screenshots section
Expected behavior Expected output https://raw.githubusercontent.com/stratosphereips/StratosphereLinuxIPS/develop/docs/images/slips.gif
Screenshots
Branch root@user-virtual-machine:/home/user/source/StratosphereLinuxIPS# git log | more commit 822db6d7ffda3c080621c602830c18a87c3fafad Merge: f938969f fe19f88b Author: Alya Gomaa alyaggomaa@gmail.com Date: Fri Sep 15 16:46:59 2023 +0300
Environment (please complete the following information):
OS: [e.g. iOS] Ubuntu
Version [e.g. 22] Ubuntu 20.04.5 LTS
Python version [e.g. 3.8] python3 --version Python 3.8.10
Are you running slips in docker or locally? [yes/no] tried both
Docker version (if running slips in docker) [e.g. 20.10.22] Docker version 24.0.2, build cb74dfc
Slips docker image used (if running slips in docker) [e.g. macosm1-image, macosm1-P2P-image, ubuntu-image, dependency-image] 1.0.7 ubuntu based image
Additional context Add any other context about the problem here.