SYMBOLCOMMON_NAMEaka. SYNONYMS
win.salgorea (Back to overview)

Salgorea

aka: BadCake

Actor(s): APT32


There is no description at this point.

References
2019-04-24Check Point ResearchItay Cohen
@online{cohen:20190424:deobfuscating:581c86e, author = {Itay Cohen}, title = {{Deobfuscating APT32 Flow Graphs with Cutter and Radare2}}, date = {2019-04-24}, organization = {Check Point Research}, url = {https://research.checkpoint.com/deobfuscating-apt32-flow-graphs-with-cutter-and-radare2/}, language = {English}, urldate = {2020-05-06} } Deobfuscating APT32 Flow Graphs with Cutter and Radare2
Salgorea
2019-01-17AccentureMatthew Brady
@online{brady:20190117:pond:572e6e8, author = {Matthew Brady}, title = {{Pond Loach delivers BadCake malware}}, date = {2019-01-17}, organization = {Accenture}, url = {https://www.accenture.com/us-en/blogs/blogs-pond-loach-delivers-badcake-malware}, language = {English}, urldate = {2020-03-03} } Pond Loach delivers BadCake malware
Salgorea APT32
2018-03ESET ResearchOceanLotus: Old techniques, new backdoor
@techreport{backdoor:201803:oceanlotus:a2c3636, author = {OceanLotus: Old techniques, new backdoor}, title = {{OceanLotus: Old techniques, new backdoor}}, date = {2018-03}, institution = {ESET Research}, url = {https://www.welivesecurity.com/wp-content/uploads/2018/03/ESET_OceanLotus.pdf}, language = {English}, urldate = {2020-01-07} } OceanLotus: Old techniques, new backdoor
Salgorea
Yara Rules
[TLP:WHITE] win_salgorea_auto (20230715 | Detects win.salgorea.)
rule win_salgorea_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.salgorea."
        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.salgorea"
        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 = { 66c1e303 f6d1 f8 6633d2 66b8b96a 66b9ada1 66f7f1 }
            // n = 7, score = 300
            //   66c1e303             | shl                 bx, 3
            //   f6d1                 | not                 cl
            //   f8                   | clc                 
            //   6633d2               | xor                 dx, dx
            //   66b8b96a             | mov                 ax, 0x6ab9
            //   66b9ada1             | mov                 cx, 0xa1ad
            //   66f7f1               | div                 cx

        $sequence_1 = { 8b5c240c 53 9d 8b5c2404 }
            // n = 4, score = 300
            //   8b5c240c             | mov                 ebx, dword ptr [esp + 0xc]
            //   53                   | push                ebx
            //   9d                   | popfd               
            //   8b5c2404             | mov                 ebx, dword ptr [esp + 4]

        $sequence_2 = { 51 6698 f7db 33d2 b889510000 b98c0b0000 }
            // n = 6, score = 300
            //   51                   | push                ecx
            //   6698                 | cbw                 
            //   f7db                 | neg                 ebx
            //   33d2                 | xor                 edx, edx
            //   b889510000           | mov                 eax, 0x5189
            //   b98c0b0000           | mov                 ecx, 0xb8c

        $sequence_3 = { 66c1e804 8b44240c 0fbafa00 0fbcd2 }
            // n = 4, score = 300
            //   66c1e804             | shr                 ax, 4
            //   8b44240c             | mov                 eax, dword ptr [esp + 0xc]
            //   0fbafa00             | btc                 edx, 0
            //   0fbcd2               | bsf                 edx, edx

        $sequence_4 = { 8b5c240c 53 d50a 48 d40a 22c9 }
            // n = 6, score = 300
            //   8b5c240c             | mov                 ebx, dword ptr [esp + 0xc]
            //   53                   | push                ebx
            //   d50a                 | aad                 
            //   48                   | dec                 eax
            //   d40a                 | aam                 
            //   22c9                 | and                 cl, cl

        $sequence_5 = { 66c1e306 80eb38 80e6ee f8 f6d1 52 40 }
            // n = 7, score = 300
            //   66c1e306             | shl                 bx, 6
            //   80eb38               | sub                 bl, 0x38
            //   80e6ee               | and                 dh, 0xee
            //   f8                   | clc                 
            //   f6d1                 | not                 cl
            //   52                   | push                edx
            //   40                   | inc                 eax

        $sequence_6 = { 8b5c2404 f8 99 8b1424 f5 66f7d8 8b442410 }
            // n = 7, score = 300
            //   8b5c2404             | mov                 ebx, dword ptr [esp + 4]
            //   f8                   | clc                 
            //   99                   | cdq                 
            //   8b1424               | mov                 edx, dword ptr [esp]
            //   f5                   | cmc                 
            //   66f7d8               | neg                 ax
            //   8b442410             | mov                 eax, dword ptr [esp + 0x10]

        $sequence_7 = { 51 66b9b469 66f7f1 f7da }
            // n = 4, score = 300
            //   51                   | push                ecx
            //   66b9b469             | mov                 cx, 0x69b4
            //   66f7f1               | div                 cx
            //   f7da                 | neg                 edx

        $sequence_8 = { a1???????? 8945cc 8d45cc 3930 }
            // n = 4, score = 200
            //   a1????????           |                     
            //   8945cc               | mov                 dword ptr [ebp - 0x34], eax
            //   8d45cc               | lea                 eax, [ebp - 0x34]
            //   3930                 | cmp                 dword ptr [eax], esi

        $sequence_9 = { 8d85fcfeffff 33f6 8d4801 8a10 }
            // n = 4, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   33f6                 | xor                 esi, esi
            //   8d4801               | lea                 ecx, [eax + 1]
            //   8a10                 | mov                 dl, byte ptr [eax]

        $sequence_10 = { 8d85fcfeffff 50 6812270000 ffb5f8feffff }
            // n = 4, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   50                   | push                eax
            //   6812270000           | push                0x2712
            //   ffb5f8feffff         | push                dword ptr [ebp - 0x108]

        $sequence_11 = { 8d85fcfeffff 50 6820270000 ffb5f8feffff }
            // n = 4, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   50                   | push                eax
            //   6820270000           | push                0x2720
            //   ffb5f8feffff         | push                dword ptr [ebp - 0x108]

        $sequence_12 = { 8d85fcfeffff 50 e8???????? 83c40c 8d85fcfeffff 33f6 }
            // n = 6, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   33f6                 | xor                 esi, esi

        $sequence_13 = { 8d8610030000 50 e8???????? 81c628030000 }
            // n = 4, score = 100
            //   8d8610030000         | lea                 eax, [esi + 0x310]
            //   50                   | push                eax
            //   e8????????           |                     
            //   81c628030000         | add                 esi, 0x328

        $sequence_14 = { 8d85fcfeffff 53 50 e8???????? 83c40c 8d5dc4 }
            // n = 6, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   53                   | push                ebx
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   8d5dc4               | lea                 ebx, [ebp - 0x3c]

        $sequence_15 = { 8d85fcfeffff 50 ff750c be80000000 }
            // n = 4, score = 100
            //   8d85fcfeffff         | lea                 eax, [ebp - 0x104]
            //   50                   | push                eax
            //   ff750c               | push                dword ptr [ebp + 0xc]
            //   be80000000           | mov                 esi, 0x80

    condition:
        7 of them and filesize < 2007040
}
Download all Yara Rules