Skip to content

Commit 035b421

Browse files
committed
base64 string
1 parent 05e5988 commit 035b421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/yara/CAPE/MyKings.yar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rule MyKings
1717
$s10 = "/ru \"SYSTEM\" /f" ascii
1818
$s11 = "cmd.exe /C timeout /t 1 & del " wide
1919
$s12 = "/login.aspx?uid=0" wide
20-
$s13 = "Y21kMS5jbWQtMjMwODEyLnJ1Oj" ascii
21-
condition:
20+
$s13 = "cmd-230812.ru" base64
21+
condition:
2222
uint16(0) == 0x5a4d and (3 of ($s*))
2323
}

0 commit comments

Comments
 (0)