Commit 3b8c87b3 by Marc Rivero López Committed by GitHub

Update MALW_Cxpid.yar

parent 43e113c7
......@@ -5,7 +5,7 @@
import "pe"
rule cxpidStrings : cxpid Family
rule cxpidStrings
{
meta:
description = "cxpid Identifying Strings"
......@@ -23,7 +23,7 @@ rule cxpidStrings : cxpid Family
any of them
}
rule cxpidCode : cxpid Family
rule cxpidCode
{
meta:
description = "cxpid code features"
......@@ -36,14 +36,3 @@ rule cxpidCode : cxpid Family
condition:
any of them
}
rule cxpid : Family
{
meta:
description = "cxpid"
author = "Seth Hardy"
last_modified = "2014-06-23"
condition:
cxpidCode or cxpidStrings
}
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