Source is 0.0.0.0 and destination is 0.0.0.0
I added 1:2200094 to sudo nano /etc/nsm/pulledpork/disablesid.conf
and did sudo rule-update but this signature keeps spamming.
How do I get rid of it?
Einar
Einar,
Did you verify the rule is, in fact, disabled in /etc/nsm/rules/downloaded.rules?
Could it be possible that there is still a backlog of events waiting to be processed by barnyard2? You may want to try waiting a little while to see if it clears up.
You could check to see if unified2 files are piling up/lessening in /nsm/sensor_data/hostname-interface/
Thanks,
Wes
thanks for the replay. =]
If I look into the rules then it's not commented out for some reason.
tuvastaja@SO:~$ grep "SURICATA zero length padN option" /etc/nsm/rules/downloaded.rules
alert ipv6 any any -> any any (msg:"SURICATA zero length padN option"; decode-event:ipv6.zero_len_padn; sid:2200094; rev:1;)
---
In /nsm/sensor_data/hostname-interface/ I can see 12 unifided2 files - what's the purpose of these files? Should I erase them?
Einar
Einar,
Try running rule-update again to see if it ensures the rule is commented out (also check syntax in disablesid.conf).
In regard to the unified2 files, they are generated via Snort and processed by barnyard2. This is the backlog I was referring to in my earlier post. If you don't care about these, you can delete them and barnyard2 will process the future logs. After removing (or copying elsewhere) you may also need to restart barynard2 or the machine for good measure.
Thanks,
Wes
In your case *Snort* = Suricata , of course.