We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e5988 commit 035b421Copy full SHA for 035b421
data/yara/CAPE/MyKings.yar
@@ -17,7 +17,7 @@ rule MyKings
17
$s10 = "/ru \"SYSTEM\" /f" ascii
18
$s11 = "cmd.exe /C timeout /t 1 & del " wide
19
$s12 = "/login.aspx?uid=0" wide
20
- $s13 = "Y21kMS5jbWQtMjMwODEyLnJ1Oj" ascii
21
- condition:
+ $s13 = "cmd-230812.ru" base64
+ condition:
22
uint16(0) == 0x5a4d and (3 of ($s*))
23
}
0 commit comments