SYMBOLCOMMON_NAMEaka. SYNONYMS
win.saint_bot (Back to overview)

Saint Bot


There is no description at this point.

References
2022-07-18Palo Alto Networks Unit 42Unit 42
@online{42:20220718:nascent:4d2484b, author = {Unit 42}, title = {{Nascent Ursa}}, date = {2022-07-18}, organization = {Palo Alto Networks Unit 42}, url = {https://unit42.paloaltonetworks.com/atoms/nascentursa/}, language = {English}, urldate = {2022-07-25} } Nascent Ursa
Saint Bot SaintBear
2022-04-07InQuestWill MacArthur, Nick Chalard
@online{macarthur:20220407:ukraine:99bef5a, author = {Will MacArthur and Nick Chalard}, title = {{Ukraine CyberWar Overview}}, date = {2022-04-07}, organization = {InQuest}, url = {https://inquest.net/blog/2022/04/07/ukraine-cyberwar-overview}, language = {English}, urldate = {2022-04-29} } Ukraine CyberWar Overview
CyclopsBlink Cobalt Strike GraphSteel GrimPlant HermeticWiper HermeticWizard MicroBackdoor PartyTicket Saint Bot Scieron WhisperGate
2022-03-03LIFARSLIFARS
@online{lifars:20220303:closer:f29cc25, author = {LIFARS}, title = {{A Closer Look at the Russian Actors Targeting Organizations in Ukraine}}, date = {2022-03-03}, organization = {LIFARS}, url = {https://lifars.com/2022/03/a-closer-look-at-the-russian-actors-targeting-organizations-in-ukraine/}, language = {English}, urldate = {2022-03-04} } A Closer Look at the Russian Actors Targeting Organizations in Ukraine
HermeticWiper IsaacWiper Saint Bot WhisperGate
2022-02-25paloalto Networks Unit 42Unit 42
@online{42:20220225:spear:34925b2, author = {Unit 42}, title = {{Spear Phishing Attacks Target Organizations in Ukraine, Payloads Include the Document Stealer OutSteel and the Downloader SaintBot}}, date = {2022-02-25}, organization = {paloalto Networks Unit 42}, url = {https://unit42.paloaltonetworks.com/ukraine-targeted-outsteel-saintbot/}, language = {English}, urldate = {2022-03-01} } Spear Phishing Attacks Target Organizations in Ukraine, Payloads Include the Document Stealer OutSteel and the Downloader SaintBot
Saint Bot
2022-02-02Cert-UACert-UA
@online{certua:20220202:uac0056:c1fdb5c, author = {Cert-UA}, title = {{UAC-0056 cyberattack on Ukrainian state organizations using SaintBot and OutSteel malware (CERT-UA#3799)}}, date = {2022-02-02}, organization = {Cert-UA}, url = {https://cert.gov.ua/article/18419}, language = {Ukrainian}, urldate = {2022-05-04} } UAC-0056 cyberattack on Ukrainian state organizations using SaintBot and OutSteel malware (CERT-UA#3799)
Saint Bot
2022-01-31CyberScoopAJ Vicens
@online{vicens:20220131:conversation:464d1e3, author = {AJ Vicens}, title = {{Conversation with a top Ukrainian cyber official: What we know, what we don't, what it means}}, date = {2022-01-31}, organization = {CyberScoop}, url = {https://www.cyberscoop.com/ukrainian-cyber-attacks-russia-conflict-q-and-a/}, language = {English}, urldate = {2022-02-02} } Conversation with a top Ukrainian cyber official: What we know, what we don't, what it means
Saint Bot
2021-04-06MalwarebytesThreat Intelligence Team
@online{team:20210406:deep:6279974, author = {Threat Intelligence Team}, title = {{A deep dive into Saint Bot, a new downloader}}, date = {2021-04-06}, organization = {Malwarebytes}, url = {https://blog.malwarebytes.com/threat-analysis/2021/04/a-deep-dive-into-saint-bot-downloader/}, language = {English}, urldate = {2021-04-12} } A deep dive into Saint Bot, a new downloader
Saint Bot
Yara Rules
[TLP:WHITE] win_saint_bot_auto (20230125 | Detects win.saint_bot.)
rule win_saint_bot_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-01-25"
        version = "1"
        description = "Detects win.saint_bot."
        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.saint_bot"
        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 = { 8bd8 85db 746d 56 ff7508 8bf7 e8???????? }
            // n = 7, score = 100
            //   8bd8                 | mov                 ebx, eax
            //   85db                 | test                ebx, ebx
            //   746d                 | je                  0x6f
            //   56                   | push                esi
            //   ff7508               | push                dword ptr [ebp + 8]
            //   8bf7                 | mov                 esi, edi
            //   e8????????           |                     

        $sequence_1 = { c3 56 57 bf04010000 57 6a00 }
            // n = 6, score = 100
            //   c3                   | ret                 
            //   56                   | push                esi
            //   57                   | push                edi
            //   bf04010000           | mov                 edi, 0x104
            //   57                   | push                edi
            //   6a00                 | push                0

        $sequence_2 = { 6a00 897dec ffd6 8bf0 85f6 }
            // n = 5, score = 100
            //   6a00                 | push                0
            //   897dec               | mov                 dword ptr [ebp - 0x14], edi
            //   ffd6                 | call                esi
            //   8bf0                 | mov                 esi, eax
            //   85f6                 | test                esi, esi

        $sequence_3 = { ffd7 ff75f8 a3???????? 56 ffd7 ff75f0 }
            // n = 6, score = 100
            //   ffd7                 | call                edi
            //   ff75f8               | push                dword ptr [ebp - 8]
            //   a3????????           |                     
            //   56                   | push                esi
            //   ffd7                 | call                edi
            //   ff75f0               | push                dword ptr [ebp - 0x10]

        $sequence_4 = { 3bca 8bc2 0f42c1 50 ff75e8 56 ff15???????? }
            // n = 7, score = 100
            //   3bca                 | cmp                 ecx, edx
            //   8bc2                 | mov                 eax, edx
            //   0f42c1               | cmovb               eax, ecx
            //   50                   | push                eax
            //   ff75e8               | push                dword ptr [ebp - 0x18]
            //   56                   | push                esi
            //   ff15????????         |                     

        $sequence_5 = { 53 ff15???????? 6a02 53 ff15???????? 33db 53 }
            // n = 7, score = 100
            //   53                   | push                ebx
            //   ff15????????         |                     
            //   6a02                 | push                2
            //   53                   | push                ebx
            //   ff15????????         |                     
            //   33db                 | xor                 ebx, ebx
            //   53                   | push                ebx

        $sequence_6 = { ffd7 ff75f4 a3???????? 53 ffd7 ff75f0 }
            // n = 6, score = 100
            //   ffd7                 | call                edi
            //   ff75f4               | push                dword ptr [ebp - 0xc]
            //   a3????????           |                     
            //   53                   | push                ebx
            //   ffd7                 | call                edi
            //   ff75f0               | push                dword ptr [ebp - 0x10]

        $sequence_7 = { 68e6c00200 ff15???????? e8???????? 83f841 }
            // n = 4, score = 100
            //   68e6c00200           | push                0x2c0e6
            //   ff15????????         |                     
            //   e8????????           |                     
            //   83f841               | cmp                 eax, 0x41

        $sequence_8 = { ba???????? b9???????? 0f42ca 51 894dd4 e8???????? }
            // n = 6, score = 100
            //   ba????????           |                     
            //   b9????????           |                     
            //   0f42ca               | cmovb               ecx, edx
            //   51                   | push                ecx
            //   894dd4               | mov                 dword ptr [ebp - 0x2c], ecx
            //   e8????????           |                     

        $sequence_9 = { 68???????? e8???????? 6afa 68???????? 8bd8 e8???????? }
            // n = 6, score = 100
            //   68????????           |                     
            //   e8????????           |                     
            //   6afa                 | push                -6
            //   68????????           |                     
            //   8bd8                 | mov                 ebx, eax
            //   e8????????           |                     

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