Actor(s): GreyEnergy, TeleBots
There is no description at this point.
rule win_grey_energy_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2022-05-16" version = "1" description = "Detects win.grey_energy." info = "autogenerated rule brought to you by yara-signator" tool = "yara-signator v0.6.0" signator_config = "callsandjumps;datarefs;binvalue" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.grey_energy" malpedia_rule_date = "20220513" malpedia_hash = "7f4b2229e6ae614d86d74917f6d5b41890e62a26" malpedia_version = "20220516" malpedia_license = "CC BY-SA 4.0" malpedia_sharing = "TLP:WHITE" /* DISCLAIMER * The strings used in this rule have been automatically selected from the * disassembly of memory dumps and unpacked files, using YARA-Signator. * The code and documentation is published here: * https://github.com/fxb-cocacoding/yara-signator * As Malpedia is used as data source, please note that for a given * number of families, only single samples are documented. * This likely impacts the degree of generalization these rules will offer. * Take the described generation method also into consideration when you * apply the rules in your use cases and assign them confidence levels. */ strings: $sequence_0 = { 53 6800000008 57 53 } // n = 4, score = 500 // 53 | push ebx // 6800000008 | push 0x8000000 // 57 | push edi // 53 | push ebx $sequence_1 = { 8945cc e8???????? 68???????? 8945d4 } // n = 4, score = 500 // 8945cc | mov dword ptr [ebp - 0x34], eax // e8???????? | // 68???????? | // 8945d4 | mov dword ptr [ebp - 0x2c], eax $sequence_2 = { 68???????? 8945d4 e8???????? 68???????? 8945d0 } // n = 5, score = 500 // 68???????? | // 8945d4 | mov dword ptr [ebp - 0x2c], eax // e8???????? | // 68???????? | // 8945d0 | mov dword ptr [ebp - 0x30], eax $sequence_3 = { 8b45f8 0345ec 8808 eb10 } // n = 4, score = 400 // 8b45f8 | mov eax, dword ptr [ebp - 8] // 0345ec | add eax, dword ptr [ebp - 0x14] // 8808 | mov byte ptr [eax], cl // eb10 | jmp 0x12 $sequence_4 = { 50 6a40 ff15???????? 8945f8 837df800 7507 } // n = 6, score = 400 // 50 | push eax // 6a40 | push 0x40 // ff15???????? | // 8945f8 | mov dword ptr [ebp - 8], eax // 837df800 | cmp dword ptr [ebp - 8], 0 // 7507 | jne 9 $sequence_5 = { 8945f8 837df800 7507 33c0 e9???????? c745f004000000 } // n = 6, score = 400 // 8945f8 | mov dword ptr [ebp - 8], eax // 837df800 | cmp dword ptr [ebp - 8], 0 // 7507 | jne 9 // 33c0 | xor eax, eax // e9???????? | // c745f004000000 | mov dword ptr [ebp - 0x10], 4 $sequence_6 = { 8b45ec 8b4df8 8b55f0 8b7508 668b1456 66891441 } // n = 6, score = 400 // 8b45ec | mov eax, dword ptr [ebp - 0x14] // 8b4df8 | mov ecx, dword ptr [ebp - 8] // 8b55f0 | mov edx, dword ptr [ebp - 0x10] // 8b7508 | mov esi, dword ptr [ebp + 8] // 668b1456 | mov dx, word ptr [esi + edx*2] // 66891441 | mov word ptr [ecx + eax*2], dx $sequence_7 = { 8b4508 0345f0 0fbe08 8b45f0 } // n = 4, score = 400 // 8b4508 | mov eax, dword ptr [ebp + 8] // 0345f0 | add eax, dword ptr [ebp - 0x10] // 0fbe08 | movsx ecx, byte ptr [eax] // 8b45f0 | mov eax, dword ptr [ebp - 0x10] $sequence_8 = { 75f9 53 ff15???????? 8b75f8 85f6 } // n = 5, score = 400 // 75f9 | jne 0xfffffffb // 53 | push ebx // ff15???????? | // 8b75f8 | mov esi, dword ptr [ebp - 8] // 85f6 | test esi, esi $sequence_9 = { 81e1ff000000 8b45ec 8b55f8 66890c42 } // n = 4, score = 400 // 81e1ff000000 | and ecx, 0xff // 8b45ec | mov eax, dword ptr [ebp - 0x14] // 8b55f8 | mov edx, dword ptr [ebp - 8] // 66890c42 | mov word ptr [edx + eax*2], cx $sequence_10 = { 8b55f8 66890c42 eb14 8b45ec 8b4df8 } // n = 5, score = 400 // 8b55f8 | mov edx, dword ptr [ebp - 8] // 66890c42 | mov word ptr [edx + eax*2], cx // eb14 | jmp 0x16 // 8b45ec | mov eax, dword ptr [ebp - 0x14] // 8b4df8 | mov ecx, dword ptr [ebp - 8] $sequence_11 = { 8b45f0 8b4d08 0fb70c41 8b45f0 33d2 } // n = 5, score = 400 // 8b45f0 | mov eax, dword ptr [ebp - 0x10] // 8b4d08 | mov ecx, dword ptr [ebp + 8] // 0fb70c41 | movzx ecx, word ptr [ecx + eax*2] // 8b45f0 | mov eax, dword ptr [ebp - 0x10] // 33d2 | xor edx, edx $sequence_12 = { 7407 c60100 41 48 75f9 ff75f8 } // n = 6, score = 300 // 7407 | je 9 // c60100 | mov byte ptr [ecx], 0 // 41 | inc ecx // 48 | dec eax // 75f9 | jne 0xfffffffb // ff75f8 | push dword ptr [ebp - 8] $sequence_13 = { 8bf8 3bfe 7c52 8b4514 } // n = 4, score = 200 // 8bf8 | mov edi, eax // 3bfe | cmp edi, esi // 7c52 | jl 0x54 // 8b4514 | mov eax, dword ptr [ebp + 0x14] $sequence_14 = { 5f c9 c21400 8b03 } // n = 4, score = 200 // 5f | pop edi // c9 | leave // c21400 | ret 0x14 // 8b03 | mov eax, dword ptr [ebx] $sequence_15 = { 8b4508 53 56 8b35???????? 8945f8 } // n = 5, score = 200 // 8b4508 | mov eax, dword ptr [ebp + 8] // 53 | push ebx // 56 | push esi // 8b35???????? | // 8945f8 | mov dword ptr [ebp - 8], eax condition: 7 of them and filesize < 303104 }
If your designated proposal does not fit in any other category, feel free to write a free-text in the comment field below.
Please propose all changes regarding references on the Malpedia library page
Your suggestion will be reviewed before being published. Thank you for contributing!
YYYY-MM-DD
YYYY-MM
YYYY