DefenderYara/Worm/Win32/Fesber/Worm_Win32_Fesber_G.yar

14 lines
443 B
Plaintext
Raw Normal View History

2024-02-05 06:12:47 -08:00
rule Worm_Win32_Fesber_G{
meta:
description = "Worm:Win32/Fesber.G,SIGNATURE_TYPE_PEHSTR,04 00 04 00 04 00 00 01 00 "
strings :
2024-02-07 06:09:14 -08:00
$a_01_0 = {46 53 42 2d 49 53 2d 4d 59 2d 48 45 57 52 4f } //01 00 FSB-IS-MY-HEWRO
$a_01_1 = {43 3a 5c 66 73 62 2e 73 74 62 } //01 00 C:\fsb.stb
$a_01_2 = {5c 6e 6f 74 70 61 64 2e 65 78 65 } //01 00 \notpad.exe
$a_01_3 = {5c 66 73 62 2e 74 6d 70 } //00 00 \fsb.tmp
2024-02-05 06:12:47 -08:00
condition:
any of ($a_*)
}