-
Hi all, sorry if this is a stupid question maybe, but I can not access the /opt/so/saltstack folder to add local suricata rules as described in I can execute commands that need admin privileges like "so-status, so-allow". And how can I find out the version of suricata? Due to their docu it´s just a simple command "suricata -V" but if i use this command in the so-suricata docker container, the command is not found. Any help is appreciated. Thanks in advance. Best regards, benesch |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you tried becoming root?
You might want to migrate to the new 2.4 which allows you to do common administrative tasks from the web interface rather than the command line:
|
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the fast reply and sorry for the delay. Unfrotunately accessing the dir was still not successfull. Don´t know what was messed up there so I reinstalled the actual SO version mentioned before because we have this version running in another network. (BTW what do you mean with migrating? I couldn´t find a description for migration from 2.3 to 2.4) Thanks for the docker command to find the suricata version! The thing is that I run into another error now if I run the "so-rule-update" command. A TypeError "TypeError: '>' not supported between instances of 'int' and 'NoneType'" is triggered in line 555 of the rulecat.py file. Anyone who had this problem before? Thanks in advance. Best regards. |
Beta Was this translation helpful? Give feedback.
Have you tried becoming root?
You might want to migrate to the new 2.4 which allows you to do common administrative tasks from the web interface rather than the command line:
https://blog.securityonion.net/2023/08/security-onion-24-has-reached-general.html