Windows 7 deprecation

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

Analysis

  • max time kernel
    150s
  • max time network
    149s
  • 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:27

General

  • Target

    68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c.bin.exe

  • Size

    4.1MB

  • MD5

    589d51beef1e19165b0b76098a2a16e6

  • SHA1

    db40a7c256d853d1cee648e33c4d160b90719849

  • SHA256

    68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c

  • SHA512

    81dcd69bea6608730b550601ddc8c7c364c83509b40c3b303a1f99e4439bef41bf4bc1b9f98a9febdf52a8626f5d003dca37eb119aeb529644c8452191a2254c

  • SSDEEP

    98304:cxfL9oyIkrku4AJMBJNRxIbk0RddEjk9Pc8cg301s2mGvR:KRrVrv4XbNRWhj2o9k8f3CspGvR

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.

  • Program crash 1 IoCs
  • 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\68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c.bin.exe
    "C:\Users\Admin\AppData\Local\Temp\68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c.bin.exe"
    1⤵
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:404
    • 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:1608
    • C:\Users\Admin\AppData\Local\Temp\68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c.bin.exe
      "C:\Users\Admin\AppData\Local\Temp\68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c.bin.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:512
      • 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:3008
      • 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:1072
        • 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:4556
      • 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:4064
      • 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:4428
      • 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:1696
        • 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:4772
        • 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:2564
        • C:\Windows\SYSTEM32\schtasks.exe
          schtasks /delete /tn ScheduledUpdate /f
          4⤵
            PID:1180
          • 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:3328
          • 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:4864
          • 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:2104
          • 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:1888
          • C:\Windows\windefender.exe
            "C:\Windows\windefender.exe"
            4⤵
            • Executes dropped EXE
            • Suspicious use of WriteProcessMemory
            PID:4060
            • 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:1328
              • 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:2560
        • C:\Windows\SysWOW64\WerFault.exe
          C:\Windows\SysWOW64\WerFault.exe -u -p 512 -s 924
          3⤵
          • Program crash
          PID:1220
    • C:\Windows\SysWOW64\WerFault.exe
      C:\Windows\SysWOW64\WerFault.exe -pss -s 452 -p 512 -ip 512
      1⤵
        PID:4500
      • C:\Windows\windefender.exe
        C:\Windows\windefender.exe
        1⤵
        • Executes dropped EXE
        • Modifies data under HKEY_USERS
        PID:1880

      Network

      MITRE ATT&CK Enterprise v15

      Replay Monitor

      Loading Replay Monitor...

      Downloads

      • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_4l0f5tdk.3kl.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

        d4d4d068426975d7a7a5f7481f13834e

        SHA1

        7c1294388fec9fd0f9be74339ef9f9a9890025d5

        SHA256

        55858ef339fb521130b741516b661eebe7a49e677b399600b2bc84f2dcd3bb75

        SHA512

        dcf20d8bb282ff5c69a28ab78fa7eb3b1ddf7f7a6d38be88e542f406c4f0f9a462ea4acc92821bcae5bcaf42974e8e482176960564ac358c6e05c0490bdffdac

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

        Filesize

        19KB

        MD5

        687d8c0bbaf360948e5aae141dbab1ea

        SHA1

        c900b48a913e18e16a31d4fd7c207d0cba4e7243

        SHA256

        4ccfda7cb0ffe42e1871096eda1378ee55fcd7fd9273e5de1b7de424aa5c3049

        SHA512

        a496a56d3fcff6ebe4edbd3599126b989faab200b6d986836551343c96fc37b65a1cd168addf6b3789c97b679913927c2c20cd29ab3d97ebb61f41324f13caf0

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

        Filesize

        19KB

        MD5

        9790e1c83c9343f8ae7b3729121a7ede

        SHA1

        bbd6fc2c92d4adffb1f700c696fc7ce1be12a7bb

        SHA256

        6d14130bc3dba60dd574460136d7fa5406866e990bc6293b93781d6f1b9de382

        SHA512

        02ceb19bee5a53ffd411005f54cf8319a40c08cf312d82c7b2b8aa7752b51fade618fc9f879886b6e7f4c0b9d92c4f93add3c35039750d44810cfad3d1574ac1

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

        Filesize

        19KB

        MD5

        ba9f00fcbfe58745147e437907273da6

        SHA1

        04a3cd91f1a18c3b5f9eadd5082024cd0adc70d2

        SHA256

        1dafe14d7f105884d48dbd78c7322b1029a832d428e86c1548a18e0de6f78527

        SHA512

        550021bad96dbe106ac59e3fd7f4fe625501faecc55fd63815c24bd4f9c5da90179fa405f1653867c960bfa617d28b25a959cb04068ea96820bdfac3b9d98bca

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

        Filesize

        19KB

        MD5

        796b706370ebba4a7abb512addf5df7f

        SHA1

        0119496b67a6bf8af6707584822958c92ac19f4a

        SHA256

        09307108e07883db7900d2087ddd8333ca20ac6f258c7e9b79edcbb5f6448ef1

        SHA512

        1e84f276ae8fd971d26b576fde63d235dbc875548f9c50035b98284bedd50d11a4e82ab9c33f028bfb2e131fa0a261d02a76b4d93dcaa345315f214235c120ae

      • C:\Windows\rss\csrss.exe

        Filesize

        4.1MB

        MD5

        589d51beef1e19165b0b76098a2a16e6

        SHA1

        db40a7c256d853d1cee648e33c4d160b90719849

        SHA256

        68306dc2f573eb910815c9d18b3772aa47897ef458f28a3717f80cbc227ab58c

        SHA512

        81dcd69bea6608730b550601ddc8c7c364c83509b40c3b303a1f99e4439bef41bf4bc1b9f98a9febdf52a8626f5d003dca37eb119aeb529644c8452191a2254c

      • C:\Windows\windefender.exe

        Filesize

        2.0MB

        MD5

        8e67f58837092385dcf01e8a2b4f5783

        SHA1

        012c49cfd8c5d06795a6f67ea2baf2a082cf8625

        SHA256

        166ddb03ff3c89bd4525ac390067e180fdd08f10fbcf4aadb0189541673c03fa

        SHA512

        40d8ae12663fc1851e171d9d86cea8bb12487b734c218d7b6f9742eb07d4ca265065cbd6d0bb908f8bda7e3d955c458dfe3fd13265bbf573b9351e0a2bf691ec

      • memory/404-1-0x0000000004710000-0x0000000004B09000-memory.dmp

        Filesize

        4.0MB

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

        Filesize

        9.1MB

      • memory/404-2-0x0000000004C10000-0x00000000054FB000-memory.dmp

        Filesize

        8.9MB

      • memory/404-56-0x0000000000400000-0x0000000000D1C000-memory.dmp

        Filesize

        9.1MB

      • memory/404-54-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/404-55-0x0000000004C10000-0x00000000054FB000-memory.dmp

        Filesize

        8.9MB

      • memory/512-136-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1608-26-0x0000000008200000-0x000000000887A000-memory.dmp

        Filesize

        6.5MB

      • memory/1608-50-0x0000000007F40000-0x0000000007F48000-memory.dmp

        Filesize

        32KB

      • memory/1608-29-0x0000000070240000-0x000000007028C000-memory.dmp

        Filesize

        304KB

      • memory/1608-28-0x0000000007D40000-0x0000000007D72000-memory.dmp

        Filesize

        200KB

      • memory/1608-30-0x00000000743A0000-0x0000000074B50000-memory.dmp

        Filesize

        7.7MB

      • memory/1608-31-0x00000000707F0000-0x0000000070B44000-memory.dmp

        Filesize

        3.3MB

      • memory/1608-42-0x0000000007DA0000-0x0000000007E43000-memory.dmp

        Filesize

        652KB

      • memory/1608-41-0x0000000007D80000-0x0000000007D9E000-memory.dmp

        Filesize

        120KB

      • memory/1608-43-0x00000000743A0000-0x0000000074B50000-memory.dmp

        Filesize

        7.7MB

      • memory/1608-44-0x0000000007E90000-0x0000000007E9A000-memory.dmp

        Filesize

        40KB

      • memory/1608-45-0x0000000007F50000-0x0000000007FE6000-memory.dmp

        Filesize

        600KB

      • memory/1608-46-0x0000000007EB0000-0x0000000007EC1000-memory.dmp

        Filesize

        68KB

      • memory/1608-48-0x0000000007F00000-0x0000000007F14000-memory.dmp

        Filesize

        80KB

      • memory/1608-47-0x0000000007EF0000-0x0000000007EFE000-memory.dmp

        Filesize

        56KB

      • memory/1608-49-0x0000000007FF0000-0x000000000800A000-memory.dmp

        Filesize

        104KB

      • memory/1608-11-0x0000000006060000-0x00000000060C6000-memory.dmp

        Filesize

        408KB

      • memory/1608-53-0x00000000743A0000-0x0000000074B50000-memory.dmp

        Filesize

        7.7MB

      • memory/1608-25-0x0000000007B00000-0x0000000007B76000-memory.dmp

        Filesize

        472KB

      • memory/1608-24-0x0000000006D60000-0x0000000006DA4000-memory.dmp

        Filesize

        272KB

      • memory/1608-23-0x0000000006800000-0x000000000684C000-memory.dmp

        Filesize

        304KB

      • memory/1608-4-0x00000000743AE000-0x00000000743AF000-memory.dmp

        Filesize

        4KB

      • memory/1608-5-0x0000000005260000-0x0000000005296000-memory.dmp

        Filesize

        216KB

      • memory/1608-7-0x00000000743A0000-0x0000000074B50000-memory.dmp

        Filesize

        7.7MB

      • memory/1608-6-0x00000000058D0000-0x0000000005EF8000-memory.dmp

        Filesize

        6.2MB

      • memory/1608-8-0x00000000743A0000-0x0000000074B50000-memory.dmp

        Filesize

        7.7MB

      • memory/1608-9-0x0000000005810000-0x0000000005832000-memory.dmp

        Filesize

        136KB

      • memory/1608-10-0x0000000005F00000-0x0000000005F66000-memory.dmp

        Filesize

        408KB

      • memory/1608-22-0x00000000067C0000-0x00000000067DE000-memory.dmp

        Filesize

        120KB

      • memory/1608-27-0x0000000007B80000-0x0000000007B9A000-memory.dmp

        Filesize

        104KB

      • memory/1608-21-0x00000000061D0000-0x0000000006524000-memory.dmp

        Filesize

        3.3MB

      • memory/1696-251-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-241-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-249-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-245-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-243-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-219-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-247-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-229-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-231-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-239-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-237-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-235-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1696-233-0x0000000000400000-0x0000000002B0D000-memory.dmp

        Filesize

        39.1MB

      • memory/1880-234-0x0000000000400000-0x00000000008DF000-memory.dmp

        Filesize

        4.9MB

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

        Filesize

        4.9MB

      • memory/1880-230-0x0000000000400000-0x00000000008DF000-memory.dmp

        Filesize

        4.9MB

      • memory/3008-81-0x00000000072E0000-0x00000000072F1000-memory.dmp

        Filesize

        68KB

      • memory/3008-69-0x0000000070340000-0x000000007038C000-memory.dmp

        Filesize

        304KB

      • memory/3008-80-0x0000000006FA0000-0x0000000007043000-memory.dmp

        Filesize

        652KB

      • memory/3008-70-0x00000000704E0000-0x0000000070834000-memory.dmp

        Filesize

        3.3MB

      • memory/3008-82-0x0000000007330000-0x0000000007344000-memory.dmp

        Filesize

        80KB

      • memory/3008-68-0x0000000005E10000-0x0000000005E5C000-memory.dmp

        Filesize

        304KB

      • memory/3008-67-0x00000000058D0000-0x0000000005C24000-memory.dmp

        Filesize

        3.3MB

      • memory/3328-189-0x0000000005F70000-0x0000000005F84000-memory.dmp

        Filesize

        80KB

      • memory/3328-173-0x0000000006050000-0x00000000063A4000-memory.dmp

        Filesize

        3.3MB

      • memory/3328-175-0x0000000006A00000-0x0000000006A4C000-memory.dmp

        Filesize

        304KB

      • memory/3328-176-0x00000000701C0000-0x000000007020C000-memory.dmp

        Filesize

        304KB

      • memory/3328-188-0x0000000007A50000-0x0000000007A61000-memory.dmp

        Filesize

        68KB

      • memory/3328-187-0x0000000007710000-0x00000000077B3000-memory.dmp

        Filesize

        652KB

      • memory/3328-177-0x0000000070340000-0x0000000070694000-memory.dmp

        Filesize

        3.3MB

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

        Filesize

        4.9MB

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

        Filesize

        4.9MB

      • memory/4064-86-0x0000000006390000-0x00000000066E4000-memory.dmp

        Filesize

        3.3MB

      • memory/4064-98-0x0000000070AE0000-0x0000000070E34000-memory.dmp

        Filesize

        3.3MB

      • memory/4064-97-0x0000000070340000-0x000000007038C000-memory.dmp

        Filesize

        304KB

      • memory/4428-119-0x0000000070340000-0x000000007038C000-memory.dmp

        Filesize

        304KB

      • memory/4428-120-0x0000000070AE0000-0x0000000070E34000-memory.dmp

        Filesize

        3.3MB

      • memory/4772-150-0x0000000070A40000-0x0000000070D94000-memory.dmp

        Filesize

        3.3MB

      • memory/4772-160-0x0000000006E70000-0x0000000006F13000-memory.dmp

        Filesize

        652KB

      • memory/4772-149-0x00000000702A0000-0x00000000702EC000-memory.dmp

        Filesize

        304KB

      • memory/4772-148-0x00000000060F0000-0x000000000613C000-memory.dmp

        Filesize

        304KB

      • memory/4772-137-0x0000000005540000-0x0000000005894000-memory.dmp

        Filesize

        3.3MB

      • memory/4772-161-0x00000000071A0000-0x00000000071B1000-memory.dmp

        Filesize

        68KB

      • memory/4772-162-0x0000000005A30000-0x0000000005A44000-memory.dmp

        Filesize

        80KB

      • memory/4864-200-0x0000000005D70000-0x00000000060C4000-memory.dmp

        Filesize

        3.3MB

      • memory/4864-203-0x0000000070360000-0x00000000706B4000-memory.dmp

        Filesize

        3.3MB

      • memory/4864-202-0x00000000701C0000-0x000000007020C000-memory.dmp

        Filesize

        304KB