There is no description at this point.
rule win_backswap_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2024-10-31" version = "1" description = "Detects win.backswap." 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.backswap" malpedia_rule_date = "20241030" malpedia_hash = "26e26953c49c8efafbf72a38076855d578e0a2e4" malpedia_version = "20241030" 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 = { eb1c 85c9 7508 3bdf } // n = 4, score = 400 // eb1c | jmp 0x1e // 85c9 | test ecx, ecx // 7508 | jne 0xa // 3bdf | cmp ebx, edi $sequence_1 = { c21000 83f0ff 5e 5f 5a } // n = 5, score = 400 // c21000 | ret 0x10 // 83f0ff | xor eax, 0xffffffff // 5e | pop esi // 5f | pop edi // 5a | pop edx $sequence_2 = { 4b eb1c 85c9 7508 3bdf } // n = 5, score = 400 // 4b | dec ebx // eb1c | jmp 0x1e // 85c9 | test ecx, ecx // 7508 | jne 0xa // 3bdf | cmp ebx, edi $sequence_3 = { 33c9 e9???????? b32a 397d14 7412 47 8a07 } // n = 7, score = 400 // 33c9 | xor ecx, ecx // e9???????? | // b32a | mov bl, 0x2a // 397d14 | cmp dword ptr [ebp + 0x14], edi // 7412 | je 0x14 // 47 | inc edi // 8a07 | mov al, byte ptr [edi] $sequence_4 = { 33c9 33d2 8bdf 4b eb1c 85c9 } // n = 6, score = 400 // 33c9 | xor ecx, ecx // 33d2 | xor edx, edx // 8bdf | mov ebx, edi // 4b | dec ebx // eb1c | jmp 0x1e // 85c9 | test ecx, ecx $sequence_5 = { ff4508 8bfb 3bd3 0f8572ffffff 33c9 } // n = 5, score = 400 // ff4508 | inc dword ptr [ebp + 8] // 8bfb | mov edi, ebx // 3bd3 | cmp edx, ebx // 0f8572ffffff | jne 0xffffff78 // 33c9 | xor ecx, ecx $sequence_6 = { 3c3f 74c4 3c2a 7508 8bdf 897508 4e } // n = 7, score = 400 // 3c3f | cmp al, 0x3f // 74c4 | je 0xffffffc6 // 3c2a | cmp al, 0x2a // 7508 | jne 0xa // 8bdf | mov ebx, edi // 897508 | mov dword ptr [ebp + 8], esi // 4e | dec esi $sequence_7 = { f366a5 59 5f 5e c9 c20c00 55 } // n = 7, score = 400 // f366a5 | rep movsw word ptr es:[edi], word ptr [esi] // 59 | pop ecx // 5f | pop edi // 5e | pop esi // c9 | leave // c20c00 | ret 0xc // 55 | push ebp $sequence_8 = { 7404 8bce 8bd3 397d14 0f8e99000000 39750c 7e7b } // n = 7, score = 400 // 7404 | je 6 // 8bce | mov ecx, esi // 8bd3 | mov edx, ebx // 397d14 | cmp dword ptr [ebp + 0x14], edi // 0f8e99000000 | jle 0x9f // 39750c | cmp dword ptr [ebp + 0xc], esi // 7e7b | jle 0x7d $sequence_9 = { ff4508 8bfb 3bd3 0f8572ffffff 33c9 e9???????? } // n = 6, score = 400 // ff4508 | inc dword ptr [ebp + 8] // 8bfb | mov edi, ebx // 3bd3 | cmp edx, ebx // 0f8572ffffff | jne 0xffffff78 // 33c9 | xor ecx, ecx // e9???????? | condition: 7 of them and filesize < 122880 }
rule win_backswap_w0 { meta: author = "psrok/des" module = "tinba" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.backswap" malpedia_version = "20180620" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $api_routine = { B8 07 00 00 00 F7 ?? 8B ?? 0F B6 ?? 03 ?? 47 80 ?? ?? 75 EC } $api_loadlib = { E4 5A 57 5A } $api_getmodulehandle = { 27 D4 2B C0 } $rcxor = { 80 74 01 FF 08 80 74 01 FF 07 80 74 01 FF 06 } $str1 = "RespectMyAuthority" $str2 = "MozillaWindowClass" $get_urls_to_inject = { 50 FF [1-5] 8D 83 [4] FF D0 85 C0 74 [1] E8 } condition: all of ($api*) or ( ( all of ($str*) or $get_urls_to_inject ) and $rcxor ) }
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