Commit 58014abe by Yara Rules

mumblehard_packer duplicated rule

mumblehard_packer duplicated rule
parent e469d444
...@@ -207,19 +207,3 @@ rule keylogger ...@@ -207,19 +207,3 @@ rule keylogger
condition: condition:
all of them all of them
} }
rule mumblehard_packer
{
meta:
description = "Mumblehard i386 assembly code responsible for decrypting Perl code"
author = "Marc-Etienne M.Léveillé"
date = "2015-04-07"
reference = "http://www.welivesecurity.com"
version = "1"
strings:
$decrypt = { 31 db [1-10] ba ?? 00 00 00 [0-6] (56 5f | 89 F7) 39 d3 75 13 81 fa ?? 00 00 00 75 02 31 d2 81 c2 ?? 00 00 00 31 db 43 ac 30 d8 aa 43 e2 e2 }
condition:
$decrypt
}
...@@ -20205,9 +20205,9 @@ rule mumblehard_packer ...@@ -20205,9 +20205,9 @@ rule mumblehard_packer
version = "1" version = "1"
strings: strings:
$decrypt = { 31 db [1-10] ba ?? 00 00 00 [0-6] (56 5f | 89 F7)
39 d3 75 13 81 fa ?? 00 00 00 75 02 31 d2 81 c2 ?? 00 00 $decrypt = { 31 db [1-10] ba ?? 00 00 00 [0-6] (56 5f | 89 F7) 39 d3 75 13 81 fa ?? 00 00 00 75 02 31 d2 81 c2 ?? 00 00 00 31 db 43 ac 30 d8 aa 43 e2 e2 }
00 31 db 43 ac 30 d8 aa 43 e2 e2 }
condition: condition:
$decrypt $decrypt
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment