IDSTOOLS Pillar Items

This commit is contained in:
Mike Reeves
2020-07-17 15:59:58 -04:00
parent d3529686cc
commit 693a101d34
4 changed files with 31 additions and 4 deletions
+4
View File
@@ -1,3 +1,4 @@
{% set modify_sids = salt['pillar.get']('idstools:sids:modify', {}) -%}
# idstools-rulecat - modify.conf
# Format: <sid> "<from>" "<to>"
@@ -12,3 +13,6 @@
# For compatibility, most Oinkmaster modifysid lines should work as
# well.
#modifysid * "^drop(.*)noalert(.*)" | "alert${1}noalert${2}"
{%- for sid in modify_sids %}
{{ sid }}
{%- endfor %}