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 (20230407 | Detects win.ncctrojan.)
rule win_ncctrojan_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-03-28"
        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 = "20230328"
        malpedia_hash = "9d2d75cef573c1c2d861f5197df8f563b05a305d"
        malpedia_version = "20230407"
        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 = { 750a 68???????? e9???????? 83f802 }
            // n = 4, score = 500
            //   750a                 | jne                 0xc
            //   68????????           |                     
            //   e9????????           |                     
            //   83f802               | cmp                 eax, 2

        $sequence_1 = { 68???????? e9???????? 83f801 750a 68???????? }
            // n = 5, score = 500
            //   68????????           |                     
            //   e9????????           |                     
            //   83f801               | cmp                 eax, 1
            //   750a                 | jne                 0xc
            //   68????????           |                     

        $sequence_2 = { 83f805 7536 8b85e8feffff 85c0 }
            // n = 4, score = 500
            //   83f805               | cmp                 eax, 5
            //   7536                 | jne                 0x38
            //   8b85e8feffff         | mov                 eax, dword ptr [ebp - 0x118]
            //   85c0                 | test                eax, eax

        $sequence_3 = { 7249 8bce 81e11f000080 7905 49 83c9e0 41 }
            // n = 7, score = 400
            //   7249                 | jb                  0x4b
            //   8bce                 | mov                 ecx, esi
            //   81e11f000080         | and                 ecx, 0x8000001f
            //   7905                 | jns                 7
            //   49                   | dec                 ecx
            //   83c9e0               | or                  ecx, 0xffffffe0
            //   41                   | inc                 ecx

        $sequence_4 = { 8d85d496ffff 6800400000 50 e8???????? 83c41c 8d85d496ffff }
            // n = 6, score = 400
            //   8d85d496ffff         | lea                 eax, [ebp - 0x692c]
            //   6800400000           | push                0x4000
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c41c               | add                 esp, 0x1c
            //   8d85d496ffff         | lea                 eax, [ebp - 0x692c]

        $sequence_5 = { 7507 68???????? eb6b 68???????? eb64 83f802 }
            // n = 6, score = 400
            //   7507                 | jne                 9
            //   68????????           |                     
            //   eb6b                 | jmp                 0x6d
            //   68????????           |                     
            //   eb64                 | jmp                 0x66
            //   83f802               | cmp                 eax, 2

        $sequence_6 = { 84c0 75f9 2bca 0f841c010000 8dbd68feffff }
            // n = 5, score = 400
            //   84c0                 | test                al, al
            //   75f9                 | jne                 0xfffffffb
            //   2bca                 | sub                 ecx, edx
            //   0f841c010000         | je                  0x122
            //   8dbd68feffff         | lea                 edi, [ebp - 0x198]

        $sequence_7 = { 33f6 68f4010000 ff15???????? 8d442410 }
            // n = 4, score = 400
            //   33f6                 | xor                 esi, esi
            //   68f4010000           | push                0x1f4
            //   ff15????????         |                     
            //   8d442410             | lea                 eax, [esp + 0x10]

        $sequence_8 = { 85d2 7e10 8ac1 02c9 }
            // n = 4, score = 300
            //   85d2                 | test                edx, edx
            //   7e10                 | jle                 0x12
            //   8ac1                 | mov                 al, cl
            //   02c9                 | add                 cl, cl

        $sequence_9 = { 6a00 ff75ec ff33 56 }
            // n = 4, score = 300
            //   6a00                 | push                0
            //   ff75ec               | push                dword ptr [ebp - 0x14]
            //   ff33                 | push                dword ptr [ebx]
            //   56                   | push                esi

        $sequence_10 = { 68???????? 50 e8???????? 83c418 8d45d0 50 eb05 }
            // n = 7, score = 300
            //   68????????           |                     
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c418               | add                 esp, 0x18
            //   8d45d0               | lea                 eax, [ebp - 0x30]
            //   50                   | push                eax
            //   eb05                 | jmp                 7

        $sequence_11 = { 6a7c 50 e8???????? 8bd8 }
            // n = 4, score = 300
            //   6a7c                 | push                0x7c
            //   50                   | push                eax
            //   e8????????           |                     
            //   8bd8                 | mov                 ebx, eax

        $sequence_12 = { 50 8d4d88 e8???????? c645fc02 8d45d8 837dec10 }
            // n = 6, score = 300
            //   50                   | push                eax
            //   8d4d88               | lea                 ecx, [ebp - 0x78]
            //   e8????????           |                     
            //   c645fc02             | mov                 byte ptr [ebp - 4], 2
            //   8d45d8               | lea                 eax, [ebp - 0x28]
            //   837dec10             | cmp                 dword ptr [ebp - 0x14], 0x10

        $sequence_13 = { 85db 0f84b8000000 6a14 59 }
            // n = 4, score = 300
            //   85db                 | test                ebx, ebx
            //   0f84b8000000         | je                  0xbe
            //   6a14                 | push                0x14
            //   59                   | pop                 ecx

        $sequence_14 = { 56 8985c8feffff 8d4d08 6a00 8d8548ffffff 50 e8???????? }
            // n = 7, score = 300
            //   56                   | push                esi
            //   8985c8feffff         | mov                 dword ptr [ebp - 0x138], eax
            //   8d4d08               | lea                 ecx, [ebp + 8]
            //   6a00                 | push                0
            //   8d8548ffffff         | lea                 eax, [ebp - 0xb8]
            //   50                   | push                eax
            //   e8????????           |                     

        $sequence_15 = { 8b450c 3dffffff7f 7605 e9???????? }
            // n = 4, score = 300
            //   8b450c               | mov                 eax, dword ptr [ebp + 0xc]
            //   3dffffff7f           | cmp                 eax, 0x7fffffff
            //   7605                 | jbe                 7
            //   e9????????           |                     

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