SYMBOLCOMMON_NAMEaka. SYNONYMS
win.spora_ransom (Back to overview)

Spora


There is no description at this point.

References
2017-06-26SophosBill Brenner
@online{brenner:20170626:how:b5978ec, author = {Bill Brenner}, title = {{How Spora ransomware tries to fool antivirus}}, date = {2017-06-26}, organization = {Sophos}, url = {https://nakedsecurity.sophos.com/2017/06/26/how-spora-ransomware-tries-to-fool-antivirus/}, language = {English}, urldate = {2019-10-14} } How Spora ransomware tries to fool antivirus
Spora
2017-03-15Github (MinervaLabsResearch)Minerva Labs
@online{labs:20170315:vaccinating:751a95c, author = {Minerva Labs}, title = {{Vaccinating against Spora ransomware: a proof-of-concept tool by Minerva}}, date = {2017-03-15}, organization = {Github (MinervaLabsResearch)}, url = {https://github.com/MinervaLabsResearch/SporaVaccination}, language = {English}, urldate = {2019-10-23} } Vaccinating against Spora ransomware: a proof-of-concept tool by Minerva
Spora
2017-03-10MalwarebytesMalwarebytes Labs
@online{labs:20170310:explained:4186cb4, author = {Malwarebytes Labs}, title = {{Explained: Spora ransomware}}, date = {2017-03-10}, organization = {Malwarebytes}, url = {https://blog.malwarebytes.com/threat-analysis/2017/03/spora-ransomware/}, language = {English}, urldate = {2019-12-20} } Explained: Spora ransomware
Spora
2017-03-09TenableKevin Douglas
@online{douglas:20170309:spora:7038fba, author = {Kevin Douglas}, title = {{Spora Ransomware: Understanding the HTA Infection Vector}}, date = {2017-03-09}, organization = {Tenable}, url = {https://www.linkedin.com/pulse/spora-ransomware-understanding-hta-infection-vector-kevin-douglas}, language = {English}, urldate = {2020-01-10} } Spora Ransomware: Understanding the HTA Infection Vector
Spora
2017-01-18G DataKarsten Hahn
@online{hahn:20170118:spora:43d64d0, author = {Karsten Hahn}, title = {{Spora - the Shortcut Worm that is also a Ransomware}}, date = {2017-01-18}, organization = {G Data}, url = {https://www.gdatasoftware.com/blog/2017/01/29442-spora-worm-and-ransomware}, language = {English}, urldate = {2019-10-15} } Spora - the Shortcut Worm that is also a Ransomware
Spora
2017-01-17Malware Traffic AnalysisBrad Duncan
@online{duncan:20170117:eitest:f6e103b, author = {Brad Duncan}, title = {{EITEST RIG-V FROM 92.53.127.86 SENDS SPORA RANSOMWARE}}, date = {2017-01-17}, organization = {Malware Traffic Analysis}, url = {http://malware-traffic-analysis.net/2017/01/17/index2.html}, language = {English}, urldate = {2020-01-13} } EITEST RIG-V FROM 92.53.127.86 SENDS SPORA RANSOMWARE
Spora
Yara Rules
[TLP:WHITE] win_spora_ransom_auto (20230715 | Detects win.spora_ransom.)
rule win_spora_ransom_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.spora_ransom."
        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.spora_ransom"
        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 = { 668945f0 58 ff7510 668945f2 ff750c }
            // n = 5, score = 200
            //   668945f0             | mov                 word ptr [ebp - 0x10], ax
            //   58                   | pop                 eax
            //   ff7510               | push                dword ptr [ebp + 0x10]
            //   668945f2             | mov                 word ptr [ebp - 0xe], ax
            //   ff750c               | push                dword ptr [ebp + 0xc]

        $sequence_1 = { 50 ff36 ff15???????? 85c0 7402 8b18 }
            // n = 6, score = 200
            //   50                   | push                eax
            //   ff36                 | push                dword ptr [esi]
            //   ff15????????         |                     
            //   85c0                 | test                eax, eax
            //   7402                 | je                  4
            //   8b18                 | mov                 ebx, dword ptr [eax]

        $sequence_2 = { 8d45e0 50 ff15???????? 0fb745e0 50 0fb745e2 50 }
            // n = 7, score = 200
            //   8d45e0               | lea                 eax, [ebp - 0x20]
            //   50                   | push                eax
            //   ff15????????         |                     
            //   0fb745e0             | movzx               eax, word ptr [ebp - 0x20]
            //   50                   | push                eax
            //   0fb745e2             | movzx               eax, word ptr [ebp - 0x1e]
            //   50                   | push                eax

        $sequence_3 = { 33c0 668945f4 8d45f0 50 ff15???????? }
            // n = 5, score = 200
            //   33c0                 | xor                 eax, eax
            //   668945f4             | mov                 word ptr [ebp - 0xc], ax
            //   8d45f0               | lea                 eax, [ebp - 0x10]
            //   50                   | push                eax
            //   ff15????????         |                     

        $sequence_4 = { 57 ff15???????? 57 e8???????? 57 ff15???????? 83c620 }
            // n = 7, score = 200
            //   57                   | push                edi
            //   ff15????????         |                     
            //   57                   | push                edi
            //   e8????????           |                     
            //   57                   | push                edi
            //   ff15????????         |                     
            //   83c620               | add                 esi, 0x20

        $sequence_5 = { ff36 ff15???????? 8d440010 50 }
            // n = 4, score = 200
            //   ff36                 | push                dword ptr [esi]
            //   ff15????????         |                     
            //   8d440010             | lea                 eax, [eax + eax + 0x10]
            //   50                   | push                eax

        $sequence_6 = { 50 e8???????? eb33 837ef001 752d ff36 ff15???????? }
            // n = 7, score = 200
            //   50                   | push                eax
            //   e8????????           |                     
            //   eb33                 | jmp                 0x35
            //   837ef001             | cmp                 dword ptr [esi - 0x10], 1
            //   752d                 | jne                 0x2f
            //   ff36                 | push                dword ptr [esi]
            //   ff15????????         |                     

        $sequence_7 = { ff15???????? 8bf8 3bfe 7438 57 53 }
            // n = 6, score = 200
            //   ff15????????         |                     
            //   8bf8                 | mov                 edi, eax
            //   3bfe                 | cmp                 edi, esi
            //   7438                 | je                  0x3a
            //   57                   | push                edi
            //   53                   | push                ebx

        $sequence_8 = { ff15???????? 57 6a40 ffd6 8b3d???????? 33f6 }
            // n = 6, score = 200
            //   ff15????????         |                     
            //   57                   | push                edi
            //   6a40                 | push                0x40
            //   ffd6                 | call                esi
            //   8b3d????????         |                     
            //   33f6                 | xor                 esi, esi

        $sequence_9 = { 8bf8 85ff 7416 ff36 57 }
            // n = 5, score = 200
            //   8bf8                 | mov                 edi, eax
            //   85ff                 | test                edi, edi
            //   7416                 | je                  0x18
            //   ff36                 | push                dword ptr [esi]
            //   57                   | push                edi

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