SYMBOLCOMMON_NAMEaka. SYNONYMS
win.roseam (Back to overview)

Roseam

aka: PisLoader

Actor(s): Wekby


There is no description at this point.

References
2016-05-24Palo Alto Networks Unit 42Josh Grunzweig, Mike Scott, Bryan Lee
@online{grunzweig:20160524:new:d1cd669, author = {Josh Grunzweig and Mike Scott and Bryan Lee}, title = {{New Wekby Attacks Use DNS Requests As Command and Control Mechanism}}, date = {2016-05-24}, organization = {Palo Alto Networks Unit 42}, url = {http://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/}, language = {English}, urldate = {2019-12-20} } New Wekby Attacks Use DNS Requests As Command and Control Mechanism
Roseam
Yara Rules
[TLP:WHITE] win_roseam_auto (20230715 | Detects win.roseam.)
rule win_roseam_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.roseam."
        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.roseam"
        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 = { 8975f8 68???????? 68???????? 50 }
            // n = 4, score = 100
            //   8975f8               | mov                 dword ptr [ebp - 8], esi
            //   68????????           |                     
            //   68????????           |                     
            //   50                   | push                eax

        $sequence_1 = { 88951df1ffff 68???????? 55 8bec 9c 6845061504 6862110404 }
            // n = 7, score = 100
            //   88951df1ffff         | mov                 byte ptr [ebp - 0xee3], dl
            //   68????????           |                     
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   9c                   | pushfd              
            //   6845061504           | push                0x4150645
            //   6862110404           | push                0x4041162

        $sequence_2 = { 7d6a 50 50 9c b80a000000 51 b914000000 }
            // n = 7, score = 100
            //   7d6a                 | jge                 0x6c
            //   50                   | push                eax
            //   50                   | push                eax
            //   9c                   | pushfd              
            //   b80a000000           | mov                 eax, 0xa
            //   51                   | push                ecx
            //   b914000000           | mov                 ecx, 0x14

        $sequence_3 = { 5d 8b7508 8b7d10 52 8d560d 52 }
            // n = 6, score = 100
            //   5d                   | pop                 ebp
            //   8b7508               | mov                 esi, dword ptr [ebp + 8]
            //   8b7d10               | mov                 edi, dword ptr [ebp + 0x10]
            //   52                   | push                edx
            //   8d560d               | lea                 edx, [esi + 0xd]
            //   52                   | push                edx

        $sequence_4 = { 33c0 8dbd19f7ffff c68518f7ffff00 f3ab }
            // n = 4, score = 100
            //   33c0                 | xor                 eax, eax
            //   8dbd19f7ffff         | lea                 edi, [ebp - 0x8e7]
            //   c68518f7ffff00       | mov                 byte ptr [ebp - 0x8e8], 0
            //   f3ab                 | rep stosd           dword ptr es:[edi], eax

        $sequence_5 = { 57 b914000000 be???????? 8d7d90 f3a5 33d2 a4 }
            // n = 7, score = 100
            //   57                   | push                edi
            //   b914000000           | mov                 ecx, 0x14
            //   be????????           |                     
            //   8d7d90               | lea                 edi, [ebp - 0x70]
            //   f3a5                 | rep movsd           dword ptr es:[edi], dword ptr [esi]
            //   33d2                 | xor                 edx, edx
            //   a4                   | movsb               byte ptr es:[edi], byte ptr [esi]

        $sequence_6 = { 8d85f4fcffff 8a10 8a1e 8aca 3ad3 751e 84c9 }
            // n = 7, score = 100
            //   8d85f4fcffff         | lea                 eax, [ebp - 0x30c]
            //   8a10                 | mov                 dl, byte ptr [eax]
            //   8a1e                 | mov                 bl, byte ptr [esi]
            //   8aca                 | mov                 cl, dl
            //   3ad3                 | cmp                 dl, bl
            //   751e                 | jne                 0x20
            //   84c9                 | test                cl, cl

        $sequence_7 = { 8955f4 50 55 8bec 9c 6841061504 6862110404 }
            // n = 7, score = 100
            //   8955f4               | mov                 dword ptr [ebp - 0xc], edx
            //   50                   | push                eax
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   9c                   | pushfd              
            //   6841061504           | push                0x4150641
            //   6862110404           | push                0x4041162

        $sequence_8 = { 64a300000000 5d 5d 9d 5d 8b4df8 51 }
            // n = 7, score = 100
            //   64a300000000         | mov                 dword ptr fs:[0], eax
            //   5d                   | pop                 ebp
            //   5d                   | pop                 ebp
            //   9d                   | popfd               
            //   5d                   | pop                 ebp
            //   8b4df8               | mov                 ecx, dword ptr [ebp - 8]
            //   51                   | push                ecx

        $sequence_9 = { 5d 9d 5d 58 8b4508 8b4df4 0fbe0401 }
            // n = 7, score = 100
            //   5d                   | pop                 ebp
            //   9d                   | popfd               
            //   5d                   | pop                 ebp
            //   58                   | pop                 eax
            //   8b4508               | mov                 eax, dword ptr [ebp + 8]
            //   8b4df4               | mov                 ecx, dword ptr [ebp - 0xc]
            //   0fbe0401             | movsx               eax, byte ptr [ecx + eax]

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