Commit be390ec5 by Marc Rivero López Committed by GitHub

Update MALW_Cookies.yar

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