Commit 6ed69909 by mmorenog Committed by GitHub

Update MALW_Korplug.yar

parent d82e1410
......@@ -27,3 +27,27 @@ rule Korplug_FAST {
4 of ($s*)
)
}
rule Korplug
{
meta:
maltype = "Korplug Backdoor"
author = "https://github.com/reed1713"
reference = "http://www.symantec.com/connect/blogs/new-sample-backdoorkorplug-signed-stolen-certificate"
description = "IOC looks for events associated with the KORPLUG Backdoor linked to the recent operation greedy wonk activity."
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="4688"
$data="ProgramData\\RasTls\\RasTls.exe"
$type1="Microsoft-Windows-Security-Auditing"
$eventid1="4688"
$data1="ProgramData\\RasTls\\rundll32.exe"
$type2="Microsoft-Windows-Security-Auditing"
$eventid2="4688"
$data2="ProgramData\\RasTls\\svchost.exe"
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