Actor(s): Turla
There is no description at this point.
rule win_mosquito_auto { meta: author = "Felix Bilstein - yara-signator at cocacoding dot com" date = "2023-07-11" version = "1" description = "Detects win.mosquito." 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.mosquito" malpedia_rule_date = "20230705" malpedia_hash = "42d0574f4405bd7d2b154d321d345acb18834a41" malpedia_version = "20230715" 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 = { 8bfc f3a5 ff942464020000 81c450020000 } // n = 4, score = 400 // 8bfc | mov edi, esp // f3a5 | rep movsd dword ptr es:[edi], dword ptr [esi] // ff942464020000 | call dword ptr [esp + 0x264] // 81c450020000 | add esp, 0x250 $sequence_1 = { f7d8 1bc0 83e0b4 83c04c } // n = 4, score = 400 // f7d8 | neg eax // 1bc0 | sbb eax, eax // 83e0b4 | and eax, 0xffffffb4 // 83c04c | add eax, 0x4c $sequence_2 = { 52 50 6a00 6801c1fd7d } // n = 4, score = 400 // 52 | push edx // 50 | push eax // 6a00 | push 0 // 6801c1fd7d | push 0x7dfdc101 $sequence_3 = { 8bfc f3a5 ff942460020000 81c450020000 } // n = 4, score = 300 // 8bfc | mov edi, esp // f3a5 | rep movsd dword ptr es:[edi], dword ptr [esi] // ff942460020000 | call dword ptr [esp + 0x260] // 81c450020000 | add esp, 0x250 $sequence_4 = { e8???????? 6a20 e8???????? 83c40c } // n = 4, score = 300 // e8???????? | // 6a20 | push 0x20 // e8???????? | // 83c40c | add esp, 0xc $sequence_5 = { 8bd6 837e1408 7207 8b06 89450c eb03 89750c } // n = 7, score = 300 // 8bd6 | mov edx, esi // 837e1408 | cmp dword ptr [esi + 0x14], 8 // 7207 | jb 9 // 8b06 | mov eax, dword ptr [esi] // 89450c | mov dword ptr [ebp + 0xc], eax // eb03 | jmp 5 // 89750c | mov dword ptr [ebp + 0xc], esi $sequence_6 = { 8bd6 8b4b4a 52 8b01 } // n = 4, score = 300 // 8bd6 | mov edx, esi // 8b4b4a | mov ecx, dword ptr [ebx + 0x4a] // 52 | push edx // 8b01 | mov eax, dword ptr [ecx] $sequence_7 = { 6a20 8bf0 e8???????? 8bc8 } // n = 4, score = 300 // 6a20 | push 0x20 // 8bf0 | mov esi, eax // e8???????? | // 8bc8 | mov ecx, eax $sequence_8 = { 8d45ec 8bcf 50 e8???????? eb05 e8???????? } // n = 6, score = 300 // 8d45ec | lea eax, [ebp - 0x14] // 8bcf | mov ecx, edi // 50 | push eax // e8???????? | // eb05 | jmp 7 // e8???????? | $sequence_9 = { 0000 00645657 8b7dc2 0400 } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 00645657 | add byte ptr [esi + edx*2 + 0x57], ah // 8b7dc2 | mov edi, dword ptr [ebp - 0x3e] // 0400 | add al, 0 $sequence_10 = { 0000 006301 1000 7500 } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 006301 | add byte ptr [ebx + 1], ah // 1000 | adc byte ptr [eax], al // 7500 | jne 2 $sequence_11 = { 6a00 ff15???????? 6a00 56 ff15???????? 8903 83f8ff } // n = 7, score = 200 // 6a00 | push 0 // ff15???????? | // 6a00 | push 0 // 56 | push esi // ff15???????? | // 8903 | mov dword ptr [ebx], eax // 83f8ff | cmp eax, -1 $sequence_12 = { 6801c1fd7d e8???????? 8bd8 eb02 } // n = 4, score = 200 // 6801c1fd7d | push 0x7dfdc101 // e8???????? | // 8bd8 | mov ebx, eax // eb02 | jmp 4 $sequence_13 = { 6aff 3201 0fc1558b 018b2000008b 003a } // n = 5, score = 200 // 6aff | push -1 // 3201 | xor al, byte ptr [ecx] // 0fc1558b | xadd dword ptr [ebp - 0x75], edx // 018b2000008b | add dword ptr [ebx - 0x74ffffe0], ecx // 003a | add byte ptr [edx], bh $sequence_14 = { 0000 0001 1001 c550f0 8b8078005900 } // n = 5, score = 200 // 0000 | add byte ptr [eax], al // 0001 | add byte ptr [ecx], al // 1001 | adc byte ptr [ecx], al // c550f0 | lds edx, ptr [eax - 0x10] // 8b8078005900 | mov eax, dword ptr [eax + 0x590078] $sequence_15 = { 0000 00748078 3001 40 } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 00748078 | add byte ptr [eax + eax*4 + 0x78], dh // 3001 | xor byte ptr [ecx], al // 40 | inc eax $sequence_16 = { 0000 0018 a0???????? 57 } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 0018 | add byte ptr [eax], bl // a0???????? | // 57 | push edi $sequence_17 = { 0000 006500 676c 0010 } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 006500 | add byte ptr [ebp], ah // 676c | insb byte ptr es:[di], dx // 0010 | add byte ptr [eax], dl $sequence_18 = { 0000 0032 08804d086440 5e } // n = 4, score = 200 // 0000 | add byte ptr [eax], al // 0032 | add byte ptr [edx], dh // 08804d086440 | or byte ptr [eax + 0x4064084d], al // 5e | pop esi condition: 7 of them and filesize < 1015808 }
import "pe" rule win_mosquito_w0 { meta: description = "Detects malware sample from Turla Mosquito report" author = "Florian Roth" reference = "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.mosquito" malpedia_version = "20180301" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $s1 = ".?AVFileNameParseException@ExecuteFile@@" fullword ascii $s3 = "no_address" fullword wide $s6 = "SRRRQP" fullword ascii $s7 = "QWVPQQ" fullword ascii condition: pe.imphash() == "cd918073f209c5da7a16b6c125d73746" or all of them }
rule win_mosquito_w1 { meta: description = "Detects malware sample from Turla Mosquito report" author = "Florian Roth" reference = "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.mosquito" malpedia_version = "20180301" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $a1 = "/scripts/m/query.php?id=" fullword wide $a2 = "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" fullword wide $a3 = "GetUserNameW fails" fullword wide $s1 = "QVSWQQ" fullword ascii $s2 = "SRRRQP" fullword ascii $s3 = "QSVVQQ" fullword ascii condition: 2 of ($a*) or 4 of them }
import "pe" rule win_mosquito_w2 { meta: description = "Detects malware sample from Turla Mosquito report" author = "Florian Roth" reference = "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf" malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.mosquito" malpedia_version = "20180301" malpedia_license = "CC BY-NC-SA 4.0" malpedia_sharing = "TLP:WHITE" strings: $x1 = "Logger32.dll" fullword ascii $s6 = "lManager::Execute : CPalExceptio" fullword wide $s19 = "CCommandSender::operator(" fullword wide condition: pe.imphash() == "073235ae6dfbb1bf5db68a039a7b7726" or 2 of them }
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