Commit 50ebac03 by mmorenog Committed by GitHub

Update RAT_Xtreme.yar

parent b2e3b3d7
......@@ -109,4 +109,37 @@ rule xtremrat : rat
2 of them
}
rule xtreme_rat
{
meta:
maltype = "Xtreme RAT"
reference = "http://blog.trendmicro.com/trendlabs-security-intelligence/xtreme-rat-targets-israeli-government/"
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="5156"
$data="windows\\system32\\sethc.exe"
$type1="Microsoft-Windows-Security-Auditing"
$eventid1="4688"
$data1="AppData\\Local\\Temp\\Microsoft Word.exe"
condition:
all of them
}
rule xtreme_rat_1
{
meta:
maltype = "Xtreme RAT"
ref = "https://github.com/reed1713"
reference = "http://blog.trendmicro.com/trendlabs-security-intelligence/xtreme-rat-targets-israeli-government/"
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="5156"
$data="windows\\system32\\sethc.exe"
$type1="Microsoft-Windows-Security-Auditing"
$eventid1="4688"
$data1="AppData\\Local\\Temp\\Microsoft Word.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