Actor(s): MONTY SPIDER
There is no description at this point.
rule win_necurs_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-12-06" version = "1" description = "Detects win.necurs." 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.necurs" malpedia_rule_date = "20231130" malpedia_hash = "fc8a0e9f343f6d6ded9e7df1a64dac0cc68d7351" malpedia_version = "20230808" 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 = { 13f2 a3???????? 8935???????? 890d???????? 8bc1 5e } // n = 6, score = 1300 // 13f2 | adc esi, edx // a3???????? | // 8935???????? | // 890d???????? | // 8bc1 | mov eax, ecx // 5e | pop esi $sequence_1 = { 030d???????? a3???????? a1???????? 13f2 a3???????? } // n = 5, score = 1300 // 030d???????? | // a3???????? | // a1???????? | // 13f2 | adc esi, edx // a3???????? | $sequence_2 = { 13f2 33d2 030d???????? a3???????? } // n = 4, score = 1300 // 13f2 | adc esi, edx // 33d2 | xor edx, edx // 030d???????? | // a3???????? | $sequence_3 = { 8bc2 034508 5e 5d c3 55 } // n = 6, score = 1300 // 8bc2 | mov eax, edx // 034508 | add eax, dword ptr [ebp + 8] // 5e | pop esi // 5d | pop ebp // c3 | ret // 55 | push ebp $sequence_4 = { 03c8 a1???????? 13f2 33d2 } // n = 4, score = 1300 // 03c8 | add ecx, eax // a1???????? | // 13f2 | adc esi, edx // 33d2 | xor edx, edx $sequence_5 = { 56 8bf2 ba06e0a636 f7e2 } // n = 4, score = 1300 // 56 | push esi // 8bf2 | mov esi, edx // ba06e0a636 | mov edx, 0x36a6e006 // f7e2 | mul edx $sequence_6 = { 397508 7604 33c0 eb12 } // n = 4, score = 1300 // 397508 | cmp dword ptr [ebp + 8], esi // 7604 | jbe 6 // 33c0 | xor eax, eax // eb12 | jmp 0x14 $sequence_7 = { 2b7508 33d2 46 f7f6 8bc2 034508 } // n = 6, score = 1300 // 2b7508 | sub esi, dword ptr [ebp + 8] // 33d2 | xor edx, edx // 46 | inc esi // f7f6 | div esi // 8bc2 | mov eax, edx // 034508 | add eax, dword ptr [ebp + 8] $sequence_8 = { 8d85ecfbffff 57 50 e8???????? 83c410 } // n = 5, score = 1100 // 8d85ecfbffff | lea eax, [ebp - 0x414] // 57 | push edi // 50 | push eax // e8???????? | // 83c410 | add esp, 0x10 $sequence_9 = { 33d7 33c1 52 50 } // n = 4, score = 900 // 33d7 | xor edx, edi // 33c1 | xor eax, ecx // 52 | push edx // 50 | push eax $sequence_10 = { 6a7d 50 ffd6 59 } // n = 4, score = 800 // 6a7d | push 0x7d // 50 | push eax // ffd6 | call esi // 59 | pop ecx $sequence_11 = { 8bc1 0bc7 7409 8bc1 8bd7 e9???????? } // n = 6, score = 800 // 8bc1 | mov eax, ecx // 0bc7 | or eax, edi // 7409 | je 0xb // 8bc1 | mov eax, ecx // 8bd7 | mov edx, edi // e9???????? | $sequence_12 = { 57 57 8d8574ffffff 50 } // n = 4, score = 800 // 57 | push edi // 57 | push edi // 8d8574ffffff | lea eax, [ebp - 0x8c] // 50 | push eax $sequence_13 = { 6a7b 50 ffd6 8bf8 59 59 } // n = 6, score = 800 // 6a7b | push 0x7b // 50 | push eax // ffd6 | call esi // 8bf8 | mov edi, eax // 59 | pop ecx // 59 | pop ecx $sequence_14 = { 53 ff15???????? 59 33c0 5e } // n = 5, score = 800 // 53 | push ebx // ff15???????? | // 59 | pop ecx // 33c0 | xor eax, eax // 5e | pop esi $sequence_15 = { a1???????? 33d2 f7f1 ff05???????? } // n = 4, score = 800 // a1???????? | // 33d2 | xor edx, edx // f7f1 | div ecx // ff05???????? | condition: 7 of them and filesize < 475136 }
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