Commit 838ba051 by Marc Rivero López Committed by GitHub

Update MALW_Alina.yar

parent 3dcef576
......@@ -2,17 +2,18 @@
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 alina : forensic pcap
rule alina
{
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-09"
description = "Identify Alina"
meta:
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
date = "2014-08-09"
description = "Identify Alina"
strings:
$s1 = "Alina v1.0"
$s2 = "POST"
$s3 = "1[0-2])[0-9]"
condition:
all of them
$s1 = "Alina v1.0"
$s2 = "POST"
$s3 = "1[0-2])[0-9]"
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