There is no description at this point.
rule win_logtu_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-03-28" version = "1" description = "Detects win.logtu." 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.logtu" malpedia_rule_date = "20230328" malpedia_hash = "9d2d75cef573c1c2d861f5197df8f563b05a305d" malpedia_version = "20230407" 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 = { 8d8534ffffff 50 ff15???????? 6a01 8bf0 } // n = 5, score = 300 // 8d8534ffffff | lea eax, [ebp - 0xcc] // 50 | push eax // ff15???????? | // 6a01 | push 1 // 8bf0 | mov esi, eax $sequence_1 = { 50 8d85fcf7ffff 68???????? 50 e8???????? 8d85fcf7ffff 6800040000 } // n = 7, score = 300 // 50 | push eax // 8d85fcf7ffff | lea eax, [ebp - 0x804] // 68???????? | // 50 | push eax // e8???????? | // 8d85fcf7ffff | lea eax, [ebp - 0x804] // 6800040000 | push 0x400 $sequence_2 = { ff15???????? 8d8534ffffff 50 ff15???????? 6a01 8bf0 8d85a4fdffff } // n = 7, score = 300 // ff15???????? | // 8d8534ffffff | lea eax, [ebp - 0xcc] // 50 | push eax // ff15???????? | // 6a01 | push 1 // 8bf0 | mov esi, eax // 8d85a4fdffff | lea eax, [ebp - 0x25c] $sequence_3 = { 8bf0 8d85a4fdffff 68???????? 50 ff15???????? } // n = 5, score = 300 // 8bf0 | mov esi, eax // 8d85a4fdffff | lea eax, [ebp - 0x25c] // 68???????? | // 50 | push eax // ff15???????? | $sequence_4 = { 8d8578faffff 50 8d8584faffff 50 8d8574faffff } // n = 5, score = 300 // 8d8578faffff | lea eax, [ebp - 0x588] // 50 | push eax // 8d8584faffff | lea eax, [ebp - 0x57c] // 50 | push eax // 8d8574faffff | lea eax, [ebp - 0x58c] $sequence_5 = { 6800080000 50 8d85fcf7ffff 50 } // n = 4, score = 300 // 6800080000 | push 0x800 // 50 | push eax // 8d85fcf7ffff | lea eax, [ebp - 0x804] // 50 | push eax $sequence_6 = { 8d8534ffffff 50 ff15???????? 6a01 8bf0 8d85a4fdffff 68???????? } // n = 7, score = 300 // 8d8534ffffff | lea eax, [ebp - 0xcc] // 50 | push eax // ff15???????? | // 6a01 | push 1 // 8bf0 | mov esi, eax // 8d85a4fdffff | lea eax, [ebp - 0x25c] // 68???????? | $sequence_7 = { 6a01 8bf0 8d85a4fdffff 68???????? 50 } // n = 5, score = 300 // 6a01 | push 1 // 8bf0 | mov esi, eax // 8d85a4fdffff | lea eax, [ebp - 0x25c] // 68???????? | // 50 | push eax $sequence_8 = { 50 ff15???????? 6a01 8bf0 8d85a4fdffff 68???????? 50 } // n = 7, score = 300 // 50 | push eax // ff15???????? | // 6a01 | push 1 // 8bf0 | mov esi, eax // 8d85a4fdffff | lea eax, [ebp - 0x25c] // 68???????? | // 50 | push eax $sequence_9 = { ff15???????? 56 ff15???????? 8b45f8 5e } // n = 5, score = 300 // ff15???????? | // 56 | push esi // ff15???????? | // 8b45f8 | mov eax, dword ptr [ebp - 8] // 5e | pop esi condition: 7 of them and filesize < 924672 }
If your designated proposal does not fit in any other category, feel free to write a free-text in the comment field below.
Please propose all changes regarding references on the Malpedia library page
Your suggestion will be reviewed before being published. Thank you for contributing!
YYYY-MM-DD
YYYY-MM
YYYY