SYMBOLCOMMON_NAMEaka. SYNONYMS
win.tyupkin (Back to overview)

Tyupkin

VTCollection    

There is no description at this point.

References
2019-05-30Talos IntelligenceVanja Svajcer
10 years of virtual dynamite: A high-level retrospective of ATM malware
FastCash Project Alice Cutlet Ploutus ATM Skimer Tyupkin
2018-03-30Trend MicroDavid Sancho, Massimiliano Michenz, Numaan Huq
Cashing in on ATM Malware: A Comprehensive Look at Various Attack Types
Project Alice ATMitch Ploutus ATM Ripper ATM Skimer SUCEFUL Tyupkin
2017-12-13LastlineAlexander Sevtsov
Tyupkin ATM Malware: Take The Money Now Or Never!
Tyupkin
Yara Rules
[TLP:WHITE] win_tyupkin_auto (20201014 | autogenerated rule brought to you by yara-signator)
rule win_tyupkin_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2020-10-14"
        version = "1"
        description = "autogenerated rule brought to you by yara-signator"
        tool = "yara-signator v0.5.0"
        signator_config = "callsandjumps;datarefs;binvalue"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.tyupkin"
        malpedia_rule_date = "20201014"
        malpedia_hash = "a7e3bd57eaf12bf3ea29a863c041091ba3af9ac9"
        malpedia_version = "20201014"
        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 = { ff25???????? 55 8bec 81ec28030000 a3???????? 890d???????? }
            // n = 6, score = 200
            //   ff25????????         |                     
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   81ec28030000         | sub                 esp, 0x328
            //   a3????????           |                     
            //   890d????????         |                     

        $sequence_1 = { 68???????? e8???????? 83c418 c3 ff25???????? }
            // n = 5, score = 200
            //   68????????           |                     
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     

        $sequence_2 = { ff25???????? 55 8bec 81ec28030000 a3???????? 890d???????? 8915???????? }
            // n = 7, score = 200
            //   ff25????????         |                     
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   81ec28030000         | sub                 esp, 0x328
            //   a3????????           |                     
            //   890d????????         |                     
            //   8915????????         |                     

        $sequence_3 = { e8???????? 83c418 c3 ff25???????? 3b0d???????? }
            // n = 5, score = 200
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     
            //   3b0d????????         |                     

        $sequence_4 = { e8???????? 83c418 c3 ff25???????? }
            // n = 4, score = 200
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     

        $sequence_5 = { ff25???????? 55 8bec 81ec28030000 a3???????? }
            // n = 5, score = 200
            //   ff25????????         |                     
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   81ec28030000         | sub                 esp, 0x328
            //   a3????????           |                     

        $sequence_6 = { 68???????? 68???????? e8???????? 83c418 c3 ff25???????? }
            // n = 6, score = 200
            //   68????????           |                     
            //   68????????           |                     
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     

        $sequence_7 = { 68???????? e8???????? 83c418 c3 ff25???????? 3b0d???????? 7502 }
            // n = 7, score = 200
            //   68????????           |                     
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     
            //   3b0d????????         |                     
            //   7502                 | jne                 4

        $sequence_8 = { 83c418 c3 ff25???????? 3b0d???????? 7502 }
            // n = 5, score = 200
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     
            //   3b0d????????         |                     
            //   7502                 | jne                 4

        $sequence_9 = { 83c418 c3 ff25???????? 3b0d???????? }
            // n = 4, score = 200
            //   83c418               | add                 esp, 0x18
            //   c3                   | ret                 
            //   ff25????????         |                     
            //   3b0d????????         |                     

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