Merge pull request #10287 from Security-Onion-Solutions/fix/strelka_ignore_yara_rules_2.4

Ignore "expl_outlook_cve_2023_23397.yar" and "gen_mal_3cx_compromise_mar23.yar" since they are causing problems with YARA compilation
This commit is contained in:
weslambert
2023-05-08 11:58:17 -04:00
committed by GitHub

View File

@@ -551,6 +551,8 @@ strelka:
- gen_susp_xor.yar - gen_susp_xor.yar
- gen_webshells_ext_vars.yar - gen_webshells_ext_vars.yar
- configured_vulns_ext_vars.yar - configured_vulns_ext_vars.yar
- expl_outlook_cve_2023_23397.yar
- gen_mal_3cx_compromise_mar23.yar
filecheck: filecheck:
historypath: '/nsm/strelka/history/' historypath: '/nsm/strelka/history/'
strelkapath: '/nsm/strelka/unprocessed/' strelkapath: '/nsm/strelka/unprocessed/'