SYMBOLCOMMON_NAMEaka. SYNONYMS
win.bbsrat (Back to overview)

BBSRAT


There is no description at this point.

References
2023-04-13Intel 471Souhail Hammou, Jorge Rodriguez
@online{hammou:20230413:from:ec710d3, author = {Souhail Hammou and Jorge Rodriguez}, title = {{From GhostNet to PseudoManuscrypt - The evolution of Gh0st RAT}}, date = {2023-04-13}, organization = {Intel 471}, url = {https://www.youtube.com/watch?v=uakw2HMGZ-I}, language = {English}, urldate = {2023-06-23} } From GhostNet to PseudoManuscrypt - The evolution of Gh0st RAT
BBSRAT Gh0stTimes Ghost RAT PseudoManuscrypt
2022-05-09cocomelonccocomelonc
@online{cocomelonc:20220509:malware:1cdee23, author = {cocomelonc}, title = {{Malware development: persistence - part 4. Windows services. Simple C++ example.}}, date = {2022-05-09}, organization = {cocomelonc}, url = {https://cocomelonc.github.io/tutorial/2022/05/09/malware-pers-4.html}, language = {English}, urldate = {2022-12-01} } Malware development: persistence - part 4. Windows services. Simple C++ example.
Anchor AppleJeus Attor BBSRAT BlackEnergy Carbanak Cobalt Strike DuQu
2020-06-03Trend MicroDaniel Lunghi
@techreport{lunghi:20200603:how:4f28e63, author = {Daniel Lunghi}, title = {{How to perform long term monitoring of careless threat actors}}, date = {2020-06-03}, institution = {Trend Micro}, url = {https://www.sstic.org/media/SSTIC2020/SSTIC-actes/pivoter_tel_bernard_ou_comment_monitorer_des_attaq/SSTIC2020-Slides-pivoter_tel_bernard_ou_comment_monitorer_des_attaquants_ngligents-lunghi.pdf}, language = {English}, urldate = {2020-06-05} } How to perform long term monitoring of careless threat actors
BBSRAT HyperBro Trochilus RAT
2020-05-06Medium Asuna AmawakaAsuna Amawaka
@online{amawaka:20200506:shadows:889fc47, author = {Asuna Amawaka}, title = {{Shadows with a chance of BlackNix}}, date = {2020-05-06}, organization = {Medium Asuna Amawaka}, url = {https://medium.com/insomniacs/shadows-with-a-chance-of-blacknix-badc0f2f41cb}, language = {English}, urldate = {2021-02-18} } Shadows with a chance of BlackNix
BBSRAT BlackNix RAT
2020-03-16Medium Asuna AmawakaAsuna Amawaka
@online{amawaka:20200316:shadows:2ee247e, author = {Asuna Amawaka}, title = {{Shadows in the Rain}}, date = {2020-03-16}, organization = {Medium Asuna Amawaka}, url = {https://medium.com/insomniacs/shadows-in-the-rain-a16efaf21aae}, language = {English}, urldate = {2021-02-18} } Shadows in the Rain
BBSRAT
2016-03-14Palo Alto Networks Unit 42Josh Grunzweig, Robert Falcone, Bryan Lee
@online{grunzweig:20160314:digital:b6ddc60, author = {Josh Grunzweig and Robert Falcone and Bryan Lee}, title = {{Digital Quartermaster Scenario Demonstrated in Attacks Against the Mongolian Government}}, date = {2016-03-14}, organization = {Palo Alto Networks Unit 42}, url = {https://researchcenter.paloaltonetworks.com/2016/03/digital-quartermaster-scenario-demonstrated-in-attacks-against-the-mongolian-government/}, language = {English}, urldate = {2019-12-20} } Digital Quartermaster Scenario Demonstrated in Attacks Against the Mongolian Government
BBSRAT CMSTAR
Yara Rules
[TLP:WHITE] win_bbsrat_auto (20230715 | Detects win.bbsrat.)
rule win_bbsrat_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.bbsrat."
        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.bbsrat"
        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 = { ffd5 8b442410 3bc3 0f8549ffffff 8b442414 8b35???????? }
            // n = 6, score = 100
            //   ffd5                 | call                ebp
            //   8b442410             | mov                 eax, dword ptr [esp + 0x10]
            //   3bc3                 | cmp                 eax, ebx
            //   0f8549ffffff         | jne                 0xffffff4f
            //   8b442414             | mov                 eax, dword ptr [esp + 0x14]
            //   8b35????????         |                     

        $sequence_1 = { 8bec c7451001000000 c7450c01000000 833d????????00 7516 68???????? a1???????? }
            // n = 7, score = 100
            //   8bec                 | mov                 ebp, esp
            //   c7451001000000       | mov                 dword ptr [ebp + 0x10], 1
            //   c7450c01000000       | mov                 dword ptr [ebp + 0xc], 1
            //   833d????????00       |                     
            //   7516                 | jne                 0x18
            //   68????????           |                     
            //   a1????????           |                     

        $sequence_2 = { a3???????? c705????????4a1c0210 c705????????2b130210 c705????????8d120210 c705????????1a120210 c3 8bff }
            // n = 7, score = 100
            //   a3????????           |                     
            //   c705????????4a1c0210     |     
            //   c705????????2b130210     |     
            //   c705????????8d120210     |     
            //   c705????????1a120210     |     
            //   c3                   | ret                 
            //   8bff                 | mov                 edi, edi

        $sequence_3 = { 895c2424 c744240c40000000 895c241c ff15???????? ff15???????? 6a10 56 }
            // n = 7, score = 100
            //   895c2424             | mov                 dword ptr [esp + 0x24], ebx
            //   c744240c40000000     | mov                 dword ptr [esp + 0xc], 0x40
            //   895c241c             | mov                 dword ptr [esp + 0x1c], ebx
            //   ff15????????         |                     
            //   ff15????????         |                     
            //   6a10                 | push                0x10
            //   56                   | push                esi

        $sequence_4 = { 8b442420 50 ff15???????? 56 e8???????? 83c404 b801000000 }
            // n = 7, score = 100
            //   8b442420             | mov                 eax, dword ptr [esp + 0x20]
            //   50                   | push                eax
            //   ff15????????         |                     
            //   56                   | push                esi
            //   e8????????           |                     
            //   83c404               | add                 esp, 4
            //   b801000000           | mov                 eax, 1

        $sequence_5 = { 85db 7532 e8???????? 33c0 3b7810 7205 e8???????? }
            // n = 7, score = 100
            //   85db                 | test                ebx, ebx
            //   7532                 | jne                 0x34
            //   e8????????           |                     
            //   33c0                 | xor                 eax, eax
            //   3b7810               | cmp                 edi, dword ptr [eax + 0x10]
            //   7205                 | jb                  7
            //   e8????????           |                     

        $sequence_6 = { 8944243c 89442440 8d442420 50 c744242400000000 ff15???????? 8b442420 }
            // n = 7, score = 100
            //   8944243c             | mov                 dword ptr [esp + 0x3c], eax
            //   89442440             | mov                 dword ptr [esp + 0x40], eax
            //   8d442420             | lea                 eax, [esp + 0x20]
            //   50                   | push                eax
            //   c744242400000000     | mov                 dword ptr [esp + 0x24], 0
            //   ff15????????         |                     
            //   8b442420             | mov                 eax, dword ptr [esp + 0x20]

        $sequence_7 = { c7000c000000 33c0 5e 5d c3 ff35???????? e8???????? }
            // n = 7, score = 100
            //   c7000c000000         | mov                 dword ptr [eax], 0xc
            //   33c0                 | xor                 eax, eax
            //   5e                   | pop                 esi
            //   5d                   | pop                 ebp
            //   c3                   | ret                 
            //   ff35????????         |                     
            //   e8????????           |                     

        $sequence_8 = { 8bc7 e8???????? 85db 751a e8???????? 33c0 3b7810 }
            // n = 7, score = 100
            //   8bc7                 | mov                 eax, edi
            //   e8????????           |                     
            //   85db                 | test                ebx, ebx
            //   751a                 | jne                 0x1c
            //   e8????????           |                     
            //   33c0                 | xor                 eax, eax
            //   3b7810               | cmp                 edi, dword ptr [eax + 0x10]

        $sequence_9 = { 83feff 7411 6a10 8d442428 50 56 e8???????? }
            // n = 7, score = 100
            //   83feff               | cmp                 esi, -1
            //   7411                 | je                  0x13
            //   6a10                 | push                0x10
            //   8d442428             | lea                 eax, [esp + 0x28]
            //   50                   | push                eax
            //   56                   | push                esi
            //   e8????????           |                     

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