Commit 6ddd80c7 by mmorenog Committed by GitHub

Update APT_Winnti.yar

parent 19d5f1b4
...@@ -132,3 +132,21 @@ rule Winnti_malware_StreamPortal_Gen { ...@@ -132,3 +132,21 @@ rule Winnti_malware_StreamPortal_Gen {
condition: condition:
uint16(0) == 0x5a4d and filesize < 275KB and all of them uint16(0) == 0x5a4d and filesize < 275KB and all of them
} }
rule WinntiPharma : Backdoor
{
meta:
author = "Jose Ramon Palanco"
copyright = "Drainware, Inc."
date = "2015-06-23"
description = "Backdoor Win64 Winnti Pharma"
ref = "https://securelist.com/blog/research/70991/games-are-over/"
strings:
$s0 = "Cookie: SN="
$s1 = "{3ec05b4a-ea88-1378-3389-66706ba27600}"
$s2 = "{4D36E972-E325-11CE-BFC1-08002BE10318}"
$s3 = "master secret"
$s4 = "MyEngineNetEvent"
condition:
all of ($s*)
}
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