There is no description at this point.
rule win_neutrino_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-07-11" version = "1" description = "Detects win.neutrino." 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.neutrino" malpedia_rule_date = "20230705" malpedia_hash = "42d0574f4405bd7d2b154d321d345acb18834a41" malpedia_version = "20230715" 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 = { ff15???????? c1e010 50 ff15???????? } // n = 4, score = 2300 // ff15???????? | // c1e010 | shl eax, 0x10 // 50 | push eax // ff15???????? | $sequence_1 = { 50 6a05 6a03 e8???????? } // n = 4, score = 1600 // 50 | push eax // 6a05 | push 5 // 6a03 | push 3 // e8???????? | $sequence_2 = { 50 6a0b 6a07 e8???????? } // n = 4, score = 1600 // 50 | push eax // 6a0b | push 0xb // 6a07 | push 7 // e8???????? | $sequence_3 = { 8955fc 8b45fc 0fbe08 85c9 741b 8b55fc 0fbe02 } // n = 7, score = 1500 // 8955fc | mov dword ptr [ebp - 4], edx // 8b45fc | mov eax, dword ptr [ebp - 4] // 0fbe08 | movsx ecx, byte ptr [eax] // 85c9 | test ecx, ecx // 741b | je 0x1d // 8b55fc | mov edx, dword ptr [ebp - 4] // 0fbe02 | movsx eax, byte ptr [edx] $sequence_4 = { 8945f4 8b4d0c 894dfc 8b55f4 0fbe02 85c0 7447 } // n = 7, score = 1500 // 8945f4 | mov dword ptr [ebp - 0xc], eax // 8b4d0c | mov ecx, dword ptr [ebp + 0xc] // 894dfc | mov dword ptr [ebp - 4], ecx // 8b55f4 | mov edx, dword ptr [ebp - 0xc] // 0fbe02 | movsx eax, byte ptr [edx] // 85c0 | test eax, eax // 7447 | je 0x49 $sequence_5 = { 6a00 e8???????? 83c40c 0fb6c0 } // n = 4, score = 1500 // 6a00 | push 0 // e8???????? | // 83c40c | add esp, 0xc // 0fb6c0 | movzx eax, al $sequence_6 = { 83c201 8955f8 8b45f8 0fbe08 85c9 7439 8b550c } // n = 7, score = 1500 // 83c201 | add edx, 1 // 8955f8 | mov dword ptr [ebp - 8], edx // 8b45f8 | mov eax, dword ptr [ebp - 8] // 0fbe08 | movsx ecx, byte ptr [eax] // 85c9 | test ecx, ecx // 7439 | je 0x3b // 8b550c | mov edx, dword ptr [ebp + 0xc] $sequence_7 = { 8b4508 0fb608 51 e8???????? 83c404 0fb6d0 83fa01 } // n = 7, score = 1500 // 8b4508 | mov eax, dword ptr [ebp + 8] // 0fb608 | movzx ecx, byte ptr [eax] // 51 | push ecx // e8???????? | // 83c404 | add esp, 4 // 0fb6d0 | movzx edx, al // 83fa01 | cmp edx, 1 $sequence_8 = { 0404 010404 0202 020402 0404 0404 } // n = 6, score = 1500 // 0404 | add al, 4 // 010404 | add dword ptr [esp + eax], eax // 0202 | add al, byte ptr [edx] // 020402 | add al, byte ptr [edx + eax] // 0404 | add al, 4 // 0404 | add al, 4 $sequence_9 = { 8b55fc 0fbe02 85c0 750f 8b4d0c 894dfc } // n = 6, score = 1500 // 8b55fc | mov edx, dword ptr [ebp - 4] // 0fbe02 | movsx eax, byte ptr [edx] // 85c0 | test eax, eax // 750f | jne 0x11 // 8b4d0c | mov ecx, dword ptr [ebp + 0xc] // 894dfc | mov dword ptr [ebp - 4], ecx $sequence_10 = { e9???????? 6a01 ff15???????? 85c0 } // n = 4, score = 1500 // e9???????? | // 6a01 | push 1 // ff15???????? | // 85c0 | test eax, eax $sequence_11 = { 0fb655e7 52 8b45e0 50 e8???????? } // n = 5, score = 1500 // 0fb655e7 | movzx edx, byte ptr [ebp - 0x19] // 52 | push edx // 8b45e0 | mov eax, dword ptr [ebp - 0x20] // 50 | push eax // e8???????? | $sequence_12 = { 6a00 ff15???????? 6880000000 ff15???????? } // n = 4, score = 1500 // 6a00 | push 0 // ff15???????? | // 6880000000 | push 0x80 // ff15???????? | $sequence_13 = { 0404 0404 010404 0202 } // n = 4, score = 1500 // 0404 | add al, 4 // 0404 | add al, 4 // 010404 | add dword ptr [esp + eax], eax // 0202 | add al, byte ptr [edx] $sequence_14 = { 0404 0404 0404 0404 0404 0402 0202 } // n = 7, score = 1500 // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0402 | add al, 2 // 0202 | add al, byte ptr [edx] $sequence_15 = { 8b4d0c 894dfc 8b55f4 83c201 8955f4 ebaf 8b45f4 } // n = 7, score = 1500 // 8b4d0c | mov ecx, dword ptr [ebp + 0xc] // 894dfc | mov dword ptr [ebp - 4], ecx // 8b55f4 | mov edx, dword ptr [ebp - 0xc] // 83c201 | add edx, 1 // 8955f4 | mov dword ptr [ebp - 0xc], edx // ebaf | jmp 0xffffffb1 // 8b45f4 | mov eax, dword ptr [ebp - 0xc] $sequence_16 = { 7502 eb02 ebb4 8b45f8 8945f4 8b4d0c 894dfc } // n = 7, score = 1500 // 7502 | jne 4 // eb02 | jmp 4 // ebb4 | jmp 0xffffffb6 // 8b45f8 | mov eax, dword ptr [ebp - 8] // 8945f4 | mov dword ptr [ebp - 0xc], eax // 8b4d0c | mov ecx, dword ptr [ebp + 0xc] // 894dfc | mov dword ptr [ebp - 4], ecx $sequence_17 = { 59 bb???????? 8bfa 32c0 c645ff00 895dec c645fb00 } // n = 7, score = 1300 // 59 | pop ecx // bb???????? | // 8bfa | mov edi, edx // 32c0 | xor al, al // c645ff00 | mov byte ptr [ebp - 1], 0 // 895dec | mov dword ptr [ebp - 0x14], ebx // c645fb00 | mov byte ptr [ebp - 5], 0 $sequence_18 = { 83c120 81fae00f0000 76ea 8b0d???????? 8908 a3???????? 5f } // n = 7, score = 1300 // 83c120 | add ecx, 0x20 // 81fae00f0000 | cmp edx, 0xfe0 // 76ea | jbe 0xffffffec // 8b0d???????? | // 8908 | mov dword ptr [eax], ecx // a3???????? | // 5f | pop edi $sequence_19 = { 51 ff35???????? c7460480000000 ff15???????? 8906 85c0 } // n = 6, score = 1300 // 51 | push ecx // ff35???????? | // c7460480000000 | mov dword ptr [esi + 4], 0x80 // ff15???????? | // 8906 | mov dword ptr [esi], eax // 85c0 | test eax, eax $sequence_20 = { 66894210 83c302 f645fe02 740a 834a1804 8a03 } // n = 6, score = 1300 // 66894210 | mov word ptr [edx + 0x10], ax // 83c302 | add ebx, 2 // f645fe02 | test byte ptr [ebp - 2], 2 // 740a | je 0xc // 834a1804 | or dword ptr [edx + 0x18], 4 // 8a03 | mov al, byte ptr [ebx] $sequence_21 = { 894210 83c304 eb13 f645fe20 740d 814a1804010000 } // n = 6, score = 1300 // 894210 | mov dword ptr [edx + 0x10], eax // 83c304 | add ebx, 4 // eb13 | jmp 0x15 // f645fe20 | test byte ptr [ebp - 2], 0x20 // 740d | je 0xf // 814a1804010000 | or dword ptr [edx + 0x18], 0x104 $sequence_22 = { 0f879a000000 807dfd01 0f8597000000 e9???????? 2d8c000000 747e 48 } // n = 7, score = 1300 // 0f879a000000 | ja 0xa0 // 807dfd01 | cmp byte ptr [ebp - 3], 1 // 0f8597000000 | jne 0x9d // e9???????? | // 2d8c000000 | sub eax, 0x8c // 747e | je 0x80 // 48 | dec eax $sequence_23 = { 895dec c645fb00 f3aa c645f810 56 8b45f4 8a00 } // n = 7, score = 1300 // 895dec | mov dword ptr [ebp - 0x14], ebx // c645fb00 | mov byte ptr [ebp - 5], 0 // f3aa | rep stosb byte ptr es:[edi], al // c645f810 | mov byte ptr [ebp - 8], 0x10 // 56 | push esi // 8b45f4 | mov eax, dword ptr [ebp - 0xc] // 8a00 | mov al, byte ptr [eax] $sequence_24 = { 7354 8b3b 0fb6f2 6a05 58 2bc6 } // n = 6, score = 1300 // 7354 | jae 0x56 // 8b3b | mov edi, dword ptr [ebx] // 0fb6f2 | movzx esi, dl // 6a05 | push 5 // 58 | pop eax // 2bc6 | sub eax, esi $sequence_25 = { 83c404 85c0 0f95c2 0fb6c2 50 } // n = 5, score = 1200 // 83c404 | add esp, 4 // 85c0 | test eax, eax // 0f95c2 | setne dl // 0fb6c2 | movzx eax, dl // 50 | push eax $sequence_26 = { 8d85b8feffff 50 68???????? ff15???????? } // n = 4, score = 1100 // 8d85b8feffff | lea eax, [ebp - 0x148] // 50 | push eax // 68???????? | // ff15???????? | $sequence_27 = { 83c40c 6804010000 8d85f8fdffff 50 } // n = 4, score = 1000 // 83c40c | add esp, 0xc // 6804010000 | push 0x104 // 8d85f8fdffff | lea eax, [ebp - 0x208] // 50 | push eax $sequence_28 = { 50 ff15???????? 837dfc00 0f95c0 c9 c3 } // n = 6, score = 800 // 50 | push eax // ff15???????? | // 837dfc00 | cmp dword ptr [ebp - 4], 0 // 0f95c0 | setne al // c9 | leave // c3 | ret $sequence_29 = { 8906 ff15???????? 83c604 83c703 81fe???????? 7ce3 } // n = 6, score = 800 // 8906 | mov dword ptr [esi], eax // ff15???????? | // 83c604 | add esi, 4 // 83c703 | add edi, 3 // 81fe???????? | // 7ce3 | jl 0xffffffe5 $sequence_30 = { 57 33ff 393d???????? 7522 be???????? } // n = 5, score = 800 // 57 | push edi // 33ff | xor edi, edi // 393d???????? | // 7522 | jne 0x24 // be???????? | $sequence_31 = { be???????? ff15???????? 57 8906 ff15???????? } // n = 5, score = 800 // be???????? | // ff15???????? | // 57 | push edi // 8906 | mov dword ptr [esi], eax // ff15???????? | $sequence_32 = { ff7508 ff15???????? 83f8ff 0f95c0 5d } // n = 5, score = 800 // ff7508 | push dword ptr [ebp + 8] // ff15???????? | // 83f8ff | cmp eax, -1 // 0f95c0 | setne al // 5d | pop ebp $sequence_33 = { 85c0 7412 68???????? 50 ff15???????? f7d8 } // n = 6, score = 800 // 85c0 | test eax, eax // 7412 | je 0x14 // 68???????? | // 50 | push eax // ff15???????? | // f7d8 | neg eax condition: 7 of them and filesize < 507904 }
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