Commit be390ec5 by Marc Rivero López Committed by GitHub

Update MALW_Cookies.yar

parent 47ee68d6
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
import "pe" import "pe"
rule CookiesStrings : Cookies Family rule CookiesStrings
{ {
meta: meta:
description = "Cookies Identifying Strings" description = "Cookies Identifying Strings"
...@@ -33,7 +33,7 @@ rule CookiesStrings : Cookies Family ...@@ -33,7 +33,7 @@ rule CookiesStrings : Cookies Family
(2 of ($zip*)) or (2 of ($exe*)) (2 of ($zip*)) or (2 of ($exe*))
} }
rule Cookies : Family rule Cookies
{ {
meta: meta:
description = "Cookies" description = "Cookies"
...@@ -43,4 +43,3 @@ rule Cookies : Family ...@@ -43,4 +43,3 @@ rule Cookies : Family
condition: condition:
CookiesStrings CookiesStrings
} }
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