Skip to content

Commit

Permalink
fix: rule string casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Mar 16, 2021
1 parent 95b6adf commit 5534a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yara/mal_exchange_cryptominer.yar
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule MAL_Exchange_CryptoMiner_Mar21_1 {
score = 60
strings:
$s1 = "wmic.exe product where"
$s2 = "%Antivirus%"
$s2 = "%AntiVirus%"
$s3 = "call uninstall /noninteractive"
condition:
all of them
Expand Down

0 comments on commit 5534a7d

Please sign in to comment.