Analysis

  • max time kernel
    150s
  • max time network
    153s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20240426-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20240426-enlocale:en-usos:windows10-2004-x64system
  • submitted
    16-05-2024 09:46

General

  • Target

    6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee.exe

  • Size

    4.1MB

  • MD5

    4c58c133e68b68616ce107d2c6aae47e

  • SHA1

    945d2c7ac7af222137d386b74635c9441a54d303

  • SHA256

    6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee

  • SHA512

    15fb6e2d86f181f49b90e293ed89ca225faf63ab1bb322b719b920a1e1df38ccc93f0e5c014be9920c5b0b9df4439df26627a298c1ea3e3288a5587f8eedaa45

  • SSDEEP

    98304:tH49zrfgobu9aDMWAg4dPDb/NQHvakIF/A8L3rqLZk5t2qZ3qL2LAZ53:kr7OagDbOPW/F2k5tRZaLrN

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 7 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\6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee.exe
    "C:\Users\Admin\AppData\Local\Temp\6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee.exe"
    1⤵
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:1572
    • 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:2300
    • C:\Users\Admin\AppData\Local\Temp\6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee.exe
      "C:\Users\Admin\AppData\Local\Temp\6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee.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:2064
      • 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:2572
      • 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:4572
        • 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:1276
      • 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:1280
      • 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:2452
      • 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:3076
        • 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:2224
        • 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:4784
        • C:\Windows\SYSTEM32\schtasks.exe
          schtasks /delete /tn ScheduledUpdate /f
          4⤵
            PID:2176
          • 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:4732
          • 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:3584
          • 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:1872
          • 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:2516
          • C:\Windows\windefender.exe
            "C:\Windows\windefender.exe"
            4⤵
            • Executes dropped EXE
            • Suspicious use of WriteProcessMemory
            PID:1604
            • 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:4520
              • 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:2396
    • C:\Windows\windefender.exe
      C:\Windows\windefender.exe
      1⤵
      • Executes dropped EXE
      • Modifies data under HKEY_USERS
      PID:4688

    Network

    MITRE ATT&CK Enterprise v15

    Replay Monitor

    Loading Replay Monitor...

    Downloads

    • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_4pulh2kb.fix.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

      968cb9309758126772781b83adb8a28f

      SHA1

      8da30e71accf186b2ba11da1797cf67f8f78b47c

      SHA256

      92099c10776bb7e3f2a8d1b82d4d40d0c4627e4f1bf754a6e58dfd2c2e97042a

      SHA512

      4bd50732f8af4d688d95999bddfd296115d7033ddc38f86c9fb1f47fde202bffa27e9088bebcaa3064ca946af2f5c1ca6cbde49d0907f0005c7ab42874515dd3

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

      Filesize

      19KB

      MD5

      bc3cdaaca40b99325325441365e2f6f6

      SHA1

      b010debabb84dec65ab4f04b6a75b7d8f995ae35

      SHA256

      303c2cee62d6b9e5dc870dbfc431716c2a7a1e153e8ee08448ce4ae209d839f4

      SHA512

      35ea723b8572fa49876cccf87d3a401f2a1cefbafed851b5d468ec566c73e0943176d6ff86932dec8c5ac8033a1c7a3146c87e12a2716df8e1a565817b9592c6

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

      Filesize

      19KB

      MD5

      97679eb3e8fccc3868d8fc949003bd84

      SHA1

      b38787cf88e9b5582e59c041546046ac42e87a21

      SHA256

      55b23d843f8fda3d65dbc9e66509d9d1981cd40c352350baa30fd14ea343c200

      SHA512

      6130a4f699cb5fb3ee04be9cc9490d2680a4b8c9da171984bfc20fbc6e60e11ec3b24c3979f1758ac1f6ad5361050f4b5a6e145b63ff82bc8a472fcf9f168780

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

      Filesize

      19KB

      MD5

      fa5fcc54c52bee2c761e868cf08e4878

      SHA1

      1201a3533d288ad710429b75505289d614ff8c94

      SHA256

      ea998ecaa2e833ec216344fb9315ea0c11831f11c7c242a0016e597cdec639fe

      SHA512

      2dc1d49929e2e9e42ff8d9590c59ded56169de99d23f337ca8a142bcce8ece0876448e9fedd3e0555d88cd7ba9a4989f5d3dc6e21940e667d385a46eb5dd59c0

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

      Filesize

      19KB

      MD5

      1fc98938cd815e451b42c4b05702d8ee

      SHA1

      a403f8063ce1b4197a486b4249bfbb4b5f3ec7f2

      SHA256

      0754df80290ee4bba8d7cf1bc57808cf6a5fb5994982d37010f4f676c3fa0ecc

      SHA512

      45fee797eb9d95f6a3284a4e7fd27c3e4e010ca05e76ec2db33153ef1440ef77fe9448b3b4eef8d4dbad6853a196fc9ef5bf1ee1d8b51210b6d1af4ad822d5ee

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

      Filesize

      19KB

      MD5

      2dd398041bbb8507eb27f252094f25ca

      SHA1

      5c4228f24712430e95625a87411ef8c8efebb223

      SHA256

      ad9ed6ca3100cc6dde23702fe3c0dda96ad6050008ff1dd90cc0334beff5cc02

      SHA512

      eccb3a519347126426059792e207b21d664ac156212b60eeb7e47c9ca93175eb01f5661596400f629f5bbf24ed3195de8f7dfc36dff28af04c9bf49ab1e2d8eb

    • C:\Windows\rss\csrss.exe

      Filesize

      4.1MB

      MD5

      4c58c133e68b68616ce107d2c6aae47e

      SHA1

      945d2c7ac7af222137d386b74635c9441a54d303

      SHA256

      6acc81e88b5a05507a690f3bf7b36b10d6b841b0269e33f66eff4d321a2fb2ee

      SHA512

      15fb6e2d86f181f49b90e293ed89ca225faf63ab1bb322b719b920a1e1df38ccc93f0e5c014be9920c5b0b9df4439df26627a298c1ea3e3288a5587f8eedaa45

    • C:\Windows\windefender.exe

      Filesize

      2.0MB

      MD5

      8e67f58837092385dcf01e8a2b4f5783

      SHA1

      012c49cfd8c5d06795a6f67ea2baf2a082cf8625

      SHA256

      166ddb03ff3c89bd4525ac390067e180fdd08f10fbcf4aadb0189541673c03fa

      SHA512

      40d8ae12663fc1851e171d9d86cea8bb12487b734c218d7b6f9742eb07d4ca265065cbd6d0bb908f8bda7e3d955c458dfe3fd13265bbf573b9351e0a2bf691ec

    • memory/1280-99-0x00000000716C0000-0x0000000071A14000-memory.dmp

      Filesize

      3.3MB

    • memory/1280-93-0x00000000061B0000-0x0000000006504000-memory.dmp

      Filesize

      3.3MB

    • memory/1280-98-0x00000000708F0000-0x000000007093C000-memory.dmp

      Filesize

      304KB

    • memory/1572-55-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/1572-56-0x0000000002D30000-0x000000000361B000-memory.dmp

      Filesize

      8.9MB

    • memory/1572-2-0x0000000002D30000-0x000000000361B000-memory.dmp

      Filesize

      8.9MB

    • memory/1572-1-0x0000000002920000-0x0000000002D27000-memory.dmp

      Filesize

      4.0MB

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

      Filesize

      9.1MB

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

      Filesize

      4.9MB

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

      Filesize

      4.9MB

    • memory/2064-136-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/2064-58-0x00000000029E0000-0x0000000002DE6000-memory.dmp

      Filesize

      4.0MB

    • memory/2224-163-0x0000000007990000-0x00000000079A1000-memory.dmp

      Filesize

      68KB

    • memory/2224-148-0x0000000005DD0000-0x0000000006124000-memory.dmp

      Filesize

      3.3MB

    • memory/2224-164-0x0000000006250000-0x0000000006264000-memory.dmp

      Filesize

      80KB

    • memory/2224-150-0x0000000006710000-0x000000000675C000-memory.dmp

      Filesize

      304KB

    • memory/2224-151-0x0000000070850000-0x000000007089C000-memory.dmp

      Filesize

      304KB

    • memory/2224-152-0x0000000070FF0000-0x0000000071344000-memory.dmp

      Filesize

      3.3MB

    • memory/2224-162-0x0000000007680000-0x0000000007723000-memory.dmp

      Filesize

      652KB

    • memory/2300-42-0x0000000007210000-0x00000000072B3000-memory.dmp

      Filesize

      652KB

    • memory/2300-11-0x0000000005600000-0x0000000005666000-memory.dmp

      Filesize

      408KB

    • memory/2300-49-0x00000000073C0000-0x00000000073DA000-memory.dmp

      Filesize

      104KB

    • memory/2300-50-0x00000000073B0000-0x00000000073B8000-memory.dmp

      Filesize

      32KB

    • memory/2300-53-0x0000000074950000-0x0000000075100000-memory.dmp

      Filesize

      7.7MB

    • memory/2300-47-0x0000000007350000-0x000000000735E000-memory.dmp

      Filesize

      56KB

    • memory/2300-46-0x0000000007310000-0x0000000007321000-memory.dmp

      Filesize

      68KB

    • memory/2300-45-0x0000000007410000-0x00000000074A6000-memory.dmp

      Filesize

      600KB

    • memory/2300-4-0x000000007495E000-0x000000007495F000-memory.dmp

      Filesize

      4KB

    • memory/2300-5-0x0000000002650000-0x0000000002686000-memory.dmp

      Filesize

      216KB

    • memory/2300-6-0x0000000074950000-0x0000000075100000-memory.dmp

      Filesize

      7.7MB

    • memory/2300-7-0x0000000004F60000-0x0000000005588000-memory.dmp

      Filesize

      6.2MB

    • memory/2300-8-0x0000000074950000-0x0000000075100000-memory.dmp

      Filesize

      7.7MB

    • memory/2300-9-0x0000000004C70000-0x0000000004C92000-memory.dmp

      Filesize

      136KB

    • memory/2300-48-0x0000000007370000-0x0000000007384000-memory.dmp

      Filesize

      80KB

    • memory/2300-44-0x0000000074950000-0x0000000075100000-memory.dmp

      Filesize

      7.7MB

    • memory/2300-43-0x0000000007300000-0x000000000730A000-memory.dmp

      Filesize

      40KB

    • memory/2300-30-0x0000000070970000-0x0000000070CC4000-memory.dmp

      Filesize

      3.3MB

    • memory/2300-28-0x00000000071B0000-0x00000000071E2000-memory.dmp

      Filesize

      200KB

    • memory/2300-40-0x0000000074950000-0x0000000075100000-memory.dmp

      Filesize

      7.7MB

    • memory/2300-10-0x0000000005590000-0x00000000055F6000-memory.dmp

      Filesize

      408KB

    • memory/2300-41-0x00000000071F0000-0x000000000720E000-memory.dmp

      Filesize

      120KB

    • memory/2300-21-0x0000000005770000-0x0000000005AC4000-memory.dmp

      Filesize

      3.3MB

    • memory/2300-22-0x0000000005C30000-0x0000000005C4E000-memory.dmp

      Filesize

      120KB

    • memory/2300-29-0x00000000707F0000-0x000000007083C000-memory.dmp

      Filesize

      304KB

    • memory/2300-26-0x0000000007640000-0x0000000007CBA000-memory.dmp

      Filesize

      6.5MB

    • memory/2300-27-0x0000000006FF0000-0x000000000700A000-memory.dmp

      Filesize

      104KB

    • memory/2300-25-0x0000000006CD0000-0x0000000006D46000-memory.dmp

      Filesize

      472KB

    • memory/2300-24-0x0000000006130000-0x0000000006174000-memory.dmp

      Filesize

      272KB

    • memory/2300-23-0x0000000005C80000-0x0000000005CCC000-memory.dmp

      Filesize

      304KB

    • memory/2452-121-0x00000000708F0000-0x000000007093C000-memory.dmp

      Filesize

      304KB

    • memory/2452-119-0x0000000005DD0000-0x0000000006124000-memory.dmp

      Filesize

      3.3MB

    • memory/2452-122-0x0000000071090000-0x00000000713E4000-memory.dmp

      Filesize

      3.3MB

    • memory/2572-81-0x0000000006DE0000-0x0000000006E83000-memory.dmp

      Filesize

      652KB

    • memory/2572-83-0x00000000070F0000-0x0000000007104000-memory.dmp

      Filesize

      80KB

    • memory/2572-82-0x00000000070A0000-0x00000000070B1000-memory.dmp

      Filesize

      68KB

    • memory/2572-68-0x0000000005570000-0x00000000058C4000-memory.dmp

      Filesize

      3.3MB

    • memory/2572-69-0x0000000005BE0000-0x0000000005C2C000-memory.dmp

      Filesize

      304KB

    • memory/2572-70-0x00000000708F0000-0x000000007093C000-memory.dmp

      Filesize

      304KB

    • memory/2572-71-0x0000000071010000-0x0000000071364000-memory.dmp

      Filesize

      3.3MB

    • memory/3076-236-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-239-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-252-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-249-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-247-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-246-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-244-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-221-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-241-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-238-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-233-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-231-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3076-230-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3584-202-0x0000000005780000-0x0000000005AD4000-memory.dmp

      Filesize

      3.3MB

    • memory/3584-205-0x0000000070F30000-0x0000000071284000-memory.dmp

      Filesize

      3.3MB

    • memory/3584-204-0x0000000070770000-0x00000000707BC000-memory.dmp

      Filesize

      304KB

    • memory/4688-242-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/4688-228-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/4688-235-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/4688-232-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/4732-191-0x0000000005830000-0x0000000005844000-memory.dmp

      Filesize

      80KB

    • memory/4732-179-0x00000000708F0000-0x0000000070C44000-memory.dmp

      Filesize

      3.3MB

    • memory/4732-189-0x00000000076F0000-0x0000000007793000-memory.dmp

      Filesize

      652KB

    • memory/4732-178-0x0000000070770000-0x00000000707BC000-memory.dmp

      Filesize

      304KB

    • memory/4732-175-0x0000000005F90000-0x00000000062E4000-memory.dmp

      Filesize

      3.3MB

    • memory/4732-190-0x0000000007A40000-0x0000000007A51000-memory.dmp

      Filesize

      68KB

    • memory/4732-177-0x0000000006500000-0x000000000654C000-memory.dmp

      Filesize

      304KB