There is no description at this point.
rule win_batel_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2026-05-04" version = "1" description = "Detects win.batel." 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.batel" 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 = { 33c0 5b c21000 3b0d???????? 7502 } // n = 5, score = 200 // 33c0 | xor eax, eax // 5b | pop ebx // c21000 | ret 0x10 // 3b0d???????? | // 7502 | jne 4 $sequence_1 = { 68ee020000 ff15???????? 689d020000 8d8561fdffff 6a00 50 } // n = 6, score = 100 // 68ee020000 | push 0x2ee // ff15???????? | // 689d020000 | push 0x29d // 8d8561fdffff | lea eax, [ebp - 0x29f] // 6a00 | push 0 // 50 | push eax $sequence_2 = { 6868212300 e8???????? 33db 895de4 } // n = 4, score = 100 // 6868212300 | push 0x232168 // e8???????? | // 33db | xor ebx, ebx // 895de4 | mov dword ptr [ebp - 0x1c], ebx $sequence_3 = { 83c003 41 3d???????? 7cec 56 57 } // n = 6, score = 100 // 83c003 | add eax, 3 // 41 | inc ecx // 3d???????? | // 7cec | jl 0xffffffee // 56 | push esi // 57 | push edi $sequence_4 = { 56 ffd3 68005c2605 ffd5 47 } // n = 5, score = 100 // 56 | push esi // ffd3 | call ebx // 68005c2605 | push 0x5265c00 // ffd5 | call ebp // 47 | inc edi $sequence_5 = { 8b4508 2d00002300 50 6800002300 e8???????? 83c408 85c0 } // n = 7, score = 100 // 8b4508 | mov eax, dword ptr [ebp + 8] // 2d00002300 | sub eax, 0x230000 // 50 | push eax // 6800002300 | push 0x230000 // e8???????? | // 83c408 | add esp, 8 // 85c0 | test eax, eax $sequence_6 = { ff750c ff7508 6862102300 6800302300 e8???????? } // n = 5, score = 100 // ff750c | push dword ptr [ebp + 0xc] // ff7508 | push dword ptr [ebp + 8] // 6862102300 | push 0x231062 // 6800302300 | push 0x233000 // e8???????? | $sequence_7 = { 83c40c 33c9 b8???????? 8a10 88940d60fdffff 83c003 } // n = 6, score = 100 // 83c40c | add esp, 0xc // 33c9 | xor ecx, ecx // b8???????? | // 8a10 | mov dl, byte ptr [eax] // 88940d60fdffff | mov byte ptr [ebp + ecx - 0x2a0], dl // 83c003 | add eax, 3 $sequence_8 = { ff15???????? 8bf0 85f6 7429 68f4202300 } // n = 5, score = 100 // ff15???????? | // 8bf0 | mov esi, eax // 85f6 | test esi, esi // 7429 | je 0x2b // 68f4202300 | push 0x2320f4 $sequence_9 = { ff15???????? 85c0 7412 ffd0 56 ffd3 } // n = 6, score = 100 // ff15???????? | // 85c0 | test eax, eax // 7412 | je 0x14 // ffd0 | call eax // 56 | push esi // ffd3 | call ebx $sequence_10 = { 85f6 7422 68???????? 56 ff15???????? 85c0 7412 } // n = 7, score = 100 // 85f6 | test esi, esi // 7422 | je 0x24 // 68???????? | // 56 | push esi // ff15???????? | // 85c0 | test eax, eax // 7412 | je 0x14 $sequence_11 = { 6a00 50 c68560fdffff00 e8???????? 83c40c 33c9 } // n = 6, score = 100 // 6a00 | push 0 // 50 | push eax // c68560fdffff00 | mov byte ptr [ebp - 0x2a0], 0 // e8???????? | // 83c40c | add esp, 0xc // 33c9 | xor ecx, ecx $sequence_12 = { ffd5 47 83ff5a 7ccd } // n = 4, score = 100 // ffd5 | call ebp // 47 | inc edi // 83ff5a | cmp edi, 0x5a // 7ccd | jl 0xffffffcf $sequence_13 = { 8db560fdffff f3a5 66a5 ffd0 5f 5e } // n = 6, score = 100 // 8db560fdffff | lea esi, [ebp - 0x2a0] // f3a5 | rep movsd dword ptr es:[edi], dword ptr [esi] // 66a5 | movsw word ptr es:[edi], word ptr [esi] // ffd0 | call eax // 5f | pop edi // 5e | pop esi $sequence_14 = { 56 57 68a00f0000 ffd5 8b1d???????? } // n = 5, score = 100 // 56 | push esi // 57 | push edi // 68a00f0000 | push 0xfa0 // ffd5 | call ebp // 8b1d???????? | $sequence_15 = { 7505 e8???????? 33c0 5d c20400 685f142300 ff15???????? } // n = 7, score = 100 // 7505 | jne 7 // e8???????? | // 33c0 | xor eax, eax // 5d | pop ebp // c20400 | ret 4 // 685f142300 | push 0x23145f // ff15???????? | $sequence_16 = { a1???????? 85c0 752c 8935???????? 68d0202300 } // n = 5, score = 100 // a1???????? | // 85c0 | test eax, eax // 752c | jne 0x2e // 8935???????? | // 68d0202300 | push 0x2320d0 $sequence_17 = { 8b1d???????? bf01000000 8d642400 68???????? ff15???????? 8bf0 } // n = 6, score = 100 // 8b1d???????? | // bf01000000 | mov edi, 1 // 8d642400 | lea esp, [esp] // 68???????? | // ff15???????? | // 8bf0 | mov esi, eax $sequence_18 = { ff15???????? 8b1d???????? bf01000000 8da42400000000 68e0202300 ff15???????? } // n = 6, score = 100 // ff15???????? | // 8b1d???????? | // bf01000000 | mov edi, 1 // 8da42400000000 | lea esp, [esp] // 68e0202300 | push 0x2320e0 // ff15???????? | $sequence_19 = { 8bec 81eca0020000 68ee020000 ff15???????? } // n = 4, score = 100 // 8bec | mov ebp, esp // 81eca0020000 | sub esp, 0x2a0 // 68ee020000 | push 0x2ee // ff15???????? | $sequence_20 = { 7cec 56 57 6a40 6800100000 689e020000 } // n = 6, score = 100 // 7cec | jl 0xffffffee // 56 | push esi // 57 | push edi // 6a40 | push 0x40 // 6800100000 | push 0x1000 // 689e020000 | push 0x29e $sequence_21 = { 83ff5a 7ccd 5f 5e 5d 33c0 5b } // n = 7, score = 100 // 83ff5a | cmp edi, 0x5a // 7ccd | jl 0xffffffcf // 5f | pop edi // 5e | pop esi // 5d | pop ebp // 33c0 | xor eax, eax // 5b | pop ebx $sequence_22 = { 8bf8 b9a7000000 8db560fdffff f3a5 } // n = 4, score = 100 // 8bf8 | mov edi, eax // b9a7000000 | mov ecx, 0xa7 // 8db560fdffff | lea esi, [ebp - 0x2a0] // f3a5 | rep movsd dword ptr es:[edi], dword ptr [esi] condition: 7 of them and filesize < 49152 }
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