Commit 0ece5ec4 by Marc Rivero López Committed by GitHub

Update MALW_Bublik.yar

parent 51d9a1ad
...@@ -5,17 +5,18 @@ ...@@ -5,17 +5,18 @@
import "pe" import "pe"
rule Bublik : Downloader rule Bublik
{ {
meta:
author="Kevin Falcoz" meta:
date="29/09/2013" author="Kevin Falcoz"
description="Bublik Trojan Downloader" date="29/09/2013"
description="Bublik Trojan Downloader"
strings:
$signature1={63 6F 6E 73 6F 6C 61 73} strings:
$signature2={63 6C 55 6E 00 69 6E 66 6F 2E 69 6E 69} $signature1={63 6F 6E 73 6F 6C 61 73}
$signature2={63 6C 55 6E 00 69 6E 66 6F 2E 69 6E 69}
condition:
$signature1 and $signature2 condition:
$signature1 and $signature2
} }
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