SYMBOLCOMMON_NAMEaka. SYNONYMS
win.royal_dns (Back to overview)

Royal DNS

Actor(s): Mirage


RoyalDNS is a DNS based backdoor used by APT15 that persistences on a system through a service called 'Nwsapagent'.

References
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
2018-03-16Github (nccgroup)NCC Group PLC
@online{plc:20180316:royal:7ff57f8, author = {NCC Group PLC}, title = {{Royal APT - APT15 Repository}}, date = {2018-03-16}, organization = {Github (nccgroup)}, url = {https://github.com/nccgroup/Royal_APT}, language = {English}, urldate = {2020-01-09} } Royal APT - APT15 Repository
BS2005 MS Exchange Tool RoyalCli Royal DNS APT15
2018-03-10NCC GroupRob Smallridge
@online{smallridge:20180310:apt15:e5e7ef0, author = {Rob Smallridge}, title = {{APT15 is alive and strong: An analysis of RoyalCli and RoyalDNS}}, date = {2018-03-10}, organization = {NCC Group}, url = {https://research.nccgroup.com/2018/03/10/apt15-is-alive-and-strong-an-analysis-of-royalcli-and-royaldns/}, language = {English}, urldate = {2021-04-29} } APT15 is alive and strong: An analysis of RoyalCli and RoyalDNS
BS2005 MS Exchange Tool RoyalCli Royal DNS APT15
Yara Rules
[TLP:WHITE] win_royal_dns_auto (20230407 | Detects win.royal_dns.)
rule win_royal_dns_auto {

    meta:
        author = "Felix Bilstein - yara-signator at cocacoding dot com"
        date = "2023-03-28"
        version = "1"
        description = "Detects win.royal_dns."
        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.royal_dns"
        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 = { c685d8fbffff00 e8???????? 83c40c 6803010000 8d8de1fcffff 6a00 }
            // n = 6, score = 100
            //   c685d8fbffff00       | mov                 byte ptr [ebp - 0x428], 0
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   6803010000           | push                0x103
            //   8d8de1fcffff         | lea                 ecx, [ebp - 0x31f]
            //   6a00                 | push                0

        $sequence_1 = { 53 ffd6 8b4dec 51 ffd6 }
            // n = 5, score = 100
            //   53                   | push                ebx
            //   ffd6                 | call                esi
            //   8b4dec               | mov                 ecx, dword ptr [ebp - 0x14]
            //   51                   | push                ecx
            //   ffd6                 | call                esi

        $sequence_2 = { 0fb6d9 43 0118 8b85e8faffff }
            // n = 4, score = 100
            //   0fb6d9               | movzx               ebx, cl
            //   43                   | inc                 ebx
            //   0118                 | add                 dword ptr [eax], ebx
            //   8b85e8faffff         | mov                 eax, dword ptr [ebp - 0x518]

        $sequence_3 = { 0fb68070132500 8801 0fb606 0fb65e01 83e003 c1e004 c1eb04 }
            // n = 7, score = 100
            //   0fb68070132500       | movzx               eax, byte ptr [eax + 0x251370]
            //   8801                 | mov                 byte ptr [ecx], al
            //   0fb606               | movzx               eax, byte ptr [esi]
            //   0fb65e01             | movzx               ebx, byte ptr [esi + 1]
            //   83e003               | and                 eax, 3
            //   c1e004               | shl                 eax, 4
            //   c1eb04               | shr                 ebx, 4

        $sequence_4 = { 0fbe8060f62400 83e00f eb02 33c0 }
            // n = 4, score = 100
            //   0fbe8060f62400       | movsx               eax, byte ptr [eax + 0x24f660]
            //   83e00f               | and                 eax, 0xf
            //   eb02                 | jmp                 4
            //   33c0                 | xor                 eax, eax

        $sequence_5 = { 8d85f4fbffff c785dcfaffff10000000 50 eb12 6a00 6a00 6a00 }
            // n = 7, score = 100
            //   8d85f4fbffff         | lea                 eax, [ebp - 0x40c]
            //   c785dcfaffff10000000     | mov    dword ptr [ebp - 0x524], 0x10
            //   50                   | push                eax
            //   eb12                 | jmp                 0x14
            //   6a00                 | push                0
            //   6a00                 | push                0
            //   6a00                 | push                0

        $sequence_6 = { 0f82aafeffff 8b45e8 8b4dfc 5f 5e 33cd 5b }
            // n = 7, score = 100
            //   0f82aafeffff         | jb                  0xfffffeb0
            //   8b45e8               | mov                 eax, dword ptr [ebp - 0x18]
            //   8b4dfc               | mov                 ecx, dword ptr [ebp - 4]
            //   5f                   | pop                 edi
            //   5e                   | pop                 esi
            //   33cd                 | xor                 ecx, ebp
            //   5b                   | pop                 ebx

        $sequence_7 = { ff15???????? 0fb7c8 8d5c0b0c 81fb00040000 7612 83c8ff }
            // n = 6, score = 100
            //   ff15????????         |                     
            //   0fb7c8               | movzx               ecx, ax
            //   8d5c0b0c             | lea                 ebx, [ebx + ecx + 0xc]
            //   81fb00040000         | cmp                 ebx, 0x400
            //   7612                 | jbe                 0x14
            //   83c8ff               | or                  eax, 0xffffffff

        $sequence_8 = { f7f1 8d95f0feffff 68???????? 52 8bf8 }
            // n = 5, score = 100
            //   f7f1                 | div                 ecx
            //   8d95f0feffff         | lea                 edx, [ebp - 0x110]
            //   68????????           |                     
            //   52                   | push                edx
            //   8bf8                 | mov                 edi, eax

        $sequence_9 = { 8dbda0f5ffff 50 f3a5 e8???????? 83c40c b908000000 be???????? }
            // n = 7, score = 100
            //   8dbda0f5ffff         | lea                 edi, [ebp - 0xa60]
            //   50                   | push                eax
            //   f3a5                 | rep movsd           dword ptr es:[edi], dword ptr [esi]
            //   e8????????           |                     
            //   83c40c               | add                 esp, 0xc
            //   b908000000           | mov                 ecx, 8
            //   be????????           |                     

    condition:
        7 of them and filesize < 204800
}
[TLP:WHITE] win_royal_dns_w0   (20180312 | Detects malware from APT 15 report by NCC Group)
import "pe"

rule win_royal_dns_w0 {
    meta:
        author = "Florian Roth"
        description = "Detects malware from APT 15 report by NCC Group"
        reference = "https://goo.gl/HZ5XMN"
        date = "2018-03-10"
        hash = "bc937f6e958b339f6925023bc2af375d669084e9551fd3753e501ef26e36b39d"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.royal_dns"
        malpedia_version = "20180312"
        malpedia_license = "CC BY-NC-SA 4.0"
        malpedia_sharing = "TLP:WHITE"
    strings:
        $x1 = "del c:\\windows\\temp\\r.exe /f /q" fullword ascii
        $x2 = "%s\\r.exe" fullword ascii

        $s1 = "rights.dll" fullword ascii
        $s2 = "\"%s\">>\"%s\"\\s.txt" fullword ascii
        $s3 = "Nwsapagent" fullword ascii
        $s4 = "%s\\r.bat" fullword ascii
        $s5 = "%s\\s.txt" fullword ascii
        $s6 = "runexe" fullword ascii
    condition:
        1 of ($x*) or 2 of them
}
[TLP:WHITE] win_royal_dns_w1   (20180312 | DLL implant, originally rights.dll and runs as a service)
rule win_royal_dns_w1 {
    meta:
        author = "David Cannings"
        description = "DLL implant, originally rights.dll and runs as a service"
        hash = "bc937f6e958b339f6925023bc2af375d669084e9551fd3753e501ef26e36b39d"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.royal_dns"
        malpedia_version = "20180312"
        malpedia_license = "CC BY-NC-SA 4.0"
        malpedia_sharing = "TLP:WHITE"
    strings:
        /*
        56                push    esi
        B8 A7 C6 67 4E    mov     eax, 4E67C6A7h
        83 C1 02          add     ecx, 2
        BA 04 00 00 00    mov     edx, 4
        57                push    edi
        90                nop
        */
        // JSHash implementation (Justin Sobel's hash algorithm)
        $opcodes_jshash = { B8 A7 C6 67 4E 83 C1 02 BA 04 00 00 00 57 90 }

        /*
        0F B6 1C 03       movzx   ebx, byte ptr [ebx+eax]
        8B 55 08          mov     edx, [ebp+arg_0]
        30 1C 17          xor     [edi+edx], bl
        47                inc     edi
        3B 7D 0C          cmp     edi, [ebp+arg_4]
        72 A4             jb      short loc_10003F31
        */
        // Encode loop, used to "encrypt" data before DNS request
        $opcodes_encode = { 0F B6 1C 03 8B 55 08 30 1C 17 47 3B 7D 0C }

        /*
        68 88 13 00 00    push    5000 # Also seen 3000, included below
        FF D6             call    esi ; Sleep
        4F                dec     edi
        75 F6             jnz     short loc_10001554
        */
        // Sleep loop
        $opcodes_sleep_loop = { 68 (88|B8) (13|0B) 00 00 FF D6 4F 75 F6 }

        // Generic strings
        $ = "Nwsapagent" fullword
        $ = "\"%s\">>\"%s\"\\s.txt"
        $ = "myWObject" fullword
        $ = "del c:\\windows\\temp\\r.exe /f /q"
        $ = "del c:\\windows\\temp\\r.ini /f /q"

    condition:
        3 of them
}
Download all Yara Rules