SYMBOLCOMMON_NAMEaka. SYNONYMS
elf.satori (Back to overview)

Satori

VTCollection    

Satori is a variation of elf.mirai which was first detected around 2017-11-27 by 360 Netlab. It uses exploit to exhibit worm-like behaviour to spread over ports 37215 and 52869 (CVE-2014-8361).

References
2021-03-17Palo Alto Networks Unit 42Haozhe Zhang, Jun Du, Vaibhav Singhal, Zhibin Zhang
Satori: Mirai Botnet Variant Targeting Vantage Velocity Field Unit RCE Vulnerability
Satori
2018-09-02KrebsOnSecurityBrian Krebs
Alleged ‘Satori’ IoT Botnet Operator Sought Media Spotlight, Got Indicted
Satori
2018-02-12RadwareRadware
New Satori Botnet Variant Enslaves Thousands of Dasan WiFi Routers
Satori
2018-01-18NetScoutKirk Soluk, Matt Bing, Pete Arzamendi
The ARC of Satori
Satori
2018-01-17360 netlabRootKiter
Art of Steal: Satori Variant is Robbing ETH BitCoin by Replacing Wallet Address
Satori
2017-12-18eWeekRobert Lamos
Collaborative Takedown Kills IoT Worm 'Satori'
Satori
2017-12-05360 netlab360 Netlab
Warning: Satori, a Mirai Branch Is Spreading in Worm Style on Port 37215 and 52869
Satori
Yara Rules
[TLP:WHITE] elf_satori_auto (20241030 | Detects elf.satori.)
rule elf_satori_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2024-10-31"
        version = "1"
        description = "Detects elf.satori."
        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/elf.satori"
        malpedia_rule_date = "20241030"
        malpedia_hash = "26e26953c49c8efafbf72a38076855d578e0a2e4"
        malpedia_version = "20241030"
        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 = { 50 e8???????? c704241f000000 e8???????? c7042420000000 e8???????? c7042420000000 }
            // n = 7, score = 100
            //   50                   | push                eax
            //   e8????????           |                     
            //   c704241f000000       | mov                 dword ptr [esp], 0x1f
            //   e8????????           |                     
            //   c7042420000000       | mov                 dword ptr [esp], 0x20
            //   e8????????           |                     
            //   c7042420000000       | mov                 dword ptr [esp], 0x20

        $sequence_1 = { ffb51c040000 e8???????? 83c420 6800400000 6a02 }
            // n = 5, score = 100
            //   ffb51c040000         | push                dword ptr [ebp + 0x41c]
            //   e8????????           |                     
            //   83c420               | add                 esp, 0x20
            //   6800400000           | push                0x4000
            //   6a02                 | push                2

        $sequence_2 = { 53 89cb 83ec0c 85c9 8b542420 }
            // n = 5, score = 100
            //   53                   | push                ebx
            //   89cb                 | mov                 ebx, ecx
            //   83ec0c               | sub                 esp, 0xc
            //   85c9                 | test                ecx, ecx
            //   8b542420             | mov                 edx, dword ptr [esp + 0x20]

        $sequence_3 = { c784245809000000000000 fc 8dbc2438090000 31c0 ab ab }
            // n = 6, score = 100
            //   c784245809000000000000     | mov    dword ptr [esp + 0x958], 0
            //   fc                   | cld                 
            //   8dbc2438090000       | lea                 edi, [esp + 0x938]
            //   31c0                 | xor                 eax, eax
            //   ab                   | stosd               dword ptr es:[edi], eax
            //   ab                   | stosd               dword ptr es:[edi], eax

        $sequence_4 = { a1???????? 83f8ff 7431 83ec0c 50 e8???????? c705????????ffffffff }
            // n = 7, score = 100
            //   a1????????           |                     
            //   83f8ff               | cmp                 eax, -1
            //   7431                 | je                  0x33
            //   83ec0c               | sub                 esp, 0xc
            //   50                   | push                eax
            //   e8????????           |                     
            //   c705????????ffffffff     |     

        $sequence_5 = { 7d02 89c2 c784243805000000000000 c78424340500000a000000 83ec0c }
            // n = 5, score = 100
            //   7d02                 | jge                 4
            //   89c2                 | mov                 edx, eax
            //   c784243805000000000000     | mov    dword ptr [esp + 0x538], 0
            //   c78424340500000a000000     | mov    dword ptr [esp + 0x534], 0xa
            //   83ec0c               | sub                 esp, 0xc

        $sequence_6 = { 888335040000 19c0 83e003 05a4000000 894304 89d8 }
            // n = 6, score = 100
            //   888335040000         | mov                 byte ptr [ebx + 0x435], al
            //   19c0                 | sbb                 eax, eax
            //   83e003               | and                 eax, 3
            //   05a4000000           | add                 eax, 0xa4
            //   894304               | mov                 dword ptr [ebx + 4], eax
            //   89d8                 | mov                 eax, ebx

        $sequence_7 = { c685360400000b e9???????? 50 6800020000 6a00 8d8c2444060000 }
            // n = 6, score = 100
            //   c685360400000b       | mov                 byte ptr [ebp + 0x436], 0xb
            //   e9????????           |                     
            //   50                   | push                eax
            //   6800020000           | push                0x200
            //   6a00                 | push                0
            //   8d8c2444060000       | lea                 ecx, [esp + 0x644]

        $sequence_8 = { 89ea b803000000 e8???????? 85c0 89442440 }
            // n = 5, score = 100
            //   89ea                 | mov                 edx, ebp
            //   b803000000           | mov                 eax, 3
            //   e8????????           |                     
            //   85c0                 | test                eax, eax
            //   89442440             | mov                 dword ptr [esp + 0x40], eax

        $sequence_9 = { 8884242e220000 8a84242d220000 c684242d22000030 8884242f220000 83ec0c 6a03 }
            // n = 6, score = 100
            //   8884242e220000       | mov                 byte ptr [esp + 0x222e], al
            //   8a84242d220000       | mov                 al, byte ptr [esp + 0x222d]
            //   c684242d22000030     | mov                 byte ptr [esp + 0x222d], 0x30
            //   8884242f220000       | mov                 byte ptr [esp + 0x222f], al
            //   83ec0c               | sub                 esp, 0xc
            //   6a03                 | push                3

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