BlackEnergy_VBS_Agent
Description
Detects VBS Agent from BlackEnergy Report - file Dropbearrun.vbs
Query · yara
strings: $s0 = "WshShell.Run \"dropbear.exe -r rsa -d dss -a -p 6789\", 0, false" fullword ascii $s1 = "WshShell.CurrentDirectory = \"C:\\WINDOWS\\TEMP\\Dropbear\\\"" fullword ascii $s2 = "Set WshShell = CreateObject(\"WScript.Shell\")" fullword ascii /* Goodware String - occured 1 times */ condition: filesize < 1KB and 2 of them