DefenderYara/Worm/Win32/Rotrumas/Worm_Win32_Rotrumas_A.yar

14 lines
1.2 KiB
Plaintext

rule Worm_Win32_Rotrumas_A{
meta:
description = "Worm:Win32/Rotrumas.A,SIGNATURE_TYPE_PEHSTR,02 00 02 00 04 00 00 "
strings :
$a_01_0 = {5c 00 32 00 36 00 2e 00 30 00 34 00 2e 00 32 00 30 00 30 00 37 00 5c 00 42 00 41 00 64 00 20 00 50 00 72 00 6f 00 6a 00 5c 00 56 00 49 00 52 00 5c 00 50 00 65 00 6e 00 65 00 74 00 72 00 61 00 74 00 6f 00 72 00 5c 00 4a 00 42 00 31 00 35 00 5c 00 50 00 72 00 6f 00 6a 00 65 00 63 00 74 00 31 00 2e 00 76 00 62 00 70 00 } //1 \26.04.2007\BAd Proj\VIR\Penetrator\JB15\Project1.vbp
$a_01_1 = {20 00 68 00 74 00 74 00 70 00 3a 00 2f 00 2f 00 73 00 6f 00 66 00 74 00 63 00 6c 00 75 00 62 00 2e 00 6c 00 61 00 6e 00 64 00 2e 00 72 00 75 00 2f 00 73 00 65 00 65 00 69 00 6e 00 67 00 2f 00 6b 00 61 00 74 00 69 00 65 00 2e 00 72 00 61 00 72 00 } //1 http://softclub.land.ru/seeing/katie.rar
$a_01_2 = {4d 00 59 00 20 00 49 00 43 00 51 00 3a 00 20 00 34 00 30 00 32 00 39 00 37 00 34 00 30 00 32 00 30 00 } //1 MY ICQ: 402974020
$a_01_3 = {6f 00 74 00 30 00 32 00 5f 00 38 00 38 00 40 00 6d 00 61 00 69 00 6c 00 2e 00 72 00 75 00 } //1 ot02_88@mail.ru
condition:
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1+(#a_01_3 & 1)*1) >=2
}