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 (20230125 | Detects win.bunitu.)
rule win_bunitu_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-01-25"
        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 = "20230124"
        malpedia_hash = "2ee0eebba83dce3d019a90519f2f972c0fcf9686"
        malpedia_version = "20230125"
        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 = { 68???????? 50 6a00 68???????? 6a00 50 ff15???????? }
            // n = 7, score = 1300
            //   68????????           |                     
            //   50                   | push                eax
            //   6a00                 | push                0
            //   68????????           |                     
            //   6a00                 | push                0
            //   50                   | push                eax
            //   ff15????????         |                     

        $sequence_1 = { 57 52 8b7d08 8b750c 8b4d10 49 }
            // n = 6, score = 1300
            //   57                   | push                edi
            //   52                   | push                edx
            //   8b7d08               | mov                 edi, dword ptr [ebp + 8]
            //   8b750c               | mov                 esi, dword ptr [ebp + 0xc]
            //   8b4d10               | mov                 ecx, dword ptr [ebp + 0x10]
            //   49                   | dec                 ecx

        $sequence_2 = { 68ffff0000 ffb530feffff e8???????? 837d0c00 7505 8b4508 }
            // n = 6, score = 1300
            //   68ffff0000           | push                0xffff
            //   ffb530feffff         | push                dword ptr [ebp - 0x1d0]
            //   e8????????           |                     
            //   837d0c00             | cmp                 dword ptr [ebp + 0xc], 0
            //   7505                 | jne                 7
            //   8b4508               | mov                 eax, dword ptr [ebp + 8]

        $sequence_3 = { 6689bddcfeffff e9???????? 80bd2ffdffff01 7414 }
            // n = 4, score = 1300
            //   6689bddcfeffff       | mov                 word ptr [ebp - 0x124], di
            //   e9????????           |                     
            //   80bd2ffdffff01       | cmp                 byte ptr [ebp - 0x2d1], 1
            //   7414                 | je                  0x16

        $sequence_4 = { 52 6800000100 8b8544feffff 8b9530feffff 899074130000 8b5510 899078130000 }
            // n = 7, score = 1300
            //   52                   | push                edx
            //   6800000100           | push                0x10000
            //   8b8544feffff         | mov                 eax, dword ptr [ebp - 0x1bc]
            //   8b9530feffff         | mov                 edx, dword ptr [ebp - 0x1d0]
            //   899074130000         | mov                 dword ptr [eax + 0x1374], edx
            //   8b5510               | mov                 edx, dword ptr [ebp + 0x10]
            //   899078130000         | mov                 dword ptr [eax + 0x1378], edx

        $sequence_5 = { 0fb6c0 c1e002 bf???????? 03f8 }
            // n = 4, score = 1300
            //   0fb6c0               | movzx               eax, al
            //   c1e002               | shl                 eax, 2
            //   bf????????           |                     
            //   03f8                 | add                 edi, eax

        $sequence_6 = { 52 6800000100 51 68???????? }
            // n = 4, score = 1300
            //   52                   | push                edx
            //   6800000100           | push                0x10000
            //   51                   | push                ecx
            //   68????????           |                     

        $sequence_7 = { 59 5d 5a 8bca }
            // n = 4, score = 1300
            //   59                   | pop                 ecx
            //   5d                   | pop                 ebp
            //   5a                   | pop                 edx
            //   8bca                 | mov                 ecx, edx

        $sequence_8 = { ff15???????? 33c0 40 40 50 ffb528fdffff }
            // n = 6, score = 1300
            //   ff15????????         |                     
            //   33c0                 | xor                 eax, eax
            //   40                   | inc                 eax
            //   40                   | inc                 eax
            //   50                   | push                eax
            //   ffb528fdffff         | push                dword ptr [ebp - 0x2d8]

        $sequence_9 = { 2bfa 87fa 5f 8bc2 }
            // n = 4, score = 1300
            //   2bfa                 | sub                 edi, edx
            //   87fa                 | xchg                edx, edi
            //   5f                   | pop                 edi
            //   8bc2                 | mov                 eax, edx

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