-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download rules and unarchive them (#1)
* download and unarchive * add scheduler * fix headers * add gh actions * fix gh action * fix typo * fix * update example config * remove .github * rename example config * review * update config * add healthcheck * review * review * updates * remove unused config values * add sample config into dockerfile * review * review * fix * fix lint * update error logging
- Loading branch information
1 parent
649e417
commit d4fcd75
Showing
14 changed files
with
790 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
enable_json_log: true | ||
rule_update_schedule: "0 0 * * *" | ||
rule_sources: | ||
- name: "base" | ||
url: "https://github.com/Yara-Rules/rules/archive/refs/heads/master.zip" | ||
exclude_regex: ".*index.*.yar|.*/utils/.*|.*/deprecated/.*|.*index_.*|.*MALW_AZORULT.yar" | ||
- name: "magic" | ||
url: "https://github.com/securitymagic/yara/archive/refs/heads/main.zip" | ||
exclude_regex: ".*index.*.yar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.