There is no description at this point.
rule win_gauss_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-01-25" version = "1" description = "Detects win.gauss." 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.gauss" malpedia_rule_date = "20230124" malpedia_hash = "2ee0eebba83dce3d019a90519f2f972c0fcf9686" malpedia_version = "20230125" 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 = { 33db 895de4 66895dd4 895dfc c645fc01 } // n = 5, score = 700 // 33db | xor ebx, ebx // 895de4 | mov dword ptr [ebp - 0x1c], ebx // 66895dd4 | mov word ptr [ebp - 0x2c], bx // 895dfc | mov dword ptr [ebp - 4], ebx // c645fc01 | mov byte ptr [ebp - 4], 1 $sequence_1 = { 56 e8???????? 8bb080000000 e8???????? 8b4c2408 898880000000 } // n = 6, score = 700 // 56 | push esi // e8???????? | // 8bb080000000 | mov esi, dword ptr [eax + 0x80] // e8???????? | // 8b4c2408 | mov ecx, dword ptr [esp + 8] // 898880000000 | mov dword ptr [eax + 0x80], ecx $sequence_2 = { 57 8965f0 8b7508 e8???????? } // n = 4, score = 700 // 57 | push edi // 8965f0 | mov dword ptr [ebp - 0x10], esp // 8b7508 | mov esi, dword ptr [ebp + 8] // e8???????? | $sequence_3 = { e8???????? 894508 8945ec c645fc01 } // n = 4, score = 700 // e8???????? | // 894508 | mov dword ptr [ebp + 8], eax // 8945ec | mov dword ptr [ebp - 0x14], eax // c645fc01 | mov byte ptr [ebp - 4], 1 $sequence_4 = { c6461000 c7442410ffffffff 8bce e8???????? 8b4c2408 } // n = 5, score = 600 // c6461000 | mov byte ptr [esi + 0x10], 0 // c7442410ffffffff | mov dword ptr [esp + 0x10], 0xffffffff // 8bce | mov ecx, esi // e8???????? | // 8b4c2408 | mov ecx, dword ptr [esp + 8] $sequence_5 = { 8bf1 89742404 c706???????? c744241000000000 837e2410 720c 8b4610 } // n = 7, score = 600 // 8bf1 | mov esi, ecx // 89742404 | mov dword ptr [esp + 4], esi // c706???????? | // c744241000000000 | mov dword ptr [esp + 0x10], 0 // 837e2410 | cmp dword ptr [esi + 0x24], 0x10 // 720c | jb 0xe // 8b4610 | mov eax, dword ptr [esi + 0x10] $sequence_6 = { 55 8bec 56 8bf0 395e14 57 } // n = 6, score = 600 // 55 | push ebp // 8bec | mov ebp, esp // 56 | push esi // 8bf0 | mov esi, eax // 395e14 | cmp dword ptr [esi + 0x14], ebx // 57 | push edi $sequence_7 = { 8b4508 894508 c645fc02 83c001 50 } // n = 5, score = 600 // 8b4508 | mov eax, dword ptr [ebp + 8] // 894508 | mov dword ptr [ebp + 8], eax // c645fc02 | mov byte ptr [ebp - 4], 2 // 83c001 | add eax, 1 // 50 | push eax $sequence_8 = { c744240c01000000 5f 8bc6 5e } // n = 4, score = 600 // c744240c01000000 | mov dword ptr [esp + 0xc], 1 // 5f | pop edi // 8bc6 | mov eax, esi // 5e | pop esi $sequence_9 = { 56 ff742408 8bf0 83661400 c7461807000000 } // n = 5, score = 600 // 56 | push esi // ff742408 | push dword ptr [esp + 8] // 8bf0 | mov esi, eax // 83661400 | and dword ptr [esi + 0x14], 0 // c7461807000000 | mov dword ptr [esi + 0x18], 7 $sequence_10 = { 8d5604 7207 8b1a 895dfc eb03 8955fc 83f908 } // n = 7, score = 600 // 8d5604 | lea edx, [esi + 4] // 7207 | jb 9 // 8b1a | mov ebx, dword ptr [edx] // 895dfc | mov dword ptr [ebp - 4], ebx // eb03 | jmp 5 // 8955fc | mov dword ptr [ebp - 4], edx // 83f908 | cmp ecx, 8 $sequence_11 = { 83c604 66832600 33c0 3bc7 1bc0 } // n = 5, score = 600 // 83c604 | add esi, 4 // 66832600 | and word ptr [esi], 0 // 33c0 | xor eax, eax // 3bc7 | cmp eax, edi // 1bc0 | sbb eax, eax $sequence_12 = { 57 7305 e8???????? 8b7e14 2bfb 397d0c 7303 } // n = 7, score = 600 // 57 | push edi // 7305 | jae 7 // e8???????? | // 8b7e14 | mov edi, dword ptr [esi + 0x14] // 2bfb | sub edi, ebx // 397d0c | cmp dword ptr [ebp + 0xc], edi // 7303 | jae 5 $sequence_13 = { b8???????? e8???????? 51 56 8d4508 8bf1 50 } // n = 7, score = 600 // b8???????? | // e8???????? | // 51 | push ecx // 56 | push esi // 8d4508 | lea eax, [ebp + 8] // 8bf1 | mov esi, ecx // 50 | push eax $sequence_14 = { ff7614 57 56 e8???????? eb18 } // n = 5, score = 600 // ff7614 | push dword ptr [esi + 0x14] // 57 | push edi // 56 | push esi // e8???????? | // eb18 | jmp 0x1a $sequence_15 = { 8b7604 eb03 83c604 66832600 } // n = 4, score = 600 // 8b7604 | mov esi, dword ptr [esi + 4] // eb03 | jmp 5 // 83c604 | add esi, 4 // 66832600 | and word ptr [esi], 0 condition: 7 of them and filesize < 827392 }
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