There is no description at this point.
rule win_atmitch_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2024-10-31" version = "1" description = "Detects win.atmitch." 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.atmitch" 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 = { c644244803 ff15???????? 8d4c2418 51 68???????? } // n = 5, score = 100 // c644244803 | mov byte ptr [esp + 0x48], 3 // ff15???????? | // 8d4c2418 | lea ecx, [esp + 0x18] // 51 | push ecx // 68???????? | $sequence_1 = { 83c408 50 ff15???????? 56 51 8bcc } // n = 6, score = 100 // 83c408 | add esp, 8 // 50 | push eax // ff15???????? | // 56 | push esi // 51 | push ecx // 8bcc | mov ecx, esp $sequence_2 = { 8bfe f7df 896c241c 0fb744242c 50 51 } // n = 6, score = 100 // 8bfe | mov edi, esi // f7df | neg edi // 896c241c | mov dword ptr [esp + 0x1c], ebp // 0fb744242c | movzx eax, word ptr [esp + 0x2c] // 50 | push eax // 51 | push ecx $sequence_3 = { 51 833d????????00 7422 a1???????? 50 } // n = 5, score = 100 // 51 | push ecx // 833d????????00 | // 7422 | je 0x24 // a1???????? | // 50 | push eax $sequence_4 = { 6a0d 8d4c240c ff15???????? 6a0a 8d4c240c ff15???????? 6a0a } // n = 7, score = 100 // 6a0d | push 0xd // 8d4c240c | lea ecx, [esp + 0xc] // ff15???????? | // 6a0a | push 0xa // 8d4c240c | lea ecx, [esp + 0xc] // ff15???????? | // 6a0a | push 0xa $sequence_5 = { 0bc8 51 e8???????? 0fb74e07 83c404 8bd8 } // n = 6, score = 100 // 0bc8 | or ecx, eax // 51 | push ecx // e8???????? | // 0fb74e07 | movzx ecx, word ptr [esi + 7] // 83c404 | add esp, 4 // 8bd8 | mov ebx, eax $sequence_6 = { 8bcc 89642410 68???????? ff15???????? e8???????? 0fb705???????? 83c408 } // n = 7, score = 100 // 8bcc | mov ecx, esp // 89642410 | mov dword ptr [esp + 0x10], esp // 68???????? | // ff15???????? | // e8???????? | // 0fb705???????? | // 83c408 | add esp, 8 $sequence_7 = { ff15???????? 83bc24fc00000000 7432 8b4c2408 8b41f4 } // n = 5, score = 100 // ff15???????? | // 83bc24fc00000000 | cmp dword ptr [esp + 0xfc], 0 // 7432 | je 0x34 // 8b4c2408 | mov ecx, dword ptr [esp + 8] // 8b41f4 | mov eax, dword ptr [ecx - 0xc] $sequence_8 = { c644244803 ff15???????? 8d4c2418 51 68???????? 8d542428 52 } // n = 7, score = 100 // c644244803 | mov byte ptr [esp + 0x48], 3 // ff15???????? | // 8d4c2418 | lea ecx, [esp + 0x18] // 51 | push ecx // 68???????? | // 8d542428 | lea edx, [esp + 0x28] // 52 | push edx $sequence_9 = { 83c404 50 ff15???????? 50 51 } // n = 5, score = 100 // 83c404 | add esp, 4 // 50 | push eax // ff15???????? | // 50 | push eax // 51 | push ecx condition: 7 of them and filesize < 73728 }
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