SYMBOLCOMMON_NAMEaka. SYNONYMS
win.ncctrojan (Back to overview)

nccTrojan

Actor(s): TA428


There is no description at this point.

References
2022-08-08KasperskyKaspersky Lab ICS CERT
@techreport{cert:20220808:targeted:61c5617, author = {Kaspersky Lab ICS CERT}, title = {{Targeted attack on industrial enterprises and public institutions}}, date = {2022-08-08}, institution = {Kaspersky}, url = {https://ics-cert.kaspersky.com/media/Kaspersky-ICS-CERT-Targeted-attack-on-industrial-enterprises-and-public-institutions-En.pdf}, language = {English}, urldate = {2022-08-11} } Targeted attack on industrial enterprises and public institutions
Cotx RAT Logtu nccTrojan PortDoor
2021-09-23ESET ResearchESET Research
@online{research:20210923:c:02fc0f8, author = {ESET Research}, title = {{Tweet on C# variant of the nccTrojan}}, date = {2021-09-23}, organization = {ESET Research}, url = {https://twitter.com/ESETresearch/status/1441139057682104325?s=20}, language = {English}, urldate = {2021-09-29} } Tweet on C# variant of the nccTrojan
nccTrojan
2021-02-18NTT SecurityHiroki Hada
@online{hada:20210218:ncctrojan:04c46fc, author = {Hiroki Hada}, title = {{nccTrojan used in targeted attack by TA428 group against defense and aviation organizations}}, date = {2021-02-18}, organization = {NTT Security}, url = {https://insight-jp.nttsecurity.com/post/102gr6l/ta428ncctrojan}, language = {Japanese}, urldate = {2021-02-18} } nccTrojan used in targeted attack by TA428 group against defense and aviation organizations
nccTrojan
2021-01-08Youtube (Virus Bulletin)Fumio Ozawa, Shogo Hayashi, Rintaro Koike
@online{ozawa:20210108:operation:18eec5e, author = {Fumio Ozawa and Shogo Hayashi and Rintaro Koike}, title = {{Operation LagTime IT: colourful Panda footprint}}, date = {2021-01-08}, organization = {Youtube (Virus Bulletin)}, url = {https://www.youtube.com/watch?v=1WfPlgtfWnQ}, language = {English}, urldate = {2021-02-06} } Operation LagTime IT: colourful Panda footprint
Cotx RAT nccTrojan Poison Ivy Tmanger TA428
2020-11-26Medium SebdravenSébastien Larinier
@online{larinier:20201126:actor:449d888, author = {Sébastien Larinier}, title = {{Actor behind Operation LagTime targets Russia}}, date = {2020-11-26}, organization = {Medium Sebdraven}, url = {https://sebdraven.medium.com/actor-behind-operation-lagtime-targets-russia-f8c277dc52a9}, language = {English}, urldate = {2021-02-26} } Actor behind Operation LagTime targets Russia
nccTrojan
2020-09-30NTT SecurityFumio Ozawa, Shogo Hayashi, Rintaro Koike
@techreport{ozawa:20200930:operation:04593f6, author = {Fumio Ozawa and Shogo Hayashi and Rintaro Koike}, title = {{Operation LagTime IT: colourful Panda footprint (Slides)}}, date = {2020-09-30}, institution = {NTT Security}, url = {https://vblocalhost.com/uploads/VB2020-20.pdf}, language = {English}, urldate = {2021-02-06} } Operation LagTime IT: colourful Panda footprint (Slides)
Cotx RAT nccTrojan Poison Ivy Tmanger
2020-09-30NTT SecurityFumio Ozawa, Shogo Hayashi, Rintaro Koike
@techreport{ozawa:20200930:operation:1efe218, author = {Fumio Ozawa and Shogo Hayashi and Rintaro Koike}, title = {{Operation LagTime IT: colourful Panda footprint}}, date = {2020-09-30}, institution = {NTT Security}, url = {https://vblocalhost.com/uploads/VB2020-Ozawa-etal.pdf}, language = {English}, urldate = {2021-01-25} } Operation LagTime IT: colourful Panda footprint
Cotx RAT nccTrojan Poison Ivy Tmanger
Yara Rules
[TLP:WHITE] win_ncctrojan_auto (20230715 | Detects win.ncctrojan.)
rule win_ncctrojan_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.ncctrojan."
        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.ncctrojan"
        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 = { 68???????? e9???????? 83f801 750a 68???????? e9???????? 83f802 }
            // n = 7, score = 500
            //   68????????           |                     
            //   e9????????           |                     
            //   83f801               | cmp                 eax, 1
            //   750a                 | jne                 0xc
            //   68????????           |                     
            //   e9????????           |                     
            //   83f802               | cmp                 eax, 2

        $sequence_1 = { 83f805 7536 8b85e8feffff 85c0 750a 68???????? e9???????? }
            // n = 7, score = 500
            //   83f805               | cmp                 eax, 5
            //   7536                 | jne                 0x38
            //   8b85e8feffff         | mov                 eax, dword ptr [ebp - 0x118]
            //   85c0                 | test                eax, eax
            //   750a                 | jne                 0xc
            //   68????????           |                     
            //   e9????????           |                     

        $sequence_2 = { 50 e8???????? 83c40c 8d842418050000 50 8d84247c460000 }
            // n = 6, score = 400
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   8d842418050000       | lea                 eax, [esp + 0x518]
            //   50                   | push                eax
            //   8d84247c460000       | lea                 eax, [esp + 0x467c]

        $sequence_3 = { 6800400000 85c0 8d85ecbdffff 6a00 }
            // n = 4, score = 400
            //   6800400000           | push                0x4000
            //   85c0                 | test                eax, eax
            //   8d85ecbdffff         | lea                 eax, [ebp - 0x4214]
            //   6a00                 | push                0

        $sequence_4 = { 50 e8???????? 83c410 8d4606 }
            // n = 4, score = 400
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c410               | add                 esp, 0x10
            //   8d4606               | lea                 eax, [esi + 6]

        $sequence_5 = { 8d85f4bfffff 6800400000 50 e8???????? 8d45f4 }
            // n = 5, score = 400
            //   8d85f4bfffff         | lea                 eax, [ebp - 0x400c]
            //   6800400000           | push                0x4000
            //   50                   | push                eax
            //   e8????????           |                     
            //   8d45f4               | lea                 eax, [ebp - 0xc]

        $sequence_6 = { 84c0 75f9 eb47 e8???????? 68???????? }
            // n = 5, score = 400
            //   84c0                 | test                al, al
            //   75f9                 | jne                 0xfffffffb
            //   eb47                 | jmp                 0x49
            //   e8????????           |                     
            //   68????????           |                     

        $sequence_7 = { 75f5 2bca d1f9 8d4101 50 e8???????? 8b542410 }
            // n = 7, score = 400
            //   75f5                 | jne                 0xfffffff7
            //   2bca                 | sub                 ecx, edx
            //   d1f9                 | sar                 ecx, 1
            //   8d4101               | lea                 eax, [ecx + 1]
            //   50                   | push                eax
            //   e8????????           |                     
            //   8b542410             | mov                 edx, dword ptr [esp + 0x10]

        $sequence_8 = { 8b8d70fffeff e9???????? 8d8d80fffeff e9???????? }
            // n = 4, score = 300
            //   8b8d70fffeff         | mov                 ecx, dword ptr [ebp - 0x10090]
            //   e9????????           |                     
            //   8d8d80fffeff         | lea                 ecx, [ebp - 0x10080]
            //   e9????????           |                     

        $sequence_9 = { 837d1c10 8d4508 0f434508 50 ff15???????? }
            // n = 5, score = 300
            //   837d1c10             | cmp                 dword ptr [ebp + 0x1c], 0x10
            //   8d4508               | lea                 eax, [ebp + 8]
            //   0f434508             | cmovae              eax, dword ptr [ebp + 8]
            //   50                   | push                eax
            //   ff15????????         |                     

        $sequence_10 = { 8b9580fffeff 8d5218 e8???????? 8d8578fffeff }
            // n = 4, score = 300
            //   8b9580fffeff         | mov                 edx, dword ptr [ebp - 0x10080]
            //   8d5218               | lea                 edx, [edx + 0x18]
            //   e8????????           |                     
            //   8d8578fffeff         | lea                 eax, [ebp - 0x10088]

        $sequence_11 = { 50 ff15???????? 8b4518 8d4d08 }
            // n = 4, score = 300
            //   50                   | push                eax
            //   ff15????????         |                     
            //   8b4518               | mov                 eax, dword ptr [ebp + 0x18]
            //   8d4d08               | lea                 ecx, [ebp + 8]

        $sequence_12 = { 0f84b8000000 6a14 59 8bf3 8d7dac f3a5 }
            // n = 6, score = 300
            //   0f84b8000000         | je                  0xbe
            //   6a14                 | push                0x14
            //   59                   | pop                 ecx
            //   8bf3                 | mov                 esi, ebx
            //   8d7dac               | lea                 edi, [ebp - 0x54]
            //   f3a5                 | rep movsd           dword ptr es:[edi], dword ptr [esi]

        $sequence_13 = { 8b8a2cf8ffff 33c8 e8???????? 8b4afc 33c8 e8???????? b8???????? }
            // n = 7, score = 300
            //   8b8a2cf8ffff         | mov                 ecx, dword ptr [edx - 0x7d4]
            //   33c8                 | xor                 ecx, eax
            //   e8????????           |                     
            //   8b4afc               | mov                 ecx, dword ptr [edx - 4]
            //   33c8                 | xor                 ecx, eax
            //   e8????????           |                     
            //   b8????????           |                     

        $sequence_14 = { 837d1c10 8b7518 0f437d08 ff15???????? }
            // n = 4, score = 300
            //   837d1c10             | cmp                 dword ptr [ebp + 0x1c], 0x10
            //   8b7518               | mov                 esi, dword ptr [ebp + 0x18]
            //   0f437d08             | cmovae              edi, dword ptr [ebp + 8]
            //   ff15????????         |                     

        $sequence_15 = { 50 51 8d4d08 e8???????? 56 }
            // n = 5, score = 300
            //   50                   | push                eax
            //   51                   | push                ecx
            //   8d4d08               | lea                 ecx, [ebp + 8]
            //   e8????????           |                     
            //   56                   | push                esi

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