There is no description at this point.
rule win_infy_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2024-10-31" version = "1" description = "Detects win.infy." 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.infy" 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 = { 8a0d???????? 0f8748020000 84c9 0fb682c0984000 } // n = 4, score = 200 // 8a0d???????? | // 0f8748020000 | ja 0x24e // 84c9 | test cl, cl // 0fb682c0984000 | movzx eax, byte ptr [edx + 0x4098c0] $sequence_1 = { 7412 50 e8???????? f685b0fdffff10 0f94c0 eb02 33c0 } // n = 7, score = 200 // 7412 | je 0x14 // 50 | push eax // e8???????? | // f685b0fdffff10 | test byte ptr [ebp - 0x250], 0x10 // 0f94c0 | sete al // eb02 | jmp 4 // 33c0 | xor eax, eax $sequence_2 = { ff5324 807b2800 7407 8bc3 e8???????? } // n = 5, score = 200 // ff5324 | call dword ptr [ebx + 0x24] // 807b2800 | cmp byte ptr [ebx + 0x28], 0 // 7407 | je 9 // 8bc3 | mov eax, ebx // e8???????? | $sequence_3 = { ff4af8 e8???????? 8b55ec 8d2494 58 5a } // n = 6, score = 200 // ff4af8 | dec dword ptr [edx - 8] // e8???????? | // 8b55ec | mov edx, dword ptr [ebp - 0x14] // 8d2494 | lea esp, [esp + edx*4] // 58 | pop eax // 5a | pop edx $sequence_4 = { 751b 8d45d0 8945f4 8d55f4 } // n = 4, score = 200 // 751b | jne 0x1d // 8d45d0 | lea eax, [ebp - 0x30] // 8945f4 | mov dword ptr [ebp - 0xc], eax // 8d55f4 | lea edx, [ebp - 0xc] $sequence_5 = { 833d????????00 740e 8d55d0 52 6a01 } // n = 5, score = 200 // 833d????????00 | // 740e | je 0x10 // 8d55d0 | lea edx, [ebp - 0x30] // 52 | push edx // 6a01 | push 1 $sequence_6 = { 7226 8b35???????? 0fb74b1a 8d91300b0000 39d7 } // n = 5, score = 200 // 7226 | jb 0x28 // 8b35???????? | // 0fb74b1a | movzx ecx, word ptr [ebx + 0x1a] // 8d91300b0000 | lea edx, [ecx + 0xb30] // 39d7 | cmp edi, edx $sequence_7 = { 85d2 744c 66837af601 7409 50 } // n = 5, score = 200 // 85d2 | test edx, edx // 744c | je 0x4e // 66837af601 | cmp word ptr [edx - 0xa], 1 // 7409 | je 0xb // 50 | push eax $sequence_8 = { 3b45d8 0f8681feffff 5f 5e 5b } // n = 5, score = 200 // 3b45d8 | cmp eax, dword ptr [ebp - 0x28] // 0f8681feffff | jbe 0xfffffe87 // 5f | pop edi // 5e | pop esi // 5b | pop ebx $sequence_9 = { 6a00 66837ef602 7418 89cf 89f0 } // n = 5, score = 200 // 6a00 | push 0 // 66837ef602 | cmp word ptr [esi - 0xa], 2 // 7418 | je 0x1a // 89cf | mov edi, ecx // 89f0 | mov eax, esi condition: 7 of them and filesize < 147456 }
rule win_infy_w0 { meta: author = "Florian Roth" description = "Detects Foudre Backdoor" info = "foudre dropper" reference = "https://goo.gl/Nbqbt6" date = "2017-08-01" hash = "7e73a727dc8f3c48e58468c3fd0a193a027d085f25fa274a6e187cf503f01f74" hash = "7ce2c5111e3560aa6036f98b48ceafe83aa1ac3d3b33392835316c859970f8bc" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.infy" malpedia_version = "20170803" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $s1 = "initialization failed: Reinstall the program" fullword wide $s2 = "SnailDriver V1" fullword wide $s3 = "lp.ini" fullword wide condition: filesize < 100KB and 2 of them }
rule win_infy_w1 { meta: author = "Florian Roth" description = "Detects Foudre Backdoor" info = "foudre dropper 2" reference = "https://goo.gl/Nbqbt6" date = "2017-08-01" hash = "6bc9f6ac2f6688ed63baa29913eaf8c64738cf19933d974d25a0c26b7d01b9ac" hash = "da228831089c56743d1fbc8ef156c672017cdf46a322d847a270b9907def53a5" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.infy" malpedia_version = "20170803" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $x1 = "536F594A96C5496CB3949A4DA4775B576E049C57696E646F77735C43757272656E7456657273696F6E5C5C52756E" fullword wide $x2 = "2220263024C380B3278695851482EC32" fullword wide $s1 = "C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\\\Startup\\" fullword wide $s2 = "C:\\Documents and Settings\\All Users\\" fullword wide $s3 = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\\\Shell Folders" fullword wide $s4 = "ShellExecuteW" fullword wide condition: filesize < 100KB and ( 1 of ($x*) or 4 of them ) }
import "pe" rule win_infy_w2 { meta: description = "Detects Foudre Backdoor" author = "Florian Roth" info = "foudre backdoor" reference = "https://goo.gl/Nbqbt6" date = "2017-08-01" hash = "7c6206eaf0c5c9c6c8d8586a626b49575942572c51458575e51cba72ba2096a4" hash = "db605d501d3a5ca2b0e3d8296d552fbbf048ee831be21efca407c45bf794b109" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.infy" malpedia_version = "20170803" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: /* $s1 = "Project1.dll" fullword ascii */ /* Better: Project1.dll\x00D1 */ $s1 = { 50 72 6F 6A 65 63 74 31 2E 64 6C 6C 00 44 31 } $s2 = "winmgmts:\\\\localhost\\root\\SecurityCenter2" fullword wide $s3 = "C:\\Documents and Settings\\All Users\\" fullword wide condition: filesize < 2000KB and 3 of them or (2 of them and pe.exports("D1")) }
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