shirkdog / pulledpork

Pulled Pork for Snort and Suricata rule management (from Google code)
GNU General Public License v2.0
417 stars 134 forks source link

IP Blocklists are not processed when -n flag is set #370

Open redbaron4 opened 1 year ago

redbaron4 commented 1 year ago

We use pulledpork in an airgap environment which means we download the rules and make them available on the sensor using a separate mechanism. Pulledpork is then run using -n flag and it picks up the rules and processes them correctly.

We now have a requirement of downloading some IP blocklists from third party sites for integration with Snort. I downloaded the files manually and put them in the pulldpork temp path (just like the rules). But on running, PP does not pick up the IP Blocklist files.

Looking at the source, it looks like IP Blocklists are only processed if -n is not set.