1:2210000-1:2219999
I made the change on the server and ran rule-update first on the server then on the sensor. I do not see the disablesid.conf file being downloaded to the sensor, not sure if it should as it is not included as a download in the rule-update script.
thanks,
Brian
PullePork is using disablesid.conf to generate downloaded.rules, which is what gets pushed to your sensors. Check that file to see if those sid(s) are commented out.
Here is an example from my conf file:
ignore=web_client.rules,web_specific_apps.rules,snmp.rules,stream-events.rules,decoder-events.rules,rbn.rules,shellcode.rules,deleted.rules,dshield.rules,drop.rules,icmp_info.rules,icmp.rules,voip.rules,tftp.rules,scada.rules,scada_special.rules,telnet.rules,netbios.rules,rbn-malvertisers.rules,ciarmy.rules,web-client.rules,experimental.rules,attack_response.rules,deleted.rules,local.rules
---Notice stream-events.rules
I then run the following first after making a change:
sudo /usr/bin/pulledpork.pl -c /etc/nsm/pulledpork/pulledpork.conf -vvv
---which should tell you what has changed.
then I run: rule-update
Hope I didn't miss anything...
-martin