SYMBOLCOMMON_NAMEaka. SYNONYMS
win.classfon (Back to overview)

CLASSFON

VTCollection    

There is no description at this point.

References
2019-08-09FireEyeFireEye
Double Dragon APT41, a dual espionage and cyber crime operation
CLASSFON crackshot CROSSWALK GEARSHIFT HIGHNOON HIGHNOON.BIN JUMPALL poisonplug Winnti
Yara Rules
[TLP:WHITE] win_classfon_auto (20241030 | Detects win.classfon.)
rule win_classfon_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2024-10-31"
        version = "1"
        description = "Detects win.classfon."
        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.classfon"
        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 = { 6a01 56 ffd0 85c0 7511 55 e8???????? }
            // n = 7, score = 200
            //   6a01                 | push                1
            //   56                   | push                esi
            //   ffd0                 | call                eax
            //   85c0                 | test                eax, eax
            //   7511                 | jne                 0x13
            //   55                   | push                ebp
            //   e8????????           |                     

        $sequence_1 = { 8d4c2400 c744240000000000 51 68???????? 52 c744241001000000 }
            // n = 6, score = 200
            //   8d4c2400             | lea                 ecx, [esp]
            //   c744240000000000     | mov                 dword ptr [esp], 0
            //   51                   | push                ecx
            //   68????????           |                     
            //   52                   | push                edx
            //   c744241001000000     | mov                 dword ptr [esp + 0x10], 1

        $sequence_2 = { e8???????? 8b8c2420020000 8bb42418020000 8bd8 8bd1 8bfb }
            // n = 6, score = 200
            //   e8????????           |                     
            //   8b8c2420020000       | mov                 ecx, dword ptr [esp + 0x220]
            //   8bb42418020000       | mov                 esi, dword ptr [esp + 0x218]
            //   8bd8                 | mov                 ebx, eax
            //   8bd1                 | mov                 edx, ecx
            //   8bfb                 | mov                 edi, ebx

        $sequence_3 = { 0f859d010000 8d4c241c 8d542424 51 8b4c2414 8d442424 52 }
            // n = 7, score = 200
            //   0f859d010000         | jne                 0x1a3
            //   8d4c241c             | lea                 ecx, [esp + 0x1c]
            //   8d542424             | lea                 edx, [esp + 0x24]
            //   51                   | push                ecx
            //   8b4c2414             | mov                 ecx, dword ptr [esp + 0x14]
            //   8d442424             | lea                 eax, [esp + 0x24]
            //   52                   | push                edx

        $sequence_4 = { 897d04 89450c 894508 894510 8b4b50 }
            // n = 5, score = 200
            //   897d04               | mov                 dword ptr [ebp + 4], edi
            //   89450c               | mov                 dword ptr [ebp + 0xc], eax
            //   894508               | mov                 dword ptr [ebp + 8], eax
            //   894510               | mov                 dword ptr [ebp + 0x10], eax
            //   8b4b50               | mov                 ecx, dword ptr [ebx + 0x50]

        $sequence_5 = { 83c408 40 8bf8 803f00 }
            // n = 4, score = 200
            //   83c408               | add                 esp, 8
            //   40                   | inc                 eax
            //   8bf8                 | mov                 edi, eax
            //   803f00               | cmp                 byte ptr [edi], 0

        $sequence_6 = { ffd3 89be00020000 89be10020000 89be14020000 5f 5e }
            // n = 6, score = 200
            //   ffd3                 | call                ebx
            //   89be00020000         | mov                 dword ptr [esi + 0x200], edi
            //   89be10020000         | mov                 dword ptr [esi + 0x210], edi
            //   89be14020000         | mov                 dword ptr [esi + 0x214], edi
            //   5f                   | pop                 edi
            //   5e                   | pop                 esi

        $sequence_7 = { 03f5 56 89742418 ff15???????? 85c0 0f85c3000000 }
            // n = 6, score = 200
            //   03f5                 | add                 esi, ebp
            //   56                   | push                esi
            //   89742418             | mov                 dword ptr [esp + 0x18], esi
            //   ff15????????         |                     
            //   85c0                 | test                eax, eax
            //   0f85c3000000         | jne                 0xc9

        $sequence_8 = { e8???????? 83c40c 85c0 7437 8b8c2428020000 }
            // n = 5, score = 200
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   85c0                 | test                eax, eax
            //   7437                 | je                  0x39
            //   8b8c2428020000       | mov                 ecx, dword ptr [esp + 0x228]

        $sequence_9 = { 5f 5e 5b 81c418020000 c3 5f }
            // n = 6, score = 200
            //   5f                   | pop                 edi
            //   5e                   | pop                 esi
            //   5b                   | pop                 ebx
            //   81c418020000         | add                 esp, 0x218
            //   c3                   | ret                 
            //   5f                   | pop                 edi

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