Commit a8c6edd9 by mmorenog Committed by GitHub

Update RAT_PlugX.yar

parent ac1e2ab5
......@@ -45,3 +45,27 @@ rule plugX : rat
condition:
$v1a at 0 or $v1b or (($v2a or $v2b) and (($v1algoa and $v1algob) or $v2k))
}
rule PlugX_mw
{
meta:
maltype = "plugX"
author = "https://github.com/reed1713"
reference = "http://www.fireeye.com/blog/technical/targeted-attack/2014/02/operation-greedywonk-multiple-economic-and-foreign-policy-sites-compromised-serving-up-flash-zero-day-exploit.html"
description = "Malware creates a randomized directory within the appdata roaming directory and launches the malware. Should see multiple events for create process rundll32.exe and iexplorer.exe as it repeatedly uses iexplorer to launch the rundll32 process."
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="4688"
$data=/\\AppData\\Roaming\\[0-9]{9,12}\VMwareCplLauncher\.exe/
$type1="Microsoft-Windows-Security-Auditing"
$eventid1="4688"
$data1="\\Windows\\System32\\rundll32.exe"
$type2="Microsoft-Windows-Security-Auditing"
$eventid2="4688"
$data2="Program Files\\Internet Explorer\\iexplore.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