SYMBOLCOMMON_NAMEaka. SYNONYMS
win.lolsnif (Back to overview)

LOLSnif


There is no description at this point.

References
2020-08-28CheckpointCheck Point Research
@online{research:20200828:gozi:944c005, author = {Check Point Research}, title = {{Gozi: The Malware with a Thousand Faces}}, date = {2020-08-28}, organization = {Checkpoint}, url = {https://research.checkpoint.com/2020/gozi-the-malware-with-a-thousand-faces/}, language = {English}, urldate = {2020-09-01} } Gozi: The Malware with a Thousand Faces
DreamBot ISFB LOLSnif SaiGon
2020-07-28Medium (@vishal_thakur)Vishal Thakur
@online{thakur:20200728:lolsnif:33c59cf, author = {Vishal Thakur}, title = {{LOLSnif Malware}}, date = {2020-07-28}, organization = {Medium (@vishal_thakur)}, url = {https://medium.com/@vishal_thakur/lolsnif-malware-e6cb2e731e63}, language = {English}, urldate = {2020-08-05} } LOLSnif Malware
LOLSnif
2020-05-14TelekomThomas Barabosch
@online{barabosch:20200514:lolsnif:c7a2736, author = {Thomas Barabosch}, title = {{LOLSnif – Tracking Another Ursnif-Based Targeted Campaign}}, date = {2020-05-14}, organization = {Telekom}, url = {https://www.telekom.com/en/blog/group/article/lolsnif-tracking-another-ursnif-based-targeted-campaign-600062}, language = {English}, urldate = {2020-05-14} } LOLSnif – Tracking Another Ursnif-Based Targeted Campaign
LOLSnif
2020-04-24The DFIR ReportThe DFIR Report
@online{report:20200424:ursnif:e983798, author = {The DFIR Report}, title = {{Ursnif via LOLbins}}, date = {2020-04-24}, organization = {The DFIR Report}, url = {https://thedfirreport.com/2020/04/24/ursnif-via-lolbins/}, language = {English}, urldate = {2021-03-16} } Ursnif via LOLbins
Cobalt Strike LOLSnif TeamSpy
2020-01-22Thomas Barabosch
@online{barabosch:20200122:malware:f805475, author = {Thomas Barabosch}, title = {{The malware analyst’s guide to PE timestamps}}, date = {2020-01-22}, url = {https://0xc0decafe.com/malware-analyst-guide-to-pe-timestamps/}, language = {English}, urldate = {2021-01-25} } The malware analyst’s guide to PE timestamps
Azorult Gozi IcedID ISFB LOLSnif SUNBURST TEARDROP
Yara Rules
[TLP:WHITE] win_lolsnif_auto (20230125 | Detects win.lolsnif.)
rule win_lolsnif_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-01-25"
        version = "1"
        description = "Detects win.lolsnif."
        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.lolsnif"
        malpedia_rule_date = "20230124"
        malpedia_hash = "2ee0eebba83dce3d019a90519f2f972c0fcf9686"
        malpedia_version = "20230125"
        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 = { 8d4508 50 ff7508 e8???????? 85c0 7505 894508 }
            // n = 7, score = 200
            //   8d4508               | lea                 eax, [ebp + 8]
            //   50                   | push                eax
            //   ff7508               | push                dword ptr [ebp + 8]
            //   e8????????           |                     
            //   85c0                 | test                eax, eax
            //   7505                 | jne                 7
            //   894508               | mov                 dword ptr [ebp + 8], eax

        $sequence_1 = { 8b45f8 5f 5e 5b c9 c21000 ff742404 }
            // n = 7, score = 200
            //   8b45f8               | mov                 eax, dword ptr [ebp - 8]
            //   5f                   | pop                 edi
            //   5e                   | pop                 esi
            //   5b                   | pop                 ebx
            //   c9                   | leave               
            //   c21000               | ret                 0x10
            //   ff742404             | push                dword ptr [esp + 4]

        $sequence_2 = { ab 0f8497000000 381e 0f848f000000 395d14 8b3d???????? 8b1d???????? }
            // n = 7, score = 200
            //   ab                   | stosd               dword ptr es:[edi], eax
            //   0f8497000000         | je                  0x9d
            //   381e                 | cmp                 byte ptr [esi], bl
            //   0f848f000000         | je                  0x95
            //   395d14               | cmp                 dword ptr [ebp + 0x14], ebx
            //   8b3d????????         |                     
            //   8b1d????????         |                     

        $sequence_3 = { 53 ff742418 ff15???????? 85c0 7526 ff35???????? 8d442454 }
            // n = 7, score = 200
            //   53                   | push                ebx
            //   ff742418             | push                dword ptr [esp + 0x18]
            //   ff15????????         |                     
            //   85c0                 | test                eax, eax
            //   7526                 | jne                 0x28
            //   ff35????????         |                     
            //   8d442454             | lea                 eax, [esp + 0x54]

        $sequence_4 = { 85c0 8945fc 0f8557010000 a1???????? 8b75f4 35bbb19fde }
            // n = 6, score = 200
            //   85c0                 | test                eax, eax
            //   8945fc               | mov                 dword ptr [ebp - 4], eax
            //   0f8557010000         | jne                 0x15d
            //   a1????????           |                     
            //   8b75f4               | mov                 esi, dword ptr [ebp - 0xc]
            //   35bbb19fde           | xor                 eax, 0xde9fb1bb

        $sequence_5 = { ab ab 895c240c ab 0f8497000000 381e }
            // n = 6, score = 200
            //   ab                   | stosd               dword ptr es:[edi], eax
            //   ab                   | stosd               dword ptr es:[edi], eax
            //   895c240c             | mov                 dword ptr [esp + 0xc], ebx
            //   ab                   | stosd               dword ptr es:[edi], eax
            //   0f8497000000         | je                  0x9d
            //   381e                 | cmp                 byte ptr [esi], bl

        $sequence_6 = { a3???????? 0f84a2010000 897004 bd???????? 33c9 8930 8bc5 }
            // n = 7, score = 200
            //   a3????????           |                     
            //   0f84a2010000         | je                  0x1a8
            //   897004               | mov                 dword ptr [eax + 4], esi
            //   bd????????           |                     
            //   33c9                 | xor                 ecx, ecx
            //   8930                 | mov                 dword ptr [eax], esi
            //   8bc5                 | mov                 eax, ebp

        $sequence_7 = { 81f94f503a00 750f 813d????????141eeae3 7519 83c003 803821 }
            // n = 6, score = 200
            //   81f94f503a00         | cmp                 ecx, 0x3a504f
            //   750f                 | jne                 0x11
            //   813d????????141eeae3     |     
            //   7519                 | jne                 0x1b
            //   83c003               | add                 eax, 3
            //   803821               | cmp                 byte ptr [eax], 0x21

        $sequence_8 = { 0f84fe030000 68???????? ff15???????? e9???????? 6a02 }
            // n = 5, score = 200
            //   0f84fe030000         | je                  0x404
            //   68????????           |                     
            //   ff15????????         |                     
            //   e9????????           |                     
            //   6a02                 | push                2

        $sequence_9 = { 85c0 0f8489000000 e8???????? 85c0 7431 e8???????? 85c0 }
            // n = 7, score = 200
            //   85c0                 | test                eax, eax
            //   0f8489000000         | je                  0x8f
            //   e8????????           |                     
            //   85c0                 | test                eax, eax
            //   7431                 | je                  0x33
            //   e8????????           |                     
            //   85c0                 | test                eax, eax

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