SYMBOLCOMMON_NAMEaka. SYNONYMS
win.atmitch (Back to overview)

ATMitch


There is no description at this point.

References
2020-04-23Kaspersky LabsKaspersky
@online{kaspersky:20200423:look:4e5d7ab, author = {Kaspersky}, title = {{A look at the ATM/PoS malware landscape from 2017-2019}}, date = {2020-04-23}, organization = {Kaspersky Labs}, url = {https://securelist.com/atm-pos-malware-landscape-2017-2019/96750/}, language = {English}, urldate = {2020-04-26} } A look at the ATM/PoS malware landscape from 2017-2019
ATMitch WinPot
2018-03-30Trend MicroDavid Sancho, Numaan Huq, Massimiliano Michenz
@techreport{sancho:20180330:cashing:b325dd3, author = {David Sancho and Numaan Huq and Massimiliano Michenz}, title = {{Cashing in on ATM Malware: A Comprehensive Look at Various Attack Types}}, date = {2018-03-30}, institution = {Trend Micro}, url = {https://documents.trendmicro.com/assets/white_papers/wp-cashing-in-on-atm-malware.pdf}, language = {English}, urldate = {2020-02-27} } Cashing in on ATM Malware: A Comprehensive Look at Various Attack Types
Project Alice ATMitch Ploutus ATM Ripper ATM Skimer SUCEFUL Tyupkin
2017-04-04Kaspersky LabsSergey Golovanov
@online{golovanov:20170404:atmitch:1ed35bc, author = {Sergey Golovanov}, title = {{ATMitch: remote administration of ATMs}}, date = {2017-04-04}, organization = {Kaspersky Labs}, url = {https://securelist.com/blog/sas/77918/atmitch-remote-administration-of-atms/}, language = {English}, urldate = {2019-12-20} } ATMitch: remote administration of ATMs
ATMitch
Yara Rules
[TLP:WHITE] win_atmitch_auto (20230715 | Detects win.atmitch.)
rule win_atmitch_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.atmitch."
        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.atmitch"
        malpedia_rule_date = "20230705"
        malpedia_hash = "42d0574f4405bd7d2b154d321d345acb18834a41"
        malpedia_version = "20230715"
        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 = { 51 8bcc 89642404 68???????? ff15???????? }
            // n = 5, score = 100
            //   51                   | push                ecx
            //   8bcc                 | mov                 ecx, esp
            //   89642404             | mov                 dword ptr [esp + 4], esp
            //   68????????           |                     
            //   ff15????????         |                     

        $sequence_1 = { 84c0 74db e8???????? 85c0 }
            // n = 4, score = 100
            //   84c0                 | test                al, al
            //   74db                 | je                  0xffffffdd
            //   e8????????           |                     
            //   85c0                 | test                eax, eax

        $sequence_2 = { c744243000000000 e8???????? 8bf0 c7442420ffffffff 8b44240c }
            // n = 5, score = 100
            //   c744243000000000     | mov                 dword ptr [esp + 0x30], 0
            //   e8????????           |                     
            //   8bf0                 | mov                 esi, eax
            //   c7442420ffffffff     | mov                 dword ptr [esp + 0x20], 0xffffffff
            //   8b44240c             | mov                 eax, dword ptr [esp + 0xc]

        $sequence_3 = { eb1a 51 8bcc 89642410 68???????? ff15???????? e8???????? }
            // n = 7, score = 100
            //   eb1a                 | jmp                 0x1c
            //   51                   | push                ecx
            //   8bcc                 | mov                 ecx, esp
            //   89642410             | mov                 dword ptr [esp + 0x10], esp
            //   68????????           |                     
            //   ff15????????         |                     
            //   e8????????           |                     

        $sequence_4 = { 8d4c241c ff15???????? 50 8d4c2418 c644244c06 }
            // n = 5, score = 100
            //   8d4c241c             | lea                 ecx, [esp + 0x1c]
            //   ff15????????         |                     
            //   50                   | push                eax
            //   8d4c2418             | lea                 ecx, [esp + 0x18]
            //   c644244c06           | mov                 byte ptr [esp + 0x4c], 6

        $sequence_5 = { 85c0 7408 8bc8 ff15???????? 8b4c2408 64890d00000000 }
            // n = 6, score = 100
            //   85c0                 | test                eax, eax
            //   7408                 | je                  0xa
            //   8bc8                 | mov                 ecx, eax
            //   ff15????????         |                     
            //   8b4c2408             | mov                 ecx, dword ptr [esp + 8]
            //   64890d00000000       | mov                 dword ptr fs:[0], ecx

        $sequence_6 = { 0faf6c2414 6a0e e8???????? 8bf8 }
            // n = 4, score = 100
            //   0faf6c2414           | imul                ebp, dword ptr [esp + 0x14]
            //   6a0e                 | push                0xe
            //   e8????????           |                     
            //   8bf8                 | mov                 edi, eax

        $sequence_7 = { 6a00 b9???????? e8???????? 8d4c240c ff15???????? }
            // n = 5, score = 100
            //   6a00                 | push                0
            //   b9????????           |                     
            //   e8????????           |                     
            //   8d4c240c             | lea                 ecx, [esp + 0xc]
            //   ff15????????         |                     

        $sequence_8 = { 50 ff15???????? 56 51 8bcc }
            // n = 5, score = 100
            //   50                   | push                eax
            //   ff15????????         |                     
            //   56                   | push                esi
            //   51                   | push                ecx
            //   8bcc                 | mov                 ecx, esp

        $sequence_9 = { 51 8bcc 89642414 68???????? 66a3???????? ff15???????? }
            // n = 6, score = 100
            //   51                   | push                ecx
            //   8bcc                 | mov                 ecx, esp
            //   89642414             | mov                 dword ptr [esp + 0x14], esp
            //   68????????           |                     
            //   66a3????????         |                     
            //   ff15????????         |                     

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