Skip to content

Commit

Permalink
fix: variable in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
phantinuss committed Oct 23, 2023
1 parent 5b34a20 commit 6dfaa49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yara/gen_mal_scripts.yar
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ rule Certutil_Decode_OR_Download {
$fp_msi = { 52 00 6F 00 6F 00 74 00 20 00 45 00 6E 00 74 00 72 00 79 }
condition:
filesize < 700KB
and 1 of (a*)
filesize < 700KB
and 1 of ($a*)
and not 1 of ($fp*)
}

Expand Down

0 comments on commit 6dfaa49

Please sign in to comment.