Hello
I´m sorry I´m new to SELKS and docker.
I installed SELKS 10 after building a usb drive (complete image with desktop, for bare metal with docker). My first try did not show any alerts although I made a single rule to do so. So, I decided to run easy-setup.sh again and follow the instructions on Docker · StamusNetworks/SELKS Wiki · GitHub
but on the readpcap.sh example, the output shows errors about not finding configuration files. Notice: suricata: This is Suricata version 8.0.0-dev (5bd17934d 2024-06-25) running in USER mode [LogVersion:suricata.c:1157]
Error: reputation: opening ip rep file /etc/suricata/rules/scirius-categories.txt: No such file or directory [SRepLoadCatFile:reputation.c:357]
Error: reputation: failed to load reputation categories file /etc/suricata/rules/scirius-categories.txt [SRepInit:reputation.c:616]
Warning: classification-config: could not open: “/etc/suricata/rules/classification.config”: No such file or directory [SCClassConfInitContextAndLocalResources:util-classification-config.c:134]
Error: classification-config: please check the “classification-file” option in your suricata.yaml file [SCClassConfLoadClassificationConfigFile:util-classification-config.c:533]
Warning: detect: No rule files match the pattern /etc/suricata/rules/scirius.rules [ProcessSigFiles:detect-engine-loader.c:239]
I reran readpcap and got the same errors on 2023-12-18-TA577-Pikabot-infection-with-Cobalt-Strike.pcap
I opened the Scirius interface, set the time interval from 2023 but the Hunting Dashboards or Events show “No data”. But Evebox/events shows lots of packets.
I think I will redownload and reinstall this version 10 from scratch. When I installed a previous version, I could see some Kibana Dashboards and visualisations. Now I no longer find them. I don´t know if the git pull comand would bring any missing component. I chose this version 10 because the previous version I installed was quite instable - sometimes the browser was refreshing every second telling the connection was lost. I am using Chrome to access remotely although this version is the “Complete Image with Desktop”.
I will inform you after the reinstallation, probably the version without desktop.
Thanks
You could also test it locally if needed on any Ubntu/RedHat etc via the docker compose , just FYI, without installing the ISO image.
Otherwise onne of the things to check is after the setup if all dockers are up and running docker ps -a
Hi, Peter
I reformatted the disk and installed Ubuntu Desktop. Then I git cloned SELKS from github. I had to install curl manually and modify install-deps.sh changing python to python3. Now SELKS is working, monitoring the local ethernet port.
Next step will be to monitor a mirrored port in my switch. Fingers crossed.
Thank you.