-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suricata Script does not work #836
Comments
Can you provide an output of the failure? |
Related: #798 |
In April 16th 2020 Proofpoint created an "old" folder and placed suricata 2.0 rules in it. Deploying the MHN suricata sensor today will yield the following error: ``` install -d "/opt/suricata/etc/suricata/rules" /usr/bin/wget -qO - http://rules.emergingthreats.net/open/suricata-2.0/emerging.rules.tar.gz | tar -x -z -C "/opt/suricata/etc/suricata/" -f - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now Makefile:888: recipe for target 'install-rules' failed make: *** [install-rules] Error 2 ``` Closes pwnlandia/mhn#836 and pwnlandia/mhn#798
Exactly! It was this exact error mate, sorry for the delay but i left the lab some hours ago. Gonna try the sed to replace the version of suricata. |
Hey!
Been testing some probes and suricata script doesn't seem to work due to the fact that the suricata rules do not exist anymore on that link, it needs to be update. Im testing with another suricata version but i'm not confident...
Anyone to help a brother out?
Thanks in advance!
(using ubuntu 16.04)
The text was updated successfully, but these errors were encountered: