SYMBOLCOMMON_NAMEaka. SYNONYMS
win.enfal (Back to overview)

Enfal

aka: Lurid

There is no description at this point.

References
2020-03-12Check PointCheck Point Research
@online{research:20200312:vicious:3218bb8, author = {Check Point Research}, title = {{Vicious Panda: The COVID Campaign}}, date = {2020-03-12}, organization = {Check Point}, url = {https://research.checkpoint.com/2020/vicious-panda-the-covid-campaign/}, language = {English}, urldate = {2020-03-13} } Vicious Panda: The COVID Campaign
8.t Dropper BYEBY Enfal Korlia Poison Ivy
2020SecureworksSecureWorks
@online{secureworks:2020:bronze:4db27ec, author = {SecureWorks}, title = {{BRONZE UNION}}, date = {2020}, organization = {Secureworks}, url = {https://www.secureworks.com/research/threat-profiles/bronze-union}, language = {English}, urldate = {2020-05-23} } BRONZE UNION
9002 RAT CHINACHOPPER Enfal Ghost RAT HttpBrowser HyperBro owaauth PlugX Poison Ivy ZXShell APT27
2020SecureworksSecureWorks
@online{secureworks:2020:bronze:134ec2b, author = {SecureWorks}, title = {{BRONZE PALACE}}, date = {2020}, organization = {Secureworks}, url = {https://www.secureworks.com/research/threat-profiles/bronze-palace}, language = {English}, urldate = {2020-05-23} } BRONZE PALACE
BS2005 Enfal Mirage RoyalCli Royal DNS APT15
2017-05-31MITREMITRE ATT&CK
@online{attck:20170531:pittytiger:cac6452, author = {MITRE ATT&CK}, title = {{PittyTiger}}, date = {2017-05-31}, organization = {MITRE}, url = {https://attack.mitre.org/groups/G0011}, language = {English}, urldate = {2022-08-30} } PittyTiger
Enfal Ghost RAT MimiKatz Poison Ivy APT24
2015-10-17BSK ConsultingFlorian Roth
@online{roth:20151017:how:d7c4f42, author = {Florian Roth}, title = {{How to Write Simple but Sound Yara Rules – Part 2}}, date = {2015-10-17}, organization = {BSK Consulting}, url = {https://www.bsk-consulting.de/2015/10/17/how-to-write-simple-but-sound-yara-rules-part-2/}, language = {English}, urldate = {2019-07-11} } How to Write Simple but Sound Yara Rules – Part 2
Enfal
2015-02-06CrowdStrikeCrowdStrike
@techreport{crowdstrike:20150206:crowdstrike:fbcc37f, author = {CrowdStrike}, title = {{CrowdStrike Global Threat Intel Report 2014}}, date = {2015-02-06}, institution = {CrowdStrike}, url = {https://web.archive.org/web/20200509171721/https://raw.githubusercontent.com/fdiskyou/threat-INTel/master/2015/GlobalThreatIntelReport.pdf}, language = {English}, urldate = {2020-05-11} } CrowdStrike Global Threat Intel Report 2014
BlackPOS CryptoLocker Derusbi Elise Enfal EvilGrab Gameover P2P HttpBrowser Medusa Mirage Naikon NetTraveler pirpi PlugX Poison Ivy Sakula RAT Sinowal sykipot taidoor
2012-10-23Trend MicroNart Villeneuve, James T. Bennett
@techreport{villeneuve:20121023:detecting:6358dd0, author = {Nart Villeneuve and James T. Bennett}, title = {{Detecting APT Activity with Network Traffic Analysis}}, date = {2012-10-23}, institution = {Trend Micro}, url = {https://documents.trendmicro.com/assets/wp/wp-detecting-apt-activity-with-network-traffic-analysis.pdf}, language = {English}, urldate = {2022-03-07} } Detecting APT Activity with Network Traffic Analysis
Enfal Gh0stnet win.nitro sykipot taidoor
Yara Rules
[TLP:WHITE] win_enfal_auto (20230125 | Detects win.enfal.)
rule win_enfal_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-01-25"
        version = "1"
        description = "Detects win.enfal."
        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.enfal"
        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 = { 894108 ffd6 8b4b1c 68???????? 57 89410c ffd6 }
            // n = 7, score = 200
            //   894108               | mov                 dword ptr [ecx + 8], eax
            //   ffd6                 | call                esi
            //   8b4b1c               | mov                 ecx, dword ptr [ebx + 0x1c]
            //   68????????           |                     
            //   57                   | push                edi
            //   89410c               | mov                 dword ptr [ecx + 0xc], eax
            //   ffd6                 | call                esi

        $sequence_1 = { 7405 6a6f 5f eb71 807dda01 7507 bf62020000 }
            // n = 7, score = 200
            //   7405                 | je                  7
            //   6a6f                 | push                0x6f
            //   5f                   | pop                 edi
            //   eb71                 | jmp                 0x73
            //   807dda01             | cmp                 byte ptr [ebp - 0x26], 1
            //   7507                 | jne                 9
            //   bf62020000           | mov                 edi, 0x262

        $sequence_2 = { 50 e8???????? be80000000 8d8568ffffff }
            // n = 4, score = 200
            //   50                   | push                eax
            //   e8????????           |                     
            //   be80000000           | mov                 esi, 0x80
            //   8d8568ffffff         | lea                 eax, [ebp - 0x98]

        $sequence_3 = { 50 e8???????? 83c410 8b461c }
            // n = 4, score = 200
            //   50                   | push                eax
            //   e8????????           |                     
            //   83c410               | add                 esp, 0x10
            //   8b461c               | mov                 eax, dword ptr [esi + 0x1c]

        $sequence_4 = { 8b7508 8d45e4 57 50 6a00 6a01 ff7608 }
            // n = 7, score = 200
            //   8b7508               | mov                 esi, dword ptr [ebp + 8]
            //   8d45e4               | lea                 eax, [ebp - 0x1c]
            //   57                   | push                edi
            //   50                   | push                eax
            //   6a00                 | push                0
            //   6a01                 | push                1
            //   ff7608               | push                dword ptr [esi + 8]

        $sequence_5 = { 7410 8bd7 2bd0 880c02 8a4801 }
            // n = 5, score = 200
            //   7410                 | je                  0x12
            //   8bd7                 | mov                 edx, edi
            //   2bd0                 | sub                 edx, eax
            //   880c02               | mov                 byte ptr [edx + eax], cl
            //   8a4801               | mov                 cl, byte ptr [eax + 1]

        $sequence_6 = { ff15???????? 6a2f bf???????? 6a4c 57 e8???????? }
            // n = 6, score = 200
            //   ff15????????         |                     
            //   6a2f                 | push                0x2f
            //   bf????????           |                     
            //   6a4c                 | push                0x4c
            //   57                   | push                edi
            //   e8????????           |                     

        $sequence_7 = { 59 8b560c 8b4e04 8a0438 0faf4d08 3a0411 }
            // n = 6, score = 200
            //   59                   | pop                 ecx
            //   8b560c               | mov                 edx, dword ptr [esi + 0xc]
            //   8b4e04               | mov                 ecx, dword ptr [esi + 4]
            //   8a0438               | mov                 al, byte ptr [eax + edi]
            //   0faf4d08             | imul                ecx, dword ptr [ebp + 8]
            //   3a0411               | cmp                 al, byte ptr [ecx + edx]

        $sequence_8 = { 57 68???????? e8???????? 33ff 6880000000 }
            // n = 5, score = 200
            //   57                   | push                edi
            //   68????????           |                     
            //   e8????????           |                     
            //   33ff                 | xor                 edi, edi
            //   6880000000           | push                0x80

        $sequence_9 = { ffd3 ff45e8 8345e404 397de8 0f8c21ffffff e9???????? }
            // n = 6, score = 200
            //   ffd3                 | call                ebx
            //   ff45e8               | inc                 dword ptr [ebp - 0x18]
            //   8345e404             | add                 dword ptr [ebp - 0x1c], 4
            //   397de8               | cmp                 dword ptr [ebp - 0x18], edi
            //   0f8c21ffffff         | jl                  0xffffff27
            //   e9????????           |                     

    condition:
        7 of them and filesize < 65536
}
[TLP:WHITE] win_enfal_w0   (20170410 | Generic Rule to detect the Enfal Malware)
rule win_enfal_w0 {
    meta:
        author = "Florian Roth"
        description = "Generic Rule to detect the Enfal Malware"
        date = "2015/02/10"
        hash = "6d484daba3927fc0744b1bbd7981a56ebef95790"
        hash = "d4071272cc1bf944e3867db299b3f5dce126f82b"
        hash = "6c7c8b804cc76e2c208c6e3b6453cb134d01fa41"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.enfal"
        malpedia_version = "20170410"
        malpedia_license = "CC BY-NC-SA 4.0"
        malpedia_sharing = "TLP:WHITE"
    strings:

        $s1 = "Micorsoft Corportation" fullword wide
        $s2 = "IM Monnitor Service" fullword wide

        $x1 = "imemonsvc.dll" fullword wide
        $x2 = "iphlpsvc.tmp" fullword
        $x3 = "{53A4988C-F91F-4054-9076-220AC5EC03F3}" fullword

        $z1 = "urlmon" fullword
        $z2 = "Registered trademarks and service marks are the property of their" wide
        $z3 = "XpsUnregisterServer" fullword
        $z4 = "XpsRegisterServer" fullword
    condition:
        (( 1 of ($s*)) or ( 2 of ($x*) and all of ($z*) ))
}
Download all Yara Rules