Commit fc32d0f7 by Marc Rivero López Committed by GitHub

Update MALW_BlackWorm.yar

parent eb7b5991
......@@ -2,12 +2,16 @@
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as
long as you use it under this license.
*/
rule BlackWorm{
rule BlackWorm
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2015-05-20"
description = "Identify BlackWorm"
strings:
$str1 = "m_ComputerObjectProvider"
$str2 = "MyWebServices"
......@@ -20,6 +24,7 @@ rule BlackWorm{
$str9 = "TargetMethod"
$str10 = "000004b0" wide
$str11 = "Microsoft Corporation" wide
condition:
all of them
}
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