Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Neo23x0/Raccine into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Mar 23, 2021
2 parents 6679e3e + 5534a7d commit 8a61010
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions yara/mal_exchange_cryptominer.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rule MAL_Exchange_CryptoMiner_Mar21_1 {
meta:
description = "Detects Cryptominer activity exploiting exchange vulnerability"
author = "Florian Roth"
date = "2021-03-16"
reference = "https://twitter.com/ollieatnccgroup/status/1371840592246870023"
score = 60
strings:
$s1 = "wmic.exe product where"
$s2 = "%AntiVirus%"
$s3 = "call uninstall /noninteractive"
condition:
all of them
}

0 comments on commit 8a61010

Please sign in to comment.