SYMBOLCOMMON_NAMEaka. SYNONYMS
win.bahamut (Back to overview)

Bahamut


There is no description at this point.

References
2020-10-06BlackberryBlackberry Research
@techreport{research:20201006:bahamut:2a6157f, author = {Blackberry Research}, title = {{BAHAMUT: Hack-for-Hire Masters of Phishing, Fake News, and Fake Apps}}, date = {2020-10-06}, institution = {Blackberry}, url = {https://www.blackberry.com/us/en/pdfviewer?file=/content/dam/blackberry-com/asset/enterprise/pdf/direct/report-spark-bahamut.pdf}, language = {English}, urldate = {2020-10-08} } BAHAMUT: Hack-for-Hire Masters of Phishing, Fake News, and Fake Apps
Bahamut Bahamut
2017-10-27BellingcatCollin Anderson
@online{anderson:20171027:bahamut:e17abf8, author = {Collin Anderson}, title = {{Bahamut Revisited, More Cyber Espionage in the Middle East and South Asia}}, date = {2017-10-27}, organization = {Bellingcat}, url = {https://www.bellingcat.com/resources/case-studies/2017/10/27/bahamut-revisited-cyber-espionage-middle-east-south-asia/}, language = {English}, urldate = {2020-01-06} } Bahamut Revisited, More Cyber Espionage in the Middle East and South Asia
Bahamut Bahamut Bahamut
2017-06-12BellingcatCollin Anderson
@online{anderson:20170612:bahamut:9810646, author = {Collin Anderson}, title = {{Bahamut, Pursuing a Cyber Espionage Actor in the Middle East}}, date = {2017-06-12}, organization = {Bellingcat}, url = {https://www.bellingcat.com/news/mena/2017/06/12/bahamut-pursuing-cyber-espionage-actor-middle-east/}, language = {English}, urldate = {2020-01-13} } Bahamut, Pursuing a Cyber Espionage Actor in the Middle East
Bahamut Bahamut Bahamut
Yara Rules
[TLP:WHITE] win_bahamut_auto (20180607 | autogenerated rule brought to you by yara-signator)
rule win_bahamut_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2018-11-23"
        version = "1"
        description = "autogenerated rule brought to you by yara-signator"
        tool = "yara-signator 0.1a"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.bahamut"
        malpedia_version = "20180607"
        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 / approach will be published in the near future 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 = { 00e9 0300 0000 0008 }
            // n = 4, score = 1000
            //   00e9                 | add                 cl, ch
            //   0300                 | add                 eax, dword ptr [eax]
            //   0000                 | add                 byte ptr [eax], al
            //   0008                 | add                 byte ptr [eax], cl

        $sequence_1 = { 0003 10c6 0d8b0f5901 e900000000 }
            // n = 4, score = 1000
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf

        $sequence_2 = { 10c6 0d8b0f5901 e900000000 0003 }
            // n = 4, score = 1000
            //   10c6                 | adc                 dh, al
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf
            //   0003                 | add                 byte ptr [ebx], al

        $sequence_3 = { 0d8b0f5901 e900000000 0003 10c6 }
            // n = 4, score = 1000
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al

        $sequence_4 = { 10c6 0d8b0f5901 e900000000 0003 10c6 }
            // n = 5, score = 1000
            //   10c6                 | adc                 dh, al
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al

        $sequence_5 = { 0003 10c6 0d8b0f5901 e900000000 0003 }
            // n = 5, score = 1000
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf
            //   0003                 | add                 byte ptr [ebx], al

        $sequence_6 = { 0003 10c6 0d8b0f5901 e900000000 0003 10c6 }
            // n = 6, score = 1000
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al
            //   0d8b0f5901           | or                  eax, 0x1590f8b
            //   e900000000           | jmp                 0xd51fdf
            //   0003                 | add                 byte ptr [ebx], al
            //   10c6                 | adc                 dh, al

    condition:
        7 of them
}
Download all Yara Rules