Skip to content

Commit

Permalink
Clop payload sig
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoreilly committed Dec 29, 2019
1 parent e9f7e04 commit b604f59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/yara/CAPE/Clop.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
rule Clop
{
meta:
author = "kevoreilly"
cape_type = "Clop Payload"
strings:
$string1 = "%s%s.Cl0p" wide
$string2 = "%s\\Cl0pReadMe.txt" wide
condition:
uint16(0) == 0x5A4D and all of them
}

0 comments on commit b604f59

Please sign in to comment.