There is no description at this point.
rule win_neutrino_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-01-25" 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 = "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 = { 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 = { 85d2 7502 eb02 ebb4 8b45f8 8945f4 } // n = 6, score = 1500 // 85d2 | test edx, edx // 7502 | jne 4 // eb02 | jmp 4 // ebb4 | jmp 0xffffffb6 // 8b45f8 | mov eax, dword ptr [ebp - 8] // 8945f4 | mov dword ptr [ebp - 0xc], eax $sequence_4 = { 83c404 0fb6d0 83fa01 7531 8b45fc 83c001 8945fc } // n = 7, score = 1500 // 83c404 | add esp, 4 // 0fb6d0 | movzx edx, al // 83fa01 | cmp edx, 1 // 7531 | jne 0x33 // 8b45fc | mov eax, dword ptr [ebp - 4] // 83c001 | add eax, 1 // 8945fc | mov dword ptr [ebp - 4], eax $sequence_5 = { 6a00 ff15???????? 6880000000 ff15???????? } // n = 4, score = 1500 // 6a00 | push 0 // ff15???????? | // 6880000000 | push 0x80 // ff15???????? | $sequence_6 = { e9???????? 6a01 ff15???????? 85c0 } // n = 4, score = 1500 // e9???????? | // 6a01 | push 1 // ff15???????? | // 85c0 | test eax, eax $sequence_7 = { 0fb6550c 83fa01 7509 8b4508 83c001 894508 8b4dfc } // n = 7, score = 1500 // 0fb6550c | movzx edx, byte ptr [ebp + 0xc] // 83fa01 | cmp edx, 1 // 7509 | jne 0xb // 8b4508 | mov eax, dword ptr [ebp + 8] // 83c001 | add eax, 1 // 894508 | mov dword ptr [ebp + 8], eax // 8b4dfc | mov ecx, dword ptr [ebp - 4] $sequence_8 = { 020402 0404 0404 0404 0404 0404 0403 } // n = 7, score = 1500 // 020402 | add al, byte ptr [edx + eax] // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0404 | add al, 4 // 0403 | add al, 3 $sequence_9 = { 8b4508 a3???????? 8b0d???????? 894df8 eb09 8b55f8 83c201 } // n = 7, score = 1500 // 8b4508 | mov eax, dword ptr [ebp + 8] // a3???????? | // 8b0d???????? | // 894df8 | mov dword ptr [ebp - 8], ecx // eb09 | jmp 0xb // 8b55f8 | mov edx, dword ptr [ebp - 8] // 83c201 | add edx, 1 $sequence_10 = { 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_11 = { 0fbe11 8b45fc 0fbe08 3bd1 7513 8b55f4 } // n = 6, score = 1500 // 0fbe11 | movsx edx, byte ptr [ecx] // 8b45fc | mov eax, dword ptr [ebp - 4] // 0fbe08 | movsx ecx, byte ptr [eax] // 3bd1 | cmp edx, ecx // 7513 | jne 0x15 // 8b55f4 | mov edx, dword ptr [ebp - 0xc] $sequence_12 = { 6a00 6a00 e8???????? 83c40c 0fb6c0 } // n = 5, score = 1500 // 6a00 | push 0 // 6a00 | push 0 // e8???????? | // 83c40c | add esp, 0xc // 0fb6c0 | movzx eax, al $sequence_13 = { 0404 0404 0402 0202 0202 } // n = 5, score = 1500 // 0404 | add al, 4 // 0404 | add al, 4 // 0402 | add al, 2 // 0202 | add al, byte ptr [edx] // 0202 | add al, byte ptr [edx] $sequence_14 = { 0404 0404 010404 0202 020402 } // n = 5, score = 1500 // 0404 | add al, 4 // 0404 | add al, 4 // 010404 | add dword ptr [esp + eax], eax // 0202 | add al, byte ptr [edx] // 020402 | add al, byte ptr [edx + eax] $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 = { 85c9 7439 8b550c 8955fc 8b45fc 0fbe08 85c9 } // n = 7, score = 1500 // 85c9 | test ecx, ecx // 7439 | je 0x3b // 8b550c | mov edx, dword ptr [ebp + 0xc] // 8955fc | mov dword ptr [ebp - 4], edx // 8b45fc | mov eax, dword ptr [ebp - 4] // 0fbe08 | movsx ecx, byte ptr [eax] // 85c9 | test ecx, ecx $sequence_17 = { c3 a1???????? 8bce 33d2 81e100f0ffff eb08 } // n = 6, score = 1300 // c3 | ret // a1???????? | // 8bce | mov ecx, esi // 33d2 | xor edx, edx // 81e100f0ffff | and ecx, 0xfffff000 // eb08 | jmp 0xa $sequence_18 = { 814a1800300000 f645fe01 0f8494020000 834a1801 8b45f4 8a00 } // n = 6, score = 1300 // 814a1800300000 | or dword ptr [edx + 0x18], 0x3000 // f645fe01 | test byte ptr [ebp - 2], 1 // 0f8494020000 | je 0x29a // 834a1801 | or dword ptr [edx + 0x18], 1 // 8b45f4 | mov eax, dword ptr [ebp - 0xc] // 8a00 | mov al, byte ptr [eax] $sequence_19 = { 6800800000 6a00 50 ff15???????? c3 55 } // n = 6, score = 1300 // 6800800000 | push 0x8000 // 6a00 | push 0 // 50 | push eax // ff15???????? | // c3 | ret // 55 | push ebp $sequence_20 = { 80fa05 7354 8b3b 0fb6f2 6a05 58 } // n = 6, score = 1300 // 80fa05 | cmp dl, 5 // 7354 | jae 0x56 // 8b3b | mov edi, dword ptr [ebx] // 0fb6f2 | movzx esi, dl // 6a05 | push 5 // 58 | pop eax $sequence_21 = { 807df900 8b45f0 743f 83e820 741d 48 7406 } // n = 7, score = 1300 // 807df900 | cmp byte ptr [ebp - 7], 0 // 8b45f0 | mov eax, dword ptr [ebp - 0x10] // 743f | je 0x41 // 83e820 | sub eax, 0x20 // 741d | je 0x1f // 48 | dec eax // 7406 | je 8 $sequence_22 = { c3 8b4804 890e ff4808 897004 751e 8b08 } // n = 7, score = 1300 // c3 | ret // 8b4804 | mov ecx, dword ptr [eax + 4] // 890e | mov dword ptr [esi], ecx // ff4808 | dec dword ptr [eax + 8] // 897004 | mov dword ptr [eax + 4], esi // 751e | jne 0x20 // 8b08 | mov ecx, dword ptr [eax] $sequence_23 = { 8a00 ff45f4 8b7218 8ad8 c0eb06 885dfc } // n = 6, score = 1300 // 8a00 | mov al, byte ptr [eax] // ff45f4 | inc dword ptr [ebp - 0xc] // 8b7218 | mov esi, dword ptr [edx + 0x18] // 8ad8 | mov bl, al // c0eb06 | shr bl, 6 // 885dfc | mov byte ptr [ebp - 4], bl $sequence_24 = { 834a1810 8b03 894210 83c304 f645fe04 7431 8b4218 } // n = 7, score = 1300 // 834a1810 | or dword ptr [edx + 0x18], 0x10 // 8b03 | mov eax, dword ptr [ebx] // 894210 | mov dword ptr [edx + 0x10], eax // 83c304 | add ebx, 4 // f645fe04 | test byte ptr [ebp - 2], 4 // 7431 | je 0x33 // 8b4218 | mov eax, dword ptr [edx + 0x18] $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???????? 8945fc } // n = 5, score = 1100 // 8d85b8feffff | lea eax, [ebp - 0x148] // 50 | push eax // 68???????? | // ff15???????? | // 8945fc | mov dword ptr [ebp - 4], eax $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 = { 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_29 = { ff15???????? 85c0 7412 68???????? 50 ff15???????? f7d8 } // n = 7, score = 800 // ff15???????? | // 85c0 | test eax, eax // 7412 | je 0x14 // 68???????? | // 50 | push eax // ff15???????? | // f7d8 | neg eax $sequence_30 = { 6806000200 6a00 68???????? 6801000080 ff15???????? 85c0 7404 } // n = 7, score = 800 // 6806000200 | push 0x20006 // 6a00 | push 0 // 68???????? | // 6801000080 | push 0x80000001 // ff15???????? | // 85c0 | test eax, eax // 7404 | je 6 $sequence_31 = { 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_32 = { 57 33ff 393d???????? 7522 be???????? ff15???????? 57 } // n = 7, score = 800 // 57 | push edi // 33ff | xor edi, edi // 393d???????? | // 7522 | jne 0x24 // be???????? | // ff15???????? | // 57 | push edi $sequence_33 = { ff15???????? 83c604 83c703 81fe???????? 7ce3 a1???????? } // n = 6, score = 800 // ff15???????? | // 83c604 | add esi, 4 // 83c703 | add edi, 3 // 81fe???????? | // 7ce3 | jl 0xffffffe5 // a1???????? | 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