Skip to content

Running multiple rulesets #2988

Locked Answered by petiepooo
petiepooo asked this question in Show and tell
Feb 17, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I've figured out a solution, although it's not optimal.

To add the Snort community rules, just add a list entry under urls for the community rules in the minion's sls file. For example, to use both ETOPEN and Snort-community rulesets, it would look like:

idstools:
  config:
    ruleset: 'ETOPEN'
    oinkcode: ''
    urls:
      - 'https://snort.org/downloads/community/community-rules.tar.gz'

The drawback is that there is no md5 pre-check to know whether the comunity ruleset has changed since the last download. It just downloads the full ruleset whenever rules are updated, wasting bandwidth for rulesets that are not updated frequently.

A similar modification can be used to download the re…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@petiepooo
Comment options

Answer selected by petiepooo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant