SYMBOLCOMMON_NAMEaka. SYNONYMS
win.isspace (Back to overview)

IsSpace

aka: NfLog RAT

Actor(s): DragonOK, Samurai Panda


There is no description at this point.

References
2022-07-18Palo Alto Networks Unit 42Unit 42
@online{42:20220718:shallow:cc9413f, author = {Unit 42}, title = {{Shallow Taurus}}, date = {2022-07-18}, organization = {Palo Alto Networks Unit 42}, url = {https://unit42.paloaltonetworks.com/atoms/shallowtaurus/}, language = {English}, urldate = {2022-07-29} } Shallow Taurus
FormerFirstRAT IsSpace NewCT PlugX Poison Ivy Tidepool DragonOK
2020SecureworksSecureWorks
@online{secureworks:2020:bronze:fcb04ab, author = {SecureWorks}, title = {{BRONZE EXPRESS}}, date = {2020}, organization = {Secureworks}, url = {https://www.secureworks.com/research/threat-profiles/bronze-express}, language = {English}, urldate = {2020-05-23} } BRONZE EXPRESS
9002 RAT CHINACHOPPER IsSpace NewCT PlugX smac APT26
2020SecureworksSecureWorks
@online{secureworks:2020:bronze:79d8dd2, author = {SecureWorks}, title = {{BRONZE OVERBROOK}}, date = {2020}, organization = {Secureworks}, url = {https://www.secureworks.com/research/threat-profiles/bronze-overbrook}, language = {English}, urldate = {2020-05-23} } BRONZE OVERBROOK
Aveo DDKONG IsSpace PLAINTEE PlugX Rambo DragonOK
2017-01-05Palo Alto Networks Unit 42Josh Grunzweig
@online{grunzweig:20170105:dragonok:f5f73f6, author = {Josh Grunzweig}, title = {{DragonOK Updates Toolset and Targets Multiple Geographic Regions}}, date = {2017-01-05}, organization = {Palo Alto Networks Unit 42}, url = {http://researchcenter.paloaltonetworks.com/2017/01/unit42-dragonok-updates-toolset-targets-multiple-geographic-regions/}, language = {English}, urldate = {2019-12-20} } DragonOK Updates Toolset and Targets Multiple Geographic Regions
IsSpace SysGet
2015-09-11Raytheon Blackbird TechnologiesRaytheon Blackbird Technologies
@techreport{technologies:20150911:20150911280csit15085:0970ce5, author = {Raytheon Blackbird Technologies}, title = {{20150911-280-CSIT-15085 NfLog}}, date = {2015-09-11}, institution = {Raytheon Blackbird Technologies}, url = {https://wikileaks.org/vault7/document/2015-09-20150911-280-CSIT-15085-NfLog/2015-09-20150911-280-CSIT-15085-NfLog.pdf}, language = {English}, urldate = {2020-02-02} } 20150911-280-CSIT-15085 NfLog
IsSpace
2015-07-20paloalto Networks Unit 42Bryan Lee, Josh Grunzweig
@online{lee:20150720:watering:0a84edb, author = {Bryan Lee and Josh Grunzweig}, title = {{Watering Hole Attack on Aerospace Firm Exploits CVE-2015-5122 to Install IsSpace Backdoor}}, date = {2015-07-20}, organization = {paloalto Networks Unit 42}, url = {https://unit42.paloaltonetworks.com/watering-hole-attack-on-aerospace-firm-exploits-cve-2015-5122-to-install-isspace-backdoor/}, language = {English}, urldate = {2020-02-13} } Watering Hole Attack on Aerospace Firm Exploits CVE-2015-5122 to Install IsSpace Backdoor
IsSpace
2014FireEyeFireEye
@techreport{fireeye:2014:operation:2160679, author = {FireEye}, title = {{Operation Quantum Entanglement}}, date = {2014}, institution = {FireEye}, url = {http://csecybsec.com/download/zlab/20180713_CSE_APT28_X-Agent_Op-Roman%20Holiday-Report_v6_1.pdf}, language = {English}, urldate = {2021-04-29} } Operation Quantum Entanglement
IsSpace NewCT Poison Ivy SysGet
Yara Rules
[TLP:WHITE] win_isspace_auto (20230715 | Detects win.isspace.)
rule win_isspace_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-07-11"
        version = "1"
        description = "Detects win.isspace."
        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.isspace"
        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 = { 50 56 ff15???????? 85c0 7409 6a00 }
            // n = 6, score = 200
            //   50                   | push                eax
            //   56                   | push                esi
            //   ff15????????         |                     
            //   85c0                 | test                eax, eax
            //   7409                 | je                  0xb
            //   6a00                 | push                0

        $sequence_1 = { c701???????? a1???????? 85c0 7409 50 }
            // n = 5, score = 200
            //   c701????????         |                     
            //   a1????????           |                     
            //   85c0                 | test                eax, eax
            //   7409                 | je                  0xb
            //   50                   | push                eax

        $sequence_2 = { 6870170000 ff15???????? e9???????? 6a40 6a00 }
            // n = 5, score = 200
            //   6870170000           | push                0x1770
            //   ff15????????         |                     
            //   e9????????           |                     
            //   6a40                 | push                0x40
            //   6a00                 | push                0

        $sequence_3 = { e8???????? 85c0 7409 83f86f }
            // n = 4, score = 200
            //   e8????????           |                     
            //   85c0                 | test                eax, eax
            //   7409                 | je                  0xb
            //   83f86f               | cmp                 eax, 0x6f

        $sequence_4 = { eb0a 6a00 6a23 eb04 6a00 6a2b 68???????? }
            // n = 7, score = 200
            //   eb0a                 | jmp                 0xc
            //   6a00                 | push                0
            //   6a23                 | push                0x23
            //   eb04                 | jmp                 6
            //   6a00                 | push                0
            //   6a2b                 | push                0x2b
            //   68????????           |                     

        $sequence_5 = { c78548ffffff9c000000 e8???????? 8ad8 c745fc00000000 8d8548ffffff }
            // n = 5, score = 200
            //   c78548ffffff9c000000     | mov    dword ptr [ebp - 0xb8], 0x9c
            //   e8????????           |                     
            //   8ad8                 | mov                 bl, al
            //   c745fc00000000       | mov                 dword ptr [ebp - 4], 0
            //   8d8548ffffff         | lea                 eax, [ebp - 0xb8]

        $sequence_6 = { ff15???????? 50 eb05 68???????? 68???????? ff15???????? }
            // n = 6, score = 200
            //   ff15????????         |                     
            //   50                   | push                eax
            //   eb05                 | jmp                 7
            //   68????????           |                     
            //   68????????           |                     
            //   ff15????????         |                     

        $sequence_7 = { e8???????? 85c0 750e 6810270000 ffd6 83ff03 }
            // n = 6, score = 200
            //   e8????????           |                     
            //   85c0                 | test                eax, eax
            //   750e                 | jne                 0x10
            //   6810270000           | push                0x2710
            //   ffd6                 | call                esi
            //   83ff03               | cmp                 edi, 3

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