Analysis

  • max time kernel
    149s
  • max time network
    128s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20240508-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20240508-enlocale:en-usos:windows10-2004-x64system
  • submitted
    18-05-2024 11:21

General

  • Target

    2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90.exe

  • Size

    4.1MB

  • MD5

    6b6e52b3fb89932eb1a71bd976e4b2b9

  • SHA1

    5f3d91d46f467b0569f668ebae23045b8ce4809d

  • SHA256

    2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90

  • SHA512

    4ba84bc2d6b0ec966fe2ba7764cc0973c76e29c10aea38b10c40a1fd2451edf3cd0f6c949df13679e3f3cce05c49786bc8ecc3ca70bb969b616f223536e2a6a5

  • SSDEEP

    98304:vQRIh4uLuEEVqS5oryfPYtPRvG0pG4X3B/:3K95KswtE0pG4B/

Malware Config

Signatures

  • Glupteba

    Glupteba is a modular loader written in Golang with various components.

  • Glupteba payload 19 IoCs
  • Modifies Windows Firewall 2 TTPs 1 IoCs
  • Executes dropped EXE 4 IoCs
  • UPX packed file 6 IoCs

    Detects executables packed with UPX/modified UPX open source packer.

  • Adds Run key to start application 2 TTPs 2 IoCs
  • Checks installed software on the system 1 TTPs

    Looks up Uninstall key entries in the registry to enumerate software on the system.

  • Manipulates WinMonFS driver. 1 IoCs

    Roottkits write to WinMonFS to hide directories/files from being detected.

  • Drops file in System32 directory 7 IoCs
  • Checks for VirtualBox DLLs, possible anti-VM trick 1 TTPs 1 IoCs

    Certain files are specific to VirtualBox VMs and can be used to detect execution in a VM.

  • Drops file in Windows directory 4 IoCs
  • Launches sc.exe 1 IoCs

    Sc.exe is a Windows utlilty to control services on the system.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 7 IoCs

    Using powershell.exe command.

  • Creates scheduled task(s) 1 TTPs 2 IoCs

    Schtasks is often used by malware for persistence or to perform post-infection execution.

  • Modifies data under HKEY_USERS 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious use of AdjustPrivilegeToken 12 IoCs
  • Suspicious use of WriteProcessMemory 36 IoCs
  • Uses Task Scheduler COM API 1 TTPs

    The Task Scheduler COM API can be used to schedule applications to run on boot or at set times.

Processes

  • C:\Users\Admin\AppData\Local\Temp\2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90.exe
    "C:\Users\Admin\AppData\Local\Temp\2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90.exe"
    1⤵
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:3012
    • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
      powershell -nologo -noprofile
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:1584
    • C:\Users\Admin\AppData\Local\Temp\2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90.exe
      "C:\Users\Admin\AppData\Local\Temp\2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90.exe"
      2⤵
      • Adds Run key to start application
      • Checks for VirtualBox DLLs, possible anti-VM trick
      • Drops file in Windows directory
      • Modifies data under HKEY_USERS
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of WriteProcessMemory
      PID:768
      • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
        powershell -nologo -noprofile
        3⤵
        • Drops file in System32 directory
        • Command and Scripting Interpreter: PowerShell
        • Modifies data under HKEY_USERS
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2288
      • C:\Windows\system32\cmd.exe
        C:\Windows\Sysnative\cmd.exe /C "netsh advfirewall firewall add rule name="csrss" dir=in action=allow program="C:\Windows\rss\csrss.exe" enable=yes"
        3⤵
        • Suspicious use of WriteProcessMemory
        PID:1308
        • C:\Windows\system32\netsh.exe
          netsh advfirewall firewall add rule name="csrss" dir=in action=allow program="C:\Windows\rss\csrss.exe" enable=yes
          4⤵
          • Modifies Windows Firewall
          PID:2868
      • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
        powershell -nologo -noprofile
        3⤵
        • Drops file in System32 directory
        • Command and Scripting Interpreter: PowerShell
        • Modifies data under HKEY_USERS
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:4684
      • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
        powershell -nologo -noprofile
        3⤵
        • Drops file in System32 directory
        • Command and Scripting Interpreter: PowerShell
        • Modifies data under HKEY_USERS
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:1820
      • C:\Windows\rss\csrss.exe
        C:\Windows\rss\csrss.exe
        3⤵
        • Executes dropped EXE
        • Adds Run key to start application
        • Manipulates WinMonFS driver.
        • Drops file in Windows directory
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        • Suspicious use of WriteProcessMemory
        PID:3580
        • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
          powershell -nologo -noprofile
          4⤵
          • Drops file in System32 directory
          • Command and Scripting Interpreter: PowerShell
          • Modifies data under HKEY_USERS
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:512
        • C:\Windows\SYSTEM32\schtasks.exe
          schtasks /CREATE /SC ONLOGON /RL HIGHEST /TR "C:\Windows\rss\csrss.exe" /TN csrss /F
          4⤵
          • Creates scheduled task(s)
          PID:2384
        • C:\Windows\SYSTEM32\schtasks.exe
          schtasks /delete /tn ScheduledUpdate /f
          4⤵
            PID:4668
          • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
            powershell -nologo -noprofile
            4⤵
            • Drops file in System32 directory
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:2216
          • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
            powershell -nologo -noprofile
            4⤵
            • Drops file in System32 directory
            • Command and Scripting Interpreter: PowerShell
            • Modifies data under HKEY_USERS
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:900
          • C:\Users\Admin\AppData\Local\Temp\csrss\injector\injector.exe
            C:\Users\Admin\AppData\Local\Temp\csrss\injector\injector.exe taskmgr.exe C:\Users\Admin\AppData\Local\Temp\csrss\injector\NtQuerySystemInformationHook.dll
            4⤵
            • Executes dropped EXE
            • Suspicious behavior: EnumeratesProcesses
            PID:2696
          • C:\Windows\SYSTEM32\schtasks.exe
            schtasks /CREATE /SC ONLOGON /RL HIGHEST /TR "C:\Windows\rss\csrss.exe" /TN csrss /F
            4⤵
            • Creates scheduled task(s)
            PID:436
          • C:\Windows\windefender.exe
            "C:\Windows\windefender.exe"
            4⤵
            • Executes dropped EXE
            • Suspicious use of WriteProcessMemory
            PID:1756
            • C:\Windows\SysWOW64\cmd.exe
              cmd.exe /C sc sdset WinDefender D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPLOCRSDRCWDWO;;;BA)(D;;WPDT;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
              5⤵
              • Suspicious use of WriteProcessMemory
              PID:5092
              • C:\Windows\SysWOW64\sc.exe
                sc sdset WinDefender D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPLOCRSDRCWDWO;;;BA)(D;;WPDT;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
                6⤵
                • Launches sc.exe
                • Suspicious use of AdjustPrivilegeToken
                PID:4496
    • C:\Windows\windefender.exe
      C:\Windows\windefender.exe
      1⤵
      • Executes dropped EXE
      • Modifies data under HKEY_USERS
      PID:3900

    Network

    MITRE ATT&CK Enterprise v15

    Replay Monitor

    Loading Replay Monitor...

    Downloads

    • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_jyj1sfds.s3q.ps1

      Filesize

      60B

      MD5

      d17fe0a3f47be24a6453e9ef58c94641

      SHA1

      6ab83620379fc69f80c0242105ddffd7d98d5d9d

      SHA256

      96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

      SHA512

      5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

    • C:\Users\Admin\AppData\Local\Temp\csrss\injector\injector.exe

      Filesize

      281KB

      MD5

      d98e33b66343e7c96158444127a117f6

      SHA1

      bb716c5509a2bf345c6c1152f6e3e1452d39d50d

      SHA256

      5de4e2b07a26102fe527606ce5da1d5a4b938967c9d380a3c5fe86e2e34aaaf1

      SHA512

      705275e4a1ba8205eb799a8cf1737bc8ba686925e52c9198a6060a7abeee65552a85b814ac494a4b975d496a63be285f19a6265550585f2fc85824c42d7efab5

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\powershell.exe.log

      Filesize

      2KB

      MD5

      3d086a433708053f9bf9523e1d87a4e8

      SHA1

      b3ab5d4f282a4c8fe8c3005b8a557ed5a0e37f28

      SHA256

      6f8fd1b8d9788ad54eaeee329232187e24b7b43393a01aeba2d6e9675231fb69

      SHA512

      931ae42b4c68a4507ff2342332b08eb407050d47cf4176137ea022d0f6e513c689e998445a04c6d18d4877391705c586bfce0234632b898d41aaed0957996dfd

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-Interactive

      Filesize

      19KB

      MD5

      9aaec8d1dcf131072d5d3eefc7cae0bb

      SHA1

      9ccda599b7c56628d73c83c3e70aa90d35273282

      SHA256

      f844cb9502940173b294ed0ec083c15bc8158445342851305f28c55412a14dfe

      SHA512

      90a4363c4219527894ad155dee593448fcd3414ee74d3b78b45fdef5c3b6c2e69f306fd0b4e9faedd9621c3fca362678699fea0dfd65a5ca4bd029f2490c76a4

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-Interactive

      Filesize

      19KB

      MD5

      8eacde186d857cf908a52a09201cee1a

      SHA1

      bcc542708855291fd3422c5a2076cc7eb697da83

      SHA256

      cb6bbb9fccff3a042434df6eb126be92fe3de239358a0f920a0ee589fd7b6202

      SHA512

      3313ebac356cca00f7a690f7a52ef3568b2d20b8e140b1e55d3761307e1db21a50d09eeea5ae6bf35379fd258f0595be6925d0693e3ad6cd6f2ed0287cba8e74

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-Interactive

      Filesize

      19KB

      MD5

      f42b2cb8dcc5cccc24e2be2f89c6555f

      SHA1

      3c6afc9ca88efdf0d26dc199c1a73e630244cc15

      SHA256

      1e4ba802e2a0937ac0712fe958e297701db8a90a203978c7bc4c0a142475c9ce

      SHA512

      ef66316c0b3ecf84b53bd5ba3e36884d20bd30d7761acbf7aaff041d52b9638230f2d60364ba46ee902890bbb9df632e9a0e77e6c3f03ace57728f1597b08bc8

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-Interactive

      Filesize

      19KB

      MD5

      3bf621bb155dff86d0d43842de90844b

      SHA1

      fba532a9cd55b475d4b05467bc9befe060dc83e9

      SHA256

      25b31b24aa945fe46d79fd1da91bf9b7973c4a7b57464b6123070897e05c2147

      SHA512

      89b0a5c431747ce378d1628cd835b68eada18aae8263a5a1fac4fb49b18738ac03bbafbe1fb8eace3f833d68c1fed8b072e70cf0b84394f626d7a57fff0f3633

    • C:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-Interactive

      Filesize

      19KB

      MD5

      47ff9dfabf4fa5e4e9edb398524dc36d

      SHA1

      d1606b616be65e92e51a64117c9b19ea279d2876

      SHA256

      528b19e5a5cb408c4c251333f96bd0e460e7ba36545ea1ef70c00720c5160989

      SHA512

      865fe37e7e987caf6418241a94e1abafc2d0c2f88ce8a7e1c2638c2095ab16e12c54a8f11c408d68adb084376e6c5d7818bf8760f715b106e2616a1368298038

    • C:\Windows\rss\csrss.exe

      Filesize

      4.1MB

      MD5

      6b6e52b3fb89932eb1a71bd976e4b2b9

      SHA1

      5f3d91d46f467b0569f668ebae23045b8ce4809d

      SHA256

      2cc71411d67f8d1b861a5a0b9a9ba3afe5b55f1cddb7099c7e7d13475f65ac90

      SHA512

      4ba84bc2d6b0ec966fe2ba7764cc0973c76e29c10aea38b10c40a1fd2451edf3cd0f6c949df13679e3f3cce05c49786bc8ecc3ca70bb969b616f223536e2a6a5

    • C:\Windows\windefender.exe

      Filesize

      2.0MB

      MD5

      8e67f58837092385dcf01e8a2b4f5783

      SHA1

      012c49cfd8c5d06795a6f67ea2baf2a082cf8625

      SHA256

      166ddb03ff3c89bd4525ac390067e180fdd08f10fbcf4aadb0189541673c03fa

      SHA512

      40d8ae12663fc1851e171d9d86cea8bb12487b734c218d7b6f9742eb07d4ca265065cbd6d0bb908f8bda7e3d955c458dfe3fd13265bbf573b9351e0a2bf691ec

    • memory/512-142-0x0000000070DC0000-0x0000000070E0C000-memory.dmp

      Filesize

      304KB

    • memory/512-143-0x0000000070F40000-0x0000000071294000-memory.dmp

      Filesize

      3.3MB

    • memory/768-166-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/900-192-0x00000000064F0000-0x0000000006844000-memory.dmp

      Filesize

      3.3MB

    • memory/900-195-0x0000000070E60000-0x00000000711B4000-memory.dmp

      Filesize

      3.3MB

    • memory/900-194-0x0000000070CE0000-0x0000000070D2C000-memory.dmp

      Filesize

      304KB

    • memory/1584-39-0x00000000077B0000-0x00000000077CE000-memory.dmp

      Filesize

      120KB

    • memory/1584-4-0x0000000074F2E000-0x0000000074F2F000-memory.dmp

      Filesize

      4KB

    • memory/1584-28-0x0000000070DC0000-0x0000000070E0C000-memory.dmp

      Filesize

      304KB

    • memory/1584-29-0x0000000071540000-0x0000000071894000-memory.dmp

      Filesize

      3.3MB

    • memory/1584-27-0x0000000007770000-0x00000000077A2000-memory.dmp

      Filesize

      200KB

    • memory/1584-9-0x0000000005AF0000-0x0000000005B56000-memory.dmp

      Filesize

      408KB

    • memory/1584-40-0x0000000074F20000-0x00000000756D0000-memory.dmp

      Filesize

      7.7MB

    • memory/1584-41-0x00000000077D0000-0x0000000007873000-memory.dmp

      Filesize

      652KB

    • memory/1584-42-0x0000000074F20000-0x00000000756D0000-memory.dmp

      Filesize

      7.7MB

    • memory/1584-43-0x00000000078C0000-0x00000000078CA000-memory.dmp

      Filesize

      40KB

    • memory/1584-44-0x0000000007980000-0x0000000007A16000-memory.dmp

      Filesize

      600KB

    • memory/1584-45-0x00000000078E0000-0x00000000078F1000-memory.dmp

      Filesize

      68KB

    • memory/1584-46-0x0000000007920000-0x000000000792E000-memory.dmp

      Filesize

      56KB

    • memory/1584-47-0x0000000007930000-0x0000000007944000-memory.dmp

      Filesize

      80KB

    • memory/1584-48-0x0000000007A20000-0x0000000007A3A000-memory.dmp

      Filesize

      104KB

    • memory/1584-49-0x0000000007960000-0x0000000007968000-memory.dmp

      Filesize

      32KB

    • memory/1584-52-0x0000000074F20000-0x00000000756D0000-memory.dmp

      Filesize

      7.7MB

    • memory/1584-10-0x0000000005B60000-0x0000000005BC6000-memory.dmp

      Filesize

      408KB

    • memory/1584-26-0x00000000075B0000-0x00000000075CA000-memory.dmp

      Filesize

      104KB

    • memory/1584-16-0x0000000005BD0000-0x0000000005F24000-memory.dmp

      Filesize

      3.3MB

    • memory/1584-5-0x0000000004C20000-0x0000000004C56000-memory.dmp

      Filesize

      216KB

    • memory/1584-6-0x0000000074F20000-0x00000000756D0000-memory.dmp

      Filesize

      7.7MB

    • memory/1584-25-0x0000000007C30000-0x00000000082AA000-memory.dmp

      Filesize

      6.5MB

    • memory/1584-7-0x0000000005350000-0x0000000005978000-memory.dmp

      Filesize

      6.2MB

    • memory/1584-24-0x0000000007330000-0x00000000073A6000-memory.dmp

      Filesize

      472KB

    • memory/1584-21-0x0000000006200000-0x000000000621E000-memory.dmp

      Filesize

      120KB

    • memory/1584-22-0x0000000006220000-0x000000000626C000-memory.dmp

      Filesize

      304KB

    • memory/1584-8-0x0000000005120000-0x0000000005142000-memory.dmp

      Filesize

      136KB

    • memory/1584-23-0x0000000006760000-0x00000000067A4000-memory.dmp

      Filesize

      272KB

    • memory/1756-220-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/1756-225-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/1820-114-0x0000000070DC0000-0x0000000070E0C000-memory.dmp

      Filesize

      304KB

    • memory/1820-115-0x0000000071540000-0x0000000071894000-memory.dmp

      Filesize

      3.3MB

    • memory/2216-180-0x0000000006600000-0x0000000006611000-memory.dmp

      Filesize

      68KB

    • memory/2216-181-0x0000000006640000-0x0000000006654000-memory.dmp

      Filesize

      80KB

    • memory/2216-179-0x00000000079B0000-0x0000000007A53000-memory.dmp

      Filesize

      652KB

    • memory/2216-168-0x0000000070CE0000-0x0000000070D2C000-memory.dmp

      Filesize

      304KB

    • memory/2216-163-0x0000000006160000-0x00000000064B4000-memory.dmp

      Filesize

      3.3MB

    • memory/2216-165-0x0000000006D50000-0x0000000006D9C000-memory.dmp

      Filesize

      304KB

    • memory/2216-169-0x0000000071470000-0x00000000717C4000-memory.dmp

      Filesize

      3.3MB

    • memory/2288-64-0x0000000071540000-0x0000000071894000-memory.dmp

      Filesize

      3.3MB

    • memory/2288-63-0x0000000070DC0000-0x0000000070E0C000-memory.dmp

      Filesize

      304KB

    • memory/2288-76-0x0000000007270000-0x0000000007284000-memory.dmp

      Filesize

      80KB

    • memory/2288-75-0x0000000007220000-0x0000000007231000-memory.dmp

      Filesize

      68KB

    • memory/2288-74-0x0000000006F00000-0x0000000006FA3000-memory.dmp

      Filesize

      652KB

    • memory/3012-3-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3012-141-0x0000000004860000-0x0000000004C5C000-memory.dmp

      Filesize

      4.0MB

    • memory/3012-102-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3012-167-0x0000000004C60000-0x000000000554B000-memory.dmp

      Filesize

      8.9MB

    • memory/3012-1-0x0000000004860000-0x0000000004C5C000-memory.dmp

      Filesize

      4.0MB

    • memory/3012-206-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3012-2-0x0000000004C60000-0x000000000554B000-memory.dmp

      Filesize

      8.9MB

    • memory/3580-236-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-248-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-268-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-264-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-260-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-222-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-256-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-228-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-232-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-252-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-208-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-240-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3580-244-0x0000000000400000-0x0000000002B08000-memory.dmp

      Filesize

      39.0MB

    • memory/3900-237-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/3900-229-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/3900-223-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/4684-92-0x0000000070F40000-0x0000000071294000-memory.dmp

      Filesize

      3.3MB

    • memory/4684-91-0x0000000070DC0000-0x0000000070E0C000-memory.dmp

      Filesize

      304KB

    • memory/4684-89-0x0000000005C10000-0x0000000005F64000-memory.dmp

      Filesize

      3.3MB