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 (20230407 | Detects win.isspace.)
rule win_isspace_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-03-29"
        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 = "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 = { 6a00 6a1c eb0a 6a00 }
            // n = 4, score = 200
            //   6a00                 | push                0
            //   6a1c                 | push                0x1c
            //   eb0a                 | jmp                 0xc
            //   6a00                 | push                0

        $sequence_1 = { 6a03 6a02 ff15???????? 894604 }
            // n = 4, score = 200
            //   6a03                 | push                3
            //   6a02                 | push                2
            //   ff15????????         |                     
            //   894604               | mov                 dword ptr [esi + 4], 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 = { 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_4 = { b898a30000 e8???????? a1???????? 3145f8 33c5 8945e4 53 }
            // n = 7, score = 200
            //   b898a30000           | mov                 eax, 0xa398
            //   e8????????           |                     
            //   a1????????           |                     
            //   3145f8               | xor                 dword ptr [ebp - 8], eax
            //   33c5                 | xor                 eax, ebp
            //   8945e4               | mov                 dword ptr [ebp - 0x1c], eax
            //   53                   | push                ebx

        $sequence_5 = { 6800200300 a3???????? e8???????? 6800200300 a3???????? }
            // n = 5, score = 200
            //   6800200300           | push                0x32000
            //   a3????????           |                     
            //   e8????????           |                     
            //   6800200300           | push                0x32000
            //   a3????????           |                     

        $sequence_6 = { 0570010000 50 56 ff15???????? 56 ff15???????? }
            // n = 6, score = 200
            //   0570010000           | add                 eax, 0x170
            //   50                   | push                eax
            //   56                   | push                esi
            //   ff15????????         |                     
            //   56                   | push                esi
            //   ff15????????         |                     

        $sequence_7 = { c3 6a00 6a2b 68???????? }
            // n = 4, score = 200
            //   c3                   | ret                 
            //   6a00                 | push                0
            //   6a2b                 | push                0x2b
            //   68????????           |                     

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