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 = "2026-01-05" 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 = "20260105" malpedia_hash = "19b79e7cab4eaf532122e5b45a77dd8f6bb5cc79" malpedia_version = "20251219" 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 = { 50 53 53 6800000008 57 } // n = 5, score = 500 // 50 | push eax // 53 | push ebx // 53 | push ebx // 6800000008 | push 0x8000000 // 57 | push edi $sequence_1 = { 6800000008 57 53 53 } // n = 4, score = 500 // 6800000008 | push 0x8000000 // 57 | push edi // 53 | push ebx // 53 | push ebx $sequence_2 = { 68???????? 8945cc e8???????? 68???????? 8945d4 } // n = 5, score = 500 // 68???????? | // 8945cc | mov dword ptr [ebp - 0x34], eax // e8???????? | // 68???????? | // 8945d4 | mov dword ptr [ebp - 0x2c], eax $sequence_3 = { 8945d4 e8???????? 68???????? 8945d0 } // n = 4, score = 500 // 8945d4 | mov dword ptr [ebp - 0x2c], eax // e8???????? | // 68???????? | // 8945d0 | mov dword ptr [ebp - 0x30], eax $sequence_4 = { 53 ff15???????? 8b75f8 85f6 } // n = 4, score = 400 // 53 | push ebx // ff15???????? | // 8b75f8 | mov esi, dword ptr [ebp - 8] // 85f6 | test esi, esi $sequence_5 = { 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_6 = { 8b45ec 8b55f8 66890c42 eb14 8b45ec 8b4df8 8b55f0 } // n = 7, score = 400 // 8b45ec | mov eax, dword ptr [ebp - 0x14] // 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] // 8b55f0 | mov edx, dword ptr [ebp - 0x10] $sequence_7 = { 7507 33c0 e9???????? c745f004000000 } // n = 4, score = 400 // 7507 | jne 9 // 33c0 | xor eax, eax // e9???????? | // c745f004000000 | mov dword ptr [ebp - 0x10], 4 $sequence_8 = { 8b4df8 8b55f0 8b7508 668b1456 66891441 } // n = 5, score = 400 // 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_9 = { 8b4d08 0fb70c41 8b45f0 33d2 } // n = 4, score = 400 // 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_10 = { 6a40 ff15???????? 8945f8 837df800 7507 33c0 } // n = 6, score = 400 // 6a40 | push 0x40 // ff15???????? | // 8945f8 | mov dword ptr [ebp - 8], eax // 837df800 | cmp dword ptr [ebp - 8], 0 // 7507 | jne 9 // 33c0 | xor eax, eax $sequence_11 = { 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_12 = { c60100 41 48 75f9 ff75f8 } // n = 5, score = 300 // c60100 | mov byte ptr [ecx], 0 // 41 | inc ecx // 48 | dec eax // 75f9 | jne 0xfffffffb // ff75f8 | push dword ptr [ebp - 8] $sequence_13 = { ff5108 56 e9???????? 53 8d45cc 50 8d45c8 } // n = 7, score = 200 // ff5108 | call dword ptr [ecx + 8] // 56 | push esi // e9???????? | // 53 | push ebx // 8d45cc | lea eax, [ebp - 0x34] // 50 | push eax // 8d45c8 | lea eax, [ebp - 0x38] $sequence_14 = { 83ec18 57 33ff 897dfc 397d0c 0f86a5010000 } // n = 6, score = 200 // 83ec18 | sub esp, 0x18 // 57 | push edi // 33ff | xor edi, edi // 897dfc | mov dword ptr [ebp - 4], edi // 397d0c | cmp dword ptr [ebp + 0xc], edi // 0f86a5010000 | jbe 0x1ab $sequence_15 = { 51 e8???????? 85c0 0f84be000000 } // n = 4, score = 200 // 51 | push ecx // e8???????? | // 85c0 | test eax, eax // 0f84be000000 | je 0xc4 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. Changes regarding references should be proposed on the Malpedia library page.
Your suggestion will be reviewed before being published. Thank you for contributing!
YYYY-MM-DD
YYYY-MM
YYYY