SYMBOLCOMMON_NAMEaka. SYNONYMS
win.bunitu (Back to overview)

Bunitu


Bunitu is a trojan that exposes infected computers to be used as a proxy for remote clients. It registers itself at startup by providing its address and open ports. Access to Bunitu proxies is available by using criminal VPN services (e.g.VIP72).

References
2021-04-12PTSecurityPTSecurity
@online{ptsecurity:20210412:paas:1d06836, author = {PTSecurity}, title = {{PaaS, or how hackers evade antivirus software}}, date = {2021-04-12}, organization = {PTSecurity}, url = {https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/paas-or-how-hackers-evade-antivirus-software/}, language = {English}, urldate = {2021-04-12} } PaaS, or how hackers evade antivirus software
Amadey Bunitu Cerber Dridex ISFB KPOT Stealer Mailto Nemty Phobos Pony Predator The Thief QakBot Raccoon RTM SmokeLoader Zloader
2019-04-12BroadAnalysisAnalysis
@online{analysis:20190412:rig:0230572, author = {Analysis}, title = {{Rig Exploit Kit delivers Bunitu Malware}}, date = {2019-04-12}, organization = {BroadAnalysis}, url = {https://broadanalysis.com/2019/04/12/rig-exploit-kit-delivers-bunitu-malware/}, language = {English}, urldate = {2020-01-10} } Rig Exploit Kit delivers Bunitu Malware
Bunitu
2018-03-21Malware Breakdown BlogMalware Breakdown
@online{breakdown:20180321:fobos:15877e7, author = {Malware Breakdown}, title = {{Fobos Malvertising Campaign Delivers Bunitu Proxy Trojan via RIG EK}}, date = {2018-03-21}, organization = {Malware Breakdown Blog}, url = {https://malwarebreakdown.com/2018/03/21/fobos-malvertising-campaign-delivers-bunitu-proxy-trojan-via-rig-ek/}, language = {English}, urldate = {2019-10-13} } Fobos Malvertising Campaign Delivers Bunitu Proxy Trojan via RIG EK
Bunitu
2017-06-07Zerophage
@online{zerophage:20170607:rig:7e32e84, author = {Zerophage}, title = {{Rig EK via Fake EVE Online website drops Bunitu}}, date = {2017-06-07}, url = {https://zerophagemalware.com/2017/06/07/rig-ek-via-fake-eve-online-website-drops-bunitu/}, language = {English}, urldate = {2019-11-29} } Rig EK via Fake EVE Online website drops Bunitu
Bunitu
2017-05-09Malware Traffic AnalysisBrad Duncan
@online{duncan:20170509:rig:c6b2df9, author = {Brad Duncan}, title = {{RIG EK SENDS BUNITU TROJAN}}, date = {2017-05-09}, organization = {Malware Traffic Analysis}, url = {http://malware-traffic-analysis.net/2017/05/09/index.html}, language = {English}, urldate = {2020-01-08} } RIG EK SENDS BUNITU TROJAN
Bunitu
2015-08-05MalwarebytesMalwarebytes Labs
@online{labs:20150805:whos:972f567, author = {Malwarebytes Labs}, title = {{Who’s Behind Your Proxy? Uncovering Bunitu’s Secrets}}, date = {2015-08-05}, organization = {Malwarebytes}, url = {https://blog.malwarebytes.com/threat-analysis/2015/08/whos-behind-your-proxy-uncovering-bunitus-secrets/}, language = {English}, urldate = {2019-12-20} } Who’s Behind Your Proxy? Uncovering Bunitu’s Secrets
Bunitu
2015-07-13Malwarebyteshasherezade
@online{hasherezade:20150713:revisiting:391fe73, author = {hasherezade}, title = {{Revisiting The Bunitu Trojan}}, date = {2015-07-13}, organization = {Malwarebytes}, url = {https://blog.malwarebytes.com/threat-analysis/2015/07/revisiting-the-bunitu-trojan/}, language = {English}, urldate = {2019-12-20} } Revisiting The Bunitu Trojan
Bunitu
Yara Rules
[TLP:WHITE] win_bunitu_auto (20230715 | Detects win.bunitu.)
rule win_bunitu_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.bunitu."
        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.bunitu"
        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 = { e8???????? 0bc0 7415 40 7412 48 50 }
            // n = 7, score = 1300
            //   e8????????           |                     
            //   0bc0                 | or                  eax, eax
            //   7415                 | je                  0x17
            //   40                   | inc                 eax
            //   7412                 | je                  0x14
            //   48                   | dec                 eax
            //   50                   | push                eax

        $sequence_1 = { 6a00 68bf0a0000 ff15???????? 33c0 40 40 50 }
            // n = 7, score = 1300
            //   6a00                 | push                0
            //   68bf0a0000           | push                0xabf
            //   ff15????????         |                     
            //   33c0                 | xor                 eax, eax
            //   40                   | inc                 eax
            //   40                   | inc                 eax
            //   50                   | push                eax

        $sequence_2 = { b968080000 f3aa 5f 8b4508 }
            // n = 4, score = 1300
            //   b968080000           | mov                 ecx, 0x868
            //   f3aa                 | rep stosb           byte ptr es:[edi], al
            //   5f                   | pop                 edi
            //   8b4508               | mov                 eax, dword ptr [ebp + 8]

        $sequence_3 = { ff750c ff7508 ff15???????? 59 5d 5a }
            // n = 6, score = 1300
            //   ff750c               | push                dword ptr [ebp + 0xc]
            //   ff7508               | push                dword ptr [ebp + 8]
            //   ff15????????         |                     
            //   59                   | pop                 ecx
            //   5d                   | pop                 ebp
            //   5a                   | pop                 edx

        $sequence_4 = { ffb524fdffff e8???????? eb12 6a08 68???????? }
            // n = 5, score = 1300
            //   ffb524fdffff         | push                dword ptr [ebp - 0x2dc]
            //   e8????????           |                     
            //   eb12                 | jmp                 0x14
            //   6a08                 | push                8
            //   68????????           |                     

        $sequence_5 = { 8d953cfeffff b9???????? 52 6800000100 }
            // n = 4, score = 1300
            //   8d953cfeffff         | lea                 edx, [ebp - 0x1c4]
            //   b9????????           |                     
            //   52                   | push                edx
            //   6800000100           | push                0x10000

        $sequence_6 = { bf04000000 8b9d44feffff 56 53 ffb530feffff e8???????? }
            // n = 6, score = 1300
            //   bf04000000           | mov                 edi, 4
            //   8b9d44feffff         | mov                 ebx, dword ptr [ebp - 0x1bc]
            //   56                   | push                esi
            //   53                   | push                ebx
            //   ffb530feffff         | push                dword ptr [ebp - 0x1d0]
            //   e8????????           |                     

        $sequence_7 = { 8b7d08 8b750c 8b4d10 49 ac 3c00 7405 }
            // n = 7, score = 1300
            //   8b7d08               | mov                 edi, dword ptr [ebp + 8]
            //   8b750c               | mov                 esi, dword ptr [ebp + 0xc]
            //   8b4d10               | mov                 ecx, dword ptr [ebp + 0x10]
            //   49                   | dec                 ecx
            //   ac                   | lodsb               al, byte ptr [esi]
            //   3c00                 | cmp                 al, 0
            //   7405                 | je                  7

        $sequence_8 = { 5e 8d953cfeffff b9???????? 52 6800000100 }
            // n = 5, score = 1300
            //   5e                   | pop                 esi
            //   8d953cfeffff         | lea                 edx, [ebp - 0x1c4]
            //   b9????????           |                     
            //   52                   | push                edx
            //   6800000100           | push                0x10000

        $sequence_9 = { 50 ff75ec e8???????? 0bc0 7e18 50 }
            // n = 6, score = 1300
            //   50                   | push                eax
            //   ff75ec               | push                dword ptr [ebp - 0x14]
            //   e8????????           |                     
            //   0bc0                 | or                  eax, eax
            //   7e18                 | jle                 0x1a
            //   50                   | push                eax

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