Skip to content

Commit

Permalink
docker: Enable Stamus Lateral ruleset by default
Browse files Browse the repository at this point in the history
Disable PT research by default
  • Loading branch information
pevma committed Apr 30, 2024
1 parent 4f64110 commit 071f234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/scirius/bin/start-scirius.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ create_db() {

python manage.py createcachetable my_cache_table
python manage.py addsource "ETOpen Ruleset" https://rules.emergingthreats.net/open/suricata-5.0/emerging.rules.tar.gz http sigs
python manage.py addsource "SSLBL abuse.ch" https://sslbl.abuse.ch/blacklist/sslblacklist.rules http sig
python manage.py addsource "PT Research Ruleset" https://github.com/ptresearch/AttackDetection/raw/master/pt.rules.tar.gz http sigs
python manage.py addsource "Lateral movement ruleset" https://ti.stamus-networks.io/open/stamus-lateral-rules.tar.gz
python manage.py defaultruleset "Default ruleset"
python manage.py disablecategory "Default ruleset" stream-events
python manage.py addsuricata suricata "Suricata" /rules "Default ruleset"
Expand Down

0 comments on commit 071f234

Please sign in to comment.