DefenderYara/HackTool/Win32/Mimilove/HackTool_Win32_Mimilove_A_d...

13 lines
907 B
Plaintext
Raw Permalink Normal View History

2024-02-05 06:12:47 -08:00
rule HackTool_Win32_Mimilove_A_dha{
meta:
2024-07-06 23:13:08 -07:00
description = "HackTool:Win32/Mimilove.A!dha,SIGNATURE_TYPE_PEHSTR,03 00 03 00 03 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {4c 00 53 00 41 00 53 00 52 00 56 00 20 00 43 00 72 00 65 00 64 00 65 00 6e 00 74 00 69 00 61 00 6c 00 73 00 20 00 28 00 4d 00 53 00 56 00 31 00 5f 00 30 00 2c 00 20 00 2e 00 2e 00 2e 00 29 00 } //1 LSASRV Credentials (MSV1_0, ...)
$a_01_1 = {4b 00 45 00 52 00 42 00 45 00 52 00 4f 00 53 00 20 00 43 00 72 00 65 00 64 00 65 00 6e 00 74 00 69 00 61 00 6c 00 73 00 20 00 28 00 6e 00 6f 00 20 00 74 00 69 00 63 00 6b 00 65 00 74 00 73 00 2c 00 20 00 73 00 6f 00 72 00 72 00 79 00 29 00 } //1 KERBEROS Credentials (no tickets, sorry)
$a_01_2 = {6d 00 69 00 6d 00 69 00 6c 00 6f 00 76 00 65 00 5f 00 6b 00 65 00 72 00 62 00 65 00 72 00 6f 00 73 00 } //1 mimilove_kerberos
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1) >=3
2024-02-05 06:12:47 -08:00
}