Skip to content

Commit

Permalink
rule: darkside command line detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed May 11, 2021
1 parent 241e291 commit e9e4471
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions yara/mal_darkside.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rule MAL_DarkSide_May21 {
meta:
description = "Detects PowerShell invocation as used by DarkSide loader"
author = "Florian Roth"
date = "2021-05-11"
reference = "https://www.varonis.com/blog/darkside-ransomware/"
score = 60
strings:
$ = " -ep bypass " ascii
$ = "(0..61)|%{$s+=[char]" ascii
$ = ";iex $" ascii
condition:
2 of them
}

0 comments on commit e9e4471

Please sign in to comment.