SYMBOLCOMMON_NAMEaka. SYNONYMS
win.graphite (Back to overview)

Graphite

Actor(s): APT28

VTCollection    

Trellix describes Graphite as a malware using the Microsoft Graph API and OneDrive for C&C. It was found being deployed in-memory only and served as a downloader for Empire.

References
2023-10-26ANSSIANSSI
Attack Campaigns of APT28 since 2021
CredoMap DriveOcean Empire Downloader Graphite MimiKatz Mocky LNK reGeorg
2022-09-23Cluster25Cluster25
In the footsteps of the Fancy Bear: PowerPoint mouse-over event abused to deliver Graphite implants
Graphite
2022-01-25TrellixAlexandre Mundo, Christiaan Beek, Leandro Velasco, Marc Elias, Max Kersten
Prime Minister’s Office Compromised: Details of Recent Espionage Campaign
Graphite
Yara Rules
[TLP:WHITE] win_graphite_auto (20251219 | Detects win.graphite.)
rule win_graphite_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2026-01-05"
        version = "1"
        description = "Detects win.graphite."
        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.graphite"
        malpedia_rule_date = "20260105"
        malpedia_hash = "19b79e7cab4eaf532122e5b45a77dd8f6bb5cc79"
        malpedia_version = "20251219"
        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 = { 85db 7513 33d2 e8???????? 84c0 }
            // n = 5, score = 500
            //   85db                 | dec                 eax
            //   7513                 | mov                 ecx, dword ptr [ebp - 0x28]
            //   33d2                 | dec                 ecx
            //   e8????????           |                     
            //   84c0                 | mov                 dword ptr [esi + 8], eax

        $sequence_1 = { 7513 33d2 e8???????? 84c0 }
            // n = 4, score = 500
            //   7513                 | dec                 eax
            //   33d2                 | mov                 ebx, eax
            //   e8????????           |                     
            //   84c0                 | dec                 ebp

        $sequence_2 = { 81e2ff030000 81e1bf030000 83c940 c1e10a }
            // n = 4, score = 500
            //   81e2ff030000         | push                esi
            //   81e1bf030000         | push                dword ptr [esp + 0x20]
            //   83c940               | call                ebp
            //   c1e10a               | push                esi

        $sequence_3 = { 81e2ff030000 81e1bf030000 83c940 c1e10a 0bca }
            // n = 5, score = 500
            //   81e2ff030000         | dec                 esp
            //   81e1bf030000         | mov                 ebx, eax
            //   83c940               | dec                 eax
            //   c1e10a               | test                eax, eax
            //   0bca                 | dec                 eax

        $sequence_4 = { 85db 7513 33d2 e8???????? }
            // n = 4, score = 500
            //   85db                 | push                0x6d
            //   7513                 | mov                 word ptr [ebp - 4], 0xe9f4
            //   33d2                 | mov                 byte ptr [ebp - 2], 0xe2
            //   e8????????           |                     

        $sequence_5 = { 81e1bf030000 83c940 c1e10a 0bca }
            // n = 4, score = 500
            //   81e1bf030000         | push                edi
            //   83c940               | push                esi
            //   c1e10a               | push                dword ptr [esp + 0x1c]
            //   0bca                 | mov                 esi, edi

        $sequence_6 = { 85db 7513 33d2 e8???????? 84c0 74e4 }
            // n = 6, score = 500
            //   85db                 | jne                 0x53b
            //   7513                 | push                ecx
            //   33d2                 | and                 dword ptr [ebp - 8], 0
            //   e8????????           |                     
            //   84c0                 | mov                 eax, dword ptr [ebp + 8]
            //   74e4                 | mov                 dword ptr [ebp - 4], eax

        $sequence_7 = { 7513 33d2 e8???????? 84c0 74e4 }
            // n = 5, score = 500
            //   7513                 | dec                 eax
            //   33d2                 | test                eax, eax
            //   e8????????           |                     
            //   84c0                 | je                  0x5cf
            //   74e4                 | dec                 eax

        $sequence_8 = { 33d2 e8???????? 84c0 74e4 }
            // n = 4, score = 500
            //   33d2                 | inc                 esp
            //   e8????????           |                     
            //   84c0                 | mov                 eax, ebx
            //   74e4                 | dec                 ecx

        $sequence_9 = { ff15???????? 33c0 eb05 b801010000 }
            // n = 4, score = 500
            //   ff15????????         |                     
            //   33c0                 | mov                 dword ptr [ebp - 0x44], 0x570b5732
            //   eb05                 | mov                 dword ptr [ebp - 0x50], 0xd7b8d794
            //   b801010000           | mov                 dword ptr [ebp - 0x4c], 0xd7a3d7b9

    condition:
        7 of them and filesize < 98304
}
[TLP:WHITE] win_graphite_w0   (20220926 | Detects Fancy Bear Graphite variant through internal strings)
rule win_graphite_w0 {

    meta:
        date = "2022-08-05"
        description = "Detects Fancy Bear Graphite variant through internal strings"
        author = "Cluster25"
        tlp = "white"
        hash1 = "34aca02d3a4665f63fddb354551b5eff5a7e8877032ddda6db4f5c42452885ad"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.graphite"
        malpedia_rule_date = "20220926"
        malpedia_hash = ""
        malpedia_version = "20220926"
        malpedia_license = "CC BY-SA 4.0"
        malpedia_sharing = "TLP:WHITE"

    strings:
        $ = "_LL_x64.dll" fullword ascii
        $ = "qqhqx!iwwU1ptzd1WngCv9BCmVtxgFTJBPR1bJ2Ze17e0N6W3VHZC2FQOOUhu4nQ2Wrj0qLEBowQ$$" ascii
        $ = "62272a08-fe9d-4825-bc65-203842ff92bc" fullword ascii
        $ = "%s %04d sp%1d.%1d %s" fullword ascii
    condition:
        uint16(0) == 0x5a4d and
        filesize < 100KB and
        all of them
}
Download all Yara Rules