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 = "2026-05-04" 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 = "20260422" malpedia_hash = "a182e35da64e6d71cb55f125c4d4225196523f14" malpedia_version = "20260504" 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 = { 8935???????? 890d???????? 8bc1 5e } // n = 4, score = 1300 // 8935???????? | // 890d???????? | // 8bc1 | mov eax, ecx // 5e | pop esi $sequence_1 = { a1???????? 13f2 a3???????? 8935???????? } // n = 4, score = 1300 // a1???????? | // 13f2 | adc esi, edx // a3???????? | // 8935???????? | $sequence_2 = { 8bf2 ba06e0a636 f7e2 03c8 } // n = 4, score = 1300 // 8bf2 | mov esi, edx // ba06e0a636 | mov edx, 0x36a6e006 // f7e2 | mul edx // 03c8 | add ecx, eax $sequence_3 = { f7f6 8bc2 034508 5e 5d } // n = 5, score = 1300 // f7f6 | div esi // 8bc2 | mov eax, edx // 034508 | add eax, dword ptr [ebp + 8] // 5e | pop esi // 5d | pop ebp $sequence_4 = { 8bc8 a1???????? 56 8bf2 ba06e0a636 } // n = 5, score = 1300 // 8bc8 | mov ecx, eax // a1???????? | // 56 | push esi // 8bf2 | mov esi, edx // ba06e0a636 | mov edx, 0x36a6e006 $sequence_5 = { 33c0 eb12 e8???????? 2b7508 33d2 46 } // n = 6, score = 1300 // 33c0 | xor eax, eax // eb12 | jmp 0x14 // e8???????? | // 2b7508 | sub esi, dword ptr [ebp + 8] // 33d2 | xor edx, edx // 46 | inc esi $sequence_6 = { 03c8 a1???????? 13f2 33d2 } // n = 4, score = 1300 // 03c8 | add ecx, eax // a1???????? | // 13f2 | adc esi, edx // 33d2 | xor edx, edx $sequence_7 = { 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_8 = { 33d7 33c1 52 50 } // n = 4, score = 900 // 33d7 | xor edx, edi // 33c1 | xor eax, ecx // 52 | push edx // 50 | push eax $sequence_9 = { ffd6 8bf8 59 59 85ff 74df } // n = 6, score = 800 // ffd6 | call esi // 8bf8 | mov edi, eax // 59 | pop ecx // 59 | pop ecx // 85ff | test edi, edi // 74df | je 0xffffffe1 $sequence_10 = { 33c0 33d2 5e 5f } // n = 4, score = 800 // 33c0 | xor eax, eax // 33d2 | xor edx, edx // 5e | pop esi // 5f | pop edi $sequence_11 = { 8bd7 e9???????? 83caff 8bc2 e9???????? } // n = 5, score = 800 // 8bd7 | mov edx, edi // e9???????? | // 83caff | or edx, 0xffffffff // 8bc2 | mov eax, edx // e9???????? | $sequence_12 = { 99 6848640300 68da279b71 33d7 } // n = 4, score = 800 // 99 | cdq // 6848640300 | push 0x36448 // 68da279b71 | push 0x719b27da // 33d7 | xor edx, edi $sequence_13 = { 8bc1 0bc7 7409 8bc1 8bd7 } // n = 5, score = 800 // 8bc1 | mov eax, ecx // 0bc7 | or eax, edi // 7409 | je 0xb // 8bc1 | mov eax, ecx // 8bd7 | mov edx, edi $sequence_14 = { 6a7d 50 ffd6 59 59 85c0 74ce } // n = 7, score = 800 // 6a7d | push 0x7d // 50 | push eax // ffd6 | call esi // 59 | pop ecx // 59 | pop ecx // 85c0 | test eax, eax // 74ce | je 0xffffffd0 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