Commit 6bfc6569 by mmorenog Committed by GitHub

Update MALW_Andromeda.yar

parent 6177744f
......@@ -25,3 +25,18 @@ rule Worm_Gamarue {
condition:
$a
}
rule andromeda_bot
{
meta:
maltype = "Andromeda bot"
author = "https://github.com/reed1713"
description = "IOC looks for the creation or termination of a process associated with the Andromeda Trojan. The malware will execute the msiexec.exe within the suspicious directory. Shortly after, it creates and injects itself into the wuauctl.exe (windows update) process. It then attempts to beacon to its C2."
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="4688"
$data="AppData\\Local\\Temp\\_.net_\\msiexec.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