DefenderYara/VirTool/Win64/BofSetpass/VirTool_Win64_BofSetpass_A.yar

14 lines
695 B
Plaintext
Raw Permalink Normal View History

2024-02-26 04:07:32 -08:00
rule VirTool_Win64_BofSetpass_A{
meta:
2024-07-06 23:13:08 -07:00
description = "VirTool:Win64/BofSetpass.A,SIGNATURE_TYPE_PEHSTR,04 00 04 00 04 00 00 "
2024-02-26 04:07:32 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {55 6e 61 62 6c 65 20 74 6f 20 73 65 74 20 75 73 65 72 20 70 61 73 73 77 6f 72 64 } //1 Unable to set user password
$a_01_1 = {55 73 65 72 20 70 61 73 73 77 6f 72 64 20 73 68 6f 75 6c 64 20 68 61 76 65 20 62 65 65 6e 20 73 65 74 } //1 User password should have been set
$a_01_2 = {53 65 74 74 69 6e 67 20 70 61 73 73 77 6f 72 64 } //1 Setting password
$a_01_3 = {73 65 74 75 73 65 72 70 61 73 73 20 66 61 69 6c 65 64 } //1 setuserpass failed
2024-02-26 04:07:32 -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+(#a_01_3 & 1)*1) >=4
2024-02-26 04:07:32 -08:00
}