-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update or remove Yara strings that slow down scanning - Add constraints to unlimited greedy regex in Yara - Disable FP and FN checks
- Loading branch information
1 parent
b8a3ce8
commit ade01d8
Showing
4 changed files
with
36 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
files: | ||
accept: | ||
- "data/yara/CAPE/*.yar" | ||
- "data/yara/memory/*.yar" | ||
- "data/yara/binary/*.yar" | ||
- "data/yara/urls/*.yar" | ||
- "data/yara/**.yar" | ||
ignore: | ||
- "data/yara/deprecated/**.yar" | ||
- "data/yara/CAPE/deprecated/**.yar" | ||
|
||
false_positives: | ||
ignore: | ||
- rule: "shellcode_stack_strings" | ||
- rule: "shellcode_get_eip" | ||
- rule: "shellcode_peb_parsing" | ||
- rule: "shellcode_patterns" | ||
- rule: "lsadump" | ||
- rule: "UPX" | ||
- rule: "INDICATOR_EXE_Packed_Dotfuscator" | ||
disabled: true | ||
|
||
false_negatives: | ||
disabled: true |
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