SYMBOLCOMMON_NAMEaka. SYNONYMS
win.portdoor (Back to overview)

PortDoor

VTCollection    

There is no description at this point.

References
2023-04-05Medium IlanduIlan Duhin
PortDoor - APT Backdoor analysis
ACBackdoor 8.t Dropper PortDoor
2022-08-08KasperskyKaspersky Lab ICS CERT
Targeted attack on industrial enterprises and public institutions
Cotx RAT Logtu nccTrojan PortDoor
2022-04-30CybereasonAssaf Dahan, Daniel Frank
PortDoor: New Chinese APT Backdoor Attack Targets Russian Defense Sector
PortDoor
Yara Rules
[TLP:WHITE] win_portdoor_auto (20241030 | Detects win.portdoor.)
rule win_portdoor_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2024-10-31"
        version = "1"
        description = "Detects win.portdoor."
        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.portdoor"
        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 = { 6a73 5b 6a3b 59 6a64 }
            // n = 5, score = 100
            //   6a73                 | push                0x73
            //   5b                   | pop                 ebx
            //   6a3b                 | push                0x3b
            //   59                   | pop                 ecx
            //   6a64                 | push                0x64

        $sequence_1 = { 6a08 8bf1 e8???????? 8bf8 56 }
            // n = 5, score = 100
            //   6a08                 | push                8
            //   8bf1                 | mov                 esi, ecx
            //   e8????????           |                     
            //   8bf8                 | mov                 edi, eax
            //   56                   | push                esi

        $sequence_2 = { ddd8 db2d???????? b801000000 833d????????00 0f8586480000 ba05000000 }
            // n = 6, score = 100
            //   ddd8                 | fstp                st(0)
            //   db2d????????         |                     
            //   b801000000           | mov                 eax, 1
            //   833d????????00       |                     
            //   0f8586480000         | jne                 0x488c
            //   ba05000000           | mov                 edx, 5

        $sequence_3 = { 890497 42 eb1d 84ff 7405 c60000 46 }
            // n = 7, score = 100
            //   890497               | mov                 dword ptr [edi + edx*4], eax
            //   42                   | inc                 edx
            //   eb1d                 | jmp                 0x1f
            //   84ff                 | test                bh, bh
            //   7405                 | je                  7
            //   c60000               | mov                 byte ptr [eax], 0
            //   46                   | inc                 esi

        $sequence_4 = { b001 eb0f 68???????? 56 e8???????? 59 59 }
            // n = 7, score = 100
            //   b001                 | mov                 al, 1
            //   eb0f                 | jmp                 0x11
            //   68????????           |                     
            //   56                   | push                esi
            //   e8????????           |                     
            //   59                   | pop                 ecx
            //   59                   | pop                 ecx

        $sequence_5 = { ff15???????? 6a02 89459c 58 ff750c 66894598 ff15???????? }
            // n = 7, score = 100
            //   ff15????????         |                     
            //   6a02                 | push                2
            //   89459c               | mov                 dword ptr [ebp - 0x64], eax
            //   58                   | pop                 eax
            //   ff750c               | push                dword ptr [ebp + 0xc]
            //   66894598             | mov                 word ptr [ebp - 0x68], ax
            //   ff15????????         |                     

        $sequence_6 = { 8d85fcf3ffff 57 53 50 e8???????? }
            // n = 5, score = 100
            //   8d85fcf3ffff         | lea                 eax, [ebp - 0xc04]
            //   57                   | push                edi
            //   53                   | push                ebx
            //   50                   | push                eax
            //   e8????????           |                     

        $sequence_7 = { e8???????? eb85 8b3d???????? 8bcf 8b1d???????? e8???????? }
            // n = 6, score = 100
            //   e8????????           |                     
            //   eb85                 | jmp                 0xffffff87
            //   8b3d????????         |                     
            //   8bcf                 | mov                 ecx, edi
            //   8b1d????????         |                     
            //   e8????????           |                     

        $sequence_8 = { 83c40c 8d1406 3bcb 773f 8b7704 }
            // n = 5, score = 100
            //   83c40c               | add                 esp, 0xc
            //   8d1406               | lea                 edx, [esi + eax]
            //   3bcb                 | cmp                 ecx, ebx
            //   773f                 | ja                  0x41
            //   8b7704               | mov                 esi, dword ptr [edi + 4]

        $sequence_9 = { eb41 8b4dec e8???????? 8945f0 eb34 8b4dec }
            // n = 6, score = 100
            //   eb41                 | jmp                 0x43
            //   8b4dec               | mov                 ecx, dword ptr [ebp - 0x14]
            //   e8????????           |                     
            //   8945f0               | mov                 dword ptr [ebp - 0x10], eax
            //   eb34                 | jmp                 0x36
            //   8b4dec               | mov                 ecx, dword ptr [ebp - 0x14]

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