DefenderYara/VirTool/BAT/AsmInject/VirTool_BAT_AsmInject_E.yar

11 lines
410 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule VirTool_BAT_AsmInject_E{
meta:
2024-07-06 23:13:08 -07:00
description = "VirTool:BAT/AsmInject.E,SIGNATURE_TYPE_PEHSTR,64 00 64 00 01 00 00 "
2024-02-05 06:12:47 -08:00
strings :
2024-07-06 23:13:08 -07:00
$a_01_0 = {43 00 6f 00 64 00 65 00 64 00 20 00 66 00 6f 00 72 00 20 00 50 00 61 00 72 00 43 00 72 00 79 00 70 00 74 00 65 00 72 00 2e 00 20 00 52 00 65 00 76 00 69 00 73 00 69 00 6f 00 6e 00 } //1 Coded for ParCrypter. Revision
2024-02-05 06:12:47 -08:00
condition:
2024-07-06 23:13:08 -07:00
((#a_01_0 & 1)*1) >=100
2024-02-05 06:12:47 -08:00
}