SYMBOLCOMMON_NAMEaka. SYNONYMS
win.lookback (Back to overview)

Lookback

Actor(s): TA410

VTCollection    

There is no description at this point.

References
2022-09-29SymantecThreat Hunter Team
Witchetty: Group Uses Updated Toolset in Attacks on Governments in Middle East
CHINACHOPPER Lookback MimiKatz PlugX Unidentified 096 (Keylogger) x4 Witchetty
2022-04-27ESET ResearchAlexandre Côté Cyr, Matthieu Faou
A lookback under the TA410 umbrella: Its cyberespionage TTPs and activity
FlowCloud Lookback Witchetty
2021-04-26DragosDragos
New ICS Threat Activity Group: TALONITE
FlowCloud Lookback
2021-01-04nao_sec blognao_sec
Royal Road! Re:Dive
8.t Dropper Chinoxy FlowCloud FunnyDream Lookback
2020-12-24IronNetAdam Hlavek
China cyber attacks: the current threat landscape
PLEAD TSCookie FlowCloud Lookback PLEAD PlugX Quasar RAT Winnti
2020-06-08ProofpointDennis Schwarz, Georgi Mladenov, Michael Raggi, Proofpoint Threat Research Team
TA410: The Group Behind LookBack Attacks Against U.S. Utilities Sector Returns with New Malware
FlowCloud Lookback APT10 TA410
2020-01-01DragosJoe Slowik
Threat Intelligence and the Limits of Malware Analysis
Exaramel Exaramel Industroyer Lookback NjRAT PlugX
2019-09-22ProofpointMichael Raggi, Proofpoint Threat Insight Team
LookBack Forges Ahead: Continued Targeting of the United States’ Utilities Sector Reveals Additional Adversary TTPs
Lookback TA410
2019-08-21ThreatgenPascal Ackerman
Taking a Closer Look at the LookBack Malware Campaign – Part 1
Lookback
2019-08-01ProofpointDennis Schwarz, Michael Raggi, Proofpoint Threat Insight Team
LookBack Malware Targets the United States Utilities Sector with Phishing Attacks Impersonating Engineering Licensing Boards
GUP Proxy Tool Lookback TA410
Yara Rules
[TLP:WHITE] win_lookback_auto (20241030 | Detects win.lookback.)
rule win_lookback_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2024-10-31"
        version = "1"
        description = "Detects win.lookback."
        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.lookback"
        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 = { 32d9 881c38 40 fec2 }
            // n = 4, score = 200
            //   32d9                 | xor                 bl, cl
            //   881c38               | mov                 byte ptr [eax + edi], bl
            //   40                   | inc                 eax
            //   fec2                 | inc                 dl

        $sequence_1 = { 50 55 896b04 e8???????? 8b4c242c 8b542430 }
            // n = 6, score = 200
            //   50                   | push                eax
            //   55                   | push                ebp
            //   896b04               | mov                 dword ptr [ebx + 4], ebp
            //   e8????????           |                     
            //   8b4c242c             | mov                 ecx, dword ptr [esp + 0x2c]
            //   8b542430             | mov                 edx, dword ptr [esp + 0x30]

        $sequence_2 = { ffd3 393d???????? 75af eb24 8b0d???????? 51 eb0f }
            // n = 7, score = 200
            //   ffd3                 | call                ebx
            //   393d????????         |                     
            //   75af                 | jne                 0xffffffb1
            //   eb24                 | jmp                 0x26
            //   8b0d????????         |                     
            //   51                   | push                ecx
            //   eb0f                 | jmp                 0x11

        $sequence_3 = { 81fe00300000 7512 8b31 25ff0f0000 03c6 8bf7 }
            // n = 6, score = 200
            //   81fe00300000         | cmp                 esi, 0x3000
            //   7512                 | jne                 0x14
            //   8b31                 | mov                 esi, dword ptr [ecx]
            //   25ff0f0000           | and                 eax, 0xfff
            //   03c6                 | add                 eax, esi
            //   8bf7                 | mov                 esi, edi

        $sequence_4 = { c644240800 88442415 e8???????? 8d4c240c 89442408 51 }
            // n = 6, score = 200
            //   c644240800           | mov                 byte ptr [esp + 8], 0
            //   88442415             | mov                 byte ptr [esp + 0x15], al
            //   e8????????           |                     
            //   8d4c240c             | lea                 ecx, [esp + 0xc]
            //   89442408             | mov                 dword ptr [esp + 8], eax
            //   51                   | push                ecx

        $sequence_5 = { 56 ff15???????? 817c240c1c010000 7515 8bbc2438020000 }
            // n = 5, score = 200
            //   56                   | push                esi
            //   ff15????????         |                     
            //   817c240c1c010000     | cmp                 dword ptr [esp + 0xc], 0x11c
            //   7515                 | jne                 0x17
            //   8bbc2438020000       | mov                 edi, dword ptr [esp + 0x238]

        $sequence_6 = { 0f8407020000 8b35???????? 57 57 57 57 ffd6 }
            // n = 7, score = 200
            //   0f8407020000         | je                  0x20d
            //   8b35????????         |                     
            //   57                   | push                edi
            //   57                   | push                edi
            //   57                   | push                edi
            //   57                   | push                edi
            //   ffd6                 | call                esi

        $sequence_7 = { 52 8d442418 57 50 68???????? 57 57 }
            // n = 7, score = 200
            //   52                   | push                edx
            //   8d442418             | lea                 eax, [esp + 0x18]
            //   57                   | push                edi
            //   50                   | push                eax
            //   68????????           |                     
            //   57                   | push                edi
            //   57                   | push                edi

        $sequence_8 = { 55 8bec 51 53 c745fc00000000 b801000000 0fa2 }
            // n = 7, score = 200
            //   55                   | push                ebp
            //   8bec                 | mov                 ebp, esp
            //   51                   | push                ecx
            //   53                   | push                ebx
            //   c745fc00000000       | mov                 dword ptr [ebp - 4], 0
            //   b801000000           | mov                 eax, 1
            //   0fa2                 | cpuid               

        $sequence_9 = { 56 57 6880020000 8901 c744241480020000 66894104 e8???????? }
            // n = 7, score = 200
            //   56                   | push                esi
            //   57                   | push                edi
            //   6880020000           | push                0x280
            //   8901                 | mov                 dword ptr [ecx], eax
            //   c744241480020000     | mov                 dword ptr [esp + 0x14], 0x280
            //   66894104             | mov                 word ptr [ecx + 4], ax
            //   e8????????           |                     

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