Windows 7 deprecation

Windows 7 will be removed from tria.ge on 2025-03-31

Analysis

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

    arch:x64arch:x86image:win10v2004-20240508-enlocale:en-usos:windows10-2004-x64system
  • submitted
    14/05/2024, 23:21

General

  • Target

    187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d.exe

  • Size

    4.1MB

  • MD5

    2b1114fdb89b86c6cd33be425f09ea4a

  • SHA1

    25d982b39a264cd9b4b336c4e0d1729aa4f5c6ad

  • SHA256

    187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d

  • SHA512

    c6624f9bbc25b2e4f56feec46dee599dcf0ed6ff5a4c21c2c7fd4c099f4347ae1ea6dde91baa5600ef19ae6ce60229246a323cd6f8fa0c9d8184d6ec0cdb4253

  • SSDEEP

    98304:PM/EmSBi2U836aQ7T+NOHAd2U4SvMS0Qb1S3aNOYAF0BRB40OFss:PR5hU83ZQZH62N+Mm1SqPK0ths

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\187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d.exe
    "C:\Users\Admin\AppData\Local\Temp\187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d.exe"
    1⤵
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:3776
    • 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:228
    • C:\Users\Admin\AppData\Local\Temp\187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d.exe
      "C:\Users\Admin\AppData\Local\Temp\187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d.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:4060
      • 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\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:4644
        • 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:4444
      • 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:4052
      • 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:2456
      • 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:4796
        • 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:920
        • 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:3116
        • C:\Windows\SYSTEM32\schtasks.exe
          schtasks /delete /tn ScheduledUpdate /f
          4⤵
            PID:4000
          • 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:2080
          • 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:3832
          • 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:4968
          • 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:4008
          • C:\Windows\windefender.exe
            "C:\Windows\windefender.exe"
            4⤵
            • Executes dropped EXE
            • Suspicious use of WriteProcessMemory
            PID:3920
            • 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:4460
              • 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:3472
    • C:\Windows\windefender.exe
      C:\Windows\windefender.exe
      1⤵
      • Executes dropped EXE
      • Modifies data under HKEY_USERS
      PID:2460

    Network

    MITRE ATT&CK Enterprise v15

    Replay Monitor

    Loading Replay Monitor...

    Downloads

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

      e4369301a888f3cdce7d61ae43a6af79

      SHA1

      34541eb6e79d009794b3200bf8d3181e71a94281

      SHA256

      e911d55e7106e54b765712fa6fefa59d7b74b1b77ef66b5cbeb9430deba47d73

      SHA512

      616382386c1e41f4dcb5866dfb8cff0e1657035d6c851c509bf99beeec64efb79c713cfd412c3ccba16dbfb7db4ee347a0da3b2830cb49d3ec2fe721e6becf54

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

      Filesize

      19KB

      MD5

      5ef2608735811de97142ad967e47dc64

      SHA1

      b6525a8160b94850226c92b8fefdef46f9ff40b1

      SHA256

      c9e59aaf2c1f409118cdd3fea23ac1314404e045ce04bd90be9e3990f51014d2

      SHA512

      c24cac55bb82e998eaaed714f54210e3c7f1addff8e433bdf0fe140539273c912a442bf2c41cdbb58998a3040d1777e4701fa7d5dab949513af26004c2f5b266

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

      Filesize

      19KB

      MD5

      74681404952e4dbd075f8fc21f239fd7

      SHA1

      1e893c8249eec25a7497ac0f47f517348789c343

      SHA256

      1ca0c793abbdb6d4bdb1c7f60c26d8ca41acf4d68f467f9f3324b20114df1b19

      SHA512

      fa392dea9b2f7f7ee3b6d84f5e7deaf99d7732081102a4593fd06bf2a545137f61f4dd5c54affbf4bd55241aa304661b1f17b2e64219c3fa06595b87662df298

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

      Filesize

      19KB

      MD5

      529757dbaa36cc66a8458a1d37e12903

      SHA1

      4e1f302e8092172b1d457e8ea3d26f43dd5819f0

      SHA256

      a981ecc33597c0deccde1987fc086365a618287b9e28b775e7c8ab72b37f1abf

      SHA512

      65e8df04d07c1fcdc675f473e74348f145c07d1a76960a318167c550f194b6d5acef441245d51df244613df2ce65a8f4785baed4961d9758487de8224e8ac1d1

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

      Filesize

      19KB

      MD5

      5c9a97e4968c92144bebc747c5974449

      SHA1

      2d089dc968bf86ba8c8d982e2b6ca65b46364e97

      SHA256

      5caf86f6e79511f5f8a47cb7a194df3355cd4ae93f921eac8bd9c4c8fbcf9170

      SHA512

      1f9a9ae6fa6bded70eceb7e8a9c5a0bdcdc6a91d9c53d639ec0a9641c71fe116d00b595b95a535738de39529d47dca9a046921a529d18f906ce8ac7d69ea7baa

    • C:\Windows\rss\csrss.exe

      Filesize

      4.1MB

      MD5

      2b1114fdb89b86c6cd33be425f09ea4a

      SHA1

      25d982b39a264cd9b4b336c4e0d1729aa4f5c6ad

      SHA256

      187a80af7213cff8d7778899ae1a679df16917d744d6bc0bcc593e72c678659d

      SHA512

      c6624f9bbc25b2e4f56feec46dee599dcf0ed6ff5a4c21c2c7fd4c099f4347ae1ea6dde91baa5600ef19ae6ce60229246a323cd6f8fa0c9d8184d6ec0cdb4253

    • C:\Windows\windefender.exe

      Filesize

      2.0MB

      MD5

      8e67f58837092385dcf01e8a2b4f5783

      SHA1

      012c49cfd8c5d06795a6f67ea2baf2a082cf8625

      SHA256

      166ddb03ff3c89bd4525ac390067e180fdd08f10fbcf4aadb0189541673c03fa

      SHA512

      40d8ae12663fc1851e171d9d86cea8bb12487b734c218d7b6f9742eb07d4ca265065cbd6d0bb908f8bda7e3d955c458dfe3fd13265bbf573b9351e0a2bf691ec

    • memory/228-31-0x0000000070E00000-0x0000000071154000-memory.dmp

      Filesize

      3.3MB

    • memory/228-25-0x0000000007C00000-0x0000000007C76000-memory.dmp

      Filesize

      472KB

    • memory/228-21-0x00000000062E0000-0x0000000006634000-memory.dmp

      Filesize

      3.3MB

    • memory/228-22-0x00000000068D0000-0x00000000068EE000-memory.dmp

      Filesize

      120KB

    • memory/228-23-0x0000000006990000-0x00000000069DC000-memory.dmp

      Filesize

      304KB

    • memory/228-24-0x0000000006E30000-0x0000000006E74000-memory.dmp

      Filesize

      272KB

    • memory/228-4-0x0000000074DEE000-0x0000000074DEF000-memory.dmp

      Filesize

      4KB

    • memory/228-26-0x0000000008300000-0x000000000897A000-memory.dmp

      Filesize

      6.5MB

    • memory/228-27-0x0000000007CA0000-0x0000000007CBA000-memory.dmp

      Filesize

      104KB

    • memory/228-29-0x0000000074DE0000-0x0000000075590000-memory.dmp

      Filesize

      7.7MB

    • memory/228-30-0x0000000070C80000-0x0000000070CCC000-memory.dmp

      Filesize

      304KB

    • memory/228-28-0x0000000007E60000-0x0000000007E92000-memory.dmp

      Filesize

      200KB

    • memory/228-5-0x0000000003300000-0x0000000003336000-memory.dmp

      Filesize

      216KB

    • memory/228-41-0x0000000074DE0000-0x0000000075590000-memory.dmp

      Filesize

      7.7MB

    • memory/228-8-0x0000000074DE0000-0x0000000075590000-memory.dmp

      Filesize

      7.7MB

    • memory/228-43-0x0000000007EC0000-0x0000000007F63000-memory.dmp

      Filesize

      652KB

    • memory/228-44-0x0000000007FB0000-0x0000000007FBA000-memory.dmp

      Filesize

      40KB

    • memory/228-45-0x0000000008070000-0x0000000008106000-memory.dmp

      Filesize

      600KB

    • memory/228-46-0x0000000007FD0000-0x0000000007FE1000-memory.dmp

      Filesize

      68KB

    • memory/228-47-0x0000000008010000-0x000000000801E000-memory.dmp

      Filesize

      56KB

    • memory/228-48-0x0000000008020000-0x0000000008034000-memory.dmp

      Filesize

      80KB

    • memory/228-49-0x0000000008110000-0x000000000812A000-memory.dmp

      Filesize

      104KB

    • memory/228-50-0x0000000008060000-0x0000000008068000-memory.dmp

      Filesize

      32KB

    • memory/228-53-0x0000000074DE0000-0x0000000075590000-memory.dmp

      Filesize

      7.7MB

    • memory/228-6-0x00000000059C0000-0x0000000005FE8000-memory.dmp

      Filesize

      6.2MB

    • memory/228-7-0x0000000074DE0000-0x0000000075590000-memory.dmp

      Filesize

      7.7MB

    • memory/228-11-0x0000000006270000-0x00000000062D6000-memory.dmp

      Filesize

      408KB

    • memory/228-42-0x0000000007EA0000-0x0000000007EBE000-memory.dmp

      Filesize

      120KB

    • memory/228-9-0x0000000006060000-0x0000000006082000-memory.dmp

      Filesize

      136KB

    • memory/228-10-0x0000000006200000-0x0000000006266000-memory.dmp

      Filesize

      408KB

    • memory/920-148-0x0000000071400000-0x0000000071754000-memory.dmp

      Filesize

      3.3MB

    • memory/920-147-0x0000000070C80000-0x0000000070CCC000-memory.dmp

      Filesize

      304KB

    • memory/2080-184-0x0000000007A60000-0x0000000007A71000-memory.dmp

      Filesize

      68KB

    • memory/2080-185-0x00000000062C0000-0x00000000062D4000-memory.dmp

      Filesize

      80KB

    • memory/2080-183-0x0000000007750000-0x00000000077F3000-memory.dmp

      Filesize

      652KB

    • memory/2080-173-0x0000000071330000-0x0000000071684000-memory.dmp

      Filesize

      3.3MB

    • memory/2080-172-0x0000000070BA0000-0x0000000070BEC000-memory.dmp

      Filesize

      304KB

    • memory/2080-170-0x0000000006AA0000-0x0000000006AEC000-memory.dmp

      Filesize

      304KB

    • memory/2080-168-0x0000000005E30000-0x0000000006184000-memory.dmp

      Filesize

      3.3MB

    • memory/2456-120-0x0000000071400000-0x0000000071754000-memory.dmp

      Filesize

      3.3MB

    • memory/2456-119-0x0000000070C80000-0x0000000070CCC000-memory.dmp

      Filesize

      304KB

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

      Filesize

      4.9MB

    • memory/2460-226-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/2460-240-0x0000000000400000-0x00000000008DF000-memory.dmp

      Filesize

      4.9MB

    • memory/3776-56-0x0000000002D20000-0x000000000360B000-memory.dmp

      Filesize

      8.9MB

    • memory/3776-1-0x0000000002920000-0x0000000002D1D000-memory.dmp

      Filesize

      4.0MB

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

      Filesize

      9.1MB

    • memory/3776-55-0x0000000002920000-0x0000000002D1D000-memory.dmp

      Filesize

      4.0MB

    • memory/3776-2-0x0000000002D20000-0x000000000360B000-memory.dmp

      Filesize

      8.9MB

    • memory/3776-54-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/3832-197-0x0000000070BA0000-0x0000000070BEC000-memory.dmp

      Filesize

      304KB

    • memory/3832-198-0x0000000071330000-0x0000000071684000-memory.dmp

      Filesize

      3.3MB

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

      Filesize

      4.9MB

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

      Filesize

      4.9MB

    • memory/4052-97-0x0000000071400000-0x0000000071754000-memory.dmp

      Filesize

      3.3MB

    • memory/4052-96-0x0000000070C80000-0x0000000070CCC000-memory.dmp

      Filesize

      304KB

    • memory/4060-58-0x0000000002970000-0x0000000002D6E000-memory.dmp

      Filesize

      4.0MB

    • memory/4060-208-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4060-130-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4060-216-0x0000000002970000-0x0000000002D6E000-memory.dmp

      Filesize

      4.0MB

    • memory/4684-70-0x0000000071400000-0x0000000071754000-memory.dmp

      Filesize

      3.3MB

    • memory/4684-82-0x0000000007390000-0x00000000073A4000-memory.dmp

      Filesize

      80KB

    • memory/4684-59-0x00000000057C0000-0x0000000005B14000-memory.dmp

      Filesize

      3.3MB

    • memory/4684-69-0x0000000070C80000-0x0000000070CCC000-memory.dmp

      Filesize

      304KB

    • memory/4684-80-0x0000000007010000-0x00000000070B3000-memory.dmp

      Filesize

      652KB

    • memory/4684-81-0x0000000007340000-0x0000000007351000-memory.dmp

      Filesize

      68KB

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

      Filesize

      9.1MB

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

      Filesize

      9.1MB

    • memory/4796-235-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-215-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-225-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-243-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

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

      Filesize

      9.1MB

    • memory/4796-251-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-255-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-259-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-263-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB

    • memory/4796-267-0x0000000000400000-0x0000000000D1C000-memory.dmp

      Filesize

      9.1MB