Skip to content

Commit

Permalink
Merge pull request #174 from whartond/master
Browse files Browse the repository at this point in the history
Bring sensor configs up to date with current versions
  • Loading branch information
rkoumis authored Aug 14, 2024
2 parents 132da2a + 229e9e4 commit 07776dc
Show file tree
Hide file tree
Showing 5 changed files with 3,518 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/dalton.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
filename = "ET-%s-all-%s.rules" % (datetime.datetime.utcnow().strftime("%Y%m%d"), engine)
logger.info("No rulesets for %s found. Downloading the latest ET set as '%s'" % (engine, filename))
if engine == "suricata":
url = "https://rules.emergingthreats.net/open/suricata-4.0/emerging.rules.tar.gz"
url = "https://rules.emergingthreats.net/open/suricata-5.0/emerging.rules.tar.gz"
if engine == "snort":
url = "https://rules.emergingthreats.net/open/snort-2.9.0/emerging.rules.tar.gz"
command = "%s --url %s --merged %s" % (RULECAT_SCRIPT, url, os.path.join(ruleset_dir, filename))
Expand Down
Loading

0 comments on commit 07776dc

Please sign in to comment.