SYMBOLCOMMON_NAMEaka. SYNONYMS
win.chainshot (Back to overview)

Chainshot


There is no description at this point.

References
2021-07-15CitizenLabBill Marczak, John Scott-Railton, Kristin Berdan, Bahr Abdul Razzak, Ron Deibert
@online{marczak:20210715:hooking:7f3adbe, author = {Bill Marczak and John Scott-Railton and Kristin Berdan and Bahr Abdul Razzak and Ron Deibert}, title = {{Hooking Candiru Another Mercenary Spyware Vendor Comes into Focus}}, date = {2021-07-15}, organization = {CitizenLab}, url = {https://citizenlab.ca/2021/07/hooking-candiru-another-mercenary-spyware-vendor-comes-into-focus/}, language = {English}, urldate = {2021-07-20} } Hooking Candiru Another Mercenary Spyware Vendor Comes into Focus
Chainshot
2021-06-08KasperskyBoris Larin, Costin Raiu, Alexey Kulaev
@online{larin:20210608:puzzlemaker:43c7dfa, author = {Boris Larin and Costin Raiu and Alexey Kulaev}, title = {{PuzzleMaker attacks with Chrome zero-day exploit chain}}, date = {2021-06-08}, organization = {Kaspersky}, url = {https://securelist.com/puzzlemaker-chrome-zero-day-exploit-chain/102771/}, language = {English}, urldate = {2021-06-16} } PuzzleMaker attacks with Chrome zero-day exploit chain
Chainshot puzzlemaker
2019-10-03Kim Zetter
@online{zetter:20191003:researchers:3e1944a, author = {Kim Zetter}, title = {{Researchers Say They Uncovered Uzbekistan Hacking Operations Due to Spectacularly Bad OPSEC}}, date = {2019-10-03}, url = {https://www.vice.com/en_us/article/3kx5y3/uzbekistan-hacking-operations-uncovered-due-to-spectacularly-bad-opsec}, language = {English}, urldate = {2019-11-20} } Researchers Say They Uncovered Uzbekistan Hacking Operations Due to Spectacularly Bad OPSEC
Chainshot
2018-09-06Palo Alto Networks Unit 42Dominik Reichel, Esmid Idrizovic
@online{reichel:20180906:slicing:b6b847f, author = {Dominik Reichel and Esmid Idrizovic}, title = {{Slicing and Dicing CVE-2018-5002 Payloads: New CHAINSHOT Malware}}, date = {2018-09-06}, organization = {Palo Alto Networks Unit 42}, url = {https://researchcenter.paloaltonetworks.com/2018/09/unit42-slicing-dicing-cve-2018-5002-payloads-new-chainshot-malware/}, language = {English}, urldate = {2019-12-20} } Slicing and Dicing CVE-2018-5002 Payloads: New CHAINSHOT Malware
Chainshot
2018-06-07GigamonChenming Xu, Jason Jones, Justin Warner, Dan Caselden
@online{xu:20180607:adobe:5bedebc, author = {Chenming Xu and Jason Jones and Justin Warner and Dan Caselden}, title = {{Adobe Flash Zero-Day Leveraged for Targeted Attack in Middle East - Gigamon ATR Blog}}, date = {2018-06-07}, organization = {Gigamon}, url = {https://www.icebrg.io/blog/adobe-flash-zero-day-targeted-attack}, language = {English}, urldate = {2019-07-22} } Adobe Flash Zero-Day Leveraged for Targeted Attack in Middle East - Gigamon ATR Blog
Chainshot
Yara Rules
[TLP:WHITE] win_chainshot_auto (20230407 | Detects win.chainshot.)
rule win_chainshot_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-03-28"
        version = "1"
        description = "Detects win.chainshot."
        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.chainshot"
        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 = { 7408 ffd0 8905???????? b83e000080 eb14 e8???????? 85c0 }
            // n = 7, score = 300
            //   7408                 | inc                 ecx
            //   ffd0                 | lea                 edx, [ecx + 6]
            //   8905????????         |                     
            //   b83e000080           | dec                 esp
            //   eb14                 | lea                 eax, [ebp - 0x18]
            //   e8????????           |                     
            //   85c0                 | lea                 edx, [ebx + 3]

        $sequence_1 = { 85c0 0f8886000000 8b06 85c0 7503 8b4610 8bd8 }
            // n = 7, score = 300
            //   85c0                 | mov                 al, bl
            //   0f8886000000         | dec                 eax
            //   8b06                 | add                 esp, 0x38
            //   85c0                 | je                  0x38
            //   7503                 | dec                 eax
            //   8b4610               | lea                 ecx, [ebp + 0x60]
            //   8bd8                 | inc                 eax

        $sequence_2 = { 85c0 7833 837e1000 740c }
            // n = 4, score = 300
            //   85c0                 | cmp                 edi, 0x400
            //   7833                 | jge                 0x1205
            //   837e1000             | dec                 eax
            //   740c                 | cmp                 dword ptr [ebx], 0

        $sequence_3 = { 85c0 750a b90b080080 e9???????? }
            // n = 4, score = 300
            //   85c0                 | inc                 esp
            //   750a                 | mov                 ebx, dword ptr [esp + 0x20]
            //   b90b080080           | jle                 0x9c5
            //   e9????????           |                     

        $sequence_4 = { e9???????? bd01000000 c70703000000 ebe9 bd01000000 }
            // n = 5, score = 300
            //   e9????????           |                     
            //   bd01000000           | push                edi
            //   c70703000000         | push                ebx
            //   ebe9                 | mov                 edx, 4
            //   bd01000000           | push                esi

        $sequence_5 = { b908000080 894c2420 eb5b 803d????????00 }
            // n = 4, score = 300
            //   b908000080           | dec                 eax
            //   894c2420             | lea                 ecx, [0x1efc4]
            //   eb5b                 | inc                 eax
            //   803d????????00       |                     

        $sequence_6 = { ffc9 7433 ffc9 7438 ffc9 742b ffc9 }
            // n = 7, score = 300
            //   ffc9                 | pop                 edi
            //   7433                 | mov                 eax, esi
            //   ffc9                 | pop                 esi
            //   7438                 | pop                 ebx
            //   ffc9                 | mov                 esp, ebp
            //   742b                 | pop                 ebp
            //   ffc9                 | mov                 esi, 0x80000015

        $sequence_7 = { e9???????? bd01000000 c7071a000000 e9???????? bd01000000 }
            // n = 5, score = 300
            //   e9????????           |                     
            //   bd01000000           | dec                 eax
            //   c7071a000000         | lea                 ecx, [ebp - 0x20]
            //   e9????????           |                     
            //   bd01000000           | mov                 edx, 0x104

        $sequence_8 = { b84d5a0000 663b01 740a bbdc000080 e9???????? }
            // n = 5, score = 300
            //   b84d5a0000           | lea                 ecx, [ebp - 0x10]
            //   663b01               | dec                 eax
            //   740a                 | lea                 edx, [0xdfc]
            //   bbdc000080           | mov                 ecx, dword ptr [ebp + 0x50]
            //   e9????????           |                     

        $sequence_9 = { c1e204 0bd1 8915???????? 8bc3 }
            // n = 4, score = 300
            //   c1e204               | mov                 eax, 0x1fe
            //   0bd1                 | xor                 edx, edx
            //   8915????????         |                     
            //   8bc3                 | lea                 ecx, [esp + 0x30]

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