Skip to content

Commit 1fab191

Browse files
authored
Merge pull request #1817 from CybercentreCanada/au3_fix
Prevent binary files from being identified as au3
2 parents 6e50b51 + 3a06d20 commit 1fab191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assemblyline/common/custom.yara

+1
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ rule code_au3 {
13331333
condition:
13341334
// First off, we want at least one strong keyword
13351335
#strong_keywords >= 1
1336+
and mime startswith "text"
13361337
and (
13371338
// Next we are looking for a high-confidence amount of functions
13381339
// If we have 5 or more strong functions, great

0 commit comments

Comments
 (0)